@import url(https://use.typekit.net/sra0jgt.css);
@import url(https://use.typekit.net/xvd7vxd.css);
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #546385 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #404c66 !important;
}
.bg-secondary {
  background-color: #ded25e !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #d5c634 !important;
}
.bg-success {
  background-color: #87a13c !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #687c2e !important;
}
.bg-info {
  background-color: #87cfd8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #61c0cb !important;
}
.bg-warning {
  background-color: #fec156 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #feae23 !important;
}
.bg-danger {
  background-color: #c4514d !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #a73b37 !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e6e6e6 !important;
}
.bg-dark {
  background-color: #000 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #000 !important;
}
.bg-manufacturer-orange {
  background-color: #f86921 !important;
}
a.bg-manufacturer-orange:focus,
a.bg-manufacturer-orange:hover,
button.bg-manufacturer-orange:focus,
button.bg-manufacturer-orange:hover {
  background-color: #df4f07 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.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: #546385 !important;
}
.border-secondary {
  border-color: #ded25e !important;
}
.border-success {
  border-color: #87a13c !important;
}
.border-info {
  border-color: #87cfd8 !important;
}
.border-warning {
  border-color: #fec156 !important;
}
.border-danger {
  border-color: #c4514d !important;
}
.border-light {
  border-color: #fff !important;
}
.border-dark {
  border-color: #000 !important;
}
.border-manufacturer-orange {
  border-color: #f86921 !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: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.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-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !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;
}
.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;
}
.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;
}
@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1440px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.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;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: 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;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.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;
}
.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);
}
.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: 2.5px !important;
}
.mt-1,
.my-1 {
  margin-top: 2.5px !important;
}
.mr-1,
.mx-1 {
  margin-right: 2.5px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 2.5px !important;
}
.ml-1,
.mx-1 {
  margin-left: 2.5px !important;
}
.m-2 {
  margin: 5px !important;
}
.mt-2,
.my-2 {
  margin-top: 5px !important;
}
.mr-2,
.mx-2 {
  margin-right: 5px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 5px !important;
}
.ml-2,
.mx-2 {
  margin-left: 5px !important;
}
.m-3 {
  margin: 10px !important;
}
.mt-3,
.my-3 {
  margin-top: 10px !important;
}
.mr-3,
.mx-3 {
  margin-right: 10px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 10px !important;
}
.ml-3,
.mx-3 {
  margin-left: 10px !important;
}
.m-4 {
  margin: 15px !important;
}
.mt-4,
.my-4 {
  margin-top: 15px !important;
}
.mr-4,
.mx-4 {
  margin-right: 15px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 15px !important;
}
.ml-4,
.mx-4 {
  margin-left: 15px !important;
}
.m-5 {
  margin: 30px !important;
}
.mt-5,
.my-5 {
  margin-top: 30px !important;
}
.mr-5,
.mx-5 {
  margin-right: 30px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 30px !important;
}
.ml-5,
.mx-5 {
  margin-left: 30px !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: 2.5px !important;
}
.pt-1,
.py-1 {
  padding-top: 2.5px !important;
}
.pr-1,
.px-1 {
  padding-right: 2.5px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 2.5px !important;
}
.pl-1,
.px-1 {
  padding-left: 2.5px !important;
}
.p-2 {
  padding: 5px !important;
}
.pt-2,
.py-2 {
  padding-top: 5px !important;
}
.pr-2,
.px-2 {
  padding-right: 5px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 5px !important;
}
.pl-2,
.px-2 {
  padding-left: 5px !important;
}
.p-3 {
  padding: 10px !important;
}
.pt-3,
.py-3 {
  padding-top: 10px !important;
}
.pr-3,
.px-3 {
  padding-right: 10px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 10px !important;
}
.pl-3,
.px-3 {
  padding-left: 10px !important;
}
.p-4 {
  padding: 15px !important;
}
.pt-4,
.py-4 {
  padding-top: 15px !important;
}
.pr-4,
.px-4 {
  padding-right: 15px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 15px !important;
}
.pl-4,
.px-4 {
  padding-left: 15px !important;
}
.p-5 {
  padding: 30px !important;
}
.pt-5,
.py-5 {
  padding-top: 30px !important;
}
.pr-5,
.px-5 {
  padding-right: 30px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 30px !important;
}
.pl-5,
.px-5 {
  padding-left: 30px !important;
}
.m-n1 {
  margin: -2.5px !important;
}
.mt-n1,
.my-n1 {
  margin-top: -2.5px !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -2.5px !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -2.5px !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -2.5px !important;
}
.m-n2 {
  margin: -5px !important;
}
.mt-n2,
.my-n2 {
  margin-top: -5px !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -5px !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -5px !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -5px !important;
}
.m-n3 {
  margin: -10px !important;
}
.mt-n3,
.my-n3 {
  margin-top: -10px !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -10px !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -10px !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -10px !important;
}
.m-n4 {
  margin: -15px !important;
}
.mt-n4,
.my-n4 {
  margin-top: -15px !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -15px !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -15px !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -15px !important;
}
.m-n5 {
  margin: -30px !important;
}
.mt-n5,
.my-n5 {
  margin-top: -30px !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -30px !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -30px !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -30px !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: 2.5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 2.5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 2.5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 2.5px !important;
  }
  .m-sm-2 {
    margin: 5px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 5px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 5px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 5px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 5px !important;
  }
  .m-sm-3 {
    margin: 10px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 10px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 10px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 10px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 10px !important;
  }
  .m-sm-4 {
    margin: 15px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 15px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 15px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 15px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 15px !important;
  }
  .m-sm-5 {
    margin: 30px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 30px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 30px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 30px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 30px !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: 2.5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 2.5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 2.5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 2.5px !important;
  }
  .p-sm-2 {
    padding: 5px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 5px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 5px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 5px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 5px !important;
  }
  .p-sm-3 {
    padding: 10px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 10px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 10px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 10px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 10px !important;
  }
  .p-sm-4 {
    padding: 15px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 15px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 15px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 15px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 15px !important;
  }
  .p-sm-5 {
    padding: 30px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 30px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 30px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 30px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 30px !important;
  }
  .m-sm-n1 {
    margin: -2.5px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -2.5px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -2.5px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -2.5px !important;
  }
  .m-sm-n2 {
    margin: -5px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -5px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -5px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -5px !important;
  }
  .m-sm-n3 {
    margin: -10px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -10px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -10px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -10px !important;
  }
  .m-sm-n4 {
    margin: -15px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -15px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -15px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -15px !important;
  }
  .m-sm-n5 {
    margin: -30px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -30px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -30px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -30px !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: 2.5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 2.5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 2.5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 2.5px !important;
  }
  .m-md-2 {
    margin: 5px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 5px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 5px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 5px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 5px !important;
  }
  .m-md-3 {
    margin: 10px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 10px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 10px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 10px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 10px !important;
  }
  .m-md-4 {
    margin: 15px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 15px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 15px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 15px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 15px !important;
  }
  .m-md-5 {
    margin: 30px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 30px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 30px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 30px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 30px !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: 2.5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 2.5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 2.5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 2.5px !important;
  }
  .p-md-2 {
    padding: 5px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 5px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 5px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 5px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 5px !important;
  }
  .p-md-3 {
    padding: 10px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 10px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 10px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 10px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 10px !important;
  }
  .p-md-4 {
    padding: 15px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 15px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 15px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 15px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 15px !important;
  }
  .p-md-5 {
    padding: 30px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 30px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 30px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 30px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 30px !important;
  }
  .m-md-n1 {
    margin: -2.5px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -2.5px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -2.5px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -2.5px !important;
  }
  .m-md-n2 {
    margin: -5px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -5px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -5px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -5px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -5px !important;
  }
  .m-md-n3 {
    margin: -10px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -10px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -10px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -10px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -10px !important;
  }
  .m-md-n4 {
    margin: -15px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -15px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -15px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -15px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -15px !important;
  }
  .m-md-n5 {
    margin: -30px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -30px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -30px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -30px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -30px !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: 2.5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 2.5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 2.5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 2.5px !important;
  }
  .m-lg-2 {
    margin: 5px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 5px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 5px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 5px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 5px !important;
  }
  .m-lg-3 {
    margin: 10px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 10px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 10px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 10px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 10px !important;
  }
  .m-lg-4 {
    margin: 15px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 15px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 15px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 15px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 15px !important;
  }
  .m-lg-5 {
    margin: 30px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 30px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 30px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 30px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 30px !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: 2.5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 2.5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 2.5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 2.5px !important;
  }
  .p-lg-2 {
    padding: 5px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 5px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 5px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 5px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 5px !important;
  }
  .p-lg-3 {
    padding: 10px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 10px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 10px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 10px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 10px !important;
  }
  .p-lg-4 {
    padding: 15px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 15px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 15px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 15px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 15px !important;
  }
  .p-lg-5 {
    padding: 30px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 30px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 30px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 30px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 30px !important;
  }
  .m-lg-n1 {
    margin: -2.5px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -2.5px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -2.5px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -2.5px !important;
  }
  .m-lg-n2 {
    margin: -5px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -5px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -5px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -5px !important;
  }
  .m-lg-n3 {
    margin: -10px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -10px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -10px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -10px !important;
  }
  .m-lg-n4 {
    margin: -15px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -15px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -15px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -15px !important;
  }
  .m-lg-n5 {
    margin: -30px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -30px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -30px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -30px !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: 2.5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 2.5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 2.5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 2.5px !important;
  }
  .m-xl-2 {
    margin: 5px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 5px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 5px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 5px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 5px !important;
  }
  .m-xl-3 {
    margin: 10px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 10px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 10px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 10px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 10px !important;
  }
  .m-xl-4 {
    margin: 15px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 15px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 15px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 15px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 15px !important;
  }
  .m-xl-5 {
    margin: 30px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 30px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 30px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 30px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 30px !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: 2.5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 2.5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 2.5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 2.5px !important;
  }
  .p-xl-2 {
    padding: 5px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 5px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 5px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 5px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 5px !important;
  }
  .p-xl-3 {
    padding: 10px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 10px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 10px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 10px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 10px !important;
  }
  .p-xl-4 {
    padding: 15px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 15px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 15px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 15px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 15px !important;
  }
  .p-xl-5 {
    padding: 30px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 30px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 30px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 30px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 30px !important;
  }
  .m-xl-n1 {
    margin: -2.5px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -2.5px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -2.5px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -2.5px !important;
  }
  .m-xl-n2 {
    margin: -5px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -5px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -5px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -5px !important;
  }
  .m-xl-n3 {
    margin: -10px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -10px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -10px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -10px !important;
  }
  .m-xl-n4 {
    margin: -15px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -15px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -15px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -15px !important;
  }
  .m-xl-n5 {
    margin: -30px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -30px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -30px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -30px !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;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 2.5px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 2.5px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 2.5px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 2.5px !important;
  }
  .m-xxl-2 {
    margin: 5px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 5px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 5px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 5px !important;
  }
  .m-xxl-3 {
    margin: 10px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 10px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 10px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 10px !important;
  }
  .m-xxl-4 {
    margin: 15px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 15px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 15px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 15px !important;
  }
  .m-xxl-5 {
    margin: 30px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 30px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 30px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 30px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 2.5px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 2.5px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 2.5px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 2.5px !important;
  }
  .p-xxl-2 {
    padding: 5px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 5px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 5px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 5px !important;
  }
  .p-xxl-3 {
    padding: 10px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 10px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 10px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 10px !important;
  }
  .p-xxl-4 {
    padding: 15px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 15px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 15px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 15px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 15px !important;
  }
  .p-xxl-5 {
    padding: 30px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 30px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 30px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 30px !important;
  }
  .m-xxl-n1 {
    margin: -2.5px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -2.5px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -2.5px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -2.5px !important;
  }
  .m-xxl-n2 {
    margin: -5px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -5px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -5px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -5px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -5px !important;
  }
  .m-xxl-n3 {
    margin: -10px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -10px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -10px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -10px !important;
  }
  .m-xxl-n4 {
    margin: -15px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -15px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -15px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -15px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -15px !important;
  }
  .m-xxl-n5 {
    margin: -30px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -30px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -30px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -30px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.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;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #546385 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #364056 !important;
}
.text-secondary {
  color: #ded25e !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #c7b829 !important;
}
.text-success {
  color: #87a13c !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #586927 !important;
}
.text-info {
  color: #87cfd8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #4db8c5 !important;
}
.text-warning {
  color: #fec156 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #fea50a !important;
}
.text-danger {
  color: #c4514d !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #943431 !important;
}
.text-light {
  color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #d9d9d9 !important;
}
.text-dark {
  color: #000 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}
.text-manufacturer-orange {
  color: #f86921 !important;
}
a.text-manufacturer-orange:focus,
a.text-manufacturer-orange:hover {
  color: #c64706 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #546385;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #364056;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 5px;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-2,
.col-20,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-2,
.col-lg-20,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-2,
.col-md-20,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-2,
.col-sm-20,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-2,
.col-xl-20,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-19,
.col-xxl-2,
.col-xxl-20,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 5%;
  max-width: 5%;
}
.col-2 {
  flex: 0 0 10%;
  max-width: 10%;
}
.col-3 {
  flex: 0 0 15%;
  max-width: 15%;
}
.col-4 {
  flex: 0 0 20%;
  max-width: 20%;
}
.col-5 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-6 {
  flex: 0 0 30%;
  max-width: 30%;
}
.col-7 {
  flex: 0 0 35%;
  max-width: 35%;
}
.col-8 {
  flex: 0 0 40%;
  max-width: 40%;
}
.col-9 {
  flex: 0 0 45%;
  max-width: 45%;
}
.col-10 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-11 {
  flex: 0 0 55%;
  max-width: 55%;
}
.col-12 {
  flex: 0 0 60%;
  max-width: 60%;
}
.col-13 {
  flex: 0 0 65%;
  max-width: 65%;
}
.col-14 {
  flex: 0 0 70%;
  max-width: 70%;
}
.col-15 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-16 {
  flex: 0 0 80%;
  max-width: 80%;
}
.col-17 {
  flex: 0 0 85%;
  max-width: 85%;
}
.col-18 {
  flex: 0 0 90%;
  max-width: 90%;
}
.col-19 {
  flex: 0 0 95%;
  max-width: 95%;
}
.col-20 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 21;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-13 {
  order: 13;
}
.order-14 {
  order: 14;
}
.order-15 {
  order: 15;
}
.order-16 {
  order: 16;
}
.order-17 {
  order: 17;
}
.order-18 {
  order: 18;
}
.order-19 {
  order: 19;
}
.order-20 {
  order: 20;
}
.offset-1 {
  margin-left: 5%;
}
.offset-2 {
  margin-left: 10%;
}
.offset-3 {
  margin-left: 15%;
}
.offset-4 {
  margin-left: 20%;
}
.offset-5 {
  margin-left: 25%;
}
.offset-6 {
  margin-left: 30%;
}
.offset-7 {
  margin-left: 35%;
}
.offset-8 {
  margin-left: 40%;
}
.offset-9 {
  margin-left: 45%;
}
.offset-10 {
  margin-left: 50%;
}
.offset-11 {
  margin-left: 55%;
}
.offset-12 {
  margin-left: 60%;
}
.offset-13 {
  margin-left: 65%;
}
.offset-14 {
  margin-left: 70%;
}
.offset-15 {
  margin-left: 75%;
}
.offset-16 {
  margin-left: 80%;
}
.offset-17 {
  margin-left: 85%;
}
.offset-18 {
  margin-left: 90%;
}
.offset-19 {
  margin-left: 95%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-sm-2 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-sm-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-6 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-sm-7 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-sm-8 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-9 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-sm-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-11 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-sm-12 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-13 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-sm-14 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-sm-15 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-16 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-17 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-sm-18 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-sm-19 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-sm-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 21;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 5%;
  }
  .offset-sm-2 {
    margin-left: 10%;
  }
  .offset-sm-3 {
    margin-left: 15%;
  }
  .offset-sm-4 {
    margin-left: 20%;
  }
  .offset-sm-5 {
    margin-left: 25%;
  }
  .offset-sm-6 {
    margin-left: 30%;
  }
  .offset-sm-7 {
    margin-left: 35%;
  }
  .offset-sm-8 {
    margin-left: 40%;
  }
  .offset-sm-9 {
    margin-left: 45%;
  }
  .offset-sm-10 {
    margin-left: 50%;
  }
  .offset-sm-11 {
    margin-left: 55%;
  }
  .offset-sm-12 {
    margin-left: 60%;
  }
  .offset-sm-13 {
    margin-left: 65%;
  }
  .offset-sm-14 {
    margin-left: 70%;
  }
  .offset-sm-15 {
    margin-left: 75%;
  }
  .offset-sm-16 {
    margin-left: 80%;
  }
  .offset-sm-17 {
    margin-left: 85%;
  }
  .offset-sm-18 {
    margin-left: 90%;
  }
  .offset-sm-19 {
    margin-left: 95%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-md-2 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-md-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-md-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-6 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-md-7 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-md-8 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-9 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-md-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-11 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-md-12 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-13 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-md-14 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-md-15 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-16 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-17 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-md-18 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-md-19 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-md-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 21;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 5%;
  }
  .offset-md-2 {
    margin-left: 10%;
  }
  .offset-md-3 {
    margin-left: 15%;
  }
  .offset-md-4 {
    margin-left: 20%;
  }
  .offset-md-5 {
    margin-left: 25%;
  }
  .offset-md-6 {
    margin-left: 30%;
  }
  .offset-md-7 {
    margin-left: 35%;
  }
  .offset-md-8 {
    margin-left: 40%;
  }
  .offset-md-9 {
    margin-left: 45%;
  }
  .offset-md-10 {
    margin-left: 50%;
  }
  .offset-md-11 {
    margin-left: 55%;
  }
  .offset-md-12 {
    margin-left: 60%;
  }
  .offset-md-13 {
    margin-left: 65%;
  }
  .offset-md-14 {
    margin-left: 70%;
  }
  .offset-md-15 {
    margin-left: 75%;
  }
  .offset-md-16 {
    margin-left: 80%;
  }
  .offset-md-17 {
    margin-left: 85%;
  }
  .offset-md-18 {
    margin-left: 90%;
  }
  .offset-md-19 {
    margin-left: 95%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-lg-2 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-lg-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-6 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-lg-7 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-lg-8 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-9 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-11 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-12 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-13 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-lg-14 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-lg-15 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-16 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-17 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-lg-18 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-lg-19 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-lg-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 21;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 5%;
  }
  .offset-lg-2 {
    margin-left: 10%;
  }
  .offset-lg-3 {
    margin-left: 15%;
  }
  .offset-lg-4 {
    margin-left: 20%;
  }
  .offset-lg-5 {
    margin-left: 25%;
  }
  .offset-lg-6 {
    margin-left: 30%;
  }
  .offset-lg-7 {
    margin-left: 35%;
  }
  .offset-lg-8 {
    margin-left: 40%;
  }
  .offset-lg-9 {
    margin-left: 45%;
  }
  .offset-lg-10 {
    margin-left: 50%;
  }
  .offset-lg-11 {
    margin-left: 55%;
  }
  .offset-lg-12 {
    margin-left: 60%;
  }
  .offset-lg-13 {
    margin-left: 65%;
  }
  .offset-lg-14 {
    margin-left: 70%;
  }
  .offset-lg-15 {
    margin-left: 75%;
  }
  .offset-lg-16 {
    margin-left: 80%;
  }
  .offset-lg-17 {
    margin-left: 85%;
  }
  .offset-lg-18 {
    margin-left: 90%;
  }
  .offset-lg-19 {
    margin-left: 95%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-xl-2 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xl-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-xl-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-6 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-xl-7 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-xl-8 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-9 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-xl-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-11 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-xl-12 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-13 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-xl-14 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-xl-15 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-16 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xl-17 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-xl-18 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xl-19 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-xl-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 21;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 5%;
  }
  .offset-xl-2 {
    margin-left: 10%;
  }
  .offset-xl-3 {
    margin-left: 15%;
  }
  .offset-xl-4 {
    margin-left: 20%;
  }
  .offset-xl-5 {
    margin-left: 25%;
  }
  .offset-xl-6 {
    margin-left: 30%;
  }
  .offset-xl-7 {
    margin-left: 35%;
  }
  .offset-xl-8 {
    margin-left: 40%;
  }
  .offset-xl-9 {
    margin-left: 45%;
  }
  .offset-xl-10 {
    margin-left: 50%;
  }
  .offset-xl-11 {
    margin-left: 55%;
  }
  .offset-xl-12 {
    margin-left: 60%;
  }
  .offset-xl-13 {
    margin-left: 65%;
  }
  .offset-xl-14 {
    margin-left: 70%;
  }
  .offset-xl-15 {
    margin-left: 75%;
  }
  .offset-xl-16 {
    margin-left: 80%;
  }
  .offset-xl-17 {
    margin-left: 85%;
  }
  .offset-xl-18 {
    margin-left: 90%;
  }
  .offset-xl-19 {
    margin-left: 95%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .col-xxl-2 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xxl-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .col-xxl-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxl-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-6 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-xxl-7 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-xxl-8 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xxl-9 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-xxl-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-11 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-xxl-12 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xxl-13 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-xxl-14 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-xxl-15 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-16 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xxl-17 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .col-xxl-18 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xxl-19 {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .col-xxl-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 21;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .order-xxl-13 {
    order: 13;
  }
  .order-xxl-14 {
    order: 14;
  }
  .order-xxl-15 {
    order: 15;
  }
  .order-xxl-16 {
    order: 16;
  }
  .order-xxl-17 {
    order: 17;
  }
  .order-xxl-18 {
    order: 18;
  }
  .order-xxl-19 {
    order: 19;
  }
  .order-xxl-20 {
    order: 20;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 5%;
  }
  .offset-xxl-2 {
    margin-left: 10%;
  }
  .offset-xxl-3 {
    margin-left: 15%;
  }
  .offset-xxl-4 {
    margin-left: 20%;
  }
  .offset-xxl-5 {
    margin-left: 25%;
  }
  .offset-xxl-6 {
    margin-left: 30%;
  }
  .offset-xxl-7 {
    margin-left: 35%;
  }
  .offset-xxl-8 {
    margin-left: 40%;
  }
  .offset-xxl-9 {
    margin-left: 45%;
  }
  .offset-xxl-10 {
    margin-left: 50%;
  }
  .offset-xxl-11 {
    margin-left: 55%;
  }
  .offset-xxl-12 {
    margin-left: 60%;
  }
  .offset-xxl-13 {
    margin-left: 65%;
  }
  .offset-xxl-14 {
    margin-left: 70%;
  }
  .offset-xxl-15 {
    margin-left: 75%;
  }
  .offset-xxl-16 {
    margin-left: 80%;
  }
  .offset-xxl-17 {
    margin-left: 85%;
  }
  .offset-xxl-18 {
    margin-left: 90%;
  }
  .offset-xxl-19 {
    margin-left: 95%;
  }
}
.table {
  width: 100%;
  margin-bottom: 10px;
  color: #212529;
}
.table td,
.table th {
  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 td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  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 > td,
.table-primary > th {
  background-color: #cfd3dd;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #a6aec0;
}
.table-hover .table-primary:hover {
  background-color: #c0c5d2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c0c5d2;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #f6f2d2;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #eee8ab;
}
.table-hover .table-secondary:hover {
  background-color: #f2ecbd;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f2ecbd;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #dde5c8;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #c1ce9a;
}
.table-hover .table-success:hover {
  background-color: #d2ddb7;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d2ddb7;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #ddf2f4;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #c1e6eb;
}
.table-hover .table-info:hover {
  background-color: #caebee;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #caebee;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeed0;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #fedfa7;
}
.table-hover .table-warning:hover {
  background-color: #ffe5b7;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe5b7;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #eececd;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #e0a5a2;
}
.table-hover .table-danger:hover {
  background-color: #e8bbba;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e8bbba;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fff;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fff;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #b8b8b8;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #7a7a7a;
}
.table-hover .table-dark:hover {
  background-color: #ababab;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}
.table-manufacturer-orange,
.table-manufacturer-orange > td,
.table-manufacturer-orange > th {
  background-color: #fdd5c1;
}
.table-manufacturer-orange tbody + tbody,
.table-manufacturer-orange td,
.table-manufacturer-orange th,
.table-manufacturer-orange thead th {
  border-color: #fbb18c;
}
.table-hover .table-manufacturer-orange:hover {
  background-color: #fcc4a8;
}
.table-hover .table-manufacturer-orange:hover > td,
.table-hover .table-manufacturer-orange:hover > th {
  background-color: #fcc4a8;
}
.table-active,
.table-active > td,
.table-active > th {
  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 td,
.table-dark th,
.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;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9aa5bf;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(84, 99, 133, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #87a13c;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(135, 161, 60, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #87a13c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2387A13C' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #87a13c;
  box-shadow: 0 0 0 0.2rem rgba(135, 161, 60, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #87a13c;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2387A13C' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #87a13c;
  box-shadow: 0 0 0 0.2rem rgba(135, 161, 60, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #87a13c;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #87a13c;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #87a13c;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #a2be52;
  background-color: #a2be52;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(135, 161, 60, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #87a13c;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #87a13c;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #87a13c;
  box-shadow: 0 0 0 0.2rem rgba(135, 161, 60, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c4514d;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(196, 81, 77, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #c4514d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C4514D' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C4514D' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #c4514d;
  box-shadow: 0 0 0 0.2rem rgba(196, 81, 77, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #c4514d;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C4514D' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C4514D' stroke='none'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #c4514d;
  box-shadow: 0 0 0 0.2rem rgba(196, 81, 77, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #c4514d;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #c4514d;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #c4514d;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #d17673;
  background-color: #d17673;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(196, 81, 77, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #c4514d;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #c4514d;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #c4514d;
  box-shadow: 0 0 0 0.2rem rgba(196, 81, 77, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn,
.c-button,
.c-choice-box .choices__button,
.c-group-promotion-card__action-bar-action-button,
.p-index__showcase-banner-action button,
.p-our-promises__showcase-banner-action button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .c-button,
  .c-choice-box .choices__button,
  .c-group-promotion-card__action-bar-action-button,
  .p-index__showcase-banner-action button,
  .p-our-promises__showcase-banner-action button {
    transition: none;
  }
}
.btn:hover,
.c-button:hover,
.c-choice-box .choices__button:hover,
.c-group-promotion-card__action-bar-action-button:hover,
.p-index__showcase-banner-action button:hover,
.p-our-promises__showcase-banner-action button:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus,
.c-button:focus,
.c-choice-box .choices__button:focus,
.c-choice-box .focus.choices__button,
.c-group-promotion-card__action-bar-action-button:focus,
.focus.c-button,
.focus.c-group-promotion-card__action-bar-action-button,
.p-index__showcase-banner-action button.focus,
.p-index__showcase-banner-action button:focus,
.p-our-promises__showcase-banner-action button.focus,
.p-our-promises__showcase-banner-action button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(84, 99, 133, 0.25);
}
.btn.disabled,
.btn:disabled,
.c-button:disabled,
.c-choice-box .choices__button:disabled,
.c-choice-box .disabled.choices__button,
.c-group-promotion-card__action-bar-action-button:disabled,
.disabled.c-button,
.disabled.c-group-promotion-card__action-bar-action-button,
.p-index__showcase-banner-action button.disabled,
.p-index__showcase-banner-action button:disabled,
.p-our-promises__showcase-banner-action button.disabled,
.p-our-promises__showcase-banner-action button:disabled {
  opacity: 0.65;
}
.c-choice-box a.disabled.choices__button,
.c-choice-box fieldset:disabled a.choices__button,
a.btn.disabled,
a.disabled.c-button,
a.disabled.c-group-promotion-card__action-bar-action-button,
fieldset:disabled .c-choice-box a.choices__button,
fieldset:disabled a.btn,
fieldset:disabled a.c-button,
fieldset:disabled a.c-group-promotion-card__action-bar-action-button {
  pointer-events: none;
}
.btn-primary,
.c-banner-slider__slider-action,
.c-banner-slider__slider-item--theme-dark .c-banner-slider__slider-action,
.c-button.c-button--primary,
.c-choice-box .c-button--primary.choices__button,
.c-group-promotion-card__action-bar-action-button,
.c-promotion-card--wide .c-promotion-card__action-button,
.p-index__showcase-banner-action button,
.p-our-promises__showcase-banner-action button {
  color: #fff;
  background-color: #21487d;
  border-color: #21487d;
}
.btn-primary:hover,
.c-banner-slider__slider-action:hover,
.c-button.c-button--primary:hover,
.c-choice-box .c-button--primary.choices__button:hover,
.c-group-promotion-card__action-bar-action-button:hover,
.c-promotion-card--wide .c-promotion-card__action-button:hover,
.p-index__showcase-banner-action button:hover,
.p-our-promises__showcase-banner-action button:hover {
  color: #fff;
  background-color: #21487d;
  border-color: #21487d;
}
.btn-primary.focus,
.btn-primary:focus,
.c-banner-slider__slider-action:focus,
.c-button.c-button--primary:focus,
.c-choice-box .c-button--primary.choices__button:focus,
.c-choice-box .focus.c-button--primary.choices__button,
.c-group-promotion-card__action-bar-action-button:focus,
.c-promotion-card--wide .c-promotion-card__action-button:focus,
.c-promotion-card--wide .focus.c-promotion-card__action-button,
.focus.c-banner-slider__slider-action,
.focus.c-button.c-button--primary,
.focus.c-group-promotion-card__action-bar-action-button,
.p-index__showcase-banner-action button.focus,
.p-index__showcase-banner-action button:focus,
.p-our-promises__showcase-banner-action button.focus,
.p-our-promises__showcase-banner-action button:focus {
  color: #fff;
  background-color: #45526e;
  border-color: #404c66;
  box-shadow: 0 0 0 0.2rem rgba(110, 122, 151, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled,
.c-banner-slider__slider-action:disabled,
.c-button.c-button--primary:disabled,
.c-choice-box .c-button--primary.choices__button:disabled,
.c-choice-box .disabled.c-button--primary.choices__button,
.c-group-promotion-card__action-bar-action-button:disabled,
.c-promotion-card--wide .c-promotion-card__action-button:disabled,
.c-promotion-card--wide .disabled.c-promotion-card__action-button,
.disabled.c-banner-slider__slider-action,
.disabled.c-button.c-button--primary,
.disabled.c-group-promotion-card__action-bar-action-button,
.p-index__showcase-banner-action button.disabled,
.p-index__showcase-banner-action button:disabled,
.p-our-promises__showcase-banner-action button.disabled,
.p-our-promises__showcase-banner-action button:disabled {
  color: #fff;
  background-color: #546385;
  border-color: #546385;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.c-banner-slider__slider-action:not(:disabled):not(.disabled).active,
.c-banner-slider__slider-action:not(:disabled):not(.disabled):active,
.c-banner-slider__slider-item--theme-dark
  .show
  > .dropdown-toggle.c-banner-slider__slider-action,
.c-button.c-button--primary:not(:disabled):not(.disabled).active,
.c-button.c-button--primary:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--primary.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--primary.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box .show > .dropdown-toggle.c-button--primary.choices__button,
.c-group-promotion-card__action-bar-action-button:not(:disabled):not(.disabled).active,
.c-group-promotion-card__action-bar-action-button:not(:disabled):not(.disabled):active,
.c-promotion-card--wide
  .c-promotion-card__action-button:not(:disabled):not(.disabled).active,
.c-promotion-card--wide
  .c-promotion-card__action-button:not(:disabled):not(.disabled):active,
.c-promotion-card--wide
  .show
  > .dropdown-toggle.c-promotion-card__action-button,
.p-index__showcase-banner-action .show > button.dropdown-toggle,
.p-index__showcase-banner-action button:not(:disabled):not(.disabled).active,
.p-index__showcase-banner-action button:not(:disabled):not(.disabled):active,
.p-our-promises__showcase-banner-action .show > button.dropdown-toggle,
.p-our-promises__showcase-banner-action
  button:not(:disabled):not(.disabled).active,
.p-our-promises__showcase-banner-action
  button:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.c-banner-slider__slider-action,
.show > .dropdown-toggle.c-button.c-button--primary,
.show > .dropdown-toggle.c-group-promotion-card__action-bar-action-button {
  color: #fff;
  background-color: #404c66;
  border-color: #3b465e;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.c-banner-slider__slider-action:not(:disabled):not(.disabled).active:focus,
.c-banner-slider__slider-action:not(:disabled):not(.disabled):active:focus,
.c-banner-slider__slider-item--theme-dark
  .show
  > .dropdown-toggle.c-banner-slider__slider-action:focus,
.c-button.c-button--primary:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--primary:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--primary.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--primary.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box .show > .dropdown-toggle.c-button--primary.choices__button:focus,
.c-group-promotion-card__action-bar-action-button:not(:disabled):not(.disabled).active:focus,
.c-group-promotion-card__action-bar-action-button:not(:disabled):not(.disabled):active:focus,
.c-promotion-card--wide
  .c-promotion-card__action-button:not(:disabled):not(.disabled).active:focus,
.c-promotion-card--wide
  .c-promotion-card__action-button:not(:disabled):not(.disabled):active:focus,
.c-promotion-card--wide
  .show
  > .dropdown-toggle.c-promotion-card__action-button:focus,
.p-index__showcase-banner-action .show > button.dropdown-toggle:focus,
.p-index__showcase-banner-action
  button:not(:disabled):not(.disabled).active:focus,
.p-index__showcase-banner-action
  button:not(:disabled):not(.disabled):active:focus,
.p-our-promises__showcase-banner-action .show > button.dropdown-toggle:focus,
.p-our-promises__showcase-banner-action
  button:not(:disabled):not(.disabled).active:focus,
.p-our-promises__showcase-banner-action
  button:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.c-banner-slider__slider-action:focus,
.show > .dropdown-toggle.c-button.c-button--primary:focus,
.show
  > .dropdown-toggle.c-group-promotion-card__action-bar-action-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 122, 151, 0.5);
}
.btn-secondary,
.c-button.c-button--secondary,
.c-choice-box .c-button--secondary.choices__button {
  color: #212529;
  background-color: #f8cc45;
  border-color: #f8cc45;
}
.btn-secondary:hover,
.c-button.c-button--secondary:hover,
.c-choice-box .c-button--secondary.choices__button:hover {
  color: #212529;
  background-color: #d7c93e;
  border-color: #d5c634;
}
.btn-secondary.focus,
.btn-secondary:focus,
.c-button.c-button--secondary:focus,
.c-choice-box .c-button--secondary.choices__button:focus,
.c-choice-box .focus.c-button--secondary.choices__button,
.focus.c-button.c-button--secondary {
  color: #212529;
  background-color: #d7c93e;
  border-color: #d5c634;
  box-shadow: 0 0 0 0.2rem rgba(194, 184, 86, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled,
.c-button.c-button--secondary:disabled,
.c-choice-box .c-button--secondary.choices__button:disabled,
.c-choice-box .disabled.c-button--secondary.choices__button,
.disabled.c-button.c-button--secondary {
  color: #212529;
  background-color: #ded25e;
  border-color: #ded25e;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.c-button.c-button--secondary:not(:disabled):not(.disabled).active,
.c-button.c-button--secondary:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--secondary.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--secondary.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box .show > .dropdown-toggle.c-button--secondary.choices__button,
.show > .btn-secondary.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--secondary {
  color: #212529;
  background-color: #d5c634;
  border-color: #d1c22b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--secondary:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--secondary:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--secondary.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--secondary.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--secondary.choices__button:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 184, 86, 0.5);
}
.btn-success,
.c-button.c-button--success,
.c-choice-box .c-button--success.choices__button,
.c-product-card--added-to-cart .c-product-card__add-button {
  color: #fff;
  background-color: #87a13c;
  border-color: #87a13c;
}
.btn-success:hover,
.c-button.c-button--success:hover,
.c-choice-box .c-button--success.choices__button:hover,
.c-product-card--added-to-cart .c-product-card__add-button:hover {
  color: #fff;
  background-color: #708532;
  border-color: #687c2e;
}
.btn-success.focus,
.btn-success:focus,
.c-button.c-button--success:focus,
.c-choice-box .c-button--success.choices__button:focus,
.c-choice-box .focus.c-button--success.choices__button,
.c-product-card--added-to-cart .c-product-card__add-button:focus,
.c-product-card--added-to-cart .focus.c-product-card__add-button,
.focus.c-button.c-button--success {
  color: #fff;
  background-color: #708532;
  border-color: #687c2e;
  box-shadow: 0 0 0 0.2rem rgba(153, 175, 89, 0.5);
}
.btn-success.disabled,
.btn-success:disabled,
.c-button.c-button--success:disabled,
.c-choice-box .c-button--success.choices__button:disabled,
.c-choice-box .disabled.c-button--success.choices__button,
.c-product-card--added-to-cart .c-product-card__add-button:disabled,
.c-product-card--added-to-cart .disabled.c-product-card__add-button,
.disabled.c-button.c-button--success {
  color: #fff;
  background-color: #87a13c;
  border-color: #87a13c;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.c-button.c-button--success:not(:disabled):not(.disabled).active,
.c-button.c-button--success:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--success.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--success.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box .show > .dropdown-toggle.c-button--success.choices__button,
.c-product-card--added-to-cart
  .c-product-card__add-button:not(:disabled):not(.disabled).active,
.c-product-card--added-to-cart
  .c-product-card__add-button:not(:disabled):not(.disabled):active,
.c-product-card--added-to-cart
  .show
  > .dropdown-toggle.c-product-card__add-button,
.show > .btn-success.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--success {
  color: #fff;
  background-color: #687c2e;
  border-color: #60732b;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--success:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--success:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--success.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--success.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box .show > .dropdown-toggle.c-button--success.choices__button:focus,
.c-product-card--added-to-cart
  .c-product-card__add-button:not(:disabled):not(.disabled).active:focus,
.c-product-card--added-to-cart
  .c-product-card__add-button:not(:disabled):not(.disabled):active:focus,
.c-product-card--added-to-cart
  .show
  > .dropdown-toggle.c-product-card__add-button:focus,
.show > .btn-success.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--success:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 175, 89, 0.5);
}
.btn-info,
.c-button.c-button--info,
.c-choice-box .c-button--info.choices__button {
  color: #212529;
  background-color: #87cfd8;
  border-color: #87cfd8;
}
.btn-info:hover,
.c-button.c-button--info:hover,
.c-choice-box .c-button--info.choices__button:hover {
  color: #212529;
  background-color: #6ac3cf;
  border-color: #61c0cb;
}
.btn-info.focus,
.btn-info:focus,
.c-button.c-button--info:focus,
.c-choice-box .c-button--info.choices__button:focus,
.c-choice-box .focus.c-button--info.choices__button,
.focus.c-button.c-button--info {
  color: #212529;
  background-color: #6ac3cf;
  border-color: #61c0cb;
  box-shadow: 0 0 0 0.2rem rgba(120, 182, 190, 0.5);
}
.btn-info.disabled,
.btn-info:disabled,
.c-button.c-button--info:disabled,
.c-choice-box .c-button--info.choices__button:disabled,
.c-choice-box .disabled.c-button--info.choices__button,
.disabled.c-button.c-button--info {
  color: #212529;
  background-color: #87cfd8;
  border-color: #87cfd8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.c-button.c-button--info:not(:disabled):not(.disabled).active,
.c-button.c-button--info:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--info.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--info.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box .show > .dropdown-toggle.c-button--info.choices__button,
.show > .btn-info.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--info {
  color: #212529;
  background-color: #61c0cb;
  border-color: #57bcc8;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--info:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--info:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--info.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--info.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box .show > .dropdown-toggle.c-button--info.choices__button:focus,
.show > .btn-info.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--info:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 182, 190, 0.5);
}
.btn-warning,
.c-button.c-button--warning,
.c-choice-box .c-button--warning.choices__button {
  color: #212529;
  background-color: #fec156;
  border-color: #fec156;
}
.btn-warning:hover,
.c-button.c-button--warning:hover,
.c-choice-box .c-button--warning.choices__button:hover {
  color: #212529;
  background-color: #feb330;
  border-color: #feae23;
}
.btn-warning.focus,
.btn-warning:focus,
.c-button.c-button--warning:focus,
.c-choice-box .c-button--warning.choices__button:focus,
.c-choice-box .focus.c-button--warning.choices__button,
.focus.c-button.c-button--warning {
  color: #212529;
  background-color: #feb330;
  border-color: #feae23;
  box-shadow: 0 0 0 0.2rem rgba(221, 170, 79, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled,
.c-button.c-button--warning:disabled,
.c-choice-box .c-button--warning.choices__button:disabled,
.c-choice-box .disabled.c-button--warning.choices__button,
.disabled.c-button.c-button--warning {
  color: #212529;
  background-color: #fec156;
  border-color: #fec156;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.c-button.c-button--warning:not(:disabled):not(.disabled).active,
.c-button.c-button--warning:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--warning.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--warning.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box .show > .dropdown-toggle.c-button--warning.choices__button,
.show > .btn-warning.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--warning {
  color: #212529;
  background-color: #feae23;
  border-color: #feaa17;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--warning:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--warning:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--warning.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--warning.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box .show > .dropdown-toggle.c-button--warning.choices__button:focus,
.show > .btn-warning.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 170, 79, 0.5);
}
.btn-danger,
.c-button.c-button--danger,
.c-choice-box .c-button--danger.choices__button {
  color: #fff;
  background-color: #c4514d;
  border-color: #c4514d;
}
.btn-danger:hover,
.c-button.c-button--danger:hover,
.c-choice-box .c-button--danger.choices__button:hover {
  color: #fff;
  background-color: #b03e3a;
  border-color: #a73b37;
}
.btn-danger.focus,
.btn-danger:focus,
.c-button.c-button--danger:focus,
.c-choice-box .c-button--danger.choices__button:focus,
.c-choice-box .focus.c-button--danger.choices__button,
.focus.c-button.c-button--danger {
  color: #fff;
  background-color: #b03e3a;
  border-color: #a73b37;
  box-shadow: 0 0 0 0.2rem rgba(205, 107, 104, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled,
.c-button.c-button--danger:disabled,
.c-choice-box .c-button--danger.choices__button:disabled,
.c-choice-box .disabled.c-button--danger.choices__button,
.disabled.c-button.c-button--danger {
  color: #fff;
  background-color: #c4514d;
  border-color: #c4514d;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.c-button.c-button--danger:not(:disabled):not(.disabled).active,
.c-button.c-button--danger:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--danger.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--danger.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box .show > .dropdown-toggle.c-button--danger.choices__button,
.show > .btn-danger.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--danger {
  color: #fff;
  background-color: #a73b37;
  border-color: #9d3834;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--danger:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--danger:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--danger.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--danger.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box .show > .dropdown-toggle.c-button--danger.choices__button:focus,
.show > .btn-danger.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 107, 104, 0.5);
}
.btn-light,
.c-banner-slider__slider-item--theme-green .c-banner-slider__slider-action,
.c-banner-slider__slider-item--theme-light .c-banner-slider__slider-action,
.c-button.c-button--light,
.c-button.c-button--outline.c-button--light,
.c-button.c-button--outlined.c-button--light,
.c-choice-box .c-button--light.choices__button {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover,
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-action:hover,
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-action:hover,
.c-button.c-button--light:hover,
.c-choice-box .c-button--light.choices__button:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light.focus,
.btn-light:focus,
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-action:focus,
.c-banner-slider__slider-item--theme-green
  .focus.c-banner-slider__slider-action,
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-action:focus,
.c-banner-slider__slider-item--theme-light
  .focus.c-banner-slider__slider-action,
.c-button.c-button--light:focus,
.c-choice-box .c-button--light.choices__button:focus,
.c-choice-box .focus.c-button--light.choices__button,
.focus.c-button.c-button--light {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled,
.btn-light:disabled,
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-action:disabled,
.c-banner-slider__slider-item--theme-green
  .disabled.c-banner-slider__slider-action,
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-action:disabled,
.c-banner-slider__slider-item--theme-light
  .disabled.c-banner-slider__slider-action,
.c-button.c-button--light:disabled,
.c-choice-box .c-button--light.choices__button:disabled,
.c-choice-box .disabled.c-button--light.choices__button,
.disabled.c-button.c-button--light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-action:not(:disabled):not(.disabled).active,
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-action:not(:disabled):not(.disabled):active,
.c-banner-slider__slider-item--theme-green
  .show
  > .dropdown-toggle.c-banner-slider__slider-action,
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-action:not(:disabled):not(.disabled).active,
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-action:not(:disabled):not(.disabled):active,
.c-banner-slider__slider-item--theme-light
  .show
  > .dropdown-toggle.c-banner-slider__slider-action,
.c-button.c-button--light:not(:disabled):not(.disabled).active,
.c-button.c-button--light:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--light.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--light.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box .show > .dropdown-toggle.c-button--light.choices__button,
.show > .btn-light.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--light {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-action:not(:disabled):not(.disabled).active:focus,
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-action:not(:disabled):not(.disabled):active:focus,
.c-banner-slider__slider-item--theme-green
  .show
  > .dropdown-toggle.c-banner-slider__slider-action:focus,
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-action:not(:disabled):not(.disabled).active:focus,
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-action:not(:disabled):not(.disabled):active:focus,
.c-banner-slider__slider-item--theme-light
  .show
  > .dropdown-toggle.c-banner-slider__slider-action:focus,
.c-button.c-button--light:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--light:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--light.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--light.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box .show > .dropdown-toggle.c-button--light.choices__button:focus,
.show > .btn-light.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--light:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.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(38, 38, 38, 0.5);
}
.btn-manufacturer-orange,
.c-button.c-button--manufacturer-orange,
.c-choice-box .c-button--manufacturer-orange.choices__button {
  color: #fff;
  background-color: #f86921;
  border-color: #f86921;
}
.btn-manufacturer-orange:hover,
.c-button.c-button--manufacturer-orange:hover,
.c-choice-box .c-button--manufacturer-orange.choices__button:hover {
  color: #fff;
  background-color: #eb5407;
  border-color: #df4f07;
}
.btn-manufacturer-orange.focus,
.btn-manufacturer-orange:focus,
.c-button.c-button--manufacturer-orange:focus,
.c-choice-box .c-button--manufacturer-orange.choices__button:focus,
.c-choice-box .focus.c-button--manufacturer-orange.choices__button,
.focus.c-button.c-button--manufacturer-orange {
  color: #fff;
  background-color: #eb5407;
  border-color: #df4f07;
  box-shadow: 0 0 0 0.2rem rgba(249, 128, 66, 0.5);
}
.btn-manufacturer-orange.disabled,
.btn-manufacturer-orange:disabled,
.c-button.c-button--manufacturer-orange:disabled,
.c-choice-box .c-button--manufacturer-orange.choices__button:disabled,
.c-choice-box .disabled.c-button--manufacturer-orange.choices__button,
.disabled.c-button.c-button--manufacturer-orange {
  color: #fff;
  background-color: #f86921;
  border-color: #f86921;
}
.btn-manufacturer-orange:not(:disabled):not(.disabled).active,
.btn-manufacturer-orange:not(:disabled):not(.disabled):active,
.c-button.c-button--manufacturer-orange:not(:disabled):not(.disabled).active,
.c-button.c-button--manufacturer-orange:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--manufacturer-orange.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--manufacturer-orange.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--manufacturer-orange.choices__button,
.show > .btn-manufacturer-orange.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--manufacturer-orange {
  color: #fff;
  background-color: #df4f07;
  border-color: #d34b07;
}
.btn-manufacturer-orange:not(:disabled):not(.disabled).active:focus,
.btn-manufacturer-orange:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--manufacturer-orange:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--manufacturer-orange:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--manufacturer-orange.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--manufacturer-orange.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--manufacturer-orange.choices__button:focus,
.show > .btn-manufacturer-orange.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--manufacturer-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 128, 66, 0.5);
}
.btn-outline-primary,
.c-button.c-button--outline.c-button--primary,
.c-button.c-button--outlined.c-button--primary,
.c-choice-box .c-button--outline.c-button--primary.choices__button,
.c-choice-box .c-button--outlined.c-button--primary.choices__button {
  color: #546385;
  border-color: #546385;
}
.btn-outline-primary:hover,
.c-button.c-button--outline.c-button--primary:hover,
.c-button.c-button--outlined.c-button--primary:hover,
.c-choice-box .c-button--outline.c-button--primary.choices__button:hover,
.c-choice-box .c-button--outlined.c-button--primary.choices__button:hover {
  color: #fff;
  background-color: #546385;
  border-color: #546385;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.c-button.c-button--outline.c-button--primary:focus,
.c-button.c-button--outlined.c-button--primary:focus,
.c-choice-box .c-button--outline.c-button--primary.choices__button:focus,
.c-choice-box .c-button--outlined.c-button--primary.choices__button:focus,
.c-choice-box .focus.c-button--outline.c-button--primary.choices__button,
.c-choice-box .focus.c-button--outlined.c-button--primary.choices__button,
.focus.c-button.c-button--outline.c-button--primary,
.focus.c-button.c-button--outlined.c-button--primary {
  box-shadow: 0 0 0 0.2rem rgba(84, 99, 133, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.c-button.c-button--outline.c-button--primary:disabled,
.c-button.c-button--outlined.c-button--primary:disabled,
.c-choice-box .c-button--outline.c-button--primary.choices__button:disabled,
.c-choice-box .c-button--outlined.c-button--primary.choices__button:disabled,
.c-choice-box .disabled.c-button--outline.c-button--primary.choices__button,
.c-choice-box .disabled.c-button--outlined.c-button--primary.choices__button,
.disabled.c-button.c-button--outline.c-button--primary,
.disabled.c-button.c-button--outlined.c-button--primary {
  color: #546385;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.c-button.c-button--outline.c-button--primary:not(:disabled):not(.disabled).active,
.c-button.c-button--outline.c-button--primary:not(:disabled):not(.disabled):active,
.c-button.c-button--outlined.c-button--primary:not(:disabled):not(.disabled).active,
.c-button.c-button--outlined.c-button--primary:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outline.c-button--primary.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outline.c-button--primary.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outlined.c-button--primary.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outlined.c-button--primary.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--primary.choices__button,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--primary.choices__button,
.show > .btn-outline-primary.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--primary,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--primary {
  color: #fff;
  background-color: #546385;
  border-color: #546385;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outline.c-button--primary:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outline.c-button--primary:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outlined.c-button--primary:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outlined.c-button--primary:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outline.c-button--primary.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outline.c-button--primary.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outlined.c-button--primary.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outlined.c-button--primary.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--primary.choices__button:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--primary.choices__button:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--primary:focus,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 99, 133, 0.5);
}
.btn-outline-secondary,
.c-button.c-button--outline.c-button--secondary,
.c-button.c-button--outlined.c-button--secondary,
.c-choice-box .c-button--outline.c-button--secondary.choices__button,
.c-choice-box .c-button--outlined.c-button--secondary.choices__button {
  color: #ded25e;
  border-color: #ded25e;
}
.btn-outline-secondary:hover,
.c-button.c-button--outline.c-button--secondary:hover,
.c-button.c-button--outlined.c-button--secondary:hover,
.c-choice-box .c-button--outline.c-button--secondary.choices__button:hover,
.c-choice-box .c-button--outlined.c-button--secondary.choices__button:hover {
  color: #212529;
  background-color: #ded25e;
  border-color: #ded25e;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.c-button.c-button--outline.c-button--secondary:focus,
.c-button.c-button--outlined.c-button--secondary:focus,
.c-choice-box .c-button--outline.c-button--secondary.choices__button:focus,
.c-choice-box .c-button--outlined.c-button--secondary.choices__button:focus,
.c-choice-box .focus.c-button--outline.c-button--secondary.choices__button,
.c-choice-box .focus.c-button--outlined.c-button--secondary.choices__button,
.focus.c-button.c-button--outline.c-button--secondary,
.focus.c-button.c-button--outlined.c-button--secondary {
  box-shadow: 0 0 0 0.2rem rgba(222, 210, 94, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.c-button.c-button--outline.c-button--secondary:disabled,
.c-button.c-button--outlined.c-button--secondary:disabled,
.c-choice-box .c-button--outline.c-button--secondary.choices__button:disabled,
.c-choice-box .c-button--outlined.c-button--secondary.choices__button:disabled,
.c-choice-box .disabled.c-button--outline.c-button--secondary.choices__button,
.c-choice-box .disabled.c-button--outlined.c-button--secondary.choices__button,
.disabled.c-button.c-button--outline.c-button--secondary,
.disabled.c-button.c-button--outlined.c-button--secondary {
  color: #ded25e;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.c-button.c-button--outline.c-button--secondary:not(:disabled):not(.disabled).active,
.c-button.c-button--outline.c-button--secondary:not(:disabled):not(.disabled):active,
.c-button.c-button--outlined.c-button--secondary:not(:disabled):not(.disabled).active,
.c-button.c-button--outlined.c-button--secondary:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outline.c-button--secondary.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outline.c-button--secondary.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outlined.c-button--secondary.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outlined.c-button--secondary.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--secondary.choices__button,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--secondary.choices__button,
.show > .btn-outline-secondary.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--secondary,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--secondary {
  color: #212529;
  background-color: #ded25e;
  border-color: #ded25e;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outline.c-button--secondary:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outline.c-button--secondary:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outlined.c-button--secondary:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outlined.c-button--secondary:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outline.c-button--secondary.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outline.c-button--secondary.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outlined.c-button--secondary.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outlined.c-button--secondary.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--secondary.choices__button:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--secondary.choices__button:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--secondary:focus,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 210, 94, 0.5);
}
.btn-outline-success,
.c-button.c-button--outline.c-button--success,
.c-button.c-button--outlined.c-button--success,
.c-choice-box .c-button--outline.c-button--success.choices__button,
.c-choice-box .c-button--outlined.c-button--success.choices__button {
  color: #87a13c;
  border-color: #87a13c;
}
.btn-outline-success:hover,
.c-button.c-button--outline.c-button--success:hover,
.c-button.c-button--outlined.c-button--success:hover,
.c-choice-box .c-button--outline.c-button--success.choices__button:hover,
.c-choice-box .c-button--outlined.c-button--success.choices__button:hover {
  color: #fff;
  background-color: #87a13c;
  border-color: #87a13c;
}
.btn-outline-success.focus,
.btn-outline-success:focus,
.c-button.c-button--outline.c-button--success:focus,
.c-button.c-button--outlined.c-button--success:focus,
.c-choice-box .c-button--outline.c-button--success.choices__button:focus,
.c-choice-box .c-button--outlined.c-button--success.choices__button:focus,
.c-choice-box .focus.c-button--outline.c-button--success.choices__button,
.c-choice-box .focus.c-button--outlined.c-button--success.choices__button,
.focus.c-button.c-button--outline.c-button--success,
.focus.c-button.c-button--outlined.c-button--success {
  box-shadow: 0 0 0 0.2rem rgba(135, 161, 60, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled,
.c-button.c-button--outline.c-button--success:disabled,
.c-button.c-button--outlined.c-button--success:disabled,
.c-choice-box .c-button--outline.c-button--success.choices__button:disabled,
.c-choice-box .c-button--outlined.c-button--success.choices__button:disabled,
.c-choice-box .disabled.c-button--outline.c-button--success.choices__button,
.c-choice-box .disabled.c-button--outlined.c-button--success.choices__button,
.disabled.c-button.c-button--outline.c-button--success,
.disabled.c-button.c-button--outlined.c-button--success {
  color: #87a13c;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.c-button.c-button--outline.c-button--success:not(:disabled):not(.disabled).active,
.c-button.c-button--outline.c-button--success:not(:disabled):not(.disabled):active,
.c-button.c-button--outlined.c-button--success:not(:disabled):not(.disabled).active,
.c-button.c-button--outlined.c-button--success:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outline.c-button--success.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outline.c-button--success.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outlined.c-button--success.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outlined.c-button--success.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--success.choices__button,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--success.choices__button,
.show > .btn-outline-success.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--success,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--success {
  color: #fff;
  background-color: #87a13c;
  border-color: #87a13c;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outline.c-button--success:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outline.c-button--success:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outlined.c-button--success:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outlined.c-button--success:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outline.c-button--success.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outline.c-button--success.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outlined.c-button--success.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outlined.c-button--success.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--success.choices__button:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--success.choices__button:focus,
.show > .btn-outline-success.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--success:focus,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--success:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 161, 60, 0.5);
}
.btn-outline-info,
.c-button.c-button--outline.c-button--info,
.c-button.c-button--outlined.c-button--info,
.c-choice-box .c-button--outline.c-button--info.choices__button,
.c-choice-box .c-button--outlined.c-button--info.choices__button {
  color: #87cfd8;
  border-color: #87cfd8;
}
.btn-outline-info:hover,
.c-button.c-button--outline.c-button--info:hover,
.c-button.c-button--outlined.c-button--info:hover,
.c-choice-box .c-button--outline.c-button--info.choices__button:hover,
.c-choice-box .c-button--outlined.c-button--info.choices__button:hover {
  color: #212529;
  background-color: #87cfd8;
  border-color: #87cfd8;
}
.btn-outline-info.focus,
.btn-outline-info:focus,
.c-button.c-button--outline.c-button--info:focus,
.c-button.c-button--outlined.c-button--info:focus,
.c-choice-box .c-button--outline.c-button--info.choices__button:focus,
.c-choice-box .c-button--outlined.c-button--info.choices__button:focus,
.c-choice-box .focus.c-button--outline.c-button--info.choices__button,
.c-choice-box .focus.c-button--outlined.c-button--info.choices__button,
.focus.c-button.c-button--outline.c-button--info,
.focus.c-button.c-button--outlined.c-button--info {
  box-shadow: 0 0 0 0.2rem rgba(135, 207, 216, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled,
.c-button.c-button--outline.c-button--info:disabled,
.c-button.c-button--outlined.c-button--info:disabled,
.c-choice-box .c-button--outline.c-button--info.choices__button:disabled,
.c-choice-box .c-button--outlined.c-button--info.choices__button:disabled,
.c-choice-box .disabled.c-button--outline.c-button--info.choices__button,
.c-choice-box .disabled.c-button--outlined.c-button--info.choices__button,
.disabled.c-button.c-button--outline.c-button--info,
.disabled.c-button.c-button--outlined.c-button--info {
  color: #87cfd8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.c-button.c-button--outline.c-button--info:not(:disabled):not(.disabled).active,
.c-button.c-button--outline.c-button--info:not(:disabled):not(.disabled):active,
.c-button.c-button--outlined.c-button--info:not(:disabled):not(.disabled).active,
.c-button.c-button--outlined.c-button--info:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outline.c-button--info.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outline.c-button--info.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outlined.c-button--info.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outlined.c-button--info.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--info.choices__button,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--info.choices__button,
.show > .btn-outline-info.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--info,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--info {
  color: #212529;
  background-color: #87cfd8;
  border-color: #87cfd8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outline.c-button--info:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outline.c-button--info:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outlined.c-button--info:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outlined.c-button--info:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outline.c-button--info.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outline.c-button--info.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outlined.c-button--info.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outlined.c-button--info.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--info.choices__button:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--info.choices__button:focus,
.show > .btn-outline-info.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--info:focus,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--info:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 207, 216, 0.5);
}
.btn-outline-warning,
.c-button.c-button--outline.c-button--warning,
.c-button.c-button--outlined.c-button--warning,
.c-choice-box .c-button--outline.c-button--warning.choices__button,
.c-choice-box .c-button--outlined.c-button--warning.choices__button {
  color: #fec156;
  border-color: #fec156;
}
.btn-outline-warning:hover,
.c-button.c-button--outline.c-button--warning:hover,
.c-button.c-button--outlined.c-button--warning:hover,
.c-choice-box .c-button--outline.c-button--warning.choices__button:hover,
.c-choice-box .c-button--outlined.c-button--warning.choices__button:hover {
  color: #212529;
  background-color: #fec156;
  border-color: #fec156;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.c-button.c-button--outline.c-button--warning:focus,
.c-button.c-button--outlined.c-button--warning:focus,
.c-choice-box .c-button--outline.c-button--warning.choices__button:focus,
.c-choice-box .c-button--outlined.c-button--warning.choices__button:focus,
.c-choice-box .focus.c-button--outline.c-button--warning.choices__button,
.c-choice-box .focus.c-button--outlined.c-button--warning.choices__button,
.focus.c-button.c-button--outline.c-button--warning,
.focus.c-button.c-button--outlined.c-button--warning {
  box-shadow: 0 0 0 0.2rem rgba(254, 193, 86, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled,
.c-button.c-button--outline.c-button--warning:disabled,
.c-button.c-button--outlined.c-button--warning:disabled,
.c-choice-box .c-button--outline.c-button--warning.choices__button:disabled,
.c-choice-box .c-button--outlined.c-button--warning.choices__button:disabled,
.c-choice-box .disabled.c-button--outline.c-button--warning.choices__button,
.c-choice-box .disabled.c-button--outlined.c-button--warning.choices__button,
.disabled.c-button.c-button--outline.c-button--warning,
.disabled.c-button.c-button--outlined.c-button--warning {
  color: #fec156;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.c-button.c-button--outline.c-button--warning:not(:disabled):not(.disabled).active,
.c-button.c-button--outline.c-button--warning:not(:disabled):not(.disabled):active,
.c-button.c-button--outlined.c-button--warning:not(:disabled):not(.disabled).active,
.c-button.c-button--outlined.c-button--warning:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outline.c-button--warning.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outline.c-button--warning.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outlined.c-button--warning.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outlined.c-button--warning.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--warning.choices__button,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--warning.choices__button,
.show > .btn-outline-warning.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--warning,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--warning {
  color: #212529;
  background-color: #fec156;
  border-color: #fec156;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outline.c-button--warning:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outline.c-button--warning:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outlined.c-button--warning:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outlined.c-button--warning:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outline.c-button--warning.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outline.c-button--warning.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outlined.c-button--warning.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outlined.c-button--warning.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--warning.choices__button:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--warning.choices__button:focus,
.show > .btn-outline-warning.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--warning:focus,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 193, 86, 0.5);
}
.btn-outline-danger,
.c-button.c-button--outline.c-button--danger,
.c-button.c-button--outlined.c-button--danger,
.c-choice-box .c-button--outline.c-button--danger.choices__button,
.c-choice-box .c-button--outlined.c-button--danger.choices__button {
  color: #c4514d;
  border-color: #c4514d;
}
.btn-outline-danger:hover,
.c-button.c-button--outline.c-button--danger:hover,
.c-button.c-button--outlined.c-button--danger:hover,
.c-choice-box .c-button--outline.c-button--danger.choices__button:hover,
.c-choice-box .c-button--outlined.c-button--danger.choices__button:hover {
  color: #fff;
  background-color: #c4514d;
  border-color: #c4514d;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.c-button.c-button--outline.c-button--danger:focus,
.c-button.c-button--outlined.c-button--danger:focus,
.c-choice-box .c-button--outline.c-button--danger.choices__button:focus,
.c-choice-box .c-button--outlined.c-button--danger.choices__button:focus,
.c-choice-box .focus.c-button--outline.c-button--danger.choices__button,
.c-choice-box .focus.c-button--outlined.c-button--danger.choices__button,
.focus.c-button.c-button--outline.c-button--danger,
.focus.c-button.c-button--outlined.c-button--danger {
  box-shadow: 0 0 0 0.2rem rgba(196, 81, 77, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled,
.c-button.c-button--outline.c-button--danger:disabled,
.c-button.c-button--outlined.c-button--danger:disabled,
.c-choice-box .c-button--outline.c-button--danger.choices__button:disabled,
.c-choice-box .c-button--outlined.c-button--danger.choices__button:disabled,
.c-choice-box .disabled.c-button--outline.c-button--danger.choices__button,
.c-choice-box .disabled.c-button--outlined.c-button--danger.choices__button,
.disabled.c-button.c-button--outline.c-button--danger,
.disabled.c-button.c-button--outlined.c-button--danger {
  color: #c4514d;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.c-button.c-button--outline.c-button--danger:not(:disabled):not(.disabled).active,
.c-button.c-button--outline.c-button--danger:not(:disabled):not(.disabled):active,
.c-button.c-button--outlined.c-button--danger:not(:disabled):not(.disabled).active,
.c-button.c-button--outlined.c-button--danger:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outline.c-button--danger.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outline.c-button--danger.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .c-button--outlined.c-button--danger.choices__button:not(:disabled):not(.disabled).active,
.c-choice-box
  .c-button--outlined.c-button--danger.choices__button:not(:disabled):not(.disabled):active,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--danger.choices__button,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--danger.choices__button,
.show > .btn-outline-danger.dropdown-toggle,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--danger,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--danger {
  color: #fff;
  background-color: #c4514d;
  border-color: #c4514d;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outline.c-button--danger:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outline.c-button--danger:not(:disabled):not(.disabled):active:focus,
.c-button.c-button--outlined.c-button--danger:not(:disabled):not(.disabled).active:focus,
.c-button.c-button--outlined.c-button--danger:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outline.c-button--danger.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outline.c-button--danger.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .c-button--outlined.c-button--danger.choices__button:not(:disabled):not(.disabled).active:focus,
.c-choice-box
  .c-button--outlined.c-button--danger.choices__button:not(:disabled):not(.disabled):active:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outline.c-button--danger.choices__button:focus,
.c-choice-box
  .show
  > .dropdown-toggle.c-button--outlined.c-button--danger.choices__button:focus,
.show > .btn-outline-danger.dropdown-toggle:focus,
.show > .dropdown-toggle.c-button.c-button--outline.c-button--danger:focus,
.show > .dropdown-toggle.c-button.c-button--outlined.c-button--danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 81, 77, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  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: #fff;
  border-color: #fff;
}
.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(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000;
  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: #000;
  border-color: #000;
}
.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(0, 0, 0, 0.5);
}
.btn-outline-manufacturer-orange {
  color: #f86921;
  border-color: #f86921;
}
.btn-outline-manufacturer-orange:hover {
  color: #fff;
  background-color: #f86921;
  border-color: #f86921;
}
.btn-outline-manufacturer-orange.focus,
.btn-outline-manufacturer-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 105, 33, 0.5);
}
.btn-outline-manufacturer-orange.disabled,
.btn-outline-manufacturer-orange:disabled {
  color: #f86921;
  background-color: transparent;
}
.btn-outline-manufacturer-orange:not(:disabled):not(.disabled).active,
.btn-outline-manufacturer-orange:not(:disabled):not(.disabled):active,
.show > .btn-outline-manufacturer-orange.dropdown-toggle {
  color: #fff;
  background-color: #f86921;
  border-color: #f86921;
}
.btn-outline-manufacturer-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-manufacturer-orange:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-manufacturer-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 105, 33, 0.5);
}
.btn-link,
.c-button--link,
.c-choice-box .choices__button {
  font-weight: 400;
  color: #546385;
  text-decoration: none;
}
.btn-link:hover,
.c-button--link:hover,
.c-choice-box .choices__button:hover {
  color: #364056;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus,
.c-button--link:focus,
.c-choice-box .choices__button:focus,
.c-choice-box .focus.choices__button,
.focus.c-button--link {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled,
.c-button--link:disabled,
.c-choice-box .choices__button:disabled,
.c-choice-box .disabled.choices__button,
.disabled.c-button--link {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.c-button--lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.c-button--sm,
.c-group-promotion-card__action-bar-action-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.c-button):not(.c-group-promotion-card__action-bar-action-button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.c-linear-progress__track-line,
.c-progress-status-bar__total-track,
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.c-linear-progress__track-line-bar,
.c-progress-status-bar__current-track,
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #546385;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .c-linear-progress__track-line-bar,
  .c-progress-status-bar__current-track,
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.rccs {
  margin: 0 auto;
  perspective: 1000px;
  width: 290px;
}
.rccs__card {
  height: 182.873px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  width: 290px;
}
.rccs__card--back,
.rccs__card--front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(25deg, #939393, #717171);
  border-radius: 14.5px;
  color: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-style: preserve-3d;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.rccs__card--front {
  z-index: 20;
}
.rccs__card--back {
  transform: rotateY(180deg);
}
.rccs__card--back .rccs__issuer {
  background-position: bottom center;
  bottom: 5%;
  left: 50%;
  opacity: 0.6;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}
.rccs__card__background {
  height: 200%;
  left: -170%;
  position: absolute;
  top: -60%;
  transform: rotate(25deg);
  transition: all 0.5s ease-out;
  width: 150%;
  left: -170%;
}
.rccs__card--flipped {
  transform: rotateY(180deg);
}
.rccs__card--flipped .rccs__card--front {
  z-index: 10;
}
.rccs__card--flipped .rccs__card--back {
  z-index: 20;
}
.rccs__card--unknown > div {
  background: linear-gradient(25deg, #999, #999);
  box-shadow: none;
}
.rccs__card--unknown .rccs__issuer {
  visibility: hidden;
}
.rccs__card:not(.rccs__card--unknown) .rccs__card__background {
  left: -22%;
}
.rccs__card--amex .rccs__card__background {
  background: linear-gradient(25deg, #308c67, #a3f2cf);
}
.rccs__card--amex .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBjeD0iMTcuNTQxJSIgY3k9IjE3LjQ2NiUiIGZ4PSIxNy41NDElIiBmeT0iMTcuNDY2JSIgcj0iOTEuMjM3JSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiM2NUJDRjEiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjNBREUzIiBvZmZzZXQ9IjQ1LjQ2JSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwREE2RTAiIG9mZnNldD0iNTAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzA1NTFDMyIgb2Zmc2V0PSIxMDAlIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGg1MTJ2NTEyaC01MTJ6Ii8+PHBhdGggZD0iTTQ1Ljc5MSAyMjAuOTM1bC05Ljc3My0yMy44MTMtOS43MTcgMjMuODEzaDE5LjQ4OXptMjE1LjI4OS05LjQ4M2MtMS45NjIgMS4xOTEtNC4yODMgMS4yMzEtNy4wNjMgMS4yMzFoLTE3LjM0NXYtMTMuMjY4aDE3LjU4MWMyLjQ4OCAwIDUuMDg0LjExMiA2Ljc3MSAxLjA3NyAxLjg1Mi44NyAyLjk5OCAyLjcyMiAyLjk5OCA1LjI4MSAwIDIuNjExLTEuMDkgNC43MTItMi45NDIgNS42Nzl6bTEyMy43MzkgOS40ODNsLTkuODgxLTIzLjgxMy05LjgyNyAyMy44MTNoMTkuNzA3em0tMjMwLjY1OCAyNS43NzZoLTE0LjYzN2wtLjA1NC00Ni43ODQtMjAuNzA0IDQ2Ljc4NGgtMTIuNTM2bC0yMC43NTgtNDYuODI1djQ2LjgyNWgtMjkuMDRsLTUuNDg2LTEzLjMyNGgtMjkuNzI5bC01LjU0MiAxMy4zMjRoLTE1LjUwN2wyNS41NjgtNTkuNzM1aDIxLjIxNGwyNC4yODQgNTYuNTU2di01Ni41NTZoMjMuMzA0bDE4LjY4NiA0MC41MjMgMTcuMTY1LTQwLjUyM2gyMy43NzJ2NTkuNzM1aC4wMDJ6bTU4LjMzOCAwaC00Ny42OTd2LTU5LjczNWg0Ny42OTd2MTIuNDM5aC0zMy40MTl2MTAuNzY3aDMyLjYxN3YxMi4yNDVoLTMyLjYxN3YxMS45MjloMzMuNDE5djEyLjM1NHptNjcuMjUxLTQzLjY0N2MwIDkuNTI0LTYuMzU3IDE0LjQ0NC0xMC4wNjEgMTUuOTIyIDMuMTI0IDEuMTg5IDUuNzkzIDMuMjkgNy4wNjMgNS4wMyAyLjAxNiAyLjk3MSAyLjM2NCA1LjYyNSAyLjM2NCAxMC45NnYxMS43MzVoLTE0LjQwMWwtLjA1NC03LjUzM2MwLTMuNTk0LjM0NC04Ljc2NC0yLjI1NC0xMS42MzctMi4wODYtMi4xMDEtNS4yNjYtMi41NTctMTAuNDA3LTIuNTU3aC0xNS4zMjd2MjEuNzI3aC0xNC4yNzd2LTU5LjczNWgzMi44NGM3LjI5NyAwIDEyLjY3My4xOTMgMTcuMjg5IDIuODYxIDQuNTE3IDIuNjY4IDcuMjI1IDYuNTY0IDcuMjI1IDEzLjIyN3ptMjIuODUgNDMuNjQ3aC0xNC41Njl2LTU5LjczNWgxNC41Njl2NTkuNzM1em0xNjkuMDE3IDBoLTIwLjIzM2wtMjcuMDY0LTQ0LjgzNHY0NC44MzRoLTI5LjA3OGwtNS41NTctMTMuMzI0aC0yOS42NmwtNS4zOTEgMTMuMzI0aC0xNi43MDdjLTYuOTQgMC0xNS43MjctMS41MzUtMjAuNzA0LTYuNjA3LTUuMDE4LTUuMDcyLTcuNjI5LTExLjk0Mi03LjYyOS0yMi44MDUgMC04Ljg1OSAxLjU2LTE2Ljk1OCA3LjY5Ny0yMy4zNTggNC42MTYtNC43NjcgMTEuODQ1LTYuOTY1IDIxLjY4NC02Ljk2NWgxMy44MjN2MTIuNzk5aC0xMy41MzNjLTUuMjExIDAtOC4xNTMuNzc1LTEwLjk4NyAzLjUzOS0yLjQzNCAyLjUxNS00LjEwNCA3LjI3LTQuMTA0IDEzLjUzMSAwIDYuNCAxLjI3MiAxMS4wMTQgMy45MjYgMTQuMDI4IDIuMTk4IDIuMzY0IDYuMTkzIDMuMDgxIDkuOTUxIDMuMDgxaDYuNDEybDIwLjEyNC00Ni45NzdoMjEuMzk0bDI0LjE3NCA1Ni41di01Ni41aDIxLjc0bDI1LjA5OCA0MS42MDJ2LTQxLjYwMmgxNC42MjV2NTkuNzMzem0tNDcxLjYxNiAxMS43MzNoMjQuMzk1bDUuNTAxLTEzLjI2OGgxMi4zMTVsNS40ODYgMTMuMjY4aDQ4di0xMC4xNDRsNC4yODUgMTAuMTg3aDI0LjkxOGw0LjI4NS0xMC4zMzh2MTAuMjk1aDExOS4yODlsLS4wNTYtMjEuNzc5aDIuMzA4YzEuNjE2LjA1NiAyLjA4OC4yMDUgMi4wODggMi44NzR2MTguOTA2aDYxLjY5N3YtNS4wN2M0Ljk3NiAyLjY2NyAxMi43MTcgNS4wNyAyMi45MDIgNS4wN2gyNS45NTZsNS41NTUtMTMuMjY4aDEyLjMxNWw1LjQzMiAxMy4yNjhoNTAuMDE4di0xMi42MDNsNy41NzQgMTIuNjAzaDQwLjA4MXYtODMuMzEyaC0zOS42Njd2OS44MzlsLTUuNTU1LTkuODM5aC00MC43MDN2OS44MzlsLTUuMTAxLTkuODM5aC01NC45OGMtOS4yMDMgMC0xNy4yOTMgMS4yODUtMjMuODI4IDQuODY1di00Ljg2NWgtMzcuOTQxdjQuODY1Yy00LjE1OC0zLjY5LTkuODI1LTQuODY1LTE2LjEyNS00Ljg2NWgtMTM4LjYxM2wtOS4zMDEgMjEuNTE4LTkuNTUxLTIxLjUxOGgtNDMuNjZ2OS44MzlsLTQuNzk2LTkuODM5aC0zNy4yMzVsLTE3LjI5MSAzOS42MTF2NDMuNzAxaC4wMDJ6TTUxMiAzMDIuMDE0aC0yNi4wMzljLTIuNiAwLTQuMzI3LjA5Ny01Ljc4MiAxLjA4LTEuNTA3Ljk2OC0yLjA4OCAyLjQwNS0yLjA4OCA0LjMwMiAwIDIuMjU1IDEuMjczIDMuNzkgMy4xMjQgNC40NTMgMS41MDcuNTI1IDMuMTI2LjY3OCA1LjUwNi42NzhsNy43NDMuMjA3YzcuODE0LjE5MyAxMy4wMjkgMS41MzYgMTYuMjA5IDQuODEyLjU3OS40NTYuOTI3Ljk2OCAxLjMyNSAxLjQ4di0xNy4wMTJ6bTAgMzkuNDE2Yy0zLjQ3IDUuMDc1LTEwLjIzMyA3LjY0OC0xOS4zODggNy42NDhoLTI3LjU5MXYtMTIuODJoMjcuNDc5YzIuNzI2IDAgNC42MzMtLjM1OSA1Ljc4Mi0xLjQ4Ljk5NS0uOTI1IDEuNjg5LTIuMjY4IDEuNjg5LTMuOSAwLTEuNzQyLS42OTQtMy4xMjQtMS43NDUtMy45NTQtMS4wMzctLjkxMi0yLjU0Ni0xLjMyNy01LjAzNC0xLjMyNy0xMy40MTUtLjQ1Ni0zMC4xNTEuNDE1LTMwLjE1MS0xOC41MDQgMC04LjY3MiA1LjUwNi0xNy44IDIwLjQ5OC0xNy44aDI4LjQ1OHYtMTEuODk1aC0yNi40NDFjLTcuOTc5IDAtMTMuNzc2IDEuOTExLTE3Ljg4MSA0Ljg4MnYtNC44ODJoLTM5LjEwOWMtNi4yNTQgMC0xMy41OTUgMS41NS0xNy4wNjggNC44ODJ2LTQuODgyaC02OS44Mzl2NC44ODJjLTUuNTU4LTQuMDEtMTQuOTM3LTQuODgyLTE5LjI2NS00Ljg4MmgtNDYuMDY2djQuODgyYy00LjM5Ny00LjI1OC0xNC4xNzYtNC44ODItMjAuMTM2LTQuODgyaC01MS41NTZsLTExLjc5OCAxMi43NjgtMTEuMDUtMTIuNzY4aC03Ny4wMTR2ODMuNDIxaDc1LjU2NWwxMi4xNTctMTIuOTcgMTEuNDUyIDEyLjk3IDQ2LjU3OC4wNDF2LTE5LjYyNGg0LjU3OWM2LjE4LjA5NiAxMy40NjktLjE1MyAxOS45LTIuOTMzdjIyLjUxNGgzOC40MTl2LTIxLjc0MmgxLjg1M2MyLjM2NSAwIDIuNTk4LjA5NyAyLjU5OCAyLjQ2MXYxOS4yOGgxMTYuNzA5YzcuNDEgMCAxNS4xNTUtMS44OTcgMTkuNDQ0LTUuMzM4djUuMzM4aDM3LjAyYzcuNzA0IDAgMTUuMjI3LTEuMDggMjAuOTUxLTMuODQ1di0xNS41NDF6bS01Ni45OS0yMy44ODRjMi43ODIgMi44NzkgNC4yNzMgNi41MTQgNC4yNzMgMTIuNjY3IDAgMTIuODYyLTguMDM1IDE4Ljg2NS0yMi40NDQgMTguODY1aC0yNy44Mjd2LTEyLjgyaDI3LjcxNWMyLjcxIDAgNC42MzItLjM1OSA1LjgzNi0xLjQ4Ljk4My0uOTI1IDEuNjg3LTIuMjY4IDEuNjg3LTMuOSAwLTEuNzQyLS43NjMtMy4xMjQtMS43NDMtMy45NTQtMS4wOTMtLjkxMi0yLjYtMS4zMjctNS4wODgtMS4zMjctMTMuMzYxLS40NTYtMzAuMDkzLjQxNS0zMC4wOTMtMTguNTA0IDAtOC42NzIgNS40NDgtMTcuOCAyMC40MjYtMTcuOGgyOC42NDJ2MTIuNzI1aC0yNi4yMDhjLTIuNTk4IDAtNC4yODcuMDk3LTUuNzI0IDEuMDgtMS41NjUuOTY4LTIuMTQ1IDIuNDA1LTIuMTQ1IDQuMzAyIDAgMi4yNTUgMS4zMjkgMy43OSAzLjEyNiA0LjQ1MyAxLjUwNy41MjUgMy4xMjYuNjc4IDUuNTYuNjc4bDcuNjkxLjIwN2M3Ljc1Ni4xODkgMTMuMDggMS41MzEgMTYuMzE2IDQuODA4em0tMTI4LjkxOC0zLjY5MmMtMS45MTEgMS4xMzQtNC4yNzUgMS4yMzEtNy4wNTUgMS4yMzFoLTE3LjM1NnYtMTMuNDI4aDE3LjU5MmMyLjU0NCAwIDUuMDg5LjA1NCA2LjgxOCAxLjA4IDEuODUyLjk2OCAyLjk1OCAyLjgyIDIuOTU4IDUuMzc4IDAgMi41NTgtMS4xMDcgNC42MTktMi45NTggNS43Mzh6bTguNjI4IDcuNDRjMy4xOCAxLjE3NCA1Ljc4IDMuMjc4IDYuOTk5IDUuMDE5IDIuMDE3IDIuOTE5IDIuMzA5IDUuNjQzIDIuMzY3IDEwLjkxM3YxMS44NTJoLTE0LjM0M3YtNy40OGMwLTMuNTk3LjM0Ni04LjkyMi0yLjMwOS0xMS43MDItMi4wODgtMi4xNDItNS4yNy0yLjY1NC0xMC40ODItMi42NTRoLTE1LjI2OHYyMS44MzZoLTE0LjM1NnYtNTkuNzg2aDMyLjk4NWM3LjIzMyAwIDEyLjUwMS4zMTkgMTcuMTkgMi44MjEgNC41MDkgMi43MjQgNy4zNDUgNi40NTYgNy4zNDUgMTMuMjc2LS4wMDIgOS41NDItNi4zNjYgMTQuNDEyLTEwLjEyNyAxNS45MDV6bTE4LjA0OC0zMi4wMDJoNDcuNjg0djEyLjM2NGgtMzMuNDU1djEwLjg2OWgzMi42Mzl2MTIuMTk4aC0zMi42Mzl2MTEuODk1bDMzLjQ1NS4wNTR2MTIuNDA1aC00Ny42ODR2LTU5Ljc4NnptLTk2LjM5MyAyNy41OTFoLTE4LjQ2M3YtMTUuMjI1aDE4LjYyOWM1LjE1OCAwIDguNzM4IDIuMTAyIDguNzM4IDcuMzMgMCA1LjE3MS0zLjQxNSA3Ljg5NS04LjkwNCA3Ljg5NXptLTMyLjY5MyAyNi43NThsLTIxLjkzNS0yNC4zNTMgMjEuOTM1LTIzLjU3OXY0Ny45MzJ6bS01Ni42NDctNy4wMjJoLTM1LjEyN3YtMTEuODk1aDMxLjM2NnYtMTIuMTk4aC0zMS4zNjZ2LTEwLjg2OWgzNS44MTlsMTUuNjI3IDE3LjQyMy0xNi4zMTkgMTcuNTR6bTExMy41ODMtMjcuNjNjMCAxNi42MDgtMTIuMzkxIDIwLjAzNy0yNC44NzkgMjAuMDM3aC0xNy44Mjd2MjAuMDUzaC0yNy43NjlsLTE3LjU5Mi0xOS43OTItMTguMjgzIDE5Ljc5MmgtNTYuNTkxdi01OS43ODZoNTcuNDYybDE3LjU3OCAxOS41OTcgMTguMTczLTE5LjU5N2g0NS42NTJjMTEuMzM4IDAgMjQuMDc3IDMuMTM5IDI0LjA3NyAxOS42OTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.rccs__card--amex .rccs__cvc__front {
  opacity: 0.5;
  visibility: visible;
}
.rccs__card--dankort .rccs__card__background {
  background: linear-gradient(25deg, #ccc, #999);
}
.rccs__card--dankort .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjMwOCIgdmlld0JveD0iMCAwIDUxMiAzMDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMCUiIHgyPSI1MCUiIHkyPSIxMDAlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iI0Y1MDkxQSIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiM5RTBDMTciIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0zNTguNDA3IDBoLTIwNC43OTVjLTg0Ljg0MiAwLTE1My42MTIgNjguNzcxLTE1My42MTIgMTUzLjU5MyAwIDg0Ljg1MSA2OC43NyAxNTMuNjA2IDE1My42MTIgMTUzLjYwNmgyMDQuNzk1Yzg0LjgyMiAwIDE1My41OTMtNjguNzU1IDE1My41OTMtMTUzLjYwNiAwLTg0LjgyMS02OC43Ny0xNTMuNTkzLTE1My41OTMtMTUzLjU5MyIgZmlsbD0iI0ZFRkVGRSIvPjxwYXRoIGQ9Ik0zOTUuNTkxIDE0NC40ODZsNjguMzI4IDgxLjI2MWMxNC4xNTEtMjAuNDUxIDIyLjQ2Mi00NS4yNDIgMjIuNDYyLTcxLjk0NSAwLTI4LjE4My05LjI1OS01NC4yNDgtMjQuODg0LTc1LjMxNWwtNjUuOTA2IDY1Ljk5OXptLTI0MS4zOTctMTE3LjM4NmMtMzguNTQ3IDAtNzMuMTIxIDE3LjI5My05Ni4zODMgNDQuNTI4aDE0NC4xNTljNTEuMDI3IDAgODkuNDc0IDEyLjk4MyA5My40MzEgNTUuOTc0bDUzLjcwMi01NS45ODFoMTA2LjkzMWMtMjMuMjYzLTI3LjIyNy01Ny44MzEtNDQuNTItOTYuMzYxLTQ0LjUyaC0yMDUuNDc5em0yOS4yMzYgMjA1LjQ3OWgtMTI4LjQyOWMyMy4yMzMgMjkuMTkzIDU5LjA2MiA0Ny45NDYgOTkuMTk0IDQ3Ljk0NmgyMDUuNDc5YzQwLjExNyAwIDc1LjkzNy0xOC43NDUgOTkuMTcxLTQ3LjkzOWgtMTA5LjI5NWwtNTYuNzk2LTcxLjc3NmMtMTAuNTA2IDQ4LjkzOS00NC44ODEgNzEuNzY5LTEwOS4zMjMgNzEuNzY5ek0xMTguNDQgMTI1Ljk5N2wtMTguMjIyIDUwLjFoNzMuNTE3YzIxLjczMyAwIDI4LjMxLTguOTk4IDMzLjE3My0yNi4zMTkgNC44MTUtMTcuMTMxLTcuMjc3LTIzLjc4LTIyLjEyOS0yMy43OGgtNjYuMzM5eiIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==);
}
.rccs__card--dinersclub > div {
  color: #555;
}
.rccs__card--dinersclub .rccs__card__background {
  background: linear-gradient(25deg, #fff, #eee);
}
.rccs__card--dinersclub .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjEzNCIgdmlld0JveD0iMCAwIDUxMiAxMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik05OS4yODUgMTMzLjg2YzM2LjQ0Ni4xNzcgNjkuNzE1LTI5LjY1OSA2OS43MTUtNjUuOTU1IDAtMzkuNjg5LTMzLjI2OS02Ny4xMjItNjkuNzE1LTY3LjExMWgtMzEuMzY1Yy0zNi44ODItLjAxMS02Ny4yNDEgMjcuNDI5LTY3LjI0MSA2Ny4xMTEgMCAzNi4zMDUgMzAuMzU4IDY2LjEzMyA2Ny4yNDEgNjUuOTU1aDMxLjM2NSIgZmlsbD0iIzAwNjA5NSIvPjxwYXRoIGQ9Ik04MS45MDkgMTAzLjI0N3YtNzIuMDcyYzE0LjUxNyA1LjU1NyAyNC44MjMgMTkuNTgzIDI0Ljg0NyAzNi4wMzMtLjAyNCAxNi40NTQtMTAuMzMgMzAuNDcxLTI0Ljg0NyAzNi4wMzhtLTUyLjUyMi0zNi4wMzhjLjAzMy0xNi40NDEgMTAuMzIyLTMwLjQ1OCAyNC44MzEtMzYuMDMydjcyLjA1NWMtMTQuNTA5LTUuNTY5LTI0Ljc5OC0xOS41NzgtMjQuODMxLTM2LjAyNG0zOC42NzktNjAuOTE1Yy0zMy43MDIuMDExLTYxLjAxMSAyNy4yNzMtNjEuMDIgNjAuOTE1LjAwOCAzMy42MzkgMjcuMzE4IDYwLjg5NSA2MS4wMiA2MC45MDUgMzMuNzEzLS4wMSA2MS4wMjgtMjcuMjY2IDYxLjAzMy02MC45MDUtLjAwNS0zMy42NDItMjcuMzE5LTYwLjkwNC02MS4wMzMtNjAuOTE1IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE5MC4zNzMgMjkuNDIxYzAtNi4yOTQtMy4yOTEtNS44ODEtNi40NDQtNS45NDd2LTEuODE5YzIuNzMzLjEzMyA1LjUzNi4xMzMgOC4yNzUuMTMzIDIuOTQzIDAgNi45NDEtLjEzMyAxMi4xMzMtLjEzMyAxOC4xNTcgMCAyOC4wNDIgMTIuMTAzIDI4LjA0MiAyNC40OTYgMCA2LjkyOS00LjA2MyAyNC4zNTMtMjguODg4IDI0LjM1My0zLjU3MyAwLTYuODc0LS4xMzgtMTAuMTY3LS4xMzgtMy4xNTMgMC02LjI0Mi4wNjctOS4zOTUuMTM4di0xLjgyYzQuMjAzLS40MjEgNi4yNDItLjU2MSA2LjQ0NC01LjMydi0zMy45NDN6bTYuODczIDMyLjgyNWMwIDUuMzg4IDMuODYxIDYuMDE3IDcuMjk0IDYuMDE3IDE1LjE0OSAwIDIwLjEyNC0xMS40MDcgMjAuMTI0LTIxLjgzNiAwLTEzLjA4My04LjQxNS0yMi41My0yMS45NDctMjIuNTMtMi44NzkgMC00LjIwMy4yMDUtNS40NzIuMjh2MzguMDY4em0zNy41OTIgNi40NGgxLjMzMWMxLjk2MSAwIDMuMzY1IDAgMy4zNjUtMi4zMTV2LTE4Ljk2MmMwLTMuMDc3LTEuMDUtMy41MDQtMy42NDgtNC44OTZ2LTEuMTIyYzMuMjk2LS45ODUgNy4yMjYtMi4zMDggNy41MDMtMi41MTguNDkzLS4yOC45MTItLjM1NCAxLjI2NC0uMzU0LjM0NyAwIC40OTIuNDIxLjQ5Mi45ODV2MjYuODY2YzAgMi4zMTUgMS41NDIgMi4zMTUgMy41MDggMi4zMTVoMS4xODl2MS44MmMtMi4zODYgMC00Ljg0Mi0uMTQtNy4zNi0uMTQtMi41MjYgMC01LjA1Mi4wNjgtNy42NDMuMTR2LTEuODJ6bTcuNTAzLTQwLjk0Yy0xLjgyNyAwLTMuNDM2LTEuNjc5LTMuNDM2LTMuNDk5IDAtMS43NTIgMS42ODYtMy4zNjYgMy40MzYtMy4zNjYgMS44MTcgMCAzLjQzNSAxLjQ3NiAzLjQzNSAzLjM2NiAwIDEuODkyLTEuNTQ2IDMuNDk5LTMuNDM1IDMuNDk5em0xNC4xNjIgMjAuMDgyYzAtMi41ODgtLjc3NS0zLjI4NS00LjA2My00LjYxNXYtMS4zM2MzLjAxMS0uOTc4IDUuODg0LTEuODkyIDkuMjU0LTMuMzYzLjIwOCAwIC40MTQuMTQzLjQxNC42OTl2NC41NTFjNC4wMDMtMi44NjYgNy40NDEtNS4yNSAxMi4xNDQtNS4yNSA1Ljk1NiAwIDguMDU4IDQuMzQgOC4wNTggOS44djE4LjA1MmMwIDIuMzE1IDEuNTQxIDIuMzE1IDMuNTA2IDIuMzE1aDEuMjYydjEuODJjLTIuNDU5IDAtNC45MTMtLjE0LTcuNDMxLS4xNC0yLjUyOCAwLTUuMDUzLjA2OC03LjU3Ni4xNHYtMS44MmgxLjI2MWMxLjk2NyAwIDMuMzYzIDAgMy4zNjMtMi4zMTV2LTE4LjEyYzAtMy45OTQtMi40NDMtNS45NDktNi40NDYtNS45NDktMi4yNDMgMC01LjgxOSAxLjgxNy04LjE0MSAzLjM1OHYyMC43MTFjMCAyLjMxNSAxLjU1MiAyLjMxNSAzLjUxNiAyLjMxNWgxLjI2MXYxLjgyYy0yLjQ1NCAwLTQuOTEyLS4xNC03LjQzNi0uMTQtMi41MjEgMC01LjA1LjA2OC03LjU3MS4xNHYtMS44MmgxLjI2NWMxLjk2MiAwIDMuMzYxIDAgMy4zNjEtMi4zMTV2LTE4LjU0NHptMzUuOTA3IDMuMzY1Yy0uMTQ1LjYzMS0uMTQ1IDEuNjc3IDAgNC4wNTkuNDEyIDYuNjQ2IDQuNzAyIDEyLjEwMyAxMC4zMDIgMTIuMTAzIDMuODYzIDAgNi44ODItMi4xIDkuNDctNC42ODZsLjk4Ljk4Yy0zLjIyNiA0LjI3LTcuMjI0IDcuOTA4LTEyLjk2OCA3LjkwOC0xMS4xNTQgMC0xMy4zOTUtMTAuNzgtMTMuMzk1LTE1LjI1NiAwLTEzLjcxOCA5LjI1Mi0xNy43NzkgMTQuMTU3LTE3Ljc3OSA1LjY4NSAwIDExLjc5MSAzLjU2OCAxMS44NTMgMTAuOTg2IDAgLjQyNiAwIC44NC0uMDYyIDEuMjY1bC0uNjM3LjQyMWgtMTkuNzAxem0xMi40MTMtMi4yNDFjMS43NTIgMCAxLjk1Ni0uOTEyIDEuOTU2LTEuNzUxIDAtMy41NjgtMi4xNzEtNi40MzctNi4xMDEtNi40MzctNC4yNzUgMC03LjIxOSAzLjE0Mi04LjA2IDguMTg3aDEyLjIwNXptOS42MDQgMTkuNzM2aDEuODk0YzEuOTU2IDAgMy4zNiAwIDMuMzYtMi4zMTV2LTE5LjY2MWMwLTIuMTY4LTIuNTkxLTIuNTkxLTMuNjQ1LTMuMTV2LTEuMDQ3YzUuMTE5LTIuMTcyIDcuOTI1LTMuOTk0IDguNTY1LTMuOTk0LjQxMiAwIC42Mi4yMS42Mi45MTN2Ni4yOTdoLjE1YzEuNzQ2LTIuNzI5IDQuNjk3LTcuMjEgOC45NzItNy4yMSAxLjc1NCAwIDMuOTk1IDEuMTg4IDMuOTk1IDMuNzA5IDAgMS44OS0xLjMyOSAzLjU3NC0zLjI5MSAzLjU3NC0yLjE4MiAwLTIuMTgyLTEuNjg0LTQuNjMzLTEuNjg0LTEuMTk0IDAtNS4xMTkgMS42MTEtNS4xMTkgNS44MTJ2MTYuNDM5YzAgMi4zMTUgMS4zOTkgMi4zMTUgMy4zNjUgMi4zMTVoMy45MjV2MS44MmMtMy44NTgtLjA3Mi02Ljc5My0uMTQtOS44MTItLjE0LTIuODc0IDAtNS44MjEuMDY4LTguMzQ1LjE0di0xLjgyem0yNi45OTUtNy45MTFjLjkxNCA0LjYxOCAzLjcxNiA4LjU0IDguODM4IDguNTQgNC4xMyAwIDUuNjcyLTIuNTE5IDUuNjcyLTQuOTY3IDAtOC4yNi0xNS4yODEtNS42MDMtMTUuMjgxLTE2Ljg2NyAwLTMuOTIyIDMuMTU5LTguOTYxIDEwLjg2OS04Ljk2MSAyLjI0MSAwIDUuMjU1LjYzMiA3Ljk4OCAyLjAzM2wuNDk1IDcuMTMyaC0xLjYxNGMtLjctNC40MDUtMy4xNTMtNi45MjQtNy42NDMtNi45MjQtMi44MDggMC01LjQ2OSAxLjYwOS01LjQ2OSA0LjYxOCAwIDguMTk0IDE2LjI2OCA1LjY2OSAxNi4yNjggMTYuNjU1IDAgNC42MTgtMy43MTYgOS41MjItMTIuMDYzIDkuNTIyLTIuODA0IDAtNi4xMDEtLjk4Mi04LjU1Mi0yLjM4bC0uNzc0LTguMDQ5IDEuMjY0LS4zNTN6bTgzLjQ0Mi0yNi40NTVoLTEuNzQ5Yy0xLjMzNS04LjE4Mi03LjE1Ni0xMS40NzUtMTUuMDA2LTExLjQ3NS04LjA2OCAwLTE5Ljc4MSA1LjM4Ny0xOS43ODEgMjIuMTgyIDAgMTQuMTQ0IDEwLjEwNSAyNC4yODggMjAuOSAyNC4yODggNi45MzkgMCAxMi42OTUtNC43NTggMTQuMDk5LTEyLjEwOWwxLjYwOS40MTktMS42MDkgMTAuMjE3Yy0yLjk0NiAxLjgyNS0xMC44NzEgMy43MTItMTUuNTAyIDMuNzEyLTE2LjQwMyAwLTI2Ljc3OS0xMC41NjgtMjYuNzc5LTI2LjMxNSAwLTE0LjM0NyAxMi44MjgtMjQuNjM4IDI2LjU3Mi0yNC42MzggNS42NzcgMCAxMS4xNDkgMS44MjUgMTYuNTQ2IDMuNzE2bC43IDEwLjAwM3ptMi41MjkgMzQuMzY2aDEuMzI2YzEuOTY5IDAgMy4zNzMgMCAzLjM3My0yLjMxNXYtMzguOTc0YzAtNC41NTMtMS4wNTItNC42OTMtMy43MTYtNS40NjF2LTEuMTJjMi44MDMtLjkwOSA1Ljc0OS0yLjE2OCA3LjIyMS0zLjAxMi43NjUtLjQxNiAxLjMzMS0uNzcyIDEuNTM3LS43NzIuNDI3IDAgLjU2OC40MjQuNTY4Ljk4NXY0OC4zNTRjMCAyLjMxNSAxLjU0MSAyLjMxNSAzLjUwNiAyLjMxNWgxLjE4NHYxLjgyYy0yLjM3NiAwLTQuODMyLS4xNC03LjM1Ni0uMTQtMi41MjMgMC01LjA0Ny4wNjgtNy42NDMuMTR2LTEuODJ6bTQ1LjAyMi0yLjAzM2MwIDEuMjY1Ljc2OSAxLjMzMSAxLjk1OSAxLjMzMWwyLjgwNi0uMDY3djEuNDczYy0zLjAxOS4yNzgtOC43NjcgMS43NDctMTAuMSAyLjE2N2wtLjM1My0uMjExdi01LjY2NmMtNC4yIDMuNDI4LTcuNDMxIDUuODc3LTEyLjQxNSA1Ljg3Ny0zLjc4MyAwLTcuNzEtMi40NDktNy43MS04LjMyNXYtMTcuOTJjMC0xLjgyLS4yNzgtMy41NzEtNC4yMDItMy45MTl2LTEuMzMxYzIuNTI4LS4wNjggOC4xMjgtLjQ4OCA5LjA0My0uNDg4Ljc3NyAwIC43NzcuNDg4Ljc3NyAyLjAyOHYxOC4wNTJjMCAyLjEwMyAwIDguMTIgNi4wOTYgOC4xMiAyLjM4NCAwIDUuNTM5LTEuODE5IDguNDgtNC4yNjN2LTE4LjgzM2MwLTEuMzk2LTMuMzYzLTIuMTYzLTUuODgyLTIuODY0di0xLjI2YzYuMzA0LS40MjMgMTAuMjM3LS45OCAxMC45MzQtLjk4LjU2NyAwIC41NjcuNDg4LjU2NyAxLjI2MXYyNS44MTh6bTEzLjk1Mi0yMy4wOTJjMi44MDEtMi4zOCA2LjU4OS01LjA0IDEwLjQ0OS01LjA0IDguMTM1IDAgMTMuMDM3IDcuMDc0IDEzLjAzNyAxNC42OTggMCA5LjE2Ny02LjcyOCAxOC4zMzgtMTYuNzYxIDE4LjMzOC01LjE4NCAwLTcuOTE4LTEuNjgyLTkuNzQ0LTIuNDQ5bC0yLjEwMSAxLjYwNi0xLjQ2Ny0uNzY3Yy42Mi00LjEyOS45NzktOC4xODkuOTc5LTEyLjQ1N3YtMzAuMDkxYzAtNC41NTMtMS4wNTctNC42OTMtMy43Mi01LjQ2MXYtMS4xMmMyLjgxMS0uOTA5IDUuNzQ5LTIuMTY4IDcuMjI0LTMuMDEyLjc3LS40MTYgMS4zMjctLjc3MiAxLjU0Ni0uNzcyLjQyIDAgLjU1OS40MjQuNTU5Ljk4NXYyNS41NDN6bTAgMTkuMDMzYzAgMi42NTkgMi41MjMgNy4xNDQgNy4yMjEgNy4xNDQgNy41MDQgMCAxMC42NTctNy4zNTIgMTAuNjU3LTEzLjU4MyAwLTcuNTU2LTUuNzQ0LTEzLjg1Mi0xMS4yMTYtMTMuODUyLTIuNjAxIDAtNC43NyAxLjY4MS02LjY2MyAzLjI5MXYxN3ptLTMwMi41MTggNDguNjAxaC41MzdjMS4zNzEgMCAyLjgyMS0uMTg1IDIuODIxLTIuMTY4di0xOS45NDhjMC0xLjk4Ni0xLjQ0OS0yLjE3NS0yLjgyMS0yLjE3NWgtLjUzN3YtMS4xNDNjMS40ODkgMCAzLjc3OC4xNSA1LjY1My4xNSAxLjkwNSAwIDQuMTkyLS4xNSA1Ljk4NS0uMTV2MS4xNDNoLS41MzZjLTEuMzY4IDAtMi44MjEuMTg5LTIuODIxIDIuMTc1djE5Ljk0OGMwIDEuOTgzIDEuNDUzIDIuMTY4IDIuODIxIDIuMTY4aC41MzZ2MS4xNDhjLTEuODMxIDAtNC4xMjUtLjE1LTYuMDI2LS4xNS0xLjg3MSAwLTQuMTI0LjE1LTUuNjEyLjE1di0xLjE0OHptMzcuODUxLTYuMzU5bC4wNzctLjA3NXYtMTQuMjc3YzAtMy4xMjQtMi4xNzctMy41ODEtMy4zMjEtMy41ODFoLS44NHYtMS4xNDNsNS4zNDIuMTUxIDQuNjk0LS4xNTF2MS4xNDNoLS41NjhjLTEuNjA3IDAtMy40LjMwNi0zLjQgNC44MzZ2MTcuMzNjMCAxLjMzMS4wMzkgMi42NjIuMjI2IDMuODQyaC0xLjQ0OWwtMTkuNjQ3LTIxLjg2djE1LjY5MmMwIDMuMzEzLjY0MyA0LjQ1MiAzLjU4NSA0LjQ1MmguNjQ3djEuMTQ4bC00LjkyLS4xNS01LjE4Ny4xNXYtMS4xNDhoLjUzNGMyLjYzMiAwIDMuNDMxLTEuNzg2IDMuNDMxLTQuODI5di0xNi4wMzljMC0yLjEyOS0xLjc1OS0zLjQyMy0zLjQ2OS0zLjQyM2gtLjQ5N3YtMS4xNDNsNC4zODMuMTUxIDMuMzk5LS4xNTEgMTYuOTgzIDE5LjA3NnptMTEuNjY2LTE3LjE3MmMtMi44NjYgMC0yLjk3NC42ODYtMy41NDcgMy40NjJoLTEuMTQzYy4xNDgtMS4wNjUuMzQyLTIuMTI5LjQ1OC0zLjIzNi4xNTUtMS4wNjguMjI4LTIuMTI5LjIyOC0zLjIzM2guOTE1Yy4zMDggMS4xNDQgMS4yNjEgMS4xMDQgMi4yOTYgMS4xMDRoMTkuNjgxYzEuMDMzIDAgMS45ODQtLjAzNyAyLjA2My0xLjE4MmwuOTEuMTUzYy0uMTQ4IDEuMDI5LS4zMDMgMi4wNTUtLjQxOSAzLjA4NS0uMDcgMS4wMjktLjA3IDIuMDU4LS4wNyAzLjA4M2wtMS4xNDcuNDIzYy0uMDc4LTEuNDA4LS4yNy0zLjY1OS0yLjgyNC0zLjY1OWgtNi4yNTd2MjAuMjU5YzAgMi45MzcgMS4zMzcgMy4yNzIgMy4xNjQgMy4yNzJoLjcyNXYxLjE0OGMtMS40ODcgMC00LjE1OS0uMTUtNi4yMTYtLjE1LTIuMjkgMC00Ljk2Mi4xNS02LjQ1Mi4xNXYtMS4xNDhoLjcyNWMyLjEwNiAwIDMuMTY4LS4xODcgMy4xNjgtMy4xOTJ2LTIwLjMzOWgtNi4yNTl6bTIzLjA4MiAyMy41MzFoLjUzNmMxLjM3MyAwIDIuODI0LS4xODUgMi44MjQtMi4xNjh2LTE5Ljk0OGMwLTEuOTg2LTEuNDUxLTIuMTc1LTIuODI0LTIuMTc1aC0uNTM2di0xLjE0M2MyLjMyMiAwIDYuMjk5LjE1IDkuNDk4LjE1IDMuMjEgMCA3LjE3Mi0uMTUgOS43NjUtLjE1LS4wNjUgMS42MzUtLjAyOCA0LjE1My4wODMgNS44MjdsLTEuMTUuMzA2Yy0uMTg0LTIuNDc0LS42NC00LjQ1NC00LjY1LTQuNDU0aC01LjI5OHY5Ljk3M2g0LjUzNGMyLjI4OCAwIDIuNzg4LTEuMjkxIDMuMDE0LTMuMzUyaDEuMTQyYy0uMDc1IDEuNDg5LS4xMTQgMi45NzMtLjExNCA0LjQ1NSAwIDEuNDUxLjAzOSAyLjg5Ni4xMTQgNC4zNDNsLTEuMTQyLjIyNmMtLjIyNi0yLjI4Mi0uMzQyLTMuNzY4LTIuOTc5LTMuNzY4aC00LjU3djguODcxYzAgMi40NzUgMi4yMDMgMi40NzUgNC42NDYgMi40NzUgNC41ODEgMCA2LjYwMS0uMzA3IDcuNzQ3LTQuNjQybDEuMDY3LjI2MmMtLjQ5OCAyLjAyNC0uOTU0IDQuMDM2LTEuMjkzIDYuMDU4LTIuNDQ2IDAtNi44MzQtLjE1LTEwLjI2My0uMTUtMy40MzggMC03Ljk3OC4xNS0xMC4xNTMuMTV2LTEuMTQ4em0yNi44NTktMjEuNGMwLTIuNzc4LTEuNTI2LTIuODkyLTIuNzEyLTIuODkyaC0uNjg3di0xLjE0NGMxLjIyMSAwIDMuNTg2LjE1MyA1LjkxNS4xNTMgMi4yODcgMCA0LjEyLS4xNTMgNi4xNDEtLjE1MyA0LjgwNCAwIDkuMDgzIDEuMjk0IDkuMDgzIDYuNzA2IDAgMy40MjEtMi4yODggNS41MTctNS4zMDMgNi43MDNsNi41MjIgOS43NDFjMS4wNyAxLjYxMSAxLjgyOSAyLjA2MyAzLjcwMiAyLjI4NHYxLjE0OWwtMy43MzktLjE1LTMuNTg0LjE1Yy0yLjkzOC0zLjg0Ni01LjQ2Mi03Ljk1OC03LjkzOS0xMi4zNDNoLTIuNTEzdjguMTUzYzAgMi45MzUgMS4zNyAzLjA0MSAzLjEyMiAzLjA0MWguNjg5djEuMTQ5bC02LjU2Mi0uMTVjLTEuODM0IDAtMy42MjcuMTUtNS41MzQuMTV2LTEuMTQ5aC42ODdjMS40MTcgMCAyLjcxMi0uNjM5IDIuNzEyLTIuMDV2LTE5LjM0OXptNC44ODYgOC44MzJoMS44NjNjMy44MTkgMCA1Ljg3NC0xLjQ0MyA1Ljg3NC01LjkzOSAwLTMuMzg0LTIuMTczLTUuNTU2LTUuNTcxLTUuNTU2LTEuMTQ3IDAtMS42MzUuMTE3LTIuMTY2LjE1MXYxMS4zNDR6bTQzLjY4IDYuMjA5bC4wNjgtLjA3NXYtMTQuMjc3YzAtMy4xMjQtMi4xNzEtMy41ODEtMy4zMTQtMy41ODFoLS44Mzd2LTEuMTQzbDUuMzQuMTUxIDQuNy0uMTUxdjEuMTQzaC0uNTc3Yy0xLjYwMSAwLTMuMzk2LjMwNi0zLjM5NiA0LjgzNnYxNy4zM2MwIDEuMzMxLjAzNiAyLjY2Mi4yMjUgMy44NDJoLTEuNDQ2bC0xOS42NDktMjEuODZ2MTUuNjkyYzAgMy4zMTMuNjQ3IDQuNDUyIDMuNTg0IDQuNDUyaC42NDh2MS4xNDhsLTQuOTE4LS4xNS01LjE5Mi4xNXYtMS4xNDhoLjUyOWMyLjYzNyAwIDMuNDM4LTEuNzg2IDMuNDM4LTQuODI5di0xNi4wMzljMC0yLjEyOS0xLjc1Ni0zLjQyMy0zLjQ3LTMuNDIzaC0uNDk3di0xLjE0M2w0LjM4OS4xNTEgMy4zOTQtLjE1MSAxNi45OCAxOS4wNzZ6bTEyLjA5MiAyLjA2MWMtLjM4OCAxLjI5Mi0uODQ3IDIuMjg5LS44NDcgMi45NjggMCAxLjE0NCAxLjYwNCAxLjMzIDIuODYgMS4zM2guNDI3djEuMTQ4Yy0xLjUyOS0uMDgzLTMuMDg4LS4xNDgtNC42MjUtLjE0OC0xLjM3MSAwLTIuNzM2LjA2NS00LjExNS4xNDh2LTEuMTQ4aC4yMzFjMS40ODcgMCAyLjc0OS0uODc0IDMuMzEzLTIuNDc3bDYuMTEyLTE3LjQ3MWMuNDktMS40MDkgMS4xODQtMy4zMTQgMS40MTQtNC43MjggMS4yMTUtLjQxMyAyLjc0NC0xLjE3NCAzLjQ2OS0xLjYzMi4xMTctLjA0MS4xODQtLjA4LjMwNS0uMDguMTE0IDAgLjE4NCAwIC4yNy4xMTcuMTE0LjMwNC4yMjEuNjQ3LjM0NS45NTFsNy4wMTkgMTkuOTE4Yy40NTYgMS4zMzEuOTEgMi43MzkgMS40MDQgMy44ODYuNDYzIDEuMDY2IDEuMjY0IDEuNTE2IDIuNTI0IDEuNTE2aC4yMjh2MS4xNDhjLTEuNzE3LS4wODMtMy40MzYtLjE0OC01LjI2NC0uMTQ4LTEuODY4IDAtMy43ODIuMDY1LTUuNzI4LjE0OHYtMS4xNDhoLjQyM2MuODczIDAgMi4zNjYtLjE0OCAyLjM2Ni0xLjEwMiAwLS40OTItLjM0NC0xLjUyLS43Ny0yLjc0MmwtMS40ODQtNC40MTZoLTguNjYxbC0xLjIxNyAzLjk2M3ptNS41NjgtMTYuODcyaC0uMDc4bC0zLjU0OSAxMC43NzhoNy4xM2wtMy41MDMtMTAuNzc4em0xNi40NDQtMi4zNjJjLTIuODYzIDAtMi45NzcuNjg2LTMuNTUgMy40NjJoLTEuMTQ3Yy4xNS0xLjA2NS4zNDQtMi4xMjkuNDYzLTMuMjM2LjE1MS0xLjA2OC4yMjMtMi4xMjkuMjIzLTMuMjMzaC45MmMuMzAzIDEuMTQ0IDEuMjYxIDEuMTA0IDIuMjg3IDEuMTA0aDE5LjY5MWMxLjAyNiAwIDEuOTc5LS4wMzcgMi4wNTctMS4xODJsLjkxNC4xNTNjLS4xNDcgMS4wMjktLjMgMi4wNTUtLjQxNCAzLjA4NS0uMDg1IDEuMDI5LS4wODUgMi4wNTgtLjA4NSAzLjA4M2wtMS4xNDIuNDIzYy0uMDctMS40MDgtLjI2Mi0zLjY1OS0yLjgxOS0zLjY1OWgtNi4yNTl2MjAuMjU5YzAgMi45MzcgMS4zMzkgMy4yNzIgMy4xNjYgMy4yNzJoLjcyNnYxLjE0OGMtMS40ODkgMC00LjE1OC0uMTUtNi4yMi0uMTUtMi4yODUgMC00Ljk2Mi4xNS02LjQ0OS4xNXYtMS4xNDhoLjcyNWMyLjEwMiAwIDMuMTY5LS4xODcgMy4xNjktMy4xOTJ2LTIwLjMzOWgtNi4yNTd6bTIzLjI2NCAyMy41MzFoLjUzNGMxLjM3OCAwIDIuODIxLS4xODUgMi44MjEtMi4xNjh2LTE5Ljk0OGMwLTEuOTg2LTEuNDQzLTIuMTc1LTIuODIxLTIuMTc1aC0uNTM0di0xLjE0M2MxLjQ5MiAwIDMuNzc3LjE1IDUuNjQzLjE1IDEuOTE0IDAgNC4yMDItLjE1IDUuOTk4LS4xNXYxLjE0M2gtLjUzNGMtMS4zNzYgMC0yLjgyOS4xODktMi44MjkgMi4xNzV2MTkuOTQ4YzAgMS45ODMgMS40NTMgMi4xNjggMi44MjkgMi4xNjhoLjUzNHYxLjE0OGMtMS44MzQgMC00LjEyNC0uMTUtNi4wMjktLjE1LTEuODczIDAtNC4xMi4xNS01LjYxMi4xNXYtMS4xNDh6bTI2Ljg1Ny0yNi4wMDNjOC4xMzUgMCAxNC42MTYgNS4wMjkgMTQuNjE2IDEzLjE0IDAgOC43NTktNi4yOTYgMTQuNTgxLTE0LjQxOSAxNC41ODEtOC4wOTYgMC0xNC4yNzMtNS40ODItMTQuMjczLTEzLjY3IDAtNy45MTkgNi4xNDEtMTQuMDUyIDE0LjA3Ni0xNC4wNTJ6bS41NzcgMjYuMDQ1YzcuNDA0IDAgOC42OTItNi41MTYgOC42OTItMTIuMDY3IDAtNS41NjktMy4wMDUtMTIuMzA2LTkuMzQyLTEyLjMwNi02LjY3OSAwLTguNjYxIDUuOTQyLTguNjYxIDExLjA0IDAgNi44MTcgMy4xMjggMTMuMzMzIDkuMzExIDEzLjMzM3ptMzkuNzUtNi40MDFsLjA3OC0uMDc1di0xNC4yNzdjMC0zLjEyNC0yLjE4MS0zLjU4MS0zLjMyNi0zLjU4MWgtLjgyN3YtMS4xNDNsNS4zMy4xNTEgNC43MDItLjE1MXYxLjE0M2gtLjU3N2MtMS41OTkgMC0zLjM5Ni4zMDYtMy4zOTYgNC44MzZ2MTcuMzNjMCAxLjMzMS4wMzYgMi42NjIuMjMgMy44NDJoLTEuNDQ4bC0xOS42NTQtMjEuODZ2MTUuNjkyYzAgMy4zMTMuNjUgNC40NTIgMy41ODQgNC40NTJoLjY1MXYxLjE0OGwtNC45Mi0uMTUtNS4xOTUuMTV2LTEuMTQ4aC41MzljMi42MzcgMCAzLjQzLTEuNzg2IDMuNDMtNC44Mjl2LTE2LjAzOWMwLTIuMTI5LTEuNzQ2LTMuNDIzLTMuNDctMy40MjNoLS40OTh2LTEuMTQzbDQuMzg5LjE1MSAzLjM5Ni0uMTUxIDE2Ljk4MSAxOS4wNzZ6bTEyLjA4NyAyLjA2MWMtLjM3NSAxLjI5Mi0uODM3IDIuMjg5LS44MzcgMi45NjggMCAxLjE0NCAxLjYwNyAxLjMzIDIuODU4IDEuMzNoLjQyN3YxLjE0OGMtMS41MjgtLjA4My0zLjA5NC0uMTQ4LTQuNjItLjE0OC0xLjM3OCAwLTIuNzQ2LjA2NS00LjExNC4xNDh2LTEuMTQ4aC4yMTdjMS40OTMgMCAyLjc1Ny0uODc0IDMuMzIxLTIuNDc3bDYuMTE0LTE3LjQ3MWMuNDkzLTEuNDA5IDEuMTg0LTMuMzE0IDEuNDA1LTQuNzI4IDEuMjIzLS40MTMgMi43NDctMS4xNzQgMy40NzktMS42MzIuMTA5LS4wNDEuMTg2LS4wOC4zMDEtLjA4LjExNCAwIC4xODcgMCAuMjY0LjExN2wuMzQ5Ljk1MSA3LjAxNiAxOS45MThjLjQ1OCAxLjMzMS45MTQgMi43MzkgMS40MTUgMy44ODYuNDU4IDEuMDY2IDEuMjYyIDEuNTE2IDIuNTE4IDEuNTE2aC4yMzN2MS4xNDhjLTEuNzItLjA4My0zLjQzOC0uMTQ4LTUuMjcyLS4xNDgtMS44NjUgMC0zLjc3Ny4wNjUtNS43MjMuMTQ4di0xLjE0OGguNDIyYy44NzEgMCAyLjM3LS4xNDggMi4zNy0xLjEwMiAwLS40OTItLjM0Ny0xLjUyLS43NzItMi43NDJsLTEuNDgyLTQuNDE2aC04LjY2MmwtMS4yMjUgMy45NjN6bTUuNTc2LTE2Ljg3MmgtLjA3N2wtMy41NTQgMTAuNzc4aDcuMTQxbC0zLjUxMS0xMC43Nzh6bTI0LjM4MSAxOC41ODNjMCAxLjUyNiAxLjA2IDEuOTggMi4yODIgMi4xMzYgMS41NjUuMTE1IDMuMjgyLjExNSA1LjA0Mi0uMDc4IDEuNTk5LS4xOTIgMi45NzItMS4xMDQgMy42NTgtMi4wNTguNjA5LS44MzkuOTUxLTEuOTAzIDEuMTg0LTIuNzQyaDEuMTA2Yy0uNDE5IDIuMTctLjk1NCA0LjMwNy0xLjQxNSA2LjQ3NmwtMTAuMDY2LS4xNDgtMTAuMDc0LjE0OHYtMS4xNDhoLjUyNmMxLjM3OSAwIDIuODcxLS4xODUgMi44NzEtMi41NDl2LTE5LjU3YzAtMS45ODUtMS40OTItMi4xNzMtMi44NzEtMi4xNzNoLS41MjZ2LTEuMTQzbDYuMDI0LjE1MSA1LjgwNC0uMTUxdjEuMTQzaC0uOTU5Yy0xLjQ0NiAwLTIuNTg1LjA0Mi0yLjU4NSAyLjA1NnYxOS42NDl6IiBmaWxsPSIjMUExOTE4Ii8+PC9zdmc+);
}
.rccs__card--discover > div {
  color: #555;
}
.rccs__card--discover .rccs__card__background {
  background: linear-gradient(25deg, #fff, #eee);
}
.rccs__card--discover .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9Ijg2IiB2aWV3Qm94PSIwIDAgNTEyIDg2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIyMC40NDIlIiB5MT0iMTAuNTk5JSIgeDI9Ijg5LjI0NSUiIHkyPSI4My41MyUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRTI1NDI5IiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0Y5OUQzRSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMjcwLjM1Ni4zNjVjLTIzLjk4MiAwLTQzLjQ0IDE4LjczNS00My40NCA0MS44NTggMCAyNC41ODMgMTguNjEyIDQyLjk2IDQzLjQ0IDQyLjk2IDI0LjIwOCAwIDQzLjMyMS0xOC42MiA0My4zMjEtNDIuNDc4IDAtMjMuNzE2LTE4Ljk4Ni00Mi4zNC00My4zMjEtNDIuMzR6IiBpZD0iYiIvPjxmaWx0ZXIgeD0iLTUwJSIgeT0iLTUwJSIgd2lkdGg9IjIwMCUiIGhlaWdodD0iMjAwJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlTW9ycGhvbG9neSByYWRpdXM9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dTcHJlYWRJbm5lcjEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyLjUiIGluPSJzaGFkb3dTcHJlYWRJbm5lcjEiIHJlc3VsdD0ic2hhZG93Qmx1cklubmVyMSIvPjxmZU9mZnNldCBkeD0iMiIgZHk9IjIiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4zMDE2NTg3NDEgMCIgaW49InNoYWRvd0lubmVySW5uZXIxIi8+PC9maWx0ZXI+PC9kZWZzPjx1c2UgZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsdGVyPSJ1cmwoI2MpIiB4bGluazpocmVmPSIjYiIvPjxwYXRoIGQ9Ik0yMy43NDYgMS44OTFoLTIzLjM1M3Y4MS40NTRoMjMuMjMyYzEyLjMyNSAwIDIxLjI0LTIuOTIxIDI5LjA1OS05LjM5OCA5LjI3OC03LjY5NSAxNC43ODEtMTkuMjk4IDE0Ljc4MS0zMS4yODkgMC0yNC4wNDgtMTcuOTY1LTQwLjc2Ni00My43MTktNDAuNzY2em0xOC41NzMgNjEuMTc2Yy01LjAyMiA0LjUzMS0xMS40ODYgNi40ODgtMjEuNzYgNi40ODhoLTQuMjY4di01My44NzNoNC4yNjhjMTAuMjc0IDAgMTYuNDkxIDEuODM0IDIxLjc2IDYuNTkzIDUuNDk1IDQuODg2IDguNzcyIDEyLjQ1MiA4Ljc3MiAyMC4yNjUgMCA3LjgyOS0zLjI3NyAxNS42Ni04Ljc3MiAyMC41Mjd6bTMyLjQ4IDIwLjI3OGgxNS44NzF2LTgxLjQ1NGgtMTUuODcxdjgxLjQ1NHptNTQuNzI3LTUwLjIwOWMtOS41MzktMy41MzQtMTIuMzQ2LTUuODY1LTEyLjM0Ni0xMC4yNDcgMC01LjEzNCA0Ljk5OC05LjAzOSAxMS44NDktOS4wMzkgNC43NjMgMCA4LjY3MSAxLjk1MyAxMi44MzYgNi41OGw4LjI5NC0xMC44NTJjLTYuODM5LTUuOTk4LTE1LjAyMS05LjA0Ny0yMy45NDYtOS4wNDctMTQuMzk4IDAtMjUuMzk5IDEwLjAyLTI1LjM5OSAyMy4zMiAwIDExLjI0NyA1LjEyNiAxNi45ODEgMjAuMDMxIDIyLjM2OSA2LjIzMyAyLjE4OCA5LjQwMSAzLjY0NiAxMC45OTMgNC42NDMgMy4xNzUgMi4wNzcgNC43NjkgNC45OTggNC43NjkgOC40MTYgMCA2LjYwNS01LjI1NyAxMS40ODMtMTIuMzUxIDExLjQ4My03LjU3NCAwLTEzLjY3NC0zLjc4Mi0xNy4zNDEtMTAuODY1bC0xMC4yNDcgOS45MDVjNy4zMTMgMTAuNzMzIDE2LjEwOSAxNS41MTEgMjguMjE0IDE1LjUxMSAxNi40ODggMCAyOC4wODQtMTEuMDA3IDI4LjA4NC0yNi43NTggMC0xMi45NDgtNS4zNjEtMTguODE1LTIzLjQ0My0yNS40MTl6bTI4LjQ0OSA5LjUyMWMwIDIzLjk2NSAxOC44MTUgNDIuNTI1IDQzLjAwNiA0Mi41MjUgNi44MzkgMCAxMi43MDEtMS4zNTIgMTkuOTE1LTQuNzU4di0xOC42OTdjLTYuMzYxIDYuMzU4LTExLjk4IDguOTE2LTE5LjE4OSA4LjkxNi0xNS45OTcgMC0yNy4zNjQtMTEuNjA2LTI3LjM2NC0yOC4xMDIgMC0xNS42MjYgMTEuNzIxLTI3Ljk2NSAyNi42MzgtMjcuOTY1IDcuNTYxIDAgMTMuMzExIDIuNjg2IDE5LjkxNSA5LjE1OXYtMTguNjk2Yy02Ljk2Mi0zLjUzMS0xMi43MTItNC45ODUtMTkuNTUyLTQuOTg1LTI0LjA2NyAwLTQzLjM2OSAxOC45MzUtNDMuMzY5IDQyLjYwNHptMTkxLjY1MSAxMy45NDhsLTIxLjc0My01NC43MTVoLTE3LjM0NmwzNC41NzkgODMuNTM0aDguNTQzbDM1LjE4My04My41MzRoLTE3LjIxOGwtMjIgNTQuNzE1em00Ni40MzkgMjYuNzM5aDQ1LjA2NnYtMTMuNzg5aC0yOS4xODh2LTIyLjAwMWgyOC4wNzJ2LTEzLjc5MmgtMjguMDcydi0xOC4wNzloMjkuMTg4di0xMy43OTJoLTQ1LjA2NnY4MS40NTR6bTEwNy45NTUtNTcuNDE1YzAtMTUuMjU5LTEwLjQ5LTI0LjAzOS0yOC44MjMtMjQuMDM5aC0yMy41Nzd2ODEuNDU0aDE1Ljg5NXYtMzIuNzM3aDIuMDhsMjEuOTc1IDMyLjczN2gxOS41NDRsLTI1LjY2Ny0zNC4zMTFjMTEuOTg4LTIuNDUxIDE4LjU3My0xMC42MzggMTguNTczLTIzLjEwNHptLTMxLjg4MiAxMy40NTJoLTQuNjIzdi0yNC42ODNoNC44NzdjOS45MTYgMCAxNS4yODcgNC4xNjUgMTUuMjg3IDEyLjA5MiAwIDguMTc4LTUuMzcyIDEyLjU5LTE1LjU0MSAxMi41OXoiIGZpbGw9IiMwQjEwMTUiLz48L3N2Zz4=);
}
.rccs__card--elo .rccs__card__background {
  background: linear-gradient(25deg, #211c18, #aaa7a2);
}
.rccs__card--elo .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjU2IDBjMTQxLjM4NSAwIDI1NiAxMTQuNjE1IDI1NiAyNTYgMCAxNDEuMzg2LTExNC42MTUgMjU2LTI1NiAyNTZzLTI1Ni0xMTQuNjE0LTI1Ni0yNTZjMC0xNDEuMzg1IDExNC42MTUtMjU2IDI1Ni0yNTYiIGZpbGw9IiMwRTBFMTEiLz48cGF0aCBkPSJNMTgwLjA0MiAyMzcuNTgzbC03OC41MjQgMzMuODM3Yy0uMTIyLTEuMzUzLS4xODktMi43MjEtLjE4OS00LjEwNiAwLTI0LjgzOSAyMC4xMzUtNDQuOTc0IDQ0Ljk3NC00NC45NzQgMTMuNDM4IDAgMjUuNDk5IDUuODk4IDMzLjczOSAxNS4yNDN6bS0zMy43MzktNDguODc2YzM3LjA1MyAwIDY4LjExMiAyNS42MzggNzYuNDIgNjAuMTQzbC0zMS42ODIgMTMuODUzLS4wMDctLjA2Ni0zMi40MTMgMTQuMjQxLTc3Ljc1NSAzMy45OTdjLTguMzE4LTEyLjQ3LTEzLjE3LTI3LjQ0OC0xMy4xNy00My41NjEgMC00My40MTQgMzUuMTkzLTc4LjYwNyA3OC42MDctNzguNjA3em01NC45MjggMTM0LjgzOGMtMjguMTQ1IDI2LjcxMy02NS4zNzkgMjkuMzM1LTk4LjA5NiA5LjQ3M2wxOC40ODUtMjguMTA0YzE4LjYxNyAxMS4xMjggMzcuMzE5IDkuMzIzIDU2LjEwNy01LjQyOGwyMy41MDQgMjQuMDZ6bTMyLjAwNy0xOS40NTdsLS4xOTgtMTQ4LjY1MmgyOC4xNjN2MTQ0LjYzOGMwIDEuMzg4LjE3MiAyLjYxIDEuOTkyIDMuMzE3bDI0LjUgOS41MjgtMTEuMDM4IDI4LjctMjguNy0xMi4xNDNjLTEwLjg4My00LjYwNS0xNC43LTExLjI3Ny0xNC43MTktMjUuMzg5eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zMzkuMjggMzAxLjU4N2MtMTAuNTU3LTguMjA4LTE3LjM1NC0yMS4wMTgtMTcuMzU0LTM1LjQyNiAwLTEyLjgwOSA1LjM3Ny0yNC4zNTQgMTMuOTg1LTMyLjUyOWwtMTguMTktMjkuNDhjLTE4LjI4NSAxNC40ODctMzAuMDI4IDM2Ljg3LTMwLjAyOCA2Mi4wMDkgMCAyNy4wOTYgMTMuNjMyIDUxLjAwMiAzNC40MDcgNjUuMjU0bDE3LjE3OS0yOS44MjgiIGZpbGw9IiMyMDkxQzMiLz48cGF0aCBkPSJNMzUxLjYxIDIyMy45MzhjNC43NC0xLjcwNSA5Ljg1LTIuNjM5IDE1LjE3OC0yLjYzOSAxOS4yMDggMCAzNS41ODggMTIuMDc3IDQxLjk4NSAyOS4wNDhsMzQuODU2LTIuOTEyYy04LjQxNC0zNC42NC0zOS42MTMtNjAuMzY2LTc2Ljg0MS02MC4zNjYtMTAuNTE5IDAtMjAuNTQ5IDIuMDcxLTI5LjczIDUuNzk5bDE0LjU1MiAzMS4wNzEiIGZpbGw9IiNGQUVDMzIiLz48cGF0aCBkPSJNNDExLjU5NSAyNjguMzM1Yy0xLjEzNSAyMy43NjYtMjAuNzYgNDIuNjg4LTQ0LjgwNyA0Mi42ODgtMy43NyAwLTcuNDI4LS40NzItMTAuOTI1LTEuMzQ3bC0xMy42NzMgMzEuNjU3YzcuNzQ1IDIuNTMxIDE2LjAwNyAzLjkyIDI0LjU5OCAzLjkyIDQyLjU5MSAwIDc3LjMwMi0zMy42NyA3OS4wMDktNzUuODQybC0zNC4yMDMtMS4wNzciIGZpbGw9IiNEMDM1MkEiLz48L2c+PC9zdmc+);
}
.rccs__card--hipercard .rccs__card__background {
  background: linear-gradient(25deg, #8b181b, #de1f27);
}
.rccs__card--hipercard .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjEyMyIgdmlld0JveD0iMCAwIDUxMiAxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik0zNzQuMTE4IDgwLjg0MmMtNi45NDMgNi43OTctMjYuNDM0IDguNzI4LTI0LjQ0LTcuNTIgMS42NTYtMTMuNDk1IDE2LjM0OC0xNi4zNjMgMzIuMjczLTE0LjQxNC0xLjE4NCA3LjM4MS0yLjU0MiAxNi43NTUtNy44MzMgMjEuOTM0em0tMjEuOTM0LTUyLjY0MWMtLjY2MyAzLjcyMy0xLjY4MSA3LjA5Mi0yLjUwNiAxMC42NTMgNy45NTEtMS45OTMgMzIuNzA5LTguMTA1IDM1LjA5NSAyLjUwNi43OTIgMy41MjYtLjU3NCA3LjI3Mi0xLjU2NyAxMC4wMjgtMjIuMzg5LTIuMTIxLTQwLjYzNiAxLjU5OS00NS40MzUgMTcuNTQ3LTMuMjE0IDEwLjY4Mi4zNiAyMS4xOTQgNy4yMDcgMjQuMTI5IDEzLjE4NyA1LjY0OSAyOS4yMjgtLjgyMiAzNC43ODEtOS43MTQtLjU3NyAzLjA3OC0xLjEyMyA2LjE4Ny0uOTQgMTAuMDI2aDExLjU5NGMuMTIzLTExLjEwMyAxLjczOS0yMC4wOTEgMy40NDctMzAuMDgyIDEuNDU2LTguNTA4IDQuMTk1LTE2LjkzMSAzLjc1OS0yNC40NC0uOTk1LTE3LjE5Ny0yOS40ODYtMTEuMTE0LTQ1LjQzNC0xMC42NTN6bTExNi4yNDkgNTcuOTY4Yy05LjA3LjE5NS0xMy41OC01LjQxOS0xMy43ODctMTQuNzI2LS4zNjEtMTYuMzAxIDYuNzg5LTM0LjQxMSAyMS4zMDctMzYuMDM1IDYuNzYtLjc1NiAxMS42NTQuODE2IDE2LjYwNyAyLjUwOC00LjU0NyAxOC4zMS0yLjkwNSA0Ny43OTktMjQuMTI4IDQ4LjI1NHptMzAuMDgxLTg2LjE2OWMtMS4xNTUgMTAuMTI1LTIuNjk5IDE5Ljg2Mi00LjY5OSAyOS4xNC0zMy4wNTEtMTAuNDYxLTUzLjMyIDEzLjg1NS01Mi45NTYgNDMuODY4LjA3MiA1LjgwNSAxLjA3MSAxMS41NjEgNC43MDEgMTUuNjY3IDYuMjU2IDcuMDc2IDI0LjE3IDguNzY4IDMzLjIxNCAyLjgyMSAxLjc1Mi0xLjE1MSAzLjU0LTMuMjQ2IDQuNzAxLTQuNy44NzEtMS4wOTUgMi4yNTYtMy45NTkgMi41MDUtMy4xMzUtLjQ3NCAzLjE4Mi0xLjE4NSA2LjEyNy0xLjI1MiA5LjcxNWgxMi4yMmMyLjM1NC0zMy43ODQgOS42MzctNjIuNjQxIDE1LjA0LTkzLjM3NmgtMTMuNDc1em0tMzQ0Ljk4OSA4MS4xNTZjLTcuMjA5IDcuNjM1LTI0LjkzMSA3LjUxOC0yNi4zMi01LjMyOC0uNjA2LTUuNTg5IDEuNDc3LTExLjQ1IDIuNTA2LTE3LjIzMyAxLjA0MS01Ljg1MyAxLjc5MS0xMS40NjkgMi44MTktMTYuNjA5IDcuMS04LjY3IDI3Ljk2NS05LjcxNiAzMC4wODIgNC43MDEgMS44MzcgMTIuNTE3LTMuMTE3IDI4LjE0NS05LjA4NyAzNC40Njh6bTEwLjY1NC01Mi45NTVjLTExLjQwNC00LjI4NC0yNS4zMDMuODMtMzEuMzI4IDUuNjk0LjAyMS4yMTQtLjE0NC4yNDMtLjMyMS4yNTlsLjMyMS0uMjU5LS4wMDctLjA1NC45NC01LjY0aC0xMS41OTRjLTQuODMxIDMyLjE0My0xMC41NjEgNjMuMzg3LTE2LjYwNyA5NC4zMTZoMTMuNDczYzEuOTUtMTIuMDQ2IDMuMjM5LTI0Ljc1MyA1Ljk1NC0zNi4wMzQgMy4wNzcgMTEuODY1IDIzLjE2OSA5LjU5NyAzMS42NDcgNS4wMTQgMTcuNDk0LTkuNDYgMzAuOTg3LTU0LjQ4MSA3LjUyMS02My4yOTZ6bTYzLjkyMSAyMi41NjFoLTMxLjY0N2MxLjAwMS03LjI3NiA3LjU0Ny0xNS4yNzMgMTcuODU5LTE1LjY2NyA5LjcwNy0uMzcxIDE2LjY1NiAzLjU2NCAxMy43ODcgMTUuNjY3em0tMTIuODQ3LTIzLjgxNGMtOS43MzYuNzQ5LTE3Ljk2NSAzLjU1MS0yMy44MTQgOS43MTMtNy4xNzMgNy41NTgtMTIuOTgzIDI0LjI2Ni0xMS4yODEgMzkuNDgyIDIuNDI4IDIxLjcwOCAyOS40NTcgMjAuOTI5IDUxLjA3NSAxNS42NjcuMzY3LTMuODA5IDEuMjktNy4wNjYgMS44OC0xMC42NTMtOC45MDYgMy4zMzItMjQuMzY4IDcuOTg0LTMzLjUyOCAyLjE5NC02LjkxNS00LjM3My02Ljk1Ni0xNS40NDYtNC43LTI1LjA2OCAxNC41MjktLjQ2MiAyOS42MzEtLjM3NCA0NC4xODEgMCAuOTIzLTYuODIxIDMuNTY1LTE0LjI1NyAxLjI1My0yMC45OTMtMy4wNDktOC44OTQtMTMuOTYxLTExLjE5Ni0yNS4wNjctMTAuMzR6bS0xMTguNDQzIDEuMjUzYy0uMzY1LjA1Mi0uMzQxLjQ5NS0uMzE0LjkzOS0yLjk2OSAyMi4yMDMtNi45ODYgNDMuMzU4LTExLjI4IDY0LjIzNmgxMy40NzNjMy4yMzgtMjIuMzUyIDYuOTQ2LTQ0LjIzMyAxMS41OTQtNjUuMTc1aC0xMy40NzN6bTM1MS41Ny4zMTNjLTExLjkwOS01Ljk1My0yMS44MjIgNC4wMzctMjUuNjkzIDEwLjAyNyAxLjEwMi0zLjA3MyAxLjE2Ni03LjE4OCAyLjE5Mi0xMC4zMzloLTExLjkwN2MtMy4yMSAyMi4zNzktNy4wODEgNDQuMDk4LTExLjU5NCA2NS4xNzVoMTMuNzg3Yy4wODgtOC42MzggMS43ODQtMTUuMDI4IDMuMTMzLTIzLjUwMSAyLjg4Mi0xOC4wODggNy4xMTEtMzcuOTI2IDI4LjIwMi0zMS45Ni43LTMuMDYuOTktNi41MyAxLjg4LTkuNDAxem0tMTUxLjM0NSA0OS41MDhjLTEuMjQxLTMuMjA4LTEuNTYzLTguNTA3LTEuMjUzLTEyLjUzNC42OTctOS4wNTQgMy45OTYtMjAuMDc3IDkuMDg3LTI1LjA2NyA3LjAyNi02Ljg4OCAyMC44OTctNS43NDggMzEuOTYtMS44ODEuMzQzLTMuNzI5IDEuMDkzLTcuMDU0IDEuNTY3LTEwLjY1Mi0xOC4xNDUtMi45NjQtMzUuMzY1LTEuMTIxLTQ0LjQ5NCA4LjQ1OS04LjkzNiA5LjM3OC0xNC43OTYgMzAuOTMyLTEwLjY1NCA0NC40OTQgNC44NDggMTUuODcgMjYuNTgzIDE2LjczMyA0NC4xODMgMTAuNjU0Ljc3Ny0zLjE5IDEuMTktNi43NDYgMS44OC0xMC4wMjgtOS42MTYgNC45OTctMjguMDAxIDcuNTkzLTMyLjI3Ni0zLjQ0N3ptLTcuNTE5LTQ5LjgyMWMtMTEuOTQ4LTQuODI1LTIxLjMzOSAzLjMyOS0yNS42OTMgMTAuOTY3Ljk4Ny0zLjM5OCAxLjM5NC03LjM3OCAyLjE5Mi0xMC45NjdoLTExLjkwN2MtMi45MSAyMi41NzUtNy4yMDEgNDMuNzY5LTExLjI4IDY1LjE3NWgxMy40NzVjMS44ODgtMTIuNzA3IDIuNzAzLTI5LjgzNCA2Ljg5Mi00MS45ODggMy4zNDgtOS43MTMgMTIuMTExLTE3Ljk4NyAyNC43NTQtMTMuNDczLjE3OC0zLjU4MyAxLjIwMy02LjMxOCAxLjU2Ny05LjcxNHptLTIxNy4xNDYtMjYuMzIxYy0xLjkyNSAxMi40ODktNC4wOTMgMjQuNzM1LTYuMjY3IDM2Ljk3NC0xMy45NTkuMTQ3LTI4LjIxMS42OS00MS42NzQtLjMxNCAyLjU0My0xMS45NzMgNC4zNjctMjQuNjY4IDYuODkyLTM2LjY2aC0xNS4wMzljLTUuMzg1IDMwLjU0Ny0xMC4yODIgNjEuNTc5LTE2LjI5NCA5MS40OTdoMTUuMzUzYzIuNDA5LTE1LjM0OCA0LjY2MS0zMC44NTIgNy44MzMtNDUuNDM1IDEzLjA5MS0uMzIyIDI4Ljc4MS0uODg1IDQxLjM2Mi4zMTQtMi41OTQgMTUuMTYyLTUuNzI4IDI5Ljc4My04LjE0NyA0NS4xMjFoMTUuMzU0YzQuOTMyLTMwLjk5NyAxMC4xMzEtNjEuNzI4IDE2LjI5NC05MS40OTdoLTE1LjY2N3ptMzguMjI3IDEzLjc4N2MyLjY4Ni0xLjg0OSA2LjE0NS0xMC4yNzggMi4xOTQtMTMuNzg3LTEuMjUyLTEuMTExLTMuMzQ3LTEuNDMzLTYuMjY3LS45MzktMi43MS40NTctNC4yNjggMS4zNzctNS4zMjcgMi44MTktMS43MDMgMi4zMTktMy4yNjMgOS4zMS0uNjI4IDExLjkwNyAyLjU2NyAyLjUyOSA4LjMxOCAxLjE3NyAxMC4wMjggMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.rccs__card--jcb .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5NSIgdmlld0JveD0iMCAwIDUxMiAzOTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iLTU3LjUyNyUiIHkxPSI1MC4xMjQlIiB4Mj0iMjMyLjM5MSUiIHkyPSI1MC4xMjQlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNzk0MCIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDg3M0YiIG9mZnNldD0iMjIuODUlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQwQTczNyIgb2Zmc2V0PSI3NC4zMyUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNUNCNTMxIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCB4MT0iLjE4MyUiIHkxPSI0OS45NiUiIHgyPSIxMDAuMjczJSIgeTI9IjQ5Ljk2JSIgaWQ9ImIiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDc5NDAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4NzNGIiBvZmZzZXQ9IjIyLjg1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiM0MEE3MzciIG9mZnNldD0iNzQuMzMlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzVDQjUzMSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii02Mi44MDIlIiB5MT0iNDkuODU4JSIgeDI9IjI1My42NzElIiB5Mj0iNDkuODU4JSIgaWQ9ImMiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDc5NDAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4NzNGIiBvZmZzZXQ9IjIyLjg1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiM0MEE3MzciIG9mZnNldD0iNzQuMzMlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzVDQjUzMSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii4xNzYlIiB5MT0iNTAuMDA2JSIgeDI9IjEwMS44MDglIiB5Mj0iNTAuMDA2JSIgaWQ9ImQiPjxzdG9wIHN0b3AtY29sb3I9IiMxRjI4NkYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA0RTk0IiBvZmZzZXQ9IjQ3LjUxJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY2QjEiIG9mZnNldD0iODIuNjElIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNkZCQyIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii0uNTc2JSIgeTE9IjQ5LjkxNCUiIHgyPSI5OC4xMzMlIiB5Mj0iNDkuOTE0JSIgaWQ9ImUiPjxzdG9wIHN0b3AtY29sb3I9IiM2QzJDMkYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjODgyNzMwIiBvZmZzZXQ9IjE3LjM1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiNCRTE4MzMiIG9mZnNldD0iNTcuMzElIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0RDMDQzNiIgb2Zmc2V0PSI4NS44NSUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTYwMDM5IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNNTEyIDMxNC44MzZjMCA0My44MTQtMzUuNjc3IDc5LjQ5MS03OS40OTEgNzkuNDkxaC00MzIuNTA5di0zMTQuODM2YzAtNDMuODE0IDM1LjY3Ny03OS40OTEgNzkuNDkxLTc5LjQ5MWg0MzIuNTA5djMxNC44MzZ6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTM3MS4xNjkgMjM0LjA5M2gzMi44NjFsNC4wNjgtLjMxM2M2LjI1OS0xLjI1MiAxMS41NzktNi44ODUgMTEuNTc5LTE0LjcwOSAwLTcuNTExLTUuMzItMTMuMTQ0LTExLjU3OS0xNC43MDktLjkzOS0uMzEzLTIuODE3LS4zMTMtNC4wNjgtLjMxM2gtMzIuODYxdjMwLjA0NHoiIGZpbGw9InVybCgjYSkiLz48cGF0aCBkPSJNNDAwLjI3NCAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djU5LjE0OWg4MC40M2MxLjg3OCAwIDQuMDY4IDAgNS42MzMuMzEzIDE4LjE1Mi45MzkgMzEuNjA5IDEwLjMyOCAzMS42MDkgMjYuNjAxIDAgMTIuODMxLTkuMDc2IDIzLjc4NS0yNS45NzYgMjUuOTc2di42MjZjMTguNDY1IDEuMjUyIDMyLjU0OCAxMS41NzkgMzIuNTQ4IDI3LjU0IDAgMTcuMjEzLTE1LjY0OCAyOC40NzktMzYuMzAzIDI4LjQ3OWgtODguMjU0djExNS43OTVoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC40NzloLTgzLjI0N3oiIGZpbGw9InVybCgjYikiLz48cGF0aCBkPSJNNDE1LjYwOSAxNzMuMzc5YzAtNy41MTEtNS4zMi0xMi41MTgtMTEuNTc5LTEzLjQ1Ny0uNjI2IDAtMi4xOTEtLjMxMy0zLjEzLS4zMTNoLTI5LjczMXYyNy41NGgyOS43MzFjLjkzOSAwIDIuODE3IDAgMy4xMy0uMzEzIDYuMjU5LS45MzkgMTEuNTc5LTUuOTQ2IDExLjU3OS0xMy40NTd6IiBmaWxsPSJ1cmwoI2MpIi8+PHBhdGggZD0iTTg1LjQzOCAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djE0MC41MThjMTUuOTYxIDcuODI0IDMyLjU0OCAxMi44MzEgNDkuMTM0IDEyLjgzMSAxOS43MTYgMCAzMC4zNTctMTEuODkyIDMwLjM1Ny0yOC4xNjZ2LTY2LjM0N2g0OC44MjJ2NjYuMDM0YzAgMjUuNjYzLTE1Ljk2MSA0Ni42MzEtNzAuMTAzIDQ2LjYzMS0zMi44NjEgMC01OC41MjMtNy4xOTgtNTguNTIzLTcuMTk4djExOS44NjNoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC4xNjZoLTgzLjI0N3oiIGZpbGw9InVybCgjZCkiLz48cGF0aCBkPSJNMjQyLjg1NiAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djc0LjQ4NGMxNC4zOTYtMTIuMjA1IDM5LjQzMy0yMC4wMjkgNzkuODA0LTE4LjE1MiAyMS41OTQuOTM5IDQ0Ljc1MyA2Ljg4NSA0NC43NTMgNi44ODV2MjQuMDk4Yy0xMS41NzktNS45NDYtMjUuMzUtMTEuMjY3LTQzLjE4OC0xMi41MTgtMzAuNjctMi4xOTEtNDkuMTM0IDEyLjgzMS00OS4xMzQgMzkuMTIgMCAyNi42MDEgMTguNDY1IDQxLjYyMyA0OS4xMzQgMzkuMTIgMTcuODM5LTEuMjUyIDMxLjYwOS02Ljg4NSA0My4xODgtMTIuNTE4djI0LjA5OHMtMjIuODQ2IDUuOTQ2LTQ0Ljc1MyA2Ljg4NWMtNDAuMzcyIDEuODc4LTY1LjQwOC01Ljk0Ni03OS44MDQtMTguMTUydjEzMS40NDNoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC43OTJoLTgzLjU2eiIgZmlsbD0idXJsKCNlKSIvPjwvc3ZnPg==);
}
.rccs__card--laser .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM2OCIgdmlld0JveD0iMCAwIDUxMiAzNjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiMyODM0N0QiIGQ9Ik0wIDM2Ny4yMTJoNTEydi0zNjcuMjExaC01MTJ6Ii8+PHBhdGggZD0iTTI1My45MSAyOTEuMDQzaC0yNTMuOTF2Mi4wOTZoMjUyLjY5bC4xMTYgNy42MjIgNC43NjQtNy42MjJoMjU0LjQzdi0yLjA5NmgtMjUzLjI3MWwzLjY2My02LjExMi04LjQ4MiA2LjExMnptMi41NTYtMjAuMDg0aC0yNTYuNDY2djIuMDk2aDI1NS40Mmw5LjE0NyA4LjM5OCA1LjExMi04LjM5OGgyNDIuMzIxdi0yLjA5NmgtMjQxLjA0NWw0LjY3Ny03LjY4NC0xOS4xNjYgNy42ODR6bTIuMTUtMjAuMDgzaC0yNTguNjE2djIuMDk2aDI1NS45OTlsMjAuODgyIDguMjUyIDUuMDIyLTguMjUyaDIzMC4wOTd2LTIuMDk2aC0yMjguODJsNC4xMS02Ljc1Mi0yOC42NzQgNi43NTJ6bS02Ljk3Mi0yMC4wODNoLTI1MS42NDR2Mi4wOTZoMjUwLjAxN2wzOS4zNDIgNy44MzYgNC43Ny03LjgzNmgyMTcuODcxdi0yLjA5NmgtMjE2LjU5NGw0LjEzNC03LjI1Mi00Ny44OTYgNy4yNTJ6bS0yMi43NzUtMTcuMDU3aC0yMjguODY4djIuMDk2aDIzNy43bDYzLjEgNS45OTYgMy43MTEtNS45OTZoMjA3LjQ4OXYtMi4wOTZoLTIwNi4yMTRsNS4xMy04LjMyNC04Mi4wNDggOC4zMjR6bS0zLjMxLTIwLjA4M2gtMjI1LjU1OHYyLjA5NmgyMjYuMDgxbDg2Ljg4OSA2LjExMiAzLjc2Ni02LjExMmgxOTUuMjY0di0yLjA5NmgtMTkzLjk4OGw0LjUzNS03LjQ1MS05Ni45ODkgNy40NTF6bS0zLjEzOC0yMC4wODNoLTIyMi40MnYyLjA5NmgyMjEuOTU1bDEwMy4xMjEgNi4zNDQgMy44ODYtNi4zNDRoMTgzLjAzOHYtMi4wOTZoLTE4MS43NjNsNC40MzQtNy4yMTgtMTEyLjI1MSA3LjIxOHptLTguNzcyLTIwLjA4M2gtMjEzLjY0N3YyLjA5NWgyMTMuMjk4bDEyMy40ODIgNy42NjcgNC42MDUtNy42NjdoMTcwLjYxNXYtMi4wOTVoLTE2OS4zNTZsNC4wNzgtNi43ODgtMTMzLjA3NSA2Ljc4OHptLTE5LjA1Ny0xNy4yODloLTE5NC41OTF2Mi4wOTZoMTk0LjQxNmwxNTMuNjY3IDYuMTM4IDMuNjg5LTYuMTM4aDE2MC4yMjh2LTIuMDk2aC0xNTguOTdsNC42MzEtNy43MDktMTYzLjA3IDcuNzA5em00Ljc2NS0yMC4wODRoLTE5OS4zNTV2Mi4wOTZoMTk4LjMwOGwxNjEuNDQzIDYuODEgNC4wODQtNi44MWgxNDguMTY1di0yLjA5NmgtMTQ2LjkwNmw0LjAxNS02LjY4NC0xNjkuNzU0IDYuNjg0em0tMTEuMzMtMjAuMDgzaC0xODguMDI1djIuMDk2aDE4Ni45NzlsMTg0LjY3NiA3LjEwMiA0LjI0NC03LjEwMmgxMzYuMTAxdi0yLjA5NmgtMTM0Ljg0MmwzLjY3Ny02LjE3MS0xOTIuODEgNi4xNzF6bS04Ljg4OS0yMC4wODNoLTE3OS4xMzZ2Mi4wOTZoMTY0Ljg0NGwyMTkuMDg2IDYuNzEzIDQuMDMzLTYuNzEzaDEyNC4wMzd2LTIuMDk2aC0xMjIuNzc4bDMuNjc4LTYuMTIxLTIxMy43NjQgNi4xMjF6bS0xLjIyLTIwLjA4M2gtMTc3LjkxNnYyLjA5NmgxNzUuNjVsMjE5Ljc0OCA3LjcwNiA0LjYzLTcuNzA2aDExMS45NzJ2LTIuMDk2aC0xMTAuNzE0bDMuOTIyLTYuNTItMjI3LjI5MiA2LjUyem0tMTIuMzc1LTIwLjA4M2gtMTY1LjU0MXYyLjA5NWgxMzIuNTQybDI3NS4yOTkgNy4wNzggNC4yNTEtNy4wNzhoOTkuOTA4di0yLjA5NWgtOTguNjQ5bDMuODE3LTYuMzU2LTI1MS42MjcgNi4zNTZ6bS04Mi4yMjctMTYuNjQ5aC04My4zMTR2Mi4wOTZoMjAwLjA1MmwyMTkuNTU0IDQuMTM4IDIuNDg3LTQuMTM4aDg5LjkwN3YtMi4wOTZoLTg4LjY0OGw1LjU4OC05LjMwMy0zNDUuNjI1IDkuMzAzeiIgZmlsbD0iI0VCMEQ3RiIvPjxwYXRoIGQ9Ik0xMzQuNzEgMzQ5LjE0MXYtMzcuNjE4aDcuNjQzdjMxLjIyN2gxOS4wMDV2Ni4zOTFoLTI2LjY0OHptODMuMTU1IDBoLTguMzE0bC0zLjMwNi04LjYxNWgtMTUuMTMybC0zLjEyNCA4LjYxNWgtOC4xMDhsMTQuNzQ0LTM3LjkyOWg4LjA4MmwxNS4xNTcgMzcuOTI5em0tMTQuMDczLTE1LjAwNmwtNS4yMTYtMTQuMDc1LTUuMTEzIDE0LjA3NWgxMC4zMjl6bTMzLjExMiAyLjY2NWw3LjQzNi0uNzI1Yy40NDcgMi41MDIgMS4zNTYgNC4zMzkgMi43MjUgNS41MTEgMS4zNjggMS4xNzQgMy4yMTUgMS43NTkgNS41MzkgMS43NTkgMi40NiAwIDQuMzE3LS41MjEgNS41NjQtMS41NjYgMS4yNDgtMS4wNDIgMS44NzItMi4yNjMgMS44NzItMy42NiAwLS44OTYtLjI2My0xLjY2LS43ODctMi4yOS0uNTI1LS42MjktMS40NDQtMS4xNzYtMi43NTItMS42NDItLjg5NC0uMzExLTIuOTM1LS44NjItNi4xMTktMS42NTYtNC4wOTctMS4wMTctNi45NzEtMi4yNjctOC42MjQtMy43NTItMi4zMjMtMi4wODYtMy40ODUtNC42MzEtMy40ODUtNy42MzIgMC0xLjkzMS41NDYtMy43MzkgMS42MzktNS40MTkgMS4wOTMtMS42ODMgMi42NjgtMi45NjQgNC43MjYtMy44NDMgMi4wNTctLjg4IDQuNTM5LTEuMzE5IDcuNDUtMS4zMTkgNC43NTEgMCA4LjMyOCAxLjA0NCAxMC43MjggMy4xMyAyLjQwMyAyLjA4NyAzLjY2MSA0Ljg3NCAzLjc4NCA4LjM1NmwtNy42NDMuMzM3Yy0uMzI5LTEuOTQ4LTEuMDMxLTMuMzUtMi4xMDQtNC4yMDUtMS4wNzctLjg1Mi0yLjY5MS0xLjI4LTQuODQ0LTEuMjgtMi4yMjEgMC0zLjk1OS40NTgtNS4yMTYgMS4zNzEtLjgwOS41ODctMS4yMTQgMS4zNzItMS4yMTQgMi4zNTUgMCAuODk3LjM3OCAxLjY2NSAxLjEzNyAyLjMwMi45NjMuODEyIDMuMzA1IDEuNjU2IDcuMDI0IDIuNTM2IDMuNzE4Ljg3OSA2LjQ2OCAxLjc4OSA4LjI0OSAyLjczIDEuNzgzLjkzOSAzLjE3OCAyLjIyNSA0LjE4MyAzLjg1MyAxLjAwOCAxLjYzMiAxLjUxMSAzLjY0NiAxLjUxMSA2LjA0MiAwIDIuMTc0LS42MDMgNC4yMDktMS44MDcgNi4xMDYtMS4yMDcgMS44OTgtMi45MSAzLjMwOC01LjExMiA0LjIzMS0yLjIwNS45MjItNC45NSAxLjM4NC04LjIzOSAxLjM4NC00Ljc4NiAwLTguNDYtMS4xMDktMTEuMDI1LTMuMzI2LTIuNTY1LTIuMjE1LTQuMDk3LTUuNDQ1LTQuNTk2LTkuNjg4em01NC4xMzIgMTIuMzQxdi0zNy45MjloMjguMDY5djYuNDE3aC0yMC40MjZ2OC40MDhoMTkuMDA1djYuMzkxaC0xOS4wMDV2MTAuMzIyaDIxLjE0OXY2LjM5MWgtMjguNzkyem01Mi4yMiAwdi0zNy45MjloMTYuMDg3YzQuMDQ1IDAgNi45ODQuMzQgOC44MTkgMS4wMjEgMS44MzIuNjgzIDMuMzAxIDEuODk1IDQuNDAyIDMuNjM2IDEuMTAxIDEuNzQzIDEuNjUzIDMuNzM1IDEuNjUzIDUuOTc3IDAgMi44NDUtLjgzNiA1LjE5Ni0yLjUwNSA3LjA0OS0xLjY3IDEuODU1LTQuMTY3IDMuMDI1LTcuNDg4IDMuNTA2IDEuNjUzLjk2NyAzLjAxNyAyLjAyOCA0LjA5NCAzLjE4MyAxLjA3NSAxLjE1NiAyLjUyNCAzLjIwOCA0LjM1MSA2LjE1N2w0LjYyMSA3LjRoLTkuMTRsLTUuNTI2LTguMjU0Yy0xLjk2Mi0yLjk0OS0zLjMwNS00LjgwOC00LjAyOC01LjU3Ni0uNzIzLS43NjYtMS40ODktMS4yOTMtMi4yOTktMS41NzctLjgwOS0uMjg2LTIuMDkxLS40MjctMy44NDYtLjQyN2gtMS41NXYxNS44MzRoLTcuNjQzem03LjY0My0yMS44ODhoNS42NTVjMy42NjcgMCA1Ljk1NS0uMTU1IDYuODY5LS40NjYuOTEyLS4zMSAxLjYyNy0uODQ0IDIuMTQ0LTEuNjA0LjUxNi0uNzU5Ljc3NC0xLjcwNy43NzQtMi44NDYgMC0xLjI3Ni0uMzQtMi4zMDctMS4wMTktMy4wOTEtLjY4Mi0uNzg1LTEuNjQxLTEuMjgxLTIuODgtMS40ODgtLjYyLS4wODYtMi40NzgtLjEzLTUuNTc3LS4xM2gtNS45NjV2OS42MjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.rccs__card--maestro .rccs__card__background,
.rccs__card--mastercard .rccs__card__background {
  background: linear-gradient(25deg, #f37b26, #fdb731);
}
.rccs__card--maestro .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5OCIgdmlld0JveD0iMCAwIDUxMiAzOTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiM2QzZCQkQiIGQ9Ik0zMjUuMjIzIDI4Mi42MjloLTEzOC40NDV2LTI0OC44MDNoMTM4LjQ0NXoiLz48cGF0aCBkPSJNMTk1LjU2NSAxNTguMjMzYzAtNTAuNDcxIDIzLjYzMS05NS40MjkgNjAuNDMtMTI0LjQwMS0yNi45MS0yMS4xODYtNjAuODczLTMzLjgzMi05Ny43ODMtMzMuODMyLTg3LjM4MSAwLTE1OC4yMTMgNzAuODQyLTE1OC4yMTMgMTU4LjIzM3M3MC44MzIgMTU4LjIzMyAxNTguMjEzIDE1OC4yMzNjMzYuOTEgMCA3MC44NzItMTIuNjQ1IDk3Ljc4My0zMy44MzItMzYuNzk5LTI4Ljk3My02MC40My03My45MzEtNjAuNDMtMTI0LjQwMSIgZmlsbD0iI0QzMjAxMSIvPjxwYXRoIGQ9Ik01MTIgMTU4LjIzM2MwIDg3LjM5MS03MC44MzIgMTU4LjIzMy0xNTguMjEzIDE1OC4yMzMtMzYuOTEgMC03MC44NzItMTIuNjQ1LTk3Ljc5My0zMy44MzIgMzYuODA5LTI4Ljk3MyA2MC40NC03My45MzEgNjAuNDQtMTI0LjQwMSAwLTUwLjQ3MS0yMy42MzEtOTUuNDI5LTYwLjQ0LTEyNC40MDEgMjYuOTItMjEuMTg2IDYwLjg4My0zMy44MzIgOTcuNzkzLTMzLjgzMiA4Ny4zODEgMCAxNTguMjEzIDcwLjg0MiAxNTguMjEzIDE1OC4yMzMiIGZpbGw9IiMwMDk5REYiLz48cGF0aCBkPSJNMzcyLjA2NSAzNTIuOTM0YzEuODQxIDAgNC40ODcuMzUyIDYuNTA5IDEuMTQ3bC0yLjgxNyA4LjYxMWMtMS45MzItLjc5NS0zLjg2My0xLjA1Ni01LjcxNC0xLjA1Ni01Ljk3NiAwLTguOTYzIDMuODYzLTguOTYzIDEwLjgwNHYyMy41NmgtOS4xNDR2LTQyLjAxaDkuMDU0djUuMWMyLjM3NC0zLjY5MiA1LjgwNS02LjE1NyAxMS4wNzYtNi4xNTd6bS0zMy43ODEgOS40MDZoLTE0LjkzOXYxOC45ODNjMCA0LjIxNSAxLjQ4OSA3LjAzMiA2LjA2NiA3LjAzMiAyLjM3NCAwIDUuMzYyLS43OTUgOC4wNzgtMi4zNzRsMi42MzYgNy44MTdjLTIuODk3IDIuMDIyLTcuNDY0IDMuMjU5LTExLjQxOCAzLjI1OS0xMC44MTQgMC0xNC41ODctNS44MDUtMTQuNTg3LTE1LjU2M3YtMTkuMTU0aC04LjUzMXYtOC4zNWg4LjUzMXYtMTIuNzQ2aDkuMjI1djEyLjc0NmgxNC45Mzl2OC4zNXptLTExNi45ODcgOC45NjNjLjk3Ni02LjA2NiA0LjY1OC0xMC4yMDEgMTEuMTY3LTEwLjIwMSA1Ljg4NSAwIDkuNjY4IDMuNjkyIDEwLjYzMyAxMC4yMDFoLTIxLjh6bTMxLjI5NyAzLjY5MmMtLjA5MS0xMy4wOTgtOC4xNzktMjIuMDYxLTE5Ljk1OS0yMi4wNjEtMTIuMzAzIDAtMjAuOTE1IDguOTYzLTIwLjkxNSAyMi4wNjEgMCAxMy4zNSA4Ljk2MyAyMi4wNTEgMjEuNTM4IDIyLjA1MSA2LjMyOCAwIDEyLjEyMi0xLjU3OSAxNy4yMjMtNS44ODVsLTQuNDg3LTYuNzdjLTMuNTExIDIuODE3LTcuOTk4IDQuMzk2LTEyLjIxMyA0LjM5Ni01Ljg4NSAwLTExLjI0Ny0yLjcyNi0xMi41NjUtMTAuMjgxaDMxLjE5NmMuMDkxLTEuMTQ3LjE4MS0yLjI4NC4xODEtMy41MTF6bTQwLjE1OS0xMC4yODFjLTIuNTQ1LTEuNTg5LTcuNzI2LTMuNjEyLTEzLjA4OC0zLjYxMi01LjAxIDAtNy45OTggMS44NTEtNy45OTggNC45MjkgMCAyLjgwNyAzLjE1OSAzLjYwMSA3LjExMiA0LjEyNWw0LjMwNi42MTRjOS4xNDQgMS4zMjggMTQuNjc3IDUuMTkxIDE0LjY3NyAxMi41NzUgMCA3Ljk5OC03LjAzMiAxMy43MTItMTkuMTU0IDEzLjcxMi02Ljg2MSAwLTEzLjE4OS0xLjc2LTE4LjE5OC01LjQ1Mmw0LjMwNi03LjEyMmMzLjA3OCAyLjM3NCA3LjY1NiA0LjM5NiAxMy45ODMgNC4zOTYgNi4yMzcgMCA5LjU3Ny0xLjg0MSA5LjU3Ny01LjEgMC0yLjM2NC0yLjM3NC0zLjY5Mi03LjM4NC00LjM4NmwtNC4zMDYtLjYxNGMtOS40MDYtMS4zMjgtMTQuNTA2LTUuNTQzLTE0LjUwNi0xMi4zOTQgMC04LjM1IDYuODYxLTEzLjQ1IDE3LjQ5NC0xMy40NSA2LjY4IDAgMTIuNzQ2IDEuNDk5IDE3LjEzMiA0LjM5NmwtMy45NTQgNy4zODR6bTExMi43MjItMy4wOThjLTEuODgxIDAtMy42MjIuMzMyLTUuMjQxLjk4Ni0xLjYxLjY2NC0zLjAwOCAxLjU4OS00LjE4NSAyLjc3Ny0xLjE3NyAxLjE4Ny0yLjEwMyAyLjYxNi0yLjc3NyA0LjI3NS0uNjc0IDEuNjYtMS4wMDYgMy40OTEtMS4wMDYgNS40ODMgMCAyLjAwMi4zMzIgMy44MjMgMS4wMDYgNS40ODMuNjc0IDEuNjYgMS42IDMuMDg4IDIuNzc3IDQuMjc1IDEuMTc3IDEuMTg3IDIuNTc1IDIuMTEzIDQuMTg1IDIuNzc3IDEuNjIuNjY0IDMuMzYuOTg2IDUuMjQxLjk4NiAxLjg4MSAwIDMuNjMyLS4zMjIgNS4yNDEtLjk4NiAxLjYyLS42NjQgMy4wMjgtMS41ODkgNC4yMDUtMi43NzcgMS4xOTctMS4xODcgMi4xMjMtMi42MTYgMi44MDctNC4yNzUuNjc0LTEuNjYgMS4wMDYtMy40ODEgMS4wMDYtNS40ODMgMC0xLjk5Mi0uMzMyLTMuODIzLTEuMDA2LTUuNDgzLS42ODQtMS42Ni0xLjYxLTMuMDg4LTIuODA3LTQuMjc1LTEuMTc3LTEuMTg3LTIuNTg1LTIuMTEzLTQuMjA1LTIuNzc3LTEuNjEtLjY1NC0zLjM2LS45ODYtNS4yNDEtLjk4NnptMC04LjY4MmMzLjI1OSAwIDYuMjc3LjU2MyA5LjA1NCAxLjcgMi43NzcgMS4xMjcgNS4xODEgMi42ODYgNy4yMDMgNC42NjggMi4wMzIgMS45ODIgMy42MTIgNC4zMjYgNC43NTggNy4wMjIgMS4xNDcgMi43MDYgMS43MiA1LjY0NCAxLjcyIDguODEzIDAgMy4xNjktLjU3MyA2LjEwNi0xLjcyIDguODEzLTEuMTQ3IDIuNjk2LTIuNzI2IDUuMDUtNC43NTggNy4wMzItMi4wMjIgMS45ODItNC40MjYgMy41MzEtNy4yMDMgNC42NjgtMi43NzcgMS4xMjctNS43OTUgMS42OS05LjA1NCAxLjY5LTMuMjU5IDAtNi4yNzctLjU2My05LjA1NC0xLjY5LTIuNzc3LTEuMTM3LTUuMTYxLTIuNjg2LTcuMTczLTQuNjY4LTIuMDEyLTEuOTgyLTMuNTkxLTQuMzM2LTQuNzM4LTcuMDMyLTEuMTQ3LTIuNzA2LTEuNzItNS42NDQtMS43Mi04LjgxMyAwLTMuMTY5LjU3My02LjEwNiAxLjcyLTguODEzIDEuMTQ3LTIuNjk2IDIuNzI2LTUuMDQgNC43MzgtNy4wMjIgMi4wMTItMS45ODIgNC4zOTYtMy41NDEgNy4xNzMtNC42NjggMi43NzctMS4xMzcgNS43OTUtMS43IDkuMDU0LTEuN3ptLTIzNy41NzYgMjIuMDYxYzAtNy4zODQgNC44MzktMTMuNDUgMTIuNzQ2LTEzLjQ1IDcuNTU1IDAgMTIuNjU1IDUuODA1IDEyLjY1NSAxMy40NSAwIDcuNjQ2LTUuMSAxMy40NC0xMi42NTUgMTMuNDQtNy45MDcgMC0xMi43NDYtNi4wNTYtMTIuNzQ2LTEzLjQ0em0zNC4wMTMgMHYtMjEuMDA1aC05LjEzNHY1LjFjLTIuOTA3LTMuNzgzLTcuMjkzLTYuMTU3LTEzLjI2OS02LjE1Ny0xMS43OCAwLTIxLjAwNSA5LjIyNS0yMS4wMDUgMjIuMDYxIDAgMTIuODI2IDkuMjI1IDIyLjA2MSAyMS4wMDUgMjIuMDYxIDUuOTc2IDAgMTAuMzYyLTIuMzc0IDEzLjI2OS02LjE1N3Y1LjFoOS4xMzR2LTIxLjAwNXptLTUxLjQ5NyAyMS4wMDV2LTI2LjM2N2MwLTkuOTI5LTYuMzI4LTE2LjYwOS0xNi41MTgtMTYuNy01LjM2Mi0uMDkxLTEwLjkwNSAxLjU3OS0xNC43NjggNy40NzUtMi44OTctNC42NTgtNy40NzUtNy40NzUtMTMuODkzLTcuNDc1LTQuNDc3IDAtOC44NzMgMS4zMTgtMTIuMzAzIDYuMjM3di01LjE4MWgtOS4xMzR2NDIuMDFoOS4yMjV2LTIzLjI4OWMwLTcuMjkzIDQuMDQ0LTExLjE2NyAxMC4yODEtMTEuMTY3IDYuMDY2IDAgOS4xNDQgMy45NTQgOS4xNDQgMTEuMDc2djIzLjM3OWg5LjIyNXYtMjMuMjg5YzAtNy4yOTMgNC4yMjUtMTEuMTY3IDEwLjI4MS0xMS4xNjcgNi4yNDcgMCA5LjIzNSAzLjk1NCA5LjIzNSAxMS4wNzZ2MjMuMzc5aDkuMjI1eiIgZmlsbD0iIzExMEYwRCIvPjwvc3ZnPg==);
}
.rccs__card--mastercard .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5NyIgdmlld0JveD0iMCAwIDUxMiAzOTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik05My4wNzkgMzk2LjAyM3YtMjYuMzQzYzAtMTAuMDk4LTYuMTQ3LTE2LjY4NC0xNi42ODQtMTYuNjg0LTUuMjY5IDAtMTAuOTc2IDEuNzU2LTE0LjkyOCA3LjQ2NC0zLjA3My00LjgzLTcuNDY0LTcuNDY0LTE0LjA1LTcuNDY0LTQuMzkgMC04Ljc4MSAxLjMxNy0xMi4yOTMgNi4xNDd2LTUuMjY5aC05LjIydjQyLjE0OWg5LjIydi0yMy4yN2MwLTcuNDY0IDMuOTUxLTEwLjk3NiAxMC4wOTgtMTAuOTc2czkuMjIgMy45NTEgOS4yMiAxMC45NzZ2MjMuMjdoOS4yMnYtMjMuMjdjMC03LjQ2NCA0LjM5LTEwLjk3NiAxMC4wOTgtMTAuOTc2IDYuMTQ3IDAgOS4yMiAzLjk1MSA5LjIyIDEwLjk3NnYyMy4yN2gxMC4wOTh6bTEzNi41NDQtNDIuMTQ5aC0xNC45Mjh2LTEyLjczMmgtOS4yMnYxMi43MzJoLTguMzQydjguMzQyaDguMzQydjE5LjMxOGMwIDkuNjU5IDMuOTUxIDE1LjM2NyAxNC40ODkgMTUuMzY3IDMuOTUxIDAgOC4zNDItMS4zMTcgMTEuNDE1LTMuMDczbC0yLjYzNC03LjkwM2MtMi42MzQgMS43NTYtNS43MDggMi4xOTUtNy45MDMgMi4xOTUtNC4zOSAwLTYuMTQ3LTIuNjM0LTYuMTQ3LTcuMDI1di0xOC44NzloMTQuOTI4di04LjM0MnptNzguMTUxLS44NzhjLTUuMjY5IDAtOC43ODEgMi42MzQtMTAuOTc2IDYuMTQ3di01LjI2OWgtOS4yMnY0Mi4xNDloOS4yMnYtMjMuNzA5YzAtNy4wMjUgMy4wNzMtMTAuOTc2IDguNzgxLTEwLjk3NiAxLjc1NiAwIDMuOTUxLjQzOSA1LjcwOC44NzhsMi42MzQtOC43ODFjLTEuNzU2LS40MzktNC4zOS0uNDM5LTYuMTQ3LS40Mzl6bS0xMTguMTA0IDQuMzljLTQuMzktMy4wNzMtMTAuNTM3LTQuMzktMTcuMTIzLTQuMzktMTAuNTM3IDAtMTcuNTYyIDUuMjY5LTE3LjU2MiAxMy42MTEgMCA3LjAyNSA1LjI2OSAxMC45NzYgMTQuNDg5IDEyLjI5M2w0LjM5LjQzOWM0LjgzLjg3OCA3LjQ2NCAyLjE5NSA3LjQ2NCA0LjM5IDAgMy4wNzMtMy41MTIgNS4yNjktOS42NTkgNS4yNjlzLTEwLjk3Ni0yLjE5NS0xNC4wNS00LjM5bC00LjM5IDcuMDI1YzQuODMgMy41MTIgMTEuNDE1IDUuMjY5IDE4LjAwMSA1LjI2OSAxMi4yOTMgMCAxOS4zMTgtNS43MDggMTkuMzE4LTEzLjYxMSAwLTcuNDY0LTUuNzA4LTExLjQxNS0xNC40ODktMTIuNzMybC00LjM5LS40MzljLTMuOTUxLS40MzktNy4wMjUtMS4zMTctNy4wMjUtMy45NTEgMC0zLjA3MyAzLjA3My00LjgzIDcuOTAzLTQuODMgNS4yNjkgMCAxMC41MzcgMi4xOTUgMTMuMTcxIDMuNTEybDMuOTUxLTcuNDY0em0yNDQuOTktNC4zOWMtNS4yNjkgMC04Ljc4MSAyLjYzNC0xMC45NzYgNi4xNDd2LTUuMjY5aC05LjIydjQyLjE0OWg5LjIydi0yMy43MDljMC03LjAyNSAzLjA3My0xMC45NzYgOC43ODEtMTAuOTc2IDEuNzU2IDAgMy45NTEuNDM5IDUuNzA4Ljg3OGwyLjYzNC04Ljc4MWMtMS43NTYtLjQzOS00LjM5LS40MzktNi4xNDctLjQzOXptLTExNy42NjUgMjEuOTUyYzAgMTIuNzMyIDguNzgxIDIxLjk1MiAyMi4zOTIgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTEuMzE3IDE0LjkyOC00LjgzbC00LjM5LTcuNDY0Yy0zLjUxMiAyLjYzNC03LjAyNSAzLjk1MS0xMC45NzYgMy45NTEtNy40NjQgMC0xMi43MzItNS4yNjktMTIuNzMyLTEzLjYxMSAwLTcuOTAzIDUuMjY5LTEzLjE3MSAxMi43MzItMTMuNjExIDMuOTUxIDAgNy40NjQgMS4zMTcgMTAuOTc2IDMuOTUxbDQuMzktNy40NjRjLTQuMzktMy41MTItOC43ODEtNC44My0xNC45MjgtNC44My0xMy42MTEgMC0yMi4zOTIgOS4yMi0yMi4zOTIgMjEuOTUyem04NS4xNzYgMHYtMjEuMDc0aC05LjIydjUuMjY5Yy0zLjA3My0zLjk1MS03LjQ2NC02LjE0Ny0xMy4xNzEtNi4xNDctMTEuODU0IDAtMjEuMDc0IDkuMjItMjEuMDc0IDIxLjk1MiAwIDEyLjczMiA5LjIyIDIxLjk1MiAyMS4wNzQgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTIuMTk1IDEzLjE3MS02LjE0N3Y1LjI2OWg5LjIydi0yMS4wNzR6bS0zMy44MDcgMGMwLTcuNDY0IDQuODMtMTMuNjExIDEyLjczMi0xMy42MTEgNy40NjQgMCAxMi43MzIgNS43MDggMTIuNzMyIDEzLjYxMSAwIDcuNDY0LTUuMjY5IDEzLjYxMS0xMi43MzIgMTMuNjExLTcuOTAzLS40MzktMTIuNzMyLTYuMTQ3LTEyLjczMi0xMy42MTF6bS0xMTAuMjAxLTIxLjk1MmMtMTIuMjkzIDAtMjEuMDc0IDguNzgxLTIxLjA3NCAyMS45NTIgMCAxMy4xNzEgOC43ODEgMjEuOTUyIDIxLjUxMyAyMS45NTIgNi4xNDcgMCAxMi4yOTMtMS43NTYgMTcuMTIzLTUuNzA4bC00LjM5LTYuNTg2Yy0zLjUxMiAyLjYzNC03LjkwMyA0LjM5LTEyLjI5MyA0LjM5LTUuNzA4IDAtMTEuNDE1LTIuNjM0LTEyLjczMi0xMC4wOThoMzEuMTczdi0zLjUxMmMuNDM5LTEzLjYxMS03LjQ2NC0yMi4zOTItMTkuMzE4LTIyLjM5MnptMCA3LjkwM2M1LjcwOCAwIDkuNjU5IDMuNTEyIDEwLjUzNyAxMC4wOThoLTIxLjk1MmMuODc4LTUuNzA4IDQuODMtMTAuMDk4IDExLjQxNS0xMC4wOTh6bTIyOC43NDUgMTQuMDV2LTM3Ljc1OGgtOS4yMnYyMS45NTJjLTMuMDczLTMuOTUxLTcuNDY0LTYuMTQ3LTEzLjE3MS02LjE0Ny0xMS44NTQgMC0yMS4wNzQgOS4yMi0yMS4wNzQgMjEuOTUyIDAgMTIuNzMyIDkuMjIgMjEuOTUyIDIxLjA3NCAyMS45NTIgNi4xNDcgMCAxMC41MzctMi4xOTUgMTMuMTcxLTYuMTQ3djUuMjY5aDkuMjJ2LTIxLjA3NHptLTMzLjgwNyAwYzAtNy40NjQgNC44My0xMy42MTEgMTIuNzMyLTEzLjYxMSA3LjQ2NCAwIDEyLjczMiA1LjcwOCAxMi43MzIgMTMuNjExIDAgNy40NjQtNS4yNjkgMTMuNjExLTEyLjczMiAxMy42MTEtNy45MDMtLjQzOS0xMi43MzItNi4xNDctMTIuNzMyLTEzLjYxMXptLTMwOC4yMTMgMHYtMjEuMDc0aC05LjIydjUuMjY5Yy0zLjA3My0zLjk1MS03LjQ2NC02LjE0Ny0xMy4xNzEtNi4xNDctMTEuODU0IDAtMjEuMDc0IDkuMjItMjEuMDc0IDIxLjk1MiAwIDEyLjczMiA5LjIyIDIxLjk1MiAyMS4wNzQgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTIuMTk1IDEzLjE3MS02LjE0N3Y1LjI2OWg5LjIydi0yMS4wNzR6bS0zNC4yNDYgMGMwLTcuNDY0IDQuODMtMTMuNjExIDEyLjczMi0xMy42MTEgNy40NjQgMCAxMi43MzIgNS43MDggMTIuNzMyIDEzLjYxMSAwIDcuNDY0LTUuMjY5IDEzLjYxMS0xMi43MzIgMTMuNjExLTcuOTAzLS40MzktMTIuNzMyLTYuMTQ3LTEyLjczMi0xMy42MTF6Ii8+PHBhdGggZmlsbD0iI0ZGNUYwMCIgZD0iTTE4Ni41OTYgMzMuODA3aDEzOC4zMDF2MjQ4LjUwMmgtMTM4LjMwMXoiLz48cGF0aCBkPSJNMTk1LjM3NyAxNTguMDU4YzAtNTAuNDkxIDIzLjcwOS05NS4yNzQgNjAuMTUtMTI0LjI1MS0yNi43ODItMjEuMDc0LTYwLjU4OS0zMy44MDctOTcuNDY5LTMzLjgwNy04Ny4zNzEgMC0xNTguMDU4IDcwLjY4Ny0xNTguMDU4IDE1OC4wNThzNzAuNjg3IDE1OC4wNTggMTU4LjA1OCAxNTguMDU4YzM2Ljg4IDAgNzAuNjg3LTEyLjczMiA5Ny40NjktMzMuODA3LTM2LjQ0MS0yOC41MzgtNjAuMTUtNzMuNzYtNjAuMTUtMTI0LjI1MXoiIGZpbGw9IiNFQjAwMUIiLz48cGF0aCBkPSJNNTExLjQ5MyAxNTguMDU4YzAgODcuMzcxLTcwLjY4NyAxNTguMDU4LTE1OC4wNTggMTU4LjA1OC0zNi44OCAwLTcwLjY4Ny0xMi43MzItOTcuNDY5LTMzLjgwNyAzNi44OC0yOC45NzcgNjAuMTUtNzMuNzYgNjAuMTUtMTI0LjI1MXMtMjMuNzA5LTk1LjI3NC02MC4xNS0xMjQuMjUxYzI2Ljc4Mi0yMS4wNzQgNjAuNTg5LTMzLjgwNyA5Ny40NjktMzMuODA3IDg3LjM3MSAwIDE1OC4wNTggNzEuMTI2IDE1OC4wNTggMTU4LjA1OHoiIGZpbGw9IiNGNzlFMUIiLz48L3N2Zz4=);
}
.rccs__card--unionpay .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDUxMiAzMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik0xMDAuMDgzLjAwMWgxMjcuNTU3YzE3LjgwNiAwIDI4Ljg4IDE0LjUxMyAyNC43MjcgMzIuMzc4bC01OS4zODcgMjU0Ljk3MWMtNC4xOTEgMTcuODAzLTIyLjAxOSAzMi4zMjgtMzkuODM3IDMyLjMyOGgtMTI3LjU0NWMtMTcuNzgxIDAtMjguODgtMTQuNTI2LTI0LjcyNy0zMi4zMjhsNTkuNDEyLTI1NC45NzFjNC4xNTQtMTcuODY1IDIxLjk3Mi0zMi4zNzggMzkuOC0zMi4zNzgiIGZpbGw9IiNFMjE4MzYiLz48cGF0aCBkPSJNMjE3LjAyNy4wMDFoMTQ2LjY4N2MxNy44MDMgMCA5Ljc3NSAxNC41MTMgNS41ODcgMzIuMzc4bC01OS4zNzggMjU0Ljk3MWMtNC4xNjYgMTcuODAzLTIuODY3IDMyLjMyOC0yMC43MDcgMzIuMzI4aC0xNDYuNjg3Yy0xNy44NCAwLTI4Ljg4LTE0LjUyNi0yNC42ODktMzIuMzI4bDU5LjM3NS0yNTQuOTcxYzQuMjE2LTE3Ljg2NSAyMS45OTctMzIuMzc4IDM5LjgxMi0zMi4zNzgiIGZpbGw9IiMwMDQ0N0MiLz48cGF0aCBkPSJNMzU3Ljg5Ni4wMDFoMTI3LjU1N2MxNy44MzEgMCAyOC45MDUgMTQuNTEzIDI0LjcxNyAzMi4zNzhsLTU5LjM3OCAyNTQuOTcxYy00LjE5MSAxNy44MDMtMjIuMDMxIDMyLjMyOC0zOS44NTkgMzIuMzI4aC0xMjcuNDk4Yy0xNy44NCAwLTI4LjkwNS0xNC41MjYtMjQuNzI3LTMyLjMyOGw1OS4zODctMjU0Ljk3MWM0LjE1NC0xNy44NjUgMjEuOTYtMzIuMzc4IDM5LjgtMzIuMzc4IiBmaWxsPSIjMDA3Qjg0Ii8+PHBhdGggZD0iTTEzMy4zOTcgODEuNzEyYy0xMy4xMTcuMTM0LTE2Ljk5MSAwLTE4LjIyOS0uMjkyLS40NzYgMi4yNi05LjMyNyA0My4wOTItOS4zNTIgNDMuMTI2LTEuOTA2IDguMjYxLTMuMjkzIDE0LjE1LTguMDAzIDE3Ljk1Mi0yLjY3NCAyLjIxMS01Ljc5NSAzLjI3Ny05LjQxNCAzLjI3Ny01LjgxNyAwLTkuMjA2LTIuODg4LTkuNzc1LTguMzY3bC0uMTA5LTEuODgxczEuNzcyLTExLjA2NSAxLjc3Mi0xMS4xMjdjMCAwIDkuMjktMzcuMjEgMTAuOTUzLTQyLjEyOC4wODctLjI4LjExMi0uNDI2LjEzNC0uNTYtMTguMDgzLjE1OS0yMS4yODggMC0yMS41MDktLjI5Mi0uMTIxLjQwMS0uNTY5IDIuNzA4LS41NjkgMi43MDhsLTkuNDg2IDQxLjkzOS0uODE1IDMuNTU3LTEuNTc2IDExLjYzNGMwIDMuNDUxLjY3OCA2LjI2OCAyLjAyNyA4LjY1IDQuMzIyIDcuNTUyIDE2LjY0OSA4LjY4NCAyMy42MjMgOC42ODQgOC45ODUgMCAxNy40MTQtMS45MDkgMjMuMTEtNS4zOTQgOS44ODctNS44NDIgMTIuNDc0LTE0Ljk3MyAxNC43ODEtMjMuMDg4bDEuMDctNC4xNjNzOS41Ny0zOC42NDYgMTEuMTk2LTQzLjY3NGMuMDYyLS4yOC4wODctLjQyNi4xNzEtLjU2em0zMi41NjEgMzEuMTc2Yy0yLjMwNyAwLTYuNTIzLjU2LTEwLjMxIDIuNDE2LTEuMzc0LjcwNi0yLjY3NCAxLjUyLTQuMDQ1IDIuMzMybDEuMjM3LTQuNDY4LS42NzgtLjc1MmMtOC4wMzEgMS42MjYtOS44MjggMS44NDQtMTcuMjQ2IDIuODg4bC0uNjIyLjQxNGMtLjg2MSA3LjE0Mi0xLjYyNiAxMi41MTEtNC44MTkgMjYuNTQ5LTEuMjE2IDUuMTc0LTIuNDc4IDEwLjM5Ny0zLjc0MyAxNS41NThsLjM0Mi42NTZjNy42MDItLjQwMSA5LjkwOS0uNDAxIDE2LjUxNi0uMjkybC41MzUtLjU4MWMuODM5LTQuMy45NDgtNS4zMDcgMi44MDgtMTQuMDE2Ljg3NC00LjEyOSAyLjY5Ni0xMy4yMDEgMy41OTQtMTYuNDMyIDEuNjUxLS43NjUgMy4yOC0xLjUxNyA0LjgzNS0xLjUxNyAzLjcwMyAwIDMuMjUyIDMuMjMgMy4xMDkgNC41MTgtLjE1OSAyLjE2MS0xLjUwOCA5LjIxOC0yLjg5MSAxNS4yNzhsLS45MjMgMy45MTFjLS42NDQgMi44ODgtMS4zNDkgNS42OTYtMS45OTMgOC41NTlsLjI4LjU3MmM3LjQ5My0uNDAxIDkuNzc4LS40MDEgMTYuMTc3LS4yOTJsLjc1Mi0uNTgxYzEuMTU3LTYuNzE2IDEuNDk1LTguNTEzIDMuNTQ3LTE4LjI5MWwxLjAzMi00LjQ5M2MyLjAwNS04Ljc5MyAzLjAxMy0xMy4yNTEgMS40OTUtMTYuODgyLTEuNjA0LTQuMDctNS40NTMtNS4wNTItOC45ODgtNS4wNTJ6bTM2LjM3NCA5LjIwNmMtMy45ODMuNzY1LTYuNTIzIDEuMjc1LTkuMDQ3IDEuNjA0LTIuNTAzLjQwMS00Ljk0My43NjUtOC43OTMgMS4zbC0uMzA1LjI3Ny0uMjguMjIxYy0uNDAxIDIuODY3LS42ODEgNS4zNDUtMS4yMTMgOC4yNTgtLjQ1MSAzLjAxMy0xLjE0NCA2LjQzNi0yLjI3MyAxMS4zNTQtLjg3NCAzLjc2NS0xLjMyNCA1LjA3Ny0xLjgyMiA2LjQwMi0uNDg1IDEuMzI0LTEuMDIgMi42MTItMi4wMDIgNi4zMTVsLjIzLjM0Mi4xOTMuMzE0YzMuNTk3LS4xNzEgNS45NTEtLjI5MiA4LjM3LS4zMTQgMi40MTYtLjA4NyA0LjkxOSAwIDguNzkzLjAyMmwuMzM5LS4yNzcuMzY0LS4zMDVjLjU2LTMuMzM5LjY0NC00LjIzOC45ODYtNS44NjcuMzM5LTEuNzQ3LjkyMy00LjE2NiAyLjM1Ny0xMC42MjcuNjc4LTMuMDM0IDEuNDMzLTYuMDYgMi4xMzYtOS4xNTYuNzMxLTMuMDg0IDEuNDk1LTYuMTIyIDIuMjIzLTkuMTU2bC0uMTA5LS4zNjctLjE0Ni0uMzM5em0uMDg1LTEyLjQxMmMtMy42MTktMi4xMzYtOS45NzEtMS40NTgtMTQuMjQ2IDEuNDkyLTQuMjYzIDIuODkxLTQuNzQ4IDYuOTk1LTEuMTQxIDkuMTU5IDMuNTU3IDIuMDc3IDkuOTM0IDEuNDU4IDE0LjE3MS0xLjUxNyA0LjI1My0yLjk1NCA0Ljc4NS03LjAyIDEuMjE2LTkuMTM1em0yMS44ODcgNDkuNDY3YzcuMzIyIDAgMTQuODI3LTIuMDE4IDIwLjQ3Ny04LjAwNiA0LjM0Ny00Ljg1NiA2LjMzOS0xMi4wODIgNy4wMy0xNS4wNTcgMi4yNDgtOS44NjIuNDk3LTE0LjQ2Ny0xLjcwMS0xNy4yNzEtMy4zMzktNC4yNzUtOS4yNC01LjY0Ni0xNS4zNjItNS42NDYtMy42ODEgMC0xMi40NDkuMzY0LTE5LjI5OCA2LjY3OC00LjkxOSA0LjU1NS03LjE5MSAxMC43MzYtOC41NjIgMTYuNjYyLTEuMzg0IDYuMDM4LTIuOTc1IDE2LjkwNyA3LjAyIDIwLjk1MiAzLjA4NCAxLjMyNCA3LjUzIDEuNjg4IDEwLjM5NyAxLjY4OHptLS41NzItMjIuMTljMS42ODgtNy40NjggMy42ODEtMTMuNzM2IDguNzY4LTEzLjczNiAzLjk4NiAwIDQuMjc1IDQuNjY0IDIuNTAzIDEyLjE1Ny0uMzE3IDEuNjYzLTEuNzcyIDcuODQ3LTMuNzQgMTAuNDgxLTEuMzc0IDEuOTQzLTMgMy4xMjItNC43OTcgMy4xMjItLjUzNSAwLTMuNzE1IDAtMy43NjUtNC43MjMtLjAyNS0yLjMzMi40NTEtNC43MTMgMS4wMzItNy4zem00Ni4zODIgMjEuMjI5bC41NzItLjU4MWMuODExLTQuMy45NDUtNS4zMSAyLjc0Mi0xNC4wMTYuODk5LTQuMTI5IDIuNzU4LTEzLjIwMSAzLjYzMS0xNi40MzIgMS42NTQtLjc2OCAzLjI1NS0xLjUyIDQuODYtMS41MiAzLjY3OCAwIDMuMjMgMy4yMyAzLjA4NCA0LjUxOC0uMTM0IDIuMTY0LTEuNDgzIDkuMjE4LTIuODkxIDE1LjI3OGwtLjg3NCAzLjkxMWMtLjY2OCAyLjg5MS0xLjM5NiA1LjY5Ni0yLjA0IDguNTYybC4yOC41NzJjNy41MTgtLjQwMSA5LjcxNi0uNDAxIDE2LjE1Mi0uMjkybC43NzctLjU4MWMxLjEyOS02LjcxOSAxLjQzMy04LjUxNiAzLjU0Ny0xOC4yOTFsMS4wMDctNC40OTZjMi4wMTUtOC43OTMgMy4wMzQtMTMuMjQ4IDEuNTQyLTE2Ljg3OS0xLjY1MS00LjA3LTUuNTI1LTUuMDUyLTkuMDEtNS4wNTItMi4zMSAwLTYuNTQ4LjU1Ny0xMC4zMTMgMi40MTYtMS4zNDYuNzA2LTIuNjk2IDEuNTE3LTQuMDIgMi4zMzJsMS4xNTMtNC40NjgtLjYxOS0uNzU2Yy04LjAyOCAxLjYyOS05Ljg2MiAxLjg0Ny0xNy4yNzEgMi44OTFsLS41NjkuNDE0Yy0uODk5IDcuMTQyLTEuNjI5IDEyLjUwOC00LjgyMiAyNi41NDktMS4yMTYgNS4xNzQtMi40NzggMTAuMzk3LTMuNzQgMTUuNTU4bC4zMzkuNjU2YzcuNjE0LS40MDEgOS44ODctLjQwMSAxNi40ODEtLjI5MnptNTUuMjM1LjI5MWMuNDczLTIuMzA3IDMuMjgtMTUuOTgxIDMuMzA1LTE1Ljk4MSAwIDAgMi4zOTEtMTAuMDMzIDIuNTM3LTEwLjM5NyAwIDAgLjc1Mi0xLjA0NSAxLjUwNS0xLjQ1OGgxLjEwN2MxMC40NDMgMCAyMi4yMzYgMCAzMS40OC02LjggNi4yOS00LjY2NCAxMC41OS0xMS41NSAxMi41MDgtMTkuOTIuNDk3LTIuMDUyLjg2NC00LjQ5My44NjQtNi45MzMgMC0zLjIwNS0uNjQ0LTYuMzc3LTIuNTAzLTguODU1LTQuNzEzLTYuNTk0LTE0LjEtNi43MTYtMjQuOTM1LTYuNzY1bC01LjM0MS4wNWMtMTMuODcuMTcxLTE5LjQzMi4xMjEtMjEuNzE3LS4xNTktLjE5MyAxLjAxLS41NTcgMi44MDgtLjU1NyAyLjgwOHMtNC45NjggMjMuMDI2LTQuOTY4IDIzLjA2M2MwIDAtMTEuODg5IDQ4Ljk1Ni0xMi40NDkgNTEuMjYzIDEyLjExLS4xNDYgMTcuMDc1LS4xNDYgMTkuMTY1LjA4NHptOS4yMDYtNDAuOTAzczUuMjgyLTIyLjk3OSA1LjI1Ny0yMi44OTJsLjE3MS0xLjE3OC4wNzUtLjg5OSAyLjExMS4yMThzMTAuODk0LjkzNiAxMS4xNDkuOTYxYzQuMyAxLjY2MyA2LjA3MiA1Ljk1MSA0LjgzNSAxMS41NDctMS4xMjkgNS4xMTQtNC40NDYgOS40MTQtOC43MDkgMTEuNDkxLTMuNTEgMS43Ni03LjgxIDEuOTA2LTEyLjI0MSAxLjkwNmgtMi44NjdsLjIxOC0xLjE1M3ptMzIuODg5IDE5LjgwOWMtMS4zOTYgNS45NTEtMyAxNi44MiA2Ljk0NiAyMC42OTQgMy4xNzEgMS4zNDkgNi4wMTMgMS43NSA4LjkwMSAxLjYwNCAzLjA1LS4xNjUgNS44NzYtMS42OTQgOC40OTQtMy44OTZsLS43MDkgMi43MTcuNDUxLjU4MWM3LjE1NC0uMzAyIDkuMzc0LS4zMDIgMTcuMTI1LS4yNDNsLjcwMy0uNTM1YzEuMTMyLTYuNjUzIDIuMTk4LTEzLjExNCA1LjEzOS0yNS44NDMgMS40MzMtNi4wOTcgMi44NjMtMTIuMTM1IDQuMzM0LTE4LjIwN2wtLjIzLS42NjhjLTguMDAzIDEuNDgzLTEwLjE0MiAxLjgtMTcuODQgMi44OTFsLS41ODUuNDc2LS4yMzMgMS44MDZjLTEuMTk3LTEuOTM0LTIuOTMyLTMuNTg1LTUuNjA5LTQuNjE0LTMuNDIzLTEuMzQ2LTExLjQ2My4zODktMTguMzc1IDYuNjgxLTQuODU2IDQuNDkzLTcuMTg4IDEwLjY0OS04LjUxMyAxNi41NTN6bTE2LjgwOC4zNjRjMS43MTMtNy4zMzQgMy42ODEtMTMuNTQgOC43OC0xMy41NCAzLjIyNCAwIDQuOTIyIDIuOTc1IDQuNTc3IDguMDQ5LS4yNzQgMS4yNjUtLjU2OSAyLjU5OS0uOTIgNC4xMDctLjUxIDIuMTc5LTEuMDYzIDQuMzQtMS42MDEgNi41MDQtLjU0NyAxLjQ4LTEuMTg1IDIuODc2LTEuODg0IDMuODA2LTEuMzEyIDEuODU5LTQuNDM0IDMuMDEzLTYuMjMxIDMuMDEzLS41MSAwLTMuNjU2IDAtMy43NjUtNC42MzktLjAyNS0yLjMxLjQ1MS00LjY4OSAxLjA0NS03LjN6bTg3Ljc3Mi0yNC4yMTdsLS42MTktLjcwNmMtNy45MTkgMS42MDQtOS4zNTIgMS44NTktMTYuNjI3IDIuODQybC0uNTM1LjUzNS0uMDg0LjM0Mi0uMDI1LS4xMjFjLTUuNDE2IDEyLjQ5NS01LjI1NyA5LjgtOS42NjYgMTkuNjM3bC0uMDUtMS4yMDMtMS4xMDQtMjEuMzI1LS42OTMtLjcwNmMtOC4yOTUgMS42MDQtOC40OTEgMS44NTktMTYuMTUyIDIuODQybC0uNTk3LjUzNWMtLjA4NC4yNTUtLjA4NC41MzUtLjEzNC44MzlsLjA1LjEwOWMuOTU4IDQuODk0LjcyOCAzLjgwMiAxLjY4OCAxMS41MjUuNDQ4IDMuNzkgMS4wNDUgNy42MDIgMS40OTIgMTEuMzQ1Ljc1NiA2LjI2NSAxLjE3OCA5LjM0OSAyLjEwMiAxOC45MS01LjE3NCA4LjUzOC02LjM5OSAxMS43NjgtMTEuMzc5IDE5LjI2MWwuMDM0LjA3NS0zLjUwNyA1LjU0N2MtLjQwMS41ODUtLjc2NS45ODYtMS4yNzUgMS4xNTctLjU2LjI3Ny0xLjI4Ny4zMjYtMi4yOTguMzI2aC0xLjk0M2wtMi44ODggOS42MDcgOS45MDkuMTcxYzUuODE3LS4wMjUgOS40NzMtMi43NDUgMTEuNDQxLTYuNDAybDYuMjMxLTEwLjY3N2gtLjA5OWwuNjU2LS43NTJjNC4xOTEtOS4wMjMgMzYuMDcyLTYzLjcxMiAzNi4wNzItNjMuNzEyem0tMTA0LjU4IDEyNi4xNzVoLTQuMjA0bDE1LjU1OC01MS40NTloNS4xNjFsMS42MzgtNS4zMDEuMTU5IDUuODk1Yy0uMTkzIDMuNjQ0IDIuNjc0IDYuODc0IDEwLjIwNCA2LjMzOWg4LjcwOWwyLjk5Ny05LjkwOWgtMy4yNzdjLTEuODg0IDAtMi43NTgtLjQ3Ni0yLjY0OS0xLjQ5NWwtLjE1OS01Ljk5N2gtMTYuMTI3di4wMzFjLTUuMjE0LjEwOS0yMC43ODQuNTAxLTIzLjkzNyAxLjM0LTMuODE1Ljk4Mi03LjgzNSAzLjg3NC03LjgzNSAzLjg3NGwxLjU3OS01LjMwN2gtMTUuMDg1bC0zLjE0MyAxMC41MzEtMTUuNzY2IDUyLjI0NWgtMy4wNTlsLTMgOS44MzdoMzAuMDQ2bC0xLjAwNyAzLjI4aDE0LjgwNmwuOTgyLTMuMjhoNC4xNTRsMy4yNTUtMTAuNjI0em0tMTIuMzI4LTQxLjAwM2MtMi40MTYuNjY4LTYuOTEyIDIuNjk2LTYuOTEyIDIuNjk2bDMuOTk4LTEzLjE1MmgxMS45ODZsLTIuODkxIDkuNTgycy0zLjcwMy4yMTgtNi4xODEuODc0em0uMjMgMTguNzg4cy0zLjc2NS40NzMtNi4yNDMgMS4wMzJjLTIuNDQxLjc0LTcuMDE3IDMuMDcyLTcuMDE3IDMuMDcybDQuMTI5LTEzLjY4NmgxMi4wNDhsLTIuOTE2IDkuNTgyem0tNi43MTYgMjIuMzM2aC0xMi4wMjNsMy40ODUtMTEuNTVoMTEuOTg2bC0zLjQ0OCAxMS41NXptMjguOTU0LTMxLjkxOGgxNy4zM2wtMi40OSA4LjA2NWgtMTcuNTZsLTIuNjM3IDguODE3aDE1LjM2NWwtMTEuNjM0IDE2LjM4MmMtLjgxNSAxLjIwMy0xLjU0NSAxLjYyOS0yLjM1NyAxLjk2OC0uODE1LjQxNC0xLjg4NC44OTktMy4xMjIuODk5aC00LjI2M2wtMi45MjkgOS42NTdoMTEuMTQ5YzUuNzk1IDAgOS4yMTgtMi42MzcgMTEuNzQ2LTYuMDk3bDcuOTc4LTEwLjkxOSAxLjcxMyAxMS4wODdjLjM2NCAyLjA3NyAxLjg1NiAzLjI5MyAyLjg2NyAzLjc2NSAxLjExNi41NiAyLjI3IDEuNTIgMy44OTkgMS42NjMgMS43NDcuMDc1IDMuMDEuMTM0IDMuODQ5LjEzNGg1LjQ3OGwzLjI4OS0xMC44MDdoLTIuMTYxYy0xLjI0MSAwLTMuMzc2LS4yMDgtMy43NC0uNTk3LS4zNjQtLjQ3My0uMzY0LTEuMi0uNTYtMi4zMDdsLTEuNzM4LTExLjExMmgtNy4xMTdsMy4xMjItMy43MTVoMTcuNTI2bDIuNjk2LTguODE3aC0xNi4yMjZsMi41MjgtOC4wNjVoMTYuMTc3bDMtOS45NDZoLTQ4LjIyOGwtMi45NTEgOS45NDZ6bS0xNDYuMzcxIDM0LjE2NGw0LjA0NS0xMy40NTZoMTYuNjI0bDMuMDM4LTEwLjAwOGgtMTYuNjRsMi41NC04LjI4M2gxNi4yNjFsMy4wMTMtOS42OTFoLTQwLjY4NmwtMi45NTEgOS42OTFoOS4yNDNsLTIuNDY2IDguMjgzaC05LjI2OGwtMy4wNzIgMTAuMTc5aDkuMjRsLTUuMzkxIDE3LjgwM2MtLjcyOCAyLjM1Ny4zNDIgMy4yNTUgMS4wMiA0LjM1LjY5MyAxLjA2NiAxLjM5NiAxLjc3MiAyLjk3NSAyLjE3MyAxLjYyOS4zNjQgMi43NDUuNTgxIDQuMjYzLjU4MWgxOC43NDJsMy4zMzktMTEuMDg3LTguMzA4IDEuMTQxYy0xLjYwNCAwLTYuMDQ3LS4xOTMtNS41NjItMS42NzZ6bTEuOTA3LTY0LjQxN2wtNC4yMTMgNy42MTRjLS45MDIgMS42NjMtMS43MTMgMi42OTYtMi40NDQgMy4xNzEtLjY0NC40MDEtMS45MTguNTY5LTMuNzY1LjU2OWgtMi4xOThsLTIuOTM4IDkuNzQxaDcuM2MzLjUxIDAgNi4yMDYtMS4yODcgNy40OTMtMS45MzEgMS4zODQtLjc0IDEuNzQ3LS4zMTcgMi44MTctMS4zNDlsMi40NjYtMi4xMzZoMjIuNzk2bDMuMDI1LTEwLjE0MmgtMTYuNjg3bDIuOTEzLTUuNTM3aC0xNi41NjV6bTMzLjY1NCA2NC42MTJjLS4zODktLjU2LS4xMDktMS41NDUuNDg1LTMuNTk3bDYuMjMxLTIwLjYyM2gyMi4xNjVjMy4yMy0uMDQ3IDUuNTYyLS4wODQgNy4wNzktLjE5MyAxLjYyOS0uMTcxIDMuNDAxLS43NTIgNS4zMzItMS43OTcgMS45OTMtMS4wOTQgMy4wMTMtMi4yNDggMy44NzQtMy41NzIuOTYxLTEuMzIxIDIuNTAzLTQuMjEzIDMuODI3LTguNjcxbDcuODMyLTI2LjA5OC0yMy4wMDEuMTM0cy03LjA4MyAxLjA0NS0xMC4yMDEgMi4xOThjLTMuMTQ2IDEuMjg3LTcuNjQyIDQuODgxLTcuNjQyIDQuODgxbDIuMDc3LTcuMTU0aC0xNC4yMDlsLTE5Ljg5MiA2NS45NzJjLS43MDYgMi41NjItMS4xNzggNC40MjEtMS4yODcgNS41MzctLjAzNyAxLjIwMyAxLjUxNyAyLjM5NCAyLjUyNSAzLjI5MyAxLjE5MS44OTkgMi45NTEuNzUyIDQuNjM5Ljg5OSAxLjc3NS4xMzQgNC4zLjIxOCA3Ljc4NS4yMThoMTAuOTE5bDMuMzUyLTExLjMxNy05Ljc3NS45MjNjLTEuMDQ1IDAtMS44LS41Ni0yLjExNC0xLjAzMnptMTAuNzM2LTM4LjE0OWgyMy4yODFsLTEuNDggNC42MzljLS4yMDguMTA5LS43MDYtLjIzLTMuMDc1LjA1aC0yMC4xNTlsMS40MzMtNC42ODl6bTQuNjY0LTE1LjU1OGgyMy40NzdsLTEuNjg4IDUuNTg3cy0xMS4wNjUtLjEwOS0xMi44MzcuMjE4Yy03Ljc5OCAxLjM0OS0xMi4zNTIgNS41MTYtMTIuMzUyIDUuNTE2bDMuNDAxLTExLjMyem0xNy42NTggMzUuNzMxYy0uMTkzLjY5My0uNDk3IDEuMTE2LS45MjMgMS40MzMtLjQ3My4zMDUtMS4yMzcuNDE0LTIuMzc4LjQxNGgtMy4zMTdsLjE5Ni01LjY0OWgtMTMuNzk4bC0uNTYgMjcuNjE4Yy0uMDIyIDEuOTkzLjE3MSAzLjE0NiAxLjYyOSA0LjA3IDEuNDU4IDEuMTUzIDUuOTUxIDEuMyAxMS45OTggMS4zaDguNjQ2bDMuMTIyLTEwLjMzOC03LjUyNy40MTQtMi41MDMuMTQ2Yy0uMzQyLS4xNDYtLjY2OC0uMjgtMS4wMzItLjY0NC0uMzE3LS4zMTQtLjg1Mi0uMTIxLS43NjUtMi4xMTRsLjA1OS03LjA3OSA3Ljg5NC0uMzI2YzQuMjYzIDAgNi4wODUtMS4zODcgNy42MzktMi43MDggMS40ODMtMS4yNjUgMS45NjgtMi43MiAyLjUyOC00LjY4OWwxLjMyNC02LjI2OGgtMTAuODQ4bC0xLjM4NCA0LjQyMXoiIGZpbGw9IiNGRUZFRkUiLz48L3N2Zz4=);
}
.rccs__card--visa .rccs__card__background,
.rccs__card--visaelectron .rccs__card__background {
  background: linear-gradient(25deg, #0f509e, #1399cd);
}
.rccs__card--visa .rccs__issuer,
.rccs__card--visaelectron .rccs__issuer {
  background-size: 75%;
}
.rccs__card--visa .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIxNjZweCIgdmlld0JveD0iMCAwIDUxMiAxNjYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiAgICA8Zz4gICAgICAgIDxwYXRoIGQ9Ik0yNjQuNzk0MTg3LDExMi40Nzk0OTEgQzI2NC41MDIwNzIsODkuNDQ4NTYxNiAyODUuMzE5MDgsNzYuNTk1NTE5OCAzMDEuMDAxMDIxLDY4Ljk1NDQxNzIgQzMxNy4xMTM0NDcsNjEuMTEzNDQ2NiAzMjIuNTI1MjU0LDU2LjA4NjAwMDggMzIyLjQ2Mzc1Niw0OS4wNzUyNTA3IEMzMjIuMzQwNzYsMzguMzQzODgzMyAzMDkuNjEwNzE0LDMzLjYwODU1MiAyOTcuNjk1NTE0LDMzLjQyNDA1ODYgQzI3Ni45MDkyNTUsMzMuMTAxMTk1MSAyNjQuODI0OTM1LDM5LjAzNTczMzYgMjU1LjIxNTkwMyw0My41MjUwNzM2IEwyNDcuNzI4NTQ1LDguNDg2Njk3NSBDMjU3LjM2ODMyNiw0LjA0MzQ4MDg3IDI3NS4yMTgwNjUsMC4xNjkxMTg5NzIgMjkzLjcyODkwNSwtMS40MjEwODU0N2UtMTQgQzMzNy4xNzcxMDYsLTEuNDIxMDg1NDdlLTE0IDM2NS42MDQ0NjgsMjEuNDQ3MzYwNSAzNjUuNzU4MjEzLDU0LjcwMjMwMDIgQzM2NS45MjczMzIsOTYuOTA1MTcwOSAzMDcuMzgxNDE5LDk5LjI0MjA4NzYgMzA3Ljc4MTE1NCwxMTguMTA2NTQgQzMwNy45MTk1MjQsMTIzLjgyNTgzNiAzMTMuMzc3NDU1LDEyOS45Mjk0OTQgMzI1LjMzODc3OCwxMzEuNDgyMzEzIEMzMzEuMjU3OTQyLDEzMi4yNjY0MSAzNDcuNjAwOTg1LDEzMi44NjYwMTQgMzY2LjEyNzIsMTI0LjMzMzE5MyBMMzczLjM5OTMxNSwxNTguMjMzODYgQzM2My40MzY2NywxNjEuODYyMjMgMzUwLjYyOTc1MiwxNjUuMzM2ODU3IDMzNC42ODY0NDUsMTY1LjMzNjg1NyBDMjkzLjc5MDQwMywxNjUuMzM2ODU3IDI2NS4wMjQ4MDMsMTQzLjU5NzM4MiAyNjQuNzk0MTg3LDExMi40Nzk0OTEgTTQ0My4yNzYyLDE2Mi40MTU3MTEgQzQzNS4zNDI5ODIsMTYyLjQxNTcxMSA0MjguNjU1MDk2LDE1Ny43ODgwMDEgNDI1LjY3MjQ1MiwxNTAuNjg1MDA0IEwzNjMuNjA1Nzg5LDIuNDkwNjYxMjIgTDQwNy4wMjMyNDIsMi40OTA2NjEyMiBMNDE1LjY2MzY4NCwyNi4zNjcxODUyIEw0NjguNzIwOTE4LDI2LjM2NzE4NTIgTDQ3My43MzI5ODksMi40OTA2NjEyMiBMNTEyLDIuNDkwNjYxMjIgTDQ3OC42MDY2OSwxNjIuNDE1NzExIEw0NDMuMjc2MiwxNjIuNDE1NzExIE00NDkuMzQ5MTA4LDExOS4yMTM1MDEgTDQ2MS44NzkyODcsNTkuMTYwODkxMiBMNDI3LjU2MzUxLDU5LjE2MDg5MTIgTDQ0OS4zNDkxMDgsMTE5LjIxMzUwMSBNMjEyLjE1MjA2MywxNjIuNDE1NzExIEwxNzcuOTI4NTMzLDIuNDkwNjYxMjIgTDIxOS4zMDExODMsMi40OTA2NjEyMiBMMjUzLjUwOTMzOSwxNjIuNDE1NzExIEwyMTIuMTUyMDYzLDE2Mi40MTU3MTEgTTE1MC45NDYzNywxNjIuNDE1NzExIEwxMDcuODgyNTMsNTMuNTY0NTkwNyBMOTAuNDYzMjc1NSwxNDYuMTE4NzkyIEM4OC40MTg0NzM0LDE1Ni40NTA0MjMgODAuMzQ2ODg2MSwxNjIuNDE1NzExIDcxLjM4MzU4MDYsMTYyLjQxNTcxMSBMMC45ODM5NjQ5MjcsMTYyLjQxNTcxMSBMMCwxNTcuNzcyNjI2IEMxNC40NTE5ODQ5LDE1NC42MzYyMzggMzAuODcxODk5NiwxNDkuNTc4MDQzIDQwLjgxOTE3LDE0NC4xNjYyMzYgQzQ2LjkwNzQ1MywxNDAuODYwNzI5IDQ4LjY0NDc2NjEsMTM3Ljk3MDMzMiA1MC42NDM0NDQ4LDEzMC4xMTM5ODcgTDgzLjYzNzAxODgsMi40OTA2NjEyMiBMMTI3LjM2MTk2LDIuNDkwNjYxMjIgTDE5NC4zOTQ1NzEsMTYyLjQxNTcxMSBMMTUwLjk0NjM3LDE2Mi40MTU3MTEiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1Ni4wMDAwMDAsIDgyLjY2ODQyOCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTgyLjY2ODQyOCkgIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
}
.rccs__card--visaelectron .rccs__issuer {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyMjhweCIgdmlld0JveD0iMCAwIDUxMiAyMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiAgICA8Zz4gICAgICAgIDxwYXRoIGQ9Ik0xOTQuMzkzMDEyLDIuOTE5MzQ0MTMgTDEyNy4zNjI1MTcsMTYyLjgzNTk4MSBMODMuNjI3OTMwNywxNjIuODM1OTgxIEw1MC42MzkwMTUyLDM1LjIwODY2MzIgQzQ4LjY0MTU2OTIsMjcuMzY1OTkwNyA0Ni45MDIzODU1LDI0LjQ3OTMzOCA0MC44MTUyNDI0LDIxLjE2NDQyNzYgQzMwLjg2NzI0MjIsMTUuNzYwNTM1MyAxNC40Mzk4MDE4LDEwLjcwNjQ0MTIgMCw3LjU2MTUyNjI4IEwwLjk3NDIwNDQyNCwyLjkxOTM0NDEzIEw3MS4zODE3MjM1LDIuOTE5MzQ0MTMgQzgwLjM0MjQ0MjcsMi45MTkzNDQxMyA4OC40MTA2ODYsOC44ODU1Mjg5NCA5MC40NjA0MzgzLDE5LjIxNjAxODggTDEwNy44OTE1MDUsMTExLjc2MjE3IEwxNTAuOTIzMjI2LDIuOTE5MzQ0MTMgTDE5NC4zOTMwMTIsMi45MTkzNDQxMyBaIE0yNTMuNTE1NDUyLDIuOTE5MzQ0MTMgTDIxOS4zMDcxNDYsMTYyLjgzNTk4MSBMMTc3LjkzMjg4LDE2Mi44MzU5ODEgTDIxMi4xNDExODYsMi45MTkzNDQxMyBMMjUzLjUxNTQ1MiwyLjkxOTM0NDEzIFogTTMwNy43Nzk5NDYsNDcuMjI5Mjk5NyBDMzA3LjkyMDUxOSw0MS40OTg0OTMxIDMxMy4zNzk5ODcsMzUuMzk1MDA0MyAzMjUuMzMxOTcxLDMzLjgzNTYyMzQgQzMzMS4yNTIzODgsMzMuMDcwNjQ0MSAzNDcuNjA3OTA3LDMyLjQ1OTMxNDUgMzY2LjEzNDEzNyw0MC45OTUwNDUyIEwzNzMuMzgxODI2LDcuMDY0NjE2NjQgQzM2My40MjcyODcsMy40NjUyOTA5IDM1MC42MTg3ODcsMCAzMzQuNjg0OTg3LDAgQzI5My43ODQ3NDcsMCAyNjUuMDEzMDI1LDIxLjcyMzQ1MSAyNjQuNzg0MTg2LDUyLjg1NTQ5MzcgQzI2NC41MTYxMTYsNzUuODgzMzMyNSAyODUuMzM0MDE0LDg4LjcxNzk4NTQgMzAwLjk4OTkzNyw5Ni4zODczOTM0IEMzMTcuMTE2NjE2LDEwNC4yMjAyNTggMzIyLjUyMzc3OCwxMDkuMjU0NzM4IDMyMi40NDg1ODgsMTE2LjI1Mzk3MSBDMzIyLjMzNDE2OCwxMjYuOTgzMjk3IDMwOS41NzE0MzYsMTMxLjczMzM2MSAyOTcuNzA0NDQ5LDEzMS45MDk4OTQgQzI3Ni44OTYzNTgsMTMyLjI0MDA3OCAyNjQuODMzMjIzLDEyNi4yODY5NjkgMjU1LjIxMjEzNywxMjEuODA0OTc1IEwyNDcuNzAyOTE3LDE1Ni44NTk5ODkgQzI1Ny4zODI4NDcsMTYxLjI5NjIxNSAyNzUuMjIyNTU3LDE2NS4xNTA1MzQgMjkzLjY5OTc1LDE2NS4zNDY2ODIgQzMzNy4xNzkzNDMsMTY1LjM0NjY4MiAzNjUuNjE3NjEzLDE0My44NzE2ODYgMzY1Ljc0NTEwOSwxMTAuNjI0NTA4IEMzNjUuOTE4Mzc0LDY4LjQyNjQxODggMzA3LjM5NzQ1Niw2Ni4wODU3MTI4IDMwNy43Nzk5NDYsNDcuMjI5Mjk5NyBaIE00NzMuNzQ3NzY1LDE2Mi44MzU5ODEgTDUxMiwxNjIuODM1OTgxIEw0NzguNTc5NTU4LDIuOTE5MzQ0MTMgTDQ0My4yODU4OTcsMi45MTkzNDQxMyBDNDM1LjMyNTUzNSwyLjkxOTM0NDEzIDQyOC42MzY4Nyw3LjUzODY0MjI4IDQyNS42Njg0ODksMTQuNjQyNDg4NiBMMzYzLjU4NzQ3NSwxNjIuODM1OTgxIEw0MDcuMDM0Mzc3LDE2Mi44MzU5ODEgTDQxNS42NTE4MzYsMTM4Ljk0ODM1OCBMNDY4LjczMjkwMSwxMzguOTQ4MzU4IEw0NzMuNzQ3NzY1LDE2Mi44MzU5ODEgWiBNNDI3LjU2NDU5MSwxMDYuMTc4NDc1IEw0NDkuMzUwMTU2LDQ2LjEyNDMyOTYgTDQ2MS44NjQ0MzMsMTA2LjE3ODQ3NSBMNDI3LjU2NDU5MSwxMDYuMTc4NDc1IFogTTMwNi40NjQ3NywyMDYuODU0MzI5IEwyODkuNjU0ODQsMjA2Ljg1NDMyOSBMMjg5LjY1NDg0LDIyMi41MDA0NDQgTDMwOC40NTg5NDcsMjIyLjUwMDQ0NCBMMzA4LjQ1ODk0NywyMjcuMjA0NzQgTDI4My45ODk0MTYsMjI3LjIwNDc0IEwyODMuOTg5NDE2LDE4My43OTcwNjggTDMwNy40OTQ1NSwxODMuNzk3MDY4IEwzMDcuNDk0NTUsMTg4LjUwMTM2NCBMMjg5LjY1NDg0LDE4OC41MDEzNjQgTDI4OS42NTQ4NCwyMDIuMjE1NDE2IEwzMDYuNDY0NzcsMjAyLjIxNTQxNiBMMzA2LjQ2NDc3LDIwNi44NTQzMjkgWiBNMzE3LjE0MzQyMywxODEuNDgxMjA4IEwzMjIuODA4ODQ3LDE4MS40ODEyMDggTDMyMi44MDg4NDcsMjI3LjIwMzQzMyBMMzE3LjE0MzQyMywyMjcuMjAzNDMzIEwzMTcuMTQzNDIzLDE4MS40ODEyMDggWiBNMzQ3Ljc4NzM4MywyMjMuNDY5MDkxIEMzNTEuODQ3NjU4LDIyMy40NjkwOTEgMzU0LjM1ODM1OSwyMjIuNzU5Njg3IDM1Ni40MjExODgsMjIxLjg2MDY3MyBMMzU3LjQ1MDk2OCwyMjUuOTE3Njc5IEMzNTUuNDUzNTIyLDIyNi44MTY2OTMgMzUxLjk3ODQyNCwyMjcuOTExODU2IDM0Ny4wMTU4NjYsMjI3LjkxMTg1NiBDMzM3LjQyNDIwMiwyMjcuOTExODU2IDMzMS42OTMzOTUsMjIxLjUzNzAyOCAzMzEuNjkzMzk1LDIxMi4xMzQ5NzUgQzMzMS42OTMzOTUsMjAyLjczMjkyMSAzMzcuMjI4MDUzLDE5NS4zOTA0MjggMzQ2LjMwOTczMSwxOTUuMzkwNDI4IEMzNTYuNTQ4Njg1LDE5NS4zOTA0MjggMzU5LjE5MDE1MiwyMDQuMjc5MjI2IDM1OS4xOTAxNTIsMjEwLjAxMDAzMiBDMzU5LjE5MDE1MiwyMTEuMTY3MzA5IDM1OS4xMjQ3NjksMjEyLjAwNDIwOSAzNTguOTk0MDAzLDIxMi42NDgyMyBMMzM3LjEwMDU1NywyMTIuNjQ4MjMgQzMzNy4yMjgwNTMsMjIwLjMxNDM2OSAzNDIuMDU5ODQ2LDIyMy40NjkwOTEgMzQ3Ljc4NzM4MywyMjMuNDY5MDkxIFogTTM1My43MTQzMzgsMjA4LjU5MTIyNCBDMzUzLjc3OTcyMSwyMDUuMDUwNzQzIDM1Mi4yMzM0MTcsMTk5LjQ0NzQzMyAzNDUuODU4NTg5LDE5OS40NDc0MzMgQzM0MC4wNjI0LDE5OS40NDc0MzMgMzM3LjYxMzgxMiwyMDQuNjY0OTg0IDMzNy4xNjI2NywyMDguNTkxMjI0IEwzNTMuNzE0MzM4LDIwOC41OTEyMjQgWiBNMzkwLjAyMjc0MSwyMjYuMTA4NTk3IEMzODguNTQxODE5LDIyNi44MTgwMDEgMzg1LjI1NjMzMSwyMjcuOTEzMTYzIDM4MS4wNzE4MjksMjI3LjkxMzE2MyBDMzcxLjY2OTc3NiwyMjcuOTEzMTYzIDM2NS41NTMyMSwyMjEuNTM4MzM2IDM2NS41NTMyMSwyMTIuMDA1NTE3IEMzNjUuNTUzMjEsMjAyLjQxMDU4NCAzNzIuMTE3NjQ4LDE5NS4zOTE3MzUgMzgyLjI5NDQ4OCwxOTUuMzkxNzM1IEMzODUuNjQyMDksMTk1LjM5MTczNSAzODguNjAzOTMzLDE5Ni4yMjUzNjcgMzkwLjE1MDIzOCwxOTcuMDY1NTM2IEwzODguODY1NDY1LDIwMS4zODA4MDQgQzM4Ny41MDg3NywyMDAuNjcxNCAzODUuMzgzODI4LDE5OS44OTY2MTMgMzgyLjI5NDQ4OCwxOTkuODk2NjEzIEMzNzUuMTQ0ODc0LDE5OS44OTY2MTMgMzcxLjI4NDAxNywyMDUuMjQxNjYxIDM3MS4yODQwMTcsMjExLjY4NTE0MSBDMzcxLjI4NDAxNywyMTguODk2ODY5IDM3NS45MTk2NjEsMjIzLjMzOTYzMyAzODIuMTAxNjA5LDIyMy4zMzk2MzMgQzM4NS4zMjE3MTQsMjIzLjMzOTYzMyAzODcuNDQ2NjU3LDIyMi41NjgxMTYgMzg5LjA1NTA3NSwyMjEuODU4NzEyIEwzOTAuMDIyNzQxLDIyNi4xMDg1OTcgWiBNNDA1LjkxODI5MiwxODguNTY0NDU4IEw0MDUuOTE4MjkyLDE5Ni4wMzQ0NDkgTDQxNC4wMjkwMzQsMTk2LjAzNDQ0OSBMNDE0LjAyOTAzNCwyMDAuMzQ2NDQ3IEw0MDUuOTE4MjkyLDIwMC4zNDY0NDcgTDQwNS45MTgyOTIsMjE3LjE1NjM3NyBDNDA1LjkxODI5MiwyMjEuMDIzNzczIDQwNy4wMTM0NTUsMjIzLjIxMDgyOSA0MTAuMTY4MTc3LDIyMy4yMTA4MjkgQzQxMS43MTEyMTIsMjIzLjIxMDgyOSA0MTIuNjE2NzY1LDIyMy4wODMzMzIgNDEzLjQ1MzY2NSwyMjIuODIxODAxIEw0MTMuNzExOTI3LDIyNy4xNDAzMzggQzQxMi42MTY3NjUsMjI3LjUyNjA5NyA0MTAuODc3NTgxLDIyNy45MTE4NTYgNDA4LjY4NzI1NSwyMjcuOTExODU2IEM0MDYuMDQ1Nzg4LDIyNy45MTE4NTYgNDAzLjkyMDg0NiwyMjcuMDA5NTcyIDQwMi41NzA2OSwyMjUuNTMxOTIgQzQwMS4wMjQzODYsMjIzLjc4OTQ2NyA0MDAuMzgwMzY1LDIyMS4wMjM3NzMgNDAwLjM4MDM2NSwyMTcuMzUyNTI2IEw0MDAuMzgwMzY1LDIwMC4zNDY0NDcgTDM5NS41NDg1NzIsMjAwLjM0NjQ0NyBMMzk1LjU0ODU3MiwxOTYuMDM0NDQ5IEw0MDAuMzgwMzY1LDE5Ni4wMzQ0NDkgTDQwMC4zODAzNjUsMTkwLjIzODI1OSBMNDA1LjkxODI5MiwxODguNTY0NDU4IFogTTQyMS45NDQ5MzUsMjA1Ljc1OTQ5MyBDNDIxLjk0NDkzNSwyMDIuMDg4MjQ2IDQyMS44NzYyODMsMTk4LjkzMzUyNCA0MjEuNjg2NjczLDE5Ni4wMzM3OTUgTDQyNi42NDU5NjIsMTk2LjAzMzc5NSBMNDI2LjkwNDIyNCwyMDIuMjE1NzQzIEw0MjcuMDkzODM1LDIwMi4yMTU3NDMgQzQyOC41MTI2NDIsMTk4LjAzMTI0MSA0MzEuOTg3NzQxLDE5NS4zODk3NzQgNDM1Ljc4NjQ4NCwxOTUuMzg5Nzc0IEM0MzYuMzY4MzkxLDE5NS4zODk3NzQgNDM2LjgxOTUzMywxOTUuNDU1MTU3IDQzNy4zMzYwNTgsMTk1LjUxNzI3IEw0MzcuMzM2MDU4LDIwMC44NjU1ODcgQzQzNi43NTQxNSwyMDAuNzM0ODIxIDQzNi4xNzg3ODEsMjAwLjczNDgyMSA0MzUuNDAwNzI1LDIwMC43MzQ4MjEgQzQzMS40MTIzNzIsMjAwLjczNDgyMSA0MjguNTc0NzU2LDIwMy42OTY2NjQgNDI3LjgwMzIzOCwyMDcuOTQ5ODE5IEM0MjcuNjc1NzQyLDIwOC43MjEzMzYgNDI3LjYxMDM1OSwyMDkuNjg1NzMzIDQyNy42MTAzNTksMjEwLjU5MTI4NiBMNDI3LjYxMDM1OSwyMjcuMjA1MDY3IEw0MjEuOTQ0OTM1LDIyNy4yMDUwNjcgTDQyMS45NDQ5MzUsMjA1Ljc1OTQ5MyBaIE00NzIuMTY2NDgxLDIxMS4zNjExNjkgQzQ3Mi4xNjY0ODEsMjIyLjg4ODE2NSA0NjQuMTE0NTgzLDIyNy45MTI4MzYgNDU2LjY0NDU5MywyMjcuOTEyODM2IEM0NDguMjcyMzIsMjI3LjkxMjgzNiA0NDEuNzA3ODgyLDIyMS43Mjc2MTkgNDQxLjcwNzg4MiwyMTEuODc3NjkzIEM0NDEuNzA3ODgyLDIwMS41MDc5NzQgNDQ4LjU5NTk2NSwxOTUuMzkxNDA4IDQ1Ny4xNjExMTgsMTk1LjM5MTQwOCBDNDY2LjExMjAyOSwxOTUuMzkxNDA4IDQ3Mi4xNjY0ODEsMjAxLjg5MzczMiA0NzIuMTY2NDgxLDIxMS4zNjExNjkgWiBNNDQ3LjUwMDgwMiwyMTEuNjg0ODE0IEM0NDcuNTAwODAyLDIxOC41MTA3ODMgNDUxLjM2NDkyOCwyMjMuNjYyOTUxIDQ1Ni45MDI4NTUsMjIzLjY2Mjk1MSBDNDYyLjMxMzI4NiwyMjMuNjYyOTUxIDQ2Ni4zNjcwMjMsMjE4LjU3Mjg5NyA0NjYuMzY3MDIzLDIxMS41NTQwNDggQzQ2Ni4zNjcwMjMsMjA2LjI3NDM4MyA0NjMuNzI4ODI1LDE5OS42MzgwMjQgNDU3LjAzMDM1MiwxOTkuNjM4MDI0IEM0NTAuNDAwNTMxLDE5OS42MzgwMjQgNDQ3LjUwMDgwMiwyMDUuODIzMjQyIDQ0Ny41MDA4MDIsMjExLjY4NDgxNCBaIE00ODAuODQ5OTc3LDIwNC40Njk0OSBDNDgwLjg0OTk3NywyMDEuMTg3MjcxIDQ4MC43ODEzMjUsMTk4LjYxMTE4NyA0ODAuNTkxNzE1LDE5Ni4wMzUxMDIgTDQ4NS42MTMxMTcsMTk2LjAzNTEwMiBMNDg1LjkzNjc2MywyMDEuMTg3MjcxIEw0ODYuMDY0MjU5LDIwMS4xODcyNzEgQzQ4Ny42MTA1NjMsMTk4LjI4NzU0MiA0OTEuMjE2NDI3LDE5NS4zOTEwODEgNDk2LjM2ODU5NiwxOTUuMzkxMDgxIEM1MDAuNjgwNTk1LDE5NS4zOTEwODEgNTA3LjM3OTA2NywxOTcuOTY3MTY2IDUwNy4zNzkwNjcsMjA4LjY1Mzk5MiBMNTA3LjM3OTA2NywyMjcuMjAzMTA2IEw1MDEuNzEzNjQ0LDIyNy4yMDMxMDYgTDUwMS43MTM2NDQsMjA5LjIzNTg5OSBDNTAxLjcxMzY0NCwyMDQuMjE0NDk3IDQ5OS44NDY5NjMsMjAwLjAyNjcyNSA0OTQuNTAxOTE2LDIwMC4wMjY3MjUgQzQ5MC44MzA2NjksMjAwLjAyNjcyNSA0ODcuOTMwOTM5LDIwMi42NjgxOTIgNDg2LjkwNDQyOSwyMDUuODIyOTE1IEM0ODYuNjQyODk3LDIwNi41MzIzMTkgNDg2LjUxNTQwMSwyMDcuNDk2NzE2IDQ4Ni41MTU0MDEsMjA4LjQ2NDM4MiBMNDg2LjUxNTQwMSwyMjcuMjAzMTA2IEw0ODAuODQ5OTc3LDIyNy4yMDMxMDYgTDQ4MC44NDk5NzcsMjA0LjQ2OTQ5IFoiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4gICAgPC9nPjwvc3ZnPg==);
}
.rccs__number {
  clear: both;
  font-family: Consolas, Courier, monospace;
  font-size: 20px;
  left: 10%;
  position: absolute;
  top: 45%;
}
.rccs__number.rccs__number--large {
  font-size: 17px;
}
.rccs__name {
  bottom: 15%;
  font-family: Consolas, Courier, monospace;
  font-size: 17px;
  left: 10%;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 60%;
}
.rccs__expiry {
  bottom: 15%;
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 10%;
}
.rccs__expiry > * {
  vertical-align: middle;
}
.rccs__expiry__valid {
  font-size: 10px;
  margin-bottom: 5px;
}
.rccs__expiry__value {
  font-family: Consolas, Courier, monospace;
  font-size: 16px;
}
.rccs__cvc,
.rccs__expiry,
.rccs__name,
.rccs__number {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.rccs__chip {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9Ijc2IiB2aWV3Qm94PSIwIDAgMTAwIDc2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiNGM0QwOEYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkFENzY2IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNOTIuNzI3IDc1LjQ1NWgtODUuNDU1Yy00IDAtNy4yNzMtMy4yNzMtNy4yNzMtNy4yNzN2LTYwLjkwOWMwLTQgMy4yNzMtNy4yNzMgNy4yNzMtNy4yNzNoODUuNDU1YzQgMCA3LjI3MyAzLjI3MyA3LjI3MyA3LjI3M3Y2MC45MDljMCA0LTMuMjczIDcuMjczLTcuMjczIDcuMjczIiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTcyLjEyMyAyOC40ODVoMjcuODc4di0xLjgxOGgtMjkuNjQ4Yy0uOTY1IDAtMS44MzIuNjAxLTIuMTcyIDEuNTA0LTIuMjg3IDYuMDcyLTIuNDMzIDEyLjU5NC0uNDM4IDE5Ljg0Mi40NTUgMS42NTQuNDM1IDMuNC0uMSA1LjAzLTIuMDM2IDYuMTk1LTcuNzc5IDE5Ljk4OC0xOC41NTEgMTkuOTg4LTExLjAwOCAwLTE2LjA5Ni0xNS42OTktMTcuMzM0LTIxLjk1Mi0uMTU1LS43ODQtLjEyMi0xLjU5Mi4xMDctMi4zNTcgMS42OTUtNS42NDggMi4wOTQtMTAuNjQtLjAxNi0xOS41OS0uMjA1LS44Ny0uMTgyLTEuNzgzLjA0OC0yLjY0NiA0LjQ4LTE2Ljc1NSAxMi44ODItMjAuMTQ3IDEyLjk2NS0yMC4xNzkuMzU2LS4xMzIuNTkzLS40NzIuNTkzLS44NTJ2LTUuNDU1aC0xLjgxOHYzLjc3NmMwIC42NS0uMzMyIDEuMjUyLS44ODQgMS41OTYtMi44MDMgMS43NDItOC45MDQgNi45MzYtMTIuNTU3IDIwLjQ1Ni0uMTguNjY4LS43ODEgMS4xMzYtMS40NzMgMS4xMzNsLTI4LjcyMi0uMTM5djEuODE4bDI3LjQxNi4xMzNjMS40NjguMDA3IDIuNzM1IDEuMDQxIDMuMDM3IDIuNDc4IDEuNDE2IDYuNzQxIDEuMjE5IDExLjAzOS4wODIgMTUuNDU4LS4zMTYgMS4yMy0xLjQyIDIuMDk2LTIuNjkgMi4xMDlsLTI3Ljg0NC4yN3YxLjgxOWwyOC42MDUtLjI3OGMuNjkzLS4wMDcgMS4yOTYuNDczIDEuNDM1IDEuMTUyIDEuNDQyIDcuMDQxIDYuODg3IDIzLjA3IDE5LjA1IDIzLjA3IDYuMzY4IDAgMTIuMDYyLTQuMjUgMTYuNDY3LTEyLjI5IDIuNjQ0LTQuODI4IDQuMDY3LTkuNTkxIDQuNTQxLTExLjM0NmgyOS45MDF2LTEuODE4aC0yOC4wMTZjLTEuMTU4IDAtMi4xODMtLjc3Mi0yLjQ4OS0xLjg4OS0xLjY5Mi02LjE2NC0xLjc2MS0xMS43NTUtLjItMTYuOTU5LjM3MS0xLjIzNSAxLjUzOC0yLjA2MSAyLjgyNy0yLjA2MXptLTE3LjE1LTIxLjkxNGMuMDQ1LjAyMiA0LjUxOSAyLjMyMiA5LjI1MyAxMC4wNDEuMTcyLjI4LjQ3LjQzNC43NzYuNDM0LjE5OCAwIC4zOTktLjA2NC41NzEtLjIwMi4zNjUtLjI5Mi40MTYtLjgzNy4xNzItMS4yMzUtMy41Ny01LjgwNS03LjAyNC04LjcxLTguNzc1LTkuOTMxLS40My0uMjk5LS42OC0uNzkyLS42OC0xLjMxNXYtNC4zNjNoLTEuODE4djUuNzU4YzAgLjM0NS4xOTUuNjU5LjUwMi44MTN6IiBmaWxsPSIjMEMwMjAwIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  height: 26.36364px;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 41.42857px;
}
.rccs__issuer {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 23%;
  position: absolute;
  right: 10%;
  top: 10%;
  width: 40%;
}
.rccs__stripe {
  background-color: #2a1d16;
  height: 22%;
  left: 0;
  position: absolute;
  top: 9%;
  width: 100%;
}
.rccs__signature {
  background: repeating-linear-gradient(
    0.1deg,
    #fff 20%,
    #fff 40%,
    #fea 40%,
    #fea 44%,
    #fff 44%
  );
  height: 18%;
  left: 5%;
  position: absolute;
  top: 35%;
  width: 75%;
}
.rccs__cvc {
  color: #222;
  font-family: Consolas, Courier, monospace;
  font-size: 14px;
  left: 67%;
  line-height: 1;
  position: absolute;
  top: 42%;
}
.rccs__cvc__front {
  font-family: Consolas, Courier, monospace;
  font-size: 11.9px;
  opacity: 0;
  position: absolute;
  right: 10%;
  top: 38%;
  visibility: hidden;
}
.rccs--filled {
  opacity: 0.8 !important;
}
.rccs--focused {
  font-weight: 700;
  opacity: 1 !important;
}
.icon__fsd {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon__fsd:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon__fsd.icon__fsd--cook-hat:before {
  background-image: url(images/icon/cook-hat.png);
}
.icon__fsd.icon__fsd--discount-badge:before {
  background-image: url(images/icon/discount-badge.png);
}
.icon__fsd.icon__fsd--factory:before {
  background-image: url(images/icon/factory.png);
}
.icon__fsd.icon__fsd--footer-icons:before {
  background-image: url(images/icon/footer-icons.png);
}
.icon__fsd.icon__fsd--shipping-truck-dark-gray:before {
  background-image: url(images/icon/shipping-truck-dark-gray.png);
}
.icon__fsd.icon__fsd--shipping-truck-primary:before {
  background-image: url(images/icon/shipping-truck-primary.png);
}
.icon__fsd.icon__fsd--weight-gray:before {
  background-image: url(images/icon/weight-gray.png);
}
.icon__fsd.icon__fsd--add-circle-outline-primary:before {
  background-image: url(images/icon/add-circle-outline-primary.svg);
}
.icon__fsd.icon__fsd--alert-outline-danger-light:before {
  background-image: url(images/icon/alert-outline-danger-light.svg);
}
.icon__fsd.icon__fsd--alert-outline-danger:before {
  background-image: url(images/icon/alert-outline-danger.svg);
}
.icon__fsd.icon__fsd--alert-outline-light:before {
  background-image: url(images/icon/alert-outline-light.svg);
}
.icon__fsd.icon__fsd--appstore:before {
  background-image: url(images/icon/appstore.svg);
}
.icon__fsd.icon__fsd--arrow-down-gray:before {
  background-image: url(images/icon/arrow-down-gray.svg);
}
.icon__fsd.icon__fsd--arrow-down-light:before {
  background-image: url(images/icon/arrow-down-light.svg);
}
.icon__fsd.icon__fsd--arrow-down-primary:before {
  background-image: url(images/icon/arrow-down-primary.svg);
}
.icon__fsd.icon__fsd--arrow-down-purple:before {
  background-image: url(images/icon/arrow-down-purple.svg);
}
.icon__fsd.icon__fsd--arrow-down-text-gray:before {
  background-image: url(images/icon/arrow-down-text-gray.svg);
}
.icon__fsd.icon__fsd--arrow-left-primary:before {
  background-image: url(images/icon/arrow-left-primary.svg);
}
.icon__fsd.icon__fsd--arrow-right-dark-gray:before {
  background-image: url(images/icon/arrow-right-dark-gray.svg);
}
.icon__fsd.icon__fsd--arrow-right-filled-gray:before {
  background-image: url(images/icon/arrow-right-filled-gray.svg);
}
.icon__fsd.icon__fsd--arrow-right-filled-light-gray:before {
  background-image: url(images/icon/arrow-right-filled-light-gray.svg);
}
.icon__fsd.icon__fsd--arrow-right-primary:before {
  background-image: url(images/icon/arrow-right-primary.svg);
}
.icon__fsd.icon__fsd--arrow-right-thick-primary:before {
  background-image: url(images/icon/arrow-right-thick-primary.svg);
}
.icon__fsd.icon__fsd--bill-gray:before {
  background-image: url(images/icon/bill-gray.svg);
}
.icon__fsd.icon__fsd--bill-primary:before {
  background-image: url(images/icon/bill-primary.svg);
}
.icon__fsd.icon__fsd--bookmark-outline-gray:before {
  background-image: url(images/icon/bookmark-outline-gray.svg);
}
.icon__fsd.icon__fsd--cCardIcon:before {
  background-image: url(images/icon/cCardIcon.svg);
}
.icon__fsd.icon__fsd--call_center:before {
  background-image: url(images/icon/call_center.svg);
}
.icon__fsd.icon__fsd--cancel-circle-danger:before {
  background-image: url(images/icon/cancel-circle-danger.svg);
}
.icon__fsd.icon__fsd--card-type-visa:before {
  background-image: url(images/icon/card-type-visa.svg);
}
.icon__fsd.icon__fsd--cart-dark-gray:before {
  background-image: url(images/icon/cart-dark-gray.svg);
}
.icon__fsd.icon__fsd--check-badge-primary:before {
  background-image: url(images/icon/check-badge-primary.svg);
}
.icon__fsd.icon__fsd--check-circle-light-2:before {
  background-image: url(images/icon/check-circle-light-2.svg);
}
.icon__fsd.icon__fsd--check-circle-light:before {
  background-image: url(images/icon/check-circle-light.svg);
}
.icon__fsd.icon__fsd--check-circle-success-light:before {
  background-image: url(images/icon/check-circle-success-light.svg);
}
.icon__fsd.icon__fsd--check-circle-success:before {
  background-image: url(images/icon/check-circle-success.svg);
}
.icon__fsd.icon__fsd--check-gray:before {
  background-image: url(images/icon/check-gray.svg);
}
.icon__fsd.icon__fsd--check-secondary:before {
  background-image: url(images/icon/check-secondary.svg);
}
.icon__fsd.icon__fsd--check-success:before {
  background-image: url(images/icon/check-success.svg);
}
.icon__fsd.icon__fsd--check-tertiary:before {
  background-image: url(images/icon/check-tertiary.svg);
}
.icon__fsd.icon__fsd--check-white:before {
  background-image: url(images/icon/check-white.svg);
}
.icon__fsd.icon__fsd--clear-type-gray:before {
  background-image: url(images/icon/clear-type-gray.svg);
}
.icon__fsd.icon__fsd--clock-outline-warning:before {
  background-image: url(images/icon/clock-outline-warning.svg);
}
.icon__fsd.icon__fsd--close-gray:before {
  background-image: url(images/icon/close-gray.svg);
}
.icon__fsd.icon__fsd--close-primary:before {
  background-image: url(images/icon/close-primary.svg);
}
.icon__fsd.icon__fsd--close-white:before {
  background-image: url(images/icon/close-white.svg);
}
.icon__fsd.icon__fsd--credit-card-gray:before {
  background-image: url(images/icon/credit-card-gray.svg);
}
.icon__fsd.icon__fsd--credit-card-primary:before {
  background-image: url(images/icon/credit-card-primary.svg);
}
.icon__fsd.icon__fsd--deal-discount:before {
  background-image: url(images/icon/deal-discount.svg);
}
.icon__fsd.icon__fsd--default:before {
  background-image: url(images/icon/default.svg);
}
.icon__fsd.icon__fsd--delivery-primary:before {
  background-image: url(images/icon/delivery-primary.svg);
}
.icon__fsd.icon__fsd--download-primary:before {
  background-image: url(images/icon/download-primary.svg);
}
.icon__fsd.icon__fsd--each-primary:before {
  background-image: url(images/icon/each-primary.svg);
}
.icon__fsd.icon__fsd--edit-gray:before {
  background-image: url(images/icon/edit-gray.svg);
}
.icon__fsd.icon__fsd--empty-box-primary:before {
  background-image: url(images/icon/empty-box-primary.svg);
}
.icon__fsd.icon__fsd--error-danger:before {
  background-image: url(images/icon/error-danger.svg);
}
.icon__fsd.icon__fsd--error:before {
  background-image: url(images/icon/error.svg);
}
.icon__fsd.icon__fsd--eye-border-gray:before {
  background-image: url(images/icon/eye-border-gray.svg);
}
.icon__fsd.icon__fsd--facebook-light:before {
  background-image: url(images/icon/facebook-light.svg);
}
.icon__fsd.icon__fsd--facebook:before {
  background-image: url(images/icon/facebook.svg);
}
.icon__fsd.icon__fsd--facebook-color:before {
  background-image: url(images/icon/facebook-color.svg);
}
.icon__fsd.icon__fsd--faster_icon:before {
  background-image: url(images/icon/faster_icon.svg);
}
.icon__fsd.icon__fsd--file-gray:before {
  background-image: url(images/icon/file-gray.svg);
}
.icon__fsd.icon__fsd--filter-advanced:before {
  background-image: url(images/icon/filter-advanced.svg);
}
.icon__fsd.icon__fsd--filter-variant-primary:before {
  background-image: url(images/icon/filter-variant-primary.svg);
}
.icon__fsd.icon__fsd--free-shipping:before {
  background-image: url(images/icon/free-shipping.svg);
}
.icon__fsd.icon__fsd--frozen-snow:before {
  background-image: url(images/icon/frozen-snow.svg);
}
.icon__fsd.icon__fsd--full-cart-primary:before {
  background-image: url(images/icon/full-cart-primary.svg);
}
.icon__fsd.icon__fsd--fullscreen-blue:before {
  background-image: url(images/icon/fullscreen-blue.svg);
}
.icon__fsd.icon__fsd--gluten-free:before {
  background-image: url(images/icon/gluten-free.svg);
}
.icon__fsd.icon__fsd--googlestore:before {
  background-image: url(images/icon/googlestore.svg);
}
.icon__fsd.icon__fsd--grass-feed:before {
  background-image: url(images/icon/grass-feed.svg);
}
.icon__fsd.icon__fsd--grid-primary:before {
  background-image: url(images/icon/grid-primary.svg);
}
.icon__fsd.icon__fsd--group_icon:before {
  background-image: url(images/icon/group_icon.svg);
}
.icon__fsd.icon__fsd--halal:before {
  background-image: url(images/icon/halal.svg);
}
.icon__fsd.icon__fsd--hamburger-menu-primary:before {
  background-image: url(images/icon/hamburger-menu-primary.svg);
}
.icon__fsd.icon__fsd--hamburger_menu-dark-gray:before {
  background-image: url(images/icon/hamburger_menu-dark-gray.svg);
}
.icon__fsd.icon__fsd--happy-gray:before {
  background-image: url(images/icon/happy-gray.svg);
}
.icon__fsd.icon__fsd--happy-primary:before {
  background-image: url(images/icon/happy-primary.svg);
}
.icon__fsd.icon__fsd--heart-filled-border-gray:before {
  background-image: url(images/icon/heart-filled-border-gray.svg);
}
.icon__fsd.icon__fsd--heart-filled-danger:before {
  background-image: url(images/icon/heart-filled-danger.svg);
}
.icon__fsd.icon__fsd--heart-filled-primary:before {
  background-image: url(images/icon/heart-filled-primary.svg);
}
.icon__fsd.icon__fsd--heart-outline-dark-gray:before {
  background-image: url(images/icon/heart-outline-dark-gray.svg);
}
.icon__fsd.icon__fsd--heart-outline-icon-gray:before {
  background-image: url(images/icon/heart-outline-icon-gray.svg);
}
.icon__fsd.icon__fsd--heart-outline-primary:before {
  background-image: url(images/icon/heart-outline-primary.svg);
}
.icon__fsd.icon__fsd--heat:before {
  background-image: url(images/icon/heat.svg);
}
.icon__fsd.icon__fsd--info-danger:before {
  background-image: url(images/icon/info-danger.svg);
}
.icon__fsd.icon__fsd--info-filled-light-gray:before {
  background-image: url(images/icon/info-filled-light-gray.svg);
}
.icon__fsd.icon__fsd--info-light-gray:before {
  background-image: url(images/icon/info-light-gray.svg);
}
.icon__fsd.icon__fsd--info-light:before {
  background-image: url(images/icon/info-light.svg);
}
.icon__fsd.icon__fsd--info-primary:before {
  background-image: url(images/icon/info-primary.svg);
}
.icon__fsd.icon__fsd--info-warning:before {
  background-image: url(images/icon/info-warning.svg);
}
.icon__fsd.icon__fsd--instagram-light:before {
  background-image: url(images/icon/instagram-light.svg);
}
.icon__fsd.icon__fsd--instagram:before {
  background-image: url(images/icon/instagram.svg);
}
.icon__fsd.icon__fsd--invoice:before {
  background-image: url(images/icon/invoice.svg);
}
.icon__fsd.icon__fsd--kosher:before {
  background-image: url(images/icon/kosher.svg);
}
.icon__fsd.icon__fsd--length-gray:before {
  background-image: url(images/icon/length-gray.svg);
}
.icon__fsd.icon__fsd--list-view-gray:before {
  background-image: url(images/icon/list-view-gray.svg);
}
.icon__fsd.icon__fsd--loading-dark:before {
  background-image: url(images/icon/loading-dark.svg);
}
.icon__fsd.icon__fsd--loading-primary:before {
  background-image: url(images/icon/loading-primary.svg);
}
.icon__fsd.icon__fsd--loading:before {
  background-image: url(images/icon/loading.svg);
}
.icon__fsd.icon__fsd--location-gray:before {
  background-image: url(images/icon/location-gray.svg);
}
.icon__fsd.icon__fsd--location-large-primary:before {
  background-image: url(images/icon/location-large-primary.svg);
}
.icon__fsd.icon__fsd--location-primary:before {
  background-image: url(images/icon/location-primary.svg);
}
.icon__fsd.icon__fsd--location_three:before {
  background-image: url(images/icon/location_three.svg);
}
.icon__fsd.icon__fsd--lock-dark-gray:before {
  background-image: url(images/icon/lock-dark-gray.svg);
}
.icon__fsd.icon__fsd--mail:before {
  background-image: url(images/icon/mail.svg);
}
.icon__fsd.icon__fsd--mail-color:before {
  background-image: url(images/icon/mail-color.svg);
}
.icon__fsd.icon__fsd--minus-primary:before {
  background-image: url(images/icon/minus-primary.svg);
}
.icon__fsd.icon__fsd--minus-tertiary:before {
  background-image: url(images/icon/minus-tertiary.svg);
}
.icon__fsd.icon__fsd--msts-2:before {
  background-image: url(images/icon/msts-2.svg);
}
.icon__fsd.icon__fsd--msts-3:before {
  background-image: url(images/icon/msts-3.svg);
}
.icon__fsd.icon__fsd--msts1:before {
  background-image: url(images/icon/msts1.svg);
}
.icon__fsd.icon__fsd--nav-up-light:before {
  background-image: url(images/icon/nav-up-light.svg);
}
.icon__fsd.icon__fsd--never-ship-free-truck:before {
  background-image: url(images/icon/never-ship-free-truck.svg);
}
.icon__fsd.icon__fsd--no-return:before {
  background-image: url(images/icon/no-return.svg);
}
.icon__fsd.icon__fsd--non-gmo:before {
  background-image: url(images/icon/non-gmo.svg);
}
.icon__fsd.icon__fsd--notifications-primary:before {
  background-image: url(images/icon/notifications-primary.svg);
}
.icon__fsd.icon__fsd--on-request:before {
  background-image: url(images/icon/on-request.svg);
}
.icon__fsd.icon__fsd--order-placed-primary:before {
  background-image: url(images/icon/order-placed-primary.svg);
}
.icon__fsd.icon__fsd--organic:before {
  background-image: url(images/icon/organic.svg);
}
.icon__fsd.icon__fsd--out-of-stock:before {
  background-image: url(images/icon/out-of-stock.svg);
}
.icon__fsd.icon__fsd--package-gray:before {
  background-image: url(images/icon/package-gray.svg);
}
.icon__fsd.icon__fsd--package-primary:before {
  background-image: url(images/icon/package-primary.svg);
}
.icon__fsd.icon__fsd--packed-primary:before {
  background-image: url(images/icon/packed-primary.svg);
}
.icon__fsd.icon__fsd--partner:before {
  background-image: url(images/icon/partner.svg);
}
.icon__fsd.icon__fsd--payment-apple:before {
  background-image: url(images/icon/payment-apple.svg);
}
.icon__fsd.icon__fsd--payment-credit-card:before {
  background-image: url(images/icon/payment-credit-card.svg);
}
.icon__fsd.icon__fsd--payment-paypal:before {
  background-image: url(images/icon/payment-paypal.svg);
}
.icon__fsd.icon__fsd--pdf-gray:before {
  background-image: url(images/icon/pdf-gray.svg);
}
.icon__fsd.icon__fsd--pinterest:before {
  background-image: url(images/icon/pinterest.svg);
}
.icon__fsd.icon__fsd--pinterest-color:before {
  background-image: url(images/icon/pinterest-color.svg);
}
.icon__fsd.icon__fsd--plus-gray:before {
  background-image: url(images/icon/plus-gray.svg);
}
.icon__fsd.icon__fsd--plus-primary:before {
  background-image: url(images/icon/plus-primary.svg);
}
.icon__fsd.icon__fsd--plus-thin-primary:before {
  background-image: url(images/icon/plus-thin-primary.svg);
}
.icon__fsd.icon__fsd--plus-white:before {
  background-image: url(images/icon/plus-white.svg);
}
.icon__fsd.icon__fsd--pointer-polygon-gray:before {
  background-image: url(images/icon/pointer-polygon-gray.svg);
}
.icon__fsd.icon__fsd--pointer-polygon:before {
  background-image: url(images/icon/pointer-polygon.svg);
}
.icon__fsd.icon__fsd--prop-warning:before {
  background-image: url(images/icon/prop-warning.svg);
}
.icon__fsd.icon__fsd--quality:before {
  background-image: url(images/icon/quality.svg);
}
.icon__fsd.icon__fsd--quantity-minus:before {
  background-image: url(images/icon/quantity-minus.svg);
}
.icon__fsd.icon__fsd--quantity-plus:before {
  background-image: url(images/icon/quantity-plus.svg);
}
.icon__fsd.icon__fsd--restore-primary:before {
  background-image: url(images/icon/restore-primary.svg);
}
.icon__fsd.icon__fsd--restore-warning:before {
  background-image: url(images/icon/restore-warning.svg);
}
.icon__fsd.icon__fsd--return-primary:before {
  background-image: url(images/icon/return-primary.svg);
}
.icon__fsd.icon__fsd--ruler-primary:before {
  background-image: url(images/icon/ruler-primary.svg);
}
.icon__fsd.icon__fsd--sad-gray:before {
  background-image: url(images/icon/sad-gray.svg);
}
.icon__fsd.icon__fsd--search-gray:before {
  background-image: url(images/icon/search-gray.svg);
}
.icon__fsd.icon__fsd--search-primary:before {
  background-image: url(images/icon/search-primary.svg);
}
.icon__fsd.icon__fsd--search-secondary:before {
  background-image: url(images/icon/search-secondary.svg);
}
.icon__fsd.icon__fsd--secure:before {
  background-image: url(images/icon/secure.svg);
}
.icon__fsd.icon__fsd--share-gray:before {
  background-image: url(images/icon/share-gray.svg);
}
.icon__fsd.icon__fsd--ship-free-truck:before {
  background-image: url(images/icon/ship-free-truck.svg);
}
.icon__fsd.icon__fsd--ships-frozen-no-border:before {
  background-image: url(images/icon/ships-frozen-no-border.svg);
}
.icon__fsd.icon__fsd--ships-frozen-snow:before {
  background-image: url(images/icon/ships-frozen-snow.svg);
}
.icon__fsd.icon__fsd--ships-frozen:before {
  background-image: url(images/icon/ships-frozen.svg);
}
.icon__fsd.icon__fsd--shipsFree:before {
  background-image: url(images/icon/shipsFree.svg);
}
.icon__fsd.icon__fsd--snow:before {
  background-image: url(images/icon/snow.svg);
}
.icon__fsd.icon__fsd--snowbox:before {
  background-image: url(images/icon/snowbox.svg);
}
.icon__fsd.icon__fsd--sort:before {
  background-image: url(images/icon/sort.svg);
}
.icon__fsd.icon__fsd--special-order:before {
  background-image: url(images/icon/special-order.svg);
}
.icon__fsd.icon__fsd--spoon-knife:before {
  background-image: url(images/icon/spoon-knife.svg);
}
.icon__fsd.icon__fsd--star-border-gray:before {
  background-image: url(images/icon/star-border-gray.svg);
}
.icon__fsd.icon__fsd--star-gray:before {
  background-image: url(images/icon/star-gray.svg);
}
.icon__fsd.icon__fsd--star-group-gray:before {
  background-image: url(images/icon/star-group-gray.svg);
}
.icon__fsd.icon__fsd--star-outline-primary:before {
  background-image: url(images/icon/star-outline-primary.svg);
}
.icon__fsd.icon__fsd--star-primary:before {
  background-image: url(images/icon/star-primary.svg);
}
.icon__fsd.icon__fsd--star-warning:before {
  background-image: url(images/icon/star-warning.svg);
}
.icon__fsd.icon__fsd--stocked-item:before {
  background-image: url(images/icon/stocked-item.svg);
}
.icon__fsd.icon__fsd--support-call:before {
  background-image: url(images/icon/support-call.svg);
}
.icon__fsd.icon__fsd--telescope:before {
  background-image: url(images/icon/telescope.svg);
}
.icon__fsd.icon__fsd--time:before {
  background-image: url(images/icon/time.svg);
}
.icon__fsd.icon__fsd--timer-warning:before {
  background-image: url(images/icon/timer-warning.svg);
}
.icon__fsd.icon__fsd--track_primary:before {
  background-image: url(images/icon/track_primary.svg);
}
.icon__fsd.icon__fsd--trash-danger:before {
  background-image: url(images/icon/trash-danger.svg);
}
.icon__fsd.icon__fsd--trash-gray:before {
  background-image: url(images/icon/trash-gray.svg);
}
.icon__fsd.icon__fsd--trash_secondary:before {
  background-image: url(images/icon/trash_secondary.svg);
}
.icon__fsd.icon__fsd--truck-primary:before {
  background-image: url(images/icon/truck-primary.svg);
}
.icon__fsd.icon__fsd--twitter-light:before {
  background-image: url(images/icon/twitter-light.svg);
}
.icon__fsd.icon__fsd--twitter:before {
  background-image: url(images/icon/twitter.svg);
}
.icon__fsd.icon__fsd--twitter-color:before {
  background-image: url(images/icon/twitter-color.svg);
}
.icon__fsd.icon__fsd--unilever:before {
  background-image: url(images/icon/unilever.svg);
}
.icon__fsd.icon__fsd--user-primary:before {
  background-image: url(images/icon/user-primary.svg);
}
.icon__fsd.icon__fsd--vegan:before {
  background-image: url(images/icon/vegan.svg);
}
.icon__fsd.icon__fsd--vegetarian:before {
  background-image: url(images/icon/vegetarian.svg);
}
.icon__fsd.icon__fsd--video-gray:before {
  background-image: url(images/icon/video-gray.svg);
}
.icon__fsd.icon__fsd--weight-primary:before {
  background-image: url(images/icon/weight-primary.svg);
}
.icon__fsd.icon__fsd--whole-grains:before {
  background-image: url(images/icon/whole-grains.svg);
}
.icon__fsd.icon__fsd--youtube-light:before {
  background-image: url(images/icon/youtube-light.svg);
}
.icon__fsd.icon__fsd--youtube:before {
  background-image: url(images/icon/youtube.svg);
}
.icon__fsd.icon__fsd--zoom-blue:before {
  background-image: url(images/icon/zoom-blue.svg);
}
.icon__fsd.icon__fsd--zoom-gray:before {
  background-image: url(images/icon/zoom-gray.svg);
}
.icon__fsd.icon__fsd--45 {
  transform: rotate(45deg) !important;
}
.icon__fsd.icon__fsd--90 {
  transform: rotate(90deg) !important;
}
.icon__fsd.icon__fsd--135 {
  transform: rotate(135deg) !important;
}
.icon__fsd.icon__fsd--180 {
  transform: rotate(180deg) !important;
}
.icon__fsd.icon__fsd--225 {
  transform: rotate(225deg) !important;
}
.icon__fsd.icon__fsd--270 {
  transform: rotate(270deg) !important;
}
.icon__fsd.icon__fsd--315 {
  transform: rotate(315deg) !important;
}
.icon__fsd--processing-dark:before {
  background-image: url(images/icon/loading-dark.svg) !important;
  -webkit-animation: getAnimation(rotate) 2s infinite ease-in-out;
  animation: getAnimation(rotate) 2s infinite ease-in-out;
}
.icon__fsd--processing:before {
  background-image: url(images/icon/loading.svg) !important;
  -webkit-animation: getAnimation(rotate) 2s infinite ease-in-out;
  animation: getAnimation(rotate) 2s infinite ease-in-out;
}
.icon__fsd--flip-horizontal {
  transform: scaleX(-1) !important;
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: FlipH;
}
.icon__fsd--flip-vertical {
  transform: scaleY(-1) !important;
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: FlipV;
}
.icon__fsd--xs {
  font-size: 12px;
}
.icon__fsd--sm {
  font-size: 18px;
}
.icon__fsd--md {
  font-size: 24px;
}
.icon__fsd--lg {
  font-size: 32px;
}
.icon__fsd--xl {
  font-size: 46px;
}
.font__fsd--primary {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.font__fsd--primary.icon__fsd--italic {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
}
.font__fsd--primary.icon__fsd--semi {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.font__fsd--primary.icon__fsd--semi.icon__fsd--italic {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: italic !important;
}
.font__fsd--primary.icon__fsd--bold {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.font__fsd--primary.icon__fsd--bold.icon__fsd--italic {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
}
.font__fsd--secondray {
  font-style: normal !important;
}
.font__fsd--secondray.icon__fsd--italic {
  font-style: italic !important;
}
.font__fsd--secondray.icon__fsd--medium {
  font-family: rift, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}
.font__fsd--secondray.icon__fsd--medium.icon__fsd--italic {
  font-family: rift, sans-serif !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
.font__fsd--secondray.icon__fsd--bold {
  font-family: rift, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.font__fsd--secondray.icon__fsd--bold.icon__fsd--italic {
  font-family: rift, sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
}
.font__fsd--fantasy {
  font-family: blog-script, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.font__fsd--fantasy::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.font__fsd--fantasy::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.font__fsd--fantasy.icon__fsd--italic {
  font-style: italic !important;
}
.font__fsd--sm {
  font-size: 0.75em;
}
.font__fsd--lg {
  font-size: 1.25em;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input {
  -webkit-appearance: none;
}
img {
  width: 100%;
  height: auto;
}
a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}
a[href] {
  cursor: pointer;
  text-decoration: underline;
}
a[href]:hover {
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-pointer {
  cursor: pointer;
}
.row > .col-md-7 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.text-22 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.text-15 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@-webkit-keyframes backgroundTransparent {
  to {
    color: #2f2432;
    background: 0 0;
  }
}
@keyframes backgroundTransparent {
  to {
    color: #2f2432;
    background: 0 0;
  }
}
@-webkit-keyframes backgroundWhite {
  to {
    color: #2f2432;
    background: #fff;
  }
}
@keyframes backgroundWhite {
  to {
    color: #2f2432;
    background: #fff;
  }
}
.backgroundTransparent {
  -webkit-animation-name: backgroundTransparent;
  animation-name: backgroundTransparent;
}
@-webkit-keyframes backgroundTransparentLight {
  to {
    color: #fff;
    background: 0 0;
  }
}
@keyframes backgroundTransparentLight {
  to {
    color: #fff;
    background: 0 0;
  }
}
.backgroundTransparentLight {
  -webkit-animation-name: backgroundTransparentLight;
  animation-name: backgroundTransparentLight;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.SG-page {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
html {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.grecaptcha-badge {
  display: none;
}
body {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
}
@-webkit-keyframes loading {
  from {
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 0.1em;
  }
  50% {
    border-radius: 0.4em;
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
    border-radius: 0.1em;
  }
}
@keyframes loading {
  from {
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 0.1em;
  }
  50% {
    border-radius: 0.4em;
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
    border-radius: 0.1em;
  }
}
.l-main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex-grow: 1;
}
.l-main--ready::before,
.l-main--ready:after {
  content: none;
}
.l-main--no-scroll .l-main__container {
  overflow: hidden !important;
  width: 100vw;
  height: 100vh;
}
.l-main--overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1040;
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}
.l-main--loading::before {
  position: fixed;
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/loading.svg);
  background-size: 80%;
  z-index: 1041;
  font-size: 124px;
  top: 50vh;
  left: 50%;
  -webkit-animation: loading 2s infinite ease-in-out;
  animation: loading 2s infinite ease-in-out;
  border-radius: 0.15em;
  overflow: hidden;
  background-color: rgba(84, 99, 133, 0.1);
  box-shadow: 0 0 0.3em 1px #2d3446;
}
.l-main--loading::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 99, 133, 0.35);
  z-index: 1040;
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}
.l-main__container {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.l-main__drawer {
  opacity: 0;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
}
.l-main__drawer::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -2;
  top: 0;
}
.l-main__drawer--active {
  opacity: 1;
  top: 0;
  height: 100vh;
  transition: opacity 0.3s ease-in;
}
.l-main__drawer--left .l-main__drawer-left {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
.l-main__drawer--left .l-main__drawer-right {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.l-main__drawer--right .l-main__drawer-left {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.l-main__drawer--right .l-main__drawer-right {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
.l-main__drawer-left,
.l-main__drawer-right {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 100%;
  top: 0;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
.l-main__drawer-left {
  left: 0;
  transform: translateX(-100%);
}
.l-main__drawer-right {
  right: 0;
  transform: translateX(100%);
}
.l-main__dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  z-index: 1040;
  pointer-events: none;
}
.l-main__dialog--active {
  height: 100vh;
}
.l-main__header {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
  flex-shrink: 0;
}
.l-main__content {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
}
.l-main__content--overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1040;
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}
.l-main__footer {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
}
.l-main__scroll-top {
  position: fixed;
  display: none;
  bottom: 20px;
  left: 20px;
  z-index: 1071;
  -webkit-animation: zoomIn 0.3s ease-out;
  animation: zoomIn 0.3s ease-out;
}
.l-main__scroll-top--active {
  display: inline-block;
}
.c-choice-box .l-main__scroll-top .choices__button,
.l-main__scroll-top .c-button,
.l-main__scroll-top .c-choice-box .choices__button {
  font-size: 50px !important;
}
@media (max-width: 991.98px) {
  .l-main .l-main__scroll-top {
    display: none;
  }
}
.l-header {
  display: block;
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 20;
  background-color: rgba(19, 20, 27, 0.68);
  border-bottom: 1px solid rgba(205, 54, 71, 0.65);
}
.l-header > .container {
  height: 100%;
}
.l-header > .container > .row {
  height: 100%;
}
@media (max-width: 767.98px) {
  .l-header {
    display: none;
  }
}
.l-footer {
  position: relative;
  z-index: 1;
  display: block;
  background: #3c405b;
}
@media (max-width: 991.98px) {
  .l-footer > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background-color: #dddfe2;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #aaaeb1;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
}
.page {
  display: flex;
  flex-direction: column;
}
.page--header-top .page__header {
  z-index: 3;
}
.page--header-top .page__content {
  z-index: 2;
}
.page--header-top .page__footer {
  z-index: 1;
}
.p-checkout .page__header,
.page--content-top .page__header {
  z-index: 2;
}
.p-checkout .page__content,
.page--content-top .page__content {
  z-index: 3;
}
.p-checkout .page__footer,
.page--content-top .page__footer {
  z-index: 1;
}
.page--footer-top .page__header {
  z-index: 1;
}
.page--footer-top .page__content {
  z-index: 2;
}
.page--footer-top .page__footer {
  z-index: 3;
}
.page__header {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.page__content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
}
.page__content > h1,
.page__content > h2,
.page__content > h3,
.page__content > h4,
.page__content > h5,
.page__content > h6,
.page__content > p {
  line-height: 1.4em;
}
.page__content > h1 + *,
.page__content > h2 + *,
.page__content > h3 + *,
.page__content > h4 + *,
.page__content > h5 + *,
.page__content > h6 + *,
.page__content > p + * {
  margin-top: 25px;
}
.page__content p + p {
  margin-top: 0.75em;
}
.page__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
.page__content a i {
  font-size: 24px;
}
.page__content a i + span {
  flex-grow: 1;
  margin-left: 0.5em;
}
.page__content a i + span + i {
  margin-left: 0.5em;
}
.page__footer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.page__sections + .page__sections {
  margin-top: 60px;
}
.page__sections:last-of-type {
  margin-bottom: 60px;
  width: 100%;
}
.c-choice-box .page__section--theme-primary .choices__button,
.page__section--theme-primary .c-button,
.page__section--theme-primary .c-choice-box .choices__button {
  background: #546385 !important;
  border-color: #546385 !important;
}
.page__section--theme-primary .page__section-caption-title {
  flex-direction: row;
  justify-content: center;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  padding: 0;
  color: #546385 !important;
  text-transform: uppercase;
}
.page__section--theme-primary .page__section-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.page__section--theme-primary .page__section-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-choice-box .page__section--theme-orange .choices__button,
.page__section--theme-orange .c-button,
.page__section--theme-orange .c-choice-box .choices__button {
  background: #f86921 !important;
  border-color: #f86921 !important;
  color: #fff !important;
}
.page__section--theme-orange .page__section-caption-title {
  flex-direction: row;
  justify-content: center;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  padding: 0;
  color: #f86921 !important;
  text-transform: uppercase;
}
.page__section--theme-orange .page__section-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.page__section--theme-orange .page__section-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.page__section + .page__section {
  margin-top: 60px;
}
.page__section-dialog:empty {
  display: none;
}
.page__section-dialog:not(:empty) + * {
  margin-top: 20px;
}
.page__section--error .page__section-error {
  display: block;
}
.page .page__section--error-only .page__section-error {
  display: block;
}
.page .page__section--error-only .page__section-caption {
  display: none;
}
.page
  .page__section--error-only
  .page__section-content
  > :not(.page__section-error) {
  display: none;
}
.page__section-caption {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.page__section-caption-title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
  color: #2f2432;
  padding-right: 20px;
}
.page__section-caption-title--unbxd-title {
  flex-direction: row;
}
.page__section-caption-title--script {
  flex-direction: row;
  justify-content: center;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  padding: 0;
  color: #546385;
  text-transform: uppercase;
}
.page__section-caption-title--script::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.page__section-caption-title--script::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.page__section-caption-title h1 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  color: #2f2432;
  line-height: 1em;
}
.page__section-caption-title h2 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #2f2432;
  line-height: 1em;
}
.page__section-caption-title h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
  line-height: 1em;
}
.page__section-caption-title p,
.page__section-caption-title-sub {
  margin-top: 5px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #777f8c;
}
.page__section-caption-action {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.page__section-caption-action a,
.page__section-caption-action button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  text-decoration: underline;
}
.page__section-caption-action a + a,
.page__section-caption-action a + button,
.page__section-caption-action button + a,
.page__section-caption-action button + button {
  margin-left: 1em;
}
.page__section-content {
  word-break: break-word;
}
.page__section-content > h1,
.page__section-content > h2,
.page__section-content > h3,
.page__section-content > h4,
.page__section-content > h5,
.page__section-content > h6,
.page__section-content > p {
  line-height: 1.4em;
}
.page__section-content > h1 + :not(:empty),
.page__section-content > h2 + :not(:empty),
.page__section-content > h3 + :not(:empty),
.page__section-content > h4 + :not(:empty),
.page__section-content > h5 + :not(:empty),
.page__section-content > h6 + :not(:empty),
.page__section-content > p + :not(:empty) {
  margin-top: 25px;
}
.page__section-content > p + p {
  margin-top: 10px;
}
.page__section-content small {
  font-size: 0.725em;
}
.page__section-content-no-data {
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 20px 30px 30px;
}
.page__section-content-no-data-title {
  display: flex;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2em;
  color: #2f2432;
}
.page__section-content-no-data-title h2,
.page__section-content-no-data-title h3,
.page__section-content-no-data-title h4,
.page__section-content-no-data-title h5 {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
.page__section-content-no-data-title .icon__fsd {
  font-size: 24px;
  margin-right: 5px;
}
.page__section-content-no-data-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #4c454d;
  margin-top: 10px;
}
.page__section-card-list {
  margin: -12px;
}
.page__section-card-list-item {
  padding: 12px;
}
.page__section-recipe-list {
  margin: -15px;
}
.page__section-recipe-list-item {
  padding: 15px;
}
.page__section-feature-card-list {
  margin: -15px;
}
.page__section-feature-card-list-item {
  padding: 15px;
}
.page__section-error {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .page .page__section + .page__section {
    margin-top: 50px;
  }
  .page .page__section-caption-action,
  .page .page__section-caption-title {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
}
@media (max-width: 767.98px) {
  .page .page__content {
    padding: 0 15px;
  }
  .page .page__sections + .page__sections {
    margin-top: 45px;
  }
  .page .page__section + .page__section {
    margin-top: 30px;
  }
  .page .page__section-caption-action {
    font-size: 15px;
  }
  .page .page__section-caption-action a {
    font-size: inherit;
  }
  .page .page__section-caption-title--script {
    font-size: 22px !important;
    line-height: 1.3em;
    text-align: center;
  }
  .page .page__section-card-list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    margin: -7px;
  }
  .page .page__section-card-list::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background-color: transparent;
  }
  .page .page__section-card-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: transparent;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0);
  }
  .page .page__section-card-list-item {
    max-width: 250px;
    flex-shrink: 0;
    padding: 7px;
  }
}
.overlay-opened .l-main__content {
  pointer-events: none;
}
.c-loading-box {
  position: fixed;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-loading-box::after {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-loading-box .sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.c-loading-box .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-loading-box .sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.c-loading-box .sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.c-loading-box .sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.c-loading-box .sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.c-loading-box .sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.c-loading-box .sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.c-loading-box .sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.c-loading-box .sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.c-loading-box .sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.c-loading-box .sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.c-loading-box .sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.c-loading-box .sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.c-loading-box .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.c-loading-box .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.c-loading-box .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.c-loading-box .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.c-loading-box .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.c-loading-box .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.c-loading-box .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.c-loading-box .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.c-loading-box .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.c-loading-box .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.c-loading-box .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.c-button,
.c-choice-box .choices__button {
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: unset !important;
  min-height: auto !important;
  min-width: auto !important;
  white-space: nowrap;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  padding: 0.55em 2em !important;
  line-height: 1em !important;
}
.c-button:focus,
.c-choice-box .choices__button:focus {
  outline: 0;
  box-shadow: none;
}
.c-button--disabled {
  pointer-events: none;
  cursor: not-allowed !important;
  background-color: #dddfe2 !important;
}
.c-button--link,
.c-choice-box .choices__button {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  padding: 0.55em 2em !important;
  line-height: 1em !important;
  text-decoration: underline !important;
}
.c-button--link:focus,
.c-choice-box .choices__button:focus {
  outline: 0;
  box-shadow: none;
}
.c-button--text {
  text-decoration: none !important;
}
.c-button--anchor {
  text-decoration: underline !important;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding: 0 !important;
}
.c-button--anchor > :not(.icon__fsd) {
  text-decoration: none;
}
.c-button--anchor:focus {
  box-shadow: none !important;
}
.c-button--anchor:hover > :not(.icon__fsd) {
  text-decoration: none !important;
}
.c-button--anchor > * {
  vertical-align: middle;
}
.c-button--anchor .icon__fsd + span,
.c-button--anchor > img + span {
  margin-left: 0.35em;
}
.c-button--anchor > span + .icon__fsd,
.c-button--anchor > span + img {
  margin-right: 0.35em;
}
.c-button--anchor,
.c-button--link,
.c-button--text,
.c-choice-box .choices__button {
  background-color: transparent !important;
  border: none !important;
}
.c-button--anchor:focus,
.c-button--link:focus,
.c-button--text:focus,
.c-choice-box .choices__button:focus {
  box-shadow: none !important;
}
.c-button--anchor:hover,
.c-button--link:hover,
.c-button--text:hover,
.c-choice-box .choices__button:hover {
  text-decoration: none !important;
}
.c-button--anchor.c-button--primary,
.c-button--link.c-button--primary,
.c-button--text.c-button--primary,
.c-choice-box .c-button--primary.choices__button {
  color: #546385 !important;
}
.c-button--anchor.c-button--secondary,
.c-button--link.c-button--secondary,
.c-button--text.c-button--secondary,
.c-choice-box .c-button--secondary.choices__button {
  color: #ded25e !important;
}
.c-button--anchor.c-button--success,
.c-button--link.c-button--success,
.c-button--text.c-button--success,
.c-choice-box .c-button--success.choices__button {
  color: #87a13c !important;
}
.c-button--anchor.c-button--danger,
.c-button--link.c-button--danger,
.c-button--text.c-button--danger,
.c-choice-box .c-button--danger.choices__button {
  color: #c4514d !important;
}
.c-button--anchor.c-button--warning,
.c-button--link.c-button--warning,
.c-button--text.c-button--warning,
.c-choice-box .c-button--warning.choices__button {
  color: #fec156 !important;
}
.c-button--anchor.c-button--info,
.c-button--link.c-button--info,
.c-button--text.c-button--info,
.c-choice-box .c-button--info.choices__button {
  color: #87cfd8 !important;
}
.c-button.c-button--outline,
.c-button.c-button--outlined,
.c-choice-box .c-button--outline.choices__button,
.c-choice-box .c-button--outlined.choices__button {
  background: 0 0 !important;
  border-color: #dddfe2 !important;
}
.c-button.c-button--outline:hover,
.c-button.c-button--outlined:hover,
.c-choice-box .c-button--outline.choices__button:hover,
.c-choice-box .c-button--outlined.choices__button:hover {
  background: #fff !important;
  color: #546385 !important;
}
.c-button.c-button--outline.c-button--primary:not(.c-button--anchor),
.c-button.c-button--outlined.c-button--primary:not(.c-button--anchor),
.c-choice-box
  .c-button--outline.c-button--primary.choices__button:not(.c-button--anchor),
.c-choice-box
  .c-button--outlined.c-button--primary.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--outline.c-button--secondary:not(.c-button--anchor),
.c-button.c-button--outlined.c-button--secondary:not(.c-button--anchor),
.c-choice-box
  .c-button--outline.c-button--secondary.choices__button:not(.c-button--anchor),
.c-choice-box
  .c-button--outlined.c-button--secondary.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--outline.c-button--success:not(.c-button--anchor),
.c-button.c-button--outlined.c-button--success:not(.c-button--anchor),
.c-choice-box
  .c-button--outline.c-button--success.choices__button:not(.c-button--anchor),
.c-choice-box
  .c-button--outlined.c-button--success.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--outline.c-button--danger:not(.c-button--anchor),
.c-button.c-button--outlined.c-button--danger:not(.c-button--anchor),
.c-choice-box
  .c-button--outline.c-button--danger.choices__button:not(.c-button--anchor),
.c-choice-box
  .c-button--outlined.c-button--danger.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--outline.c-button--warning:not(.c-button--anchor),
.c-button.c-button--outlined.c-button--warning:not(.c-button--anchor),
.c-choice-box
  .c-button--outline.c-button--warning.choices__button:not(.c-button--anchor),
.c-choice-box
  .c-button--outlined.c-button--warning.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--outline.c-button--info:not(.c-button--anchor),
.c-button.c-button--outlined.c-button--info:not(.c-button--anchor),
.c-choice-box
  .c-button--outline.c-button--info.choices__button:not(.c-button--anchor),
.c-choice-box
  .c-button--outlined.c-button--info.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--outline.c-button--full-width,
.c-button.c-button--outlined.c-button--full-width,
.c-choice-box .c-button--outline.c-button--full-width.choices__button,
.c-choice-box .c-button--outlined.c-button--full-width.choices__button {
  width: 100% !important;
}
.c-button.c-button--outline.c-button--light:not(.c-button--anchor),
.c-button.c-button--outlined.c-button--light:not(.c-button--anchor),
.c-choice-box
  .c-button--outline.c-button--light.choices__button:not(.c-button--anchor),
.c-choice-box
  .c-button--outlined.c-button--light.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--primary:not(.c-button--anchor),
.c-choice-box .c-button--primary.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--secondary:not(.c-button--anchor),
.c-choice-box .c-button--secondary.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--success:not(.c-button--anchor),
.c-choice-box .c-button--success.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--danger:not(.c-button--anchor),
.c-choice-box .c-button--danger.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--warning:not(.c-button--anchor),
.c-choice-box .c-button--warning.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--info:not(.c-button--anchor),
.c-choice-box .c-button--info.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--light:not(.c-button--anchor),
.c-choice-box .c-button--light.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button.c-button--manufacturer-orange:not(.c-button--anchor),
.c-choice-box
  .c-button--manufacturer-orange.choices__button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-button--full-width {
  width: 100% !important;
}
.c-button--sm {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 0.875rem !important;
  padding: 0.25em 0.5em 0.465em !important;
}
.c-button--sm.c-button--icon,
.c-button--sm > .icon__fsd,
.c-choice-box .c-button--sm.choices__button {
  font-size: 18px;
}
.c-button--lg {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 1.25rem !important;
}
.c-button--lg.c-button--icon,
.c-button--lg > .icon__fsd,
.c-choice-box .c-button--lg.choices__button {
  font-size: 36px;
}
.c-button--full-width {
  width: 100% !important;
}
.c-button--auto,
.c-button--inherit {
  font-size: inherit;
}
.c-button--processing:not(.c-button--icon) {
  pointer-events: none;
  color: transparent;
}
.c-button--processing:not(.c-button--icon):before {
  content: "";
  position: absolute;
  background-image: url(images/icon/loading.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotate 2s infinite ease-in-out;
  animation: rotate 2s infinite ease-in-out;
  font-size: 1em;
  width: 1em;
  height: 1em;
  max-height: 75%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-button--processing:not(.c-button--icon) .icon__fsd,
.c-button--processing:not(.c-button--icon) img,
.c-button--processing:not(.c-button--icon):after {
  display: none !important;
}
.c-button--icon,
.c-choice-box .choices__button {
  font-size: 24px;
  height: 1em;
  width: 1em;
  line-height: 1em !important;
  padding: 0 !important;
  position: relative;
}
.c-button--icon.c-button--processing,
.c-choice-box .c-button--processing.choices__button {
  pointer-events: none;
  color: transparent;
}
.c-button--icon.c-button--processing:before,
.c-choice-box .c-button--processing.choices__button:before {
  content: "";
  position: absolute;
  background-image: url(images/icon/loading.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotate 2s infinite ease-in-out;
  animation: rotate 2s infinite ease-in-out;
  font-size: 0.75em;
  width: 1em;
  height: 1em;
  max-height: 75%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-button--icon.c-button--processing .icon__fsd,
.c-button--icon.c-button--processing img,
.c-button--icon.c-button--processing:after,
.c-choice-box .c-button--processing.choices__button .icon__fsd,
.c-choice-box .c-button--processing.choices__button img,
.c-choice-box .c-button--processing.choices__button:after {
  display: none !important;
}
.c-button--icon.c-button--inherit .icon__fsd,
.c-button--icon.c-button--inherit img,
.c-button--icon.c-button--inherit::after,
.c-button--icon.c-button--inherit::before,
.c-button--icon.c-button--link .icon__fsd,
.c-button--icon.c-button--link img,
.c-button--icon.c-button--link::after,
.c-button--icon.c-button--link::before,
.c-choice-box .c-button--inherit.choices__button .icon__fsd,
.c-choice-box .c-button--inherit.choices__button img,
.c-choice-box .c-button--inherit.choices__button::after,
.c-choice-box .c-button--inherit.choices__button::before,
.c-choice-box .choices__button .icon__fsd,
.c-choice-box .choices__button img,
.c-choice-box .choices__button::after,
.c-choice-box .choices__button::before {
  content: "";
  font-size: inherit !important;
  max-height: auto;
}
.c-button--icon .icon__fsd,
.c-button--icon img,
.c-button--icon:after,
.c-choice-box .choices__button .icon__fsd,
.c-choice-box .choices__button img,
.c-choice-box .choices__button:after {
  position: absolute;
  display: flex;
  font-size: 0.5em !important;
  height: 1em !important;
  width: 1em !important;
  max-height: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-button__label span + .c-icon,
.c-button__label span + .icon__fsd {
  margin-left: 0.5em;
}
.c-footer {
  position: relative;
  display: block;
  background-color: #f0f2f4;
}
.c-footer > .container {
  padding-top: 30px;
  padding-bottom: 20px;
}
.c-footer__section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.c-footer__section-title {
  margin: 0 0 15px 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
}
.c-footer__section-content a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
  color: #546385;
  text-decoration: underline;
}
.c-footer__section-button-group {
  display: flex;
  align-items: center;
}
.c-footer__section-button-group a {
  width: 170px !important;
  text-align: center;
  line-height: 40px !important;
  padding: 0 !important;
  font-size: 1rem !important;
}
.c-footer__section-button-group a:first-child {
  margin-right: 25px;
}
.c-footer__section-button-group .c-button--outline {
  background: #fff !important;
  color: #546385 !important;
  border: 2px solid #dddfe2 !important;
}
.c-footer__section-button-group .c-button--outline:hover {
  background: #fff !important;
}
.c-footer__section--narrow {
  width: 23%;
}
.c-footer__section--wide {
  width: 28%;
}
.c-footer__menu-list--column {
  display: block;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -moz-column-rule: none;
  column-rule: none;
}
.c-footer__menu-list--column > li {
  display: inline-block;
  margin-bottom: 0.25em;
  white-space: nowrap;
  width: 100%;
}
.c-footer__social-list {
  width: 100%;
  margin-bottom: 15px;
}
.c-footer__social-list-item {
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-footer__social-list-item + .c-footer__social-list-item {
  margin-left: 6px;
}
.c-footer__social-list-item > a {
  font-size: 24px !important;
}
.c-footer__social-list-item--twitter > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/twitter.svg);
}
.c-footer__social-list-item--facebook > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/facebook.svg);
}
.c-footer__social-list-item--instagram > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/instagram.svg);
}
.c-footer__social-list-item--pinterest > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/pinterest.svg);
}
.c-footer__social-list-item--youtube > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/youtube.svg);
}
.c-footer__social-list-item--mail > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/mail.svg);
}
.c-footer__question-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #546385;
}
.c-footer__app-list {
  font-size: 0;
}
.c-footer__app-list-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.c-footer__app-list-item:last-child {
  margin-right: 0;
}
.c-footer__trustwave-badge {
  margin-top: 15px;
}
.c-footer__trustwave-badge img {
  width: 75px;
  height: auto;
}
.c-footer__bottom-bar {
  background-color: #fff;
  padding: 12px 0;
}
.c-footer__copyright {
  margin-top: 5px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4c454d;
}
.c-footer__payment-type-list img {
  height: 25px;
  width: auto;
}
.c-footer__etc-list {
  font-size: 0;
}
.c-footer__etc-list-item {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 25px 5px 0;
}
.c-footer__etc-list-item:last-child {
  margin-right: 0;
}
.c-footer__etc-list a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4c454d;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .c-footer .c-footer__menu-list--column {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 575.98px) {
  .c-footer .c-footer__content {
    padding: 0 15px;
  }
  .c-footer .c-footer__menu-list--column {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.c-header {
  display: block;
  position: relative;
}
.c-header--no-border .c-header__content-bar {
  border-bottom: none !important;
}
.c-header--overlay .c-header__overlay {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1050;
}
.c-header--overlay .c-header__overlay-content {
  position: absolute;
  min-height: 35px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  margin-left: -10px;
}
.c-header--overlay .c-header__overlay-content-bar {
  border-bottom: 0;
}
.c-header--overlay .c-header__search-bar {
  display: none !important;
}
.c-header--overlay.c-header--search-bar-is-active .c-header__overlay-content {
  border-top: none;
}
.c-header--shrink {
  width: 100%;
  padding-bottom: 64px;
}
.c-header--shrink .c-header__container {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% + 12px);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.17);
}
.c-header--shrink .c-header__autocomplete {
  top: 52px;
}
.c-header--shrink .c-header__overlay-content {
  transform: translateY(-1px);
}
.c-header--shrink .c-header__menu-bar {
  display: none;
}
.c-header__info-box {
  display: none;
}
.c-header--shrink .c-header__content-bar {
  height: 64px;
  transition: all 0s ease-out;
}
.c-header--shrink .c-header__content-bar .c-main-menu__item-button {
  padding-top: 10px;
  padding-bottom: 0;
  height: 64px;
}
.c-header--shrink .c-header__logo {
  height: 100%;
}
.c-header--shrink .c-header__logo > * {
  height: inherit;
  display: flex;
  align-items: center;
}
.c-header--shrink .c-header__logo img {
  width: 120px;
  height: auto;
}
.c-header--shrink .c-header__right {
  padding-top: 4px;
  padding-bottom: 0;
  height: 64px;
  justify-content: flex-start;
  transition: all 0s ease-out;
  flex-shrink: 0;
}
.c-header--shrink .c-header__right-shrink {
  display: block;
  margin-right: 10px;
}
.c-header--shrink .c-header__right-shrink .c-header__vertical-seperator {
  background-color: #dddfe2;
  opacity: 1;
}
.c-header--shrink .c-header__right-shrink a {
  color: #546385;
}
.c-header--shrink .c-header__right-shrink span {
  color: #2f2432;
}
@media (max-width: 991.98px) {
  .c-header--shrink {
    padding-bottom: 55px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .c-header--shrink .c-header__container {
    width: 100%;
  }
  .c-header--shrink .c-header__content-bar {
    height: 55px;
    display: flex;
    align-items: center;
  }
  .c-header--shrink .c-header__content-bar .c-header__mobile-clone-bottom {
    display: none !important;
  }
  .c-header--shrink .c-header__top-bar {
    display: none !important;
  }
}
.c-header--no-shadow .c-header__container {
  box-shadow: none !important;
}
.c-header--with-search-bar .c-header__search-bar {
  display: block;
}
.c-header--search-bar-is-active .c-header__content-bar {
  transition: border-bottom 0.3s ease-in-out;
}
.c-header--search-bar-is-active .c-header__search-bar {
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.c-header--autocomplete-expanded .c-header__autocomplete {
  display: block;
}
.c-header--autocomplete-expanded .c-header__input-bar-input input {
  border-radius: 3px 0 0 0;
  border-bottom: 0;
}
.c-choice-box
  .c-header--autocomplete-expanded
  .c-header__input-bar-search-button
  .choices__button,
.c-header--autocomplete-expanded .c-header__input-bar-search-button .c-button,
.c-header--autocomplete-expanded
  .c-header__input-bar-search-button
  .c-choice-box
  .choices__button {
  border-radius: 0 3px 0 0;
}
.c-header--autocomplete-expanded .c-header__autocomplete-action {
  border-bottom-right-radius: 3px;
}
.c-header--history-expanded .c-header__autocomplete {
  display: block;
}
.c-header--history-expanded .c-header__autocomplete-history {
  display: block;
}
.c-header--history-expanded .c-header__autocomplete-left,
.c-header--history-expanded .c-header__autocomplete-right {
  display: none;
}
.c-header--no-result-expanded .c-header__autocomplete {
  display: block;
}
.c-header--no-result-expanded .c-header__autocomplete-history {
  display: none;
}
.c-header--no-result-expanded .c-header__autocomplete-left,
.c-header--no-result-expanded .c-header__autocomplete-right {
  display: none;
}
.c-header--no-result-expanded .c-header__autocomplete-no-result {
  display: block;
}
.c-header--autocomplete-no-brand .c-header__autocomplete-left {
  display: none;
}
.c-header--autocomplete-no-brand .c-header__autocomplete-right {
  width: 100%;
}
.c-header--autocomplete-no-product .c-header__autocomplete-left {
  width: 100%;
  border-right: 0;
}
.c-header--autocomplete-no-product .c-header__autocomplete-right {
  display: none;
}

.c-header__container {
  display: block;
  position: relative;
  background-color: #fff;
}
.c-header__mobile-clone {
  display: none;
}
.c-header__mobile-clone-top {
  width: 100%;
  flex-shrink: 1;
  order:1;
}
.c-header__mobile-clone-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.c-header__mobile-clone-left,
.c-header__mobile-clone-right {
  display: flex;
  align-items: center;
}
.c-header__top-bar {
  height: 25px;
  background-color: #87a13c;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  color: #fff;
  display: none;
}
.c-header__top-bar-content {
  width: auto !important;
}
.c-header__content-bar {
  position: relative;
  z-index: 1052;
  height: 110px;
  background-color: #fff;
  transition: all 0s ease-out;
}
.c-header__search {
  width: 100%;
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin: 0 25px 0 30px;
}
.c-header__input-bar {
  display: flex;
  align-items: center;
  height: 40px;
}
.c-header__input-bar-input {
  height: 100%;
  flex-grow: 1;
  position: relative;
}
.c-header__input-bar-input__clear {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
}
.c-header__input-bar-input input {
  background: #f0f2f4;
  width: 100%;
  height: 100%;
  border: 1px solid #f8cc45;
  border-radius: 3px 0 0 3px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  box-shadow: 0;
  padding: 0 15px;
  line-height: normal;
}
.c-header__input-bar-input input::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3e5575;
}
.c-header__input-bar-input input:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3e5575;
}
.c-header__input-bar-input input::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3e5575;
}
.c-header__input-bar-input input::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3e5575;
}
.c-header__input-bar-input input:focus {
  outline: 0;
}
.c-header__input-bar-search-button {
  height: 100%;
  min-width: 80px;
}
.c-header__input-bar-search-button .c-button{
  height:100%;
}
.c-choice-box .c-header__input-bar-search-button .choices__button,
.c-header__input-bar-search-button .c-button,
.c-header__input-bar-search-button .c-choice-box .choices__button {
  font-size: 40px;
  width: 100%;
  border-radius: 0 3px 3px 0;
}
.c-choice-box .c-header__input-bar-search-button .choices__button i,
.c-header__input-bar-search-button .c-button i,
.c-header__input-bar-search-button .c-choice-box .choices__button i {
  font-size: 1em !important;
}
.c-header__menu-bar {
  height: 40px;
  width: 100%;
  background: #21487d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-header__menu-bar-container {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.c-header__menu-bar-menu {
  height: 100%;
}
.c-header__menu-bar .c-main-menu {
  height: 100%;
}
.c-header__menu-bar-sign {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c-header__menu-bar-sign a {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.c-header__menu-bar-sign span {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  color: #fff;
}
.c-header__menu-bar-account {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c-header__menu-bar-account-welcome {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}
.c-header__menu-bar-account-menu {
  position: relative;
}
.c-header__menu-bar-account-menu--expanded
  .c-header__menu-bar-account-menu-open {
  display: block;
  z-index: 1055;
}
.c-header__menu-bar-account-menu-sign--expanded
  .c-header__menu-bar-account-menu-open-button-group {
  display: block;
}
.c-header__menu-bar-account-menu-sign--expanded
  .c-header__menu-bar-account-menu-open-item {
  display: none;
}
.c-header__menu-bar-account-menu-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-header__menu-bar-account-menu-title::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  margin: 2px 0 0 5px;
}
.c-header__menu-bar-account-menu-open {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 25px 30px 25px;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  min-width: 250px;
  border: 1px solid #dddfe2;
}
.c-header__menu-bar-account-menu-open-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.c-header__menu-bar-account-menu-open-close {
  padding: 10px;
  cursor: pointer;
}
.c-header__menu-bar-account-menu-open-close i {
  font-size: 16px;
}
.c-header__menu-bar-account-menu-open-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #2f2432;
}
.c-header__menu-bar-account-menu-open-item a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #546385;
  line-height: 32px;
  text-decoration: underline;
}
.c-header__menu-bar-account-menu-open-item--sign-out a {
  color: #c4514d !important;
}
.c-header__menu-bar-account-menu-open-button-group {
  display: none;
}
.c-choice-box
  .c-header__menu-bar-account-menu-open-button-group
  .c-button
  + .choices__button,
.c-choice-box
  .c-header__menu-bar-account-menu-open-button-group
  .choices__button
  + .c-button,
.c-choice-box
  .c-header__menu-bar-account-menu-open-button-group
  .choices__button
  + .choices__button,
.c-header__menu-bar-account-menu-open-button-group .c-button + .c-button,
.c-header__menu-bar-account-menu-open-button-group
  .c-choice-box
  .c-button
  + .choices__button,
.c-header__menu-bar-account-menu-open-button-group
  .c-choice-box
  .choices__button
  + .c-button,
.c-header__menu-bar-account-menu-open-button-group
  .c-choice-box
  .choices__button
  + .choices__button {
  margin-top: 10px;
}
.c-header__menu-bar-account-menu-open-button-group .c-button--outline {
  color: #546385 !important;
}
.c-header__menu-bar__search-bar {
  display: none !important;
}
.c-header__overlay {
  display: none;
}
.c-header__content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.c-header__content > * {
  height: 100%;
}
.c-header__logo {
  display: none;
  align-items: center;
  justify-items: center;
  max-width: 170px;
  flex-shrink: 0;
}
.c-header__menu {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: flex-end;
  padding: 0 30px;
}
.c-header__right {
  display: none;
  align-items: center;
  transition: all 0s ease-out;
}
.c-header__right-shrink {
  display: none;
}
.c-header__info-box {
  height: 40px;
  min-width: 236px;
  text-align: center;
  padding: 2px 30px;
  background: #87a13c;
  border-radius: 3px;
  margin-right: 15px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-transform: capitalize;
}
.c-header__delivery-info {
  display: flex;
}
.c-header__delivery-info span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.c-header__login {
  display: flex;
  align-items: center;
}
.c-header__login-action {
  display: flex;
}
.c-header__login-action--desktop {
  font-style: normal;
  font-size: 13px;
}
.c-header__login-action--desktop a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.c-header__login-action--mobile {
  display: none;
}
.c-header__login-action--mobile a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none !important;
}
.c-header__vertical-seperator {
  width: 1px;
  height: 17px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 10px;
}
.c-header__cart {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
}
.c-header__cart-action {
  position: relative;
}
.c-header__cart-action-icon {
  font-size: 50px;
}
.c-header__cart-action-badge {
  padding: 5px;
  border-radius: 1em;
  background: #546385;
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 2em;
  min-height: 2em;
  border-radius: 1em;
  transform: translateX(-50%) translateY(-16%);
}
.c-header__user-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.c-header__user-menu * {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.c-header__user-menu-action-wrapper {
  display: flex;
  align-items: center;
}
.c-header__user-menu-welcome-text {
  font-size: 15px;
  font-style: italic !important;
  margin-right: 5px;
}
.c-header__user-menu-action {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-size: 15px;
}
.c-header__user-menu-action-btn--desktop {
  font-size: 15px;
  text-decoration: underline;
}
.c-header__user-menu-action-btn--desktop i {
  font-size: 13px;
  margin-left: 10px;
  vertical-align: middle;
}
.c-header__user-menu-action-btn--mobile {
  display: none;
}
.c-header__user-menu-favorite {
  position: relative;
}
.c-header__user-menu-favorite-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2px 2px 3px;
  background: #fff;
  border: 2px solid #dddfe2;
  border-radius: 1em;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  line-height: 0.75em;
  color: #546385;
  position: relative;
  top: 0;
  left: 0;
  min-width: 2em;
  min-height: 2em;
  border-radius: 1em;
  transform: translateX(-60%) translateY(-65%);
}
.c-header__user-menu-favorite-icon i {
  font-size: 21px;
}
.c-header__hamburger {
  padding: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
.c-header__hamburger:hover {
  opacity: 0.75;
}
.c-header__hamburger--active .c-header__hamburger {
  background-color: #546385;
}
.c-header__hamburger--active .c-header__hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-header__hamburger--active .c-header__hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.c-header__hamburger--active .c-header__hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-header__hamburger--active .c-header__hamburger-inner::after,
.c-header__hamburger--active .c-header__hamburger-inner::before {
  background-color: #546385;
}
.c-header__hamburger-box {
  width: 26px;
  height: 17px;
  display: inline-block;
  position: relative;
}
.c-header__hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.c-header__hamburger-inner,
.c-header__hamburger-inner::after,
.c-header__hamburger-inner::before {
  position: absolute;
  background-color: #546385;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.c-header__hamburger-inner::after,
.c-header__hamburger-inner::before {
  content: "";
  display: block;
}
.c-header__hamburger-inner::before {
  top: -7px;
}
.c-header__hamburger-inner::after {
  bottom: -7px;
}
.c-header__hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-header__hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.c-header__hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-header__autocomplete {
  z-index: 10;
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
}
.c-header__autocomplete-container {
  background: #fff;
  border-radius: 0 0 3px 3px;
  display: flex;
  border: 1px solid #ded25e;
  border-top: 0;
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}
.c-header__autocomplete-history {
  width: 100%;
  padding: 20px 0 10px 0;
  display: none;
}
.c-header__autocomplete-no-result {
  display: none;
  padding: 30px 15px;
}
.c-header__autocomplete-no-result a {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  text-transform: underline;
}
.c-header__autocomplete-left {
  width: 30%;
  padding: 20px 0 20px 0;
  border-right: 1px solid #dddfe2;
}
.c-header__autocomplete-list-item {
  display: flex;
  align-items: flex-end;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2em;
  color: #4c454d;
  padding: 6px 6px 6px 20px;
  width: 100%;
}
.c-header__autocomplete-list-item:first-child {
  margin: 0 0 5px 0;
}
.c-header__autocomplete-list-item--title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  margin: 25px 0 5px 0;
}
.c-header__autocomplete-list-item--title:hover {
  background: 0 0 !important;
  cursor: default !important;
}
.c-header__autocomplete-list-item--active {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
}
.c-header__autocomplete-list-item:hover {
  background: #f0f2f4;
  cursor: pointer;
}
.c-header__autocomplete-right {
  width: 70%;
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-header__autocomplete-right-action {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f0f2f4;
}
.c-header__autocomplete-right-action a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #546385;
  padding: 12px;
}
.c-header__autocomplete-product-items {
  padding: 0 20px 0 20px;
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.c-header__autocomplete-product-item {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-header__autocomplete-product-item:hover {
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.17);
}
.c-header__autocomplete-product-item-avatar {
  margin-right: 15px;
}
.c-header__autocomplete-product-item-avatar img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}
.c-header__autocomplete-product-item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.3em;
  color: #4c454d;
  margin-bottom: 5px;
}
.c-header__autocomplete-product-item-price {
  display: flex;
  align-items: flex-end;
}
.c-header__autocomplete-product-item-price-current {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #2f2432;
}
.c-header__autocomplete-product-item-price-old {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  color: #c0bdbc;
  margin-left: 10px;
  text-decoration: line-through;
}
@media (min-width: 1440px) {
  .c-header--autocomplete-expanded .c-header__autocomplete-product-item {
    width: auto;
  }
  .c-header--autocomplete-expanded .c-header__autocomplete-product-item-title {
    max-width: 160px;
  }
  .c-header--autocomplete-no-brand .c-header__autocomplete-product-item-title {
    max-width: 150px !important;
  }
}
@media (min-width: 992px) {
  .c-header .c-header__logo,
  .c-header .c-header__right,
  .c-header .c-header__search {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .c-header .c-header__logo {
    max-width: 160px;
  }
  .c-header .c-header__menu {
    padding: 0 5px;
  }
  .c-header .c-header__menu .c-main-menu__item-button {
    font-size: 16px;
  }
  .c-header .c-header__user-menu-welcome-text {
    display: none;
  }
  .c-header .c-header__mobile-clone .c-header__logo,
  .c-header .c-header__mobile-clone .c-header__right,
  .c-header .c-header__mobile-clone .c-header__search {
    display: flex;
  }
  .c-header .c-header__menu-bar-account-menu-open {
    top: -9px;
  }
}
@media (max-width: 991.98px) {
  .c-header .c-header__top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
  }
  .c-header .c-header__menu-bar {
    display: none;
  }
  .c-header .c-header__menu-bar-sign a {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    color: #546385;
    text-decoration: underline;
  }
  .c-header .c-header__menu-bar-sign span {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 13px;
    color: #2f2432;
  }
  .c-header .c-header__menu-bar-account-menu-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    color: #546385;
  }
  .c-header .c-header__menu-bar-account-menu-title::after {
    content: "";
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    font-size: inherit;
    line-height: 1em;
    width: 1em;
    height: 1em;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(images/icon/arrow-down-primary.svg);
    margin: 2px 0 0 5px;
  }
  .c-header .c-header__hamburger {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .c-header .c-header__content-bar {
    /* height:110px; */
    border-bottom: 1px solid #dddfe2;
  }
  .c-header .c-header__content {
    align-items: center;
    padding: 10px 0;
  }
  .c-header .c-header__mobile-clone {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .c-header .c-header__mobile-clone .c-header__input-bar-input__clear {
    top: 7px;
  }
  .c-header .c-header__logo {
    max-width: none !important;
  }
  .c-header .c-header__logo img {
    width: 90px;
    height: auto;
  }
  .c-header .c-header__search {
    margin: 0;
    max-width: 100%;
  }
  /* .c-header .c-header__input-bar {
    height: 30px;
  } */
  .c-header .c-header__input-bar-search-button {
    min-width: 45px;
  }
  .c-choice-box .c-header .c-header__input-bar-search-button .choices__button,
  .c-header .c-header__input-bar-search-button .c-button,
  .c-header .c-header__input-bar-search-button .c-choice-box .choices__button {
    font-size: 30px;
  }
  .c-header .c-header__menu {
    display: none;
  }
  .c-header .c-header__vertical-seperator {
    display: none;
  }
  .c-header .c-header__cart {
    align-items: center;
    transform: none;
    margin-left: 10px;
  }
  .c-header .c-header__cart-action-icon {
    font-size: 40px;
  }
  .c-header .c-header__cart-action-badge {
    transform: translateX(-50%) translateY(-15%);
    min-width: 2em;
    min-height: 2em;
    padding: 4px;
  }
  .c-header .c-header__autocomplete {
    top: 30px;
  }
  .c-header .c-header__autocomplete-right {
    display: none;
  }
  .c-header .c-header__autocomplete-left {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .c-header .c-header__content {
    padding: 10px 15px;
  }
  .c-header .c-header__top-bar {
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .c-header .container {
    max-width: 1280px !important;
  }
}
.c-header__input-bar-input input {
  border-right: 0;
}
.c-header__input-bar-search-filter::after {
  background-image: url(images/icon/arrow-right-thick-primary.svg);
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 0.7em;
  height: 0.7em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  transform: rotate(90deg);
  right: 94px;
  bottom: 23px;
}
@media screen and (max-width: 991.99px) {
  .c-header__input-bar-search-filter::after {
    right: 58px;
    bottom: 7px;
  }
}
.c-header__input-bar-search-filter {
  width: 28%;
  height: 100%;
  border: 1px solid #ded25e;
  border-left: 0;
  padding: 0 10px;
}
.c-header__input-bar-search-filter select {
  width: 100%;
  height: 100%;
  background-color: unset;
  border: none;
  color: #546385;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-header__input-bar-search-filter select option {
  background-color: unset;
  border: 1px solid #ded25e;
  background: #fff;
}
.c-header__input-bar-search-filter select::-ms-expand {
  display: none;
}
.c-header__input-bar-search-filter select:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.c-main-menu {
  display: flex;
}
.c-main-menu__container {
  display: flex;
}
.c-main-menu__items {
  display: flex;
  margin-left: -10px;
}
.c-main-menu__item {
  display: flex;
  position: relative;
}
.c-main-menu__item--highlighted .c-main-menu__item-button,
.c-main-menu__item--highlighted .c-main-menu__item-label {
  color: #ded25e;
}
.c-main-menu__item--has-more .c-main-menu__item-button:after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-light.svg);
  margin-top: 0;
  margin-left: 8px;
  font-size: 12px;
  height: 1em;
  background-position: center bottom;
}
.c-main-menu__item--selected {
  border: 0;
  border-bottom: none;
  background: #6f95cc;
}
.c-main-menu__item--selected.c-main-menu__item--has-more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #fff;
}
.c-main-menu__item--selected.c-main-menu__item--has-more
  .c-main-menu__item-button {
  padding: 0 10px 0 10px;
  min-width: 201px;
}
.c-main-menu__item--selected.c-main-menu__item--has-more
  .c-main-menu__item-button:after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/close-white.svg);
  margin-left: 10px;
  font-size: 10px;
  height: 1.4em;
  background-position: center bottom;
}
.c-main-menu__item-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px 0 10px;
  min-width: 201px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  text-decoration: none !important;
}
.c-main-menu__item-button:hover {
  text-decoration: none;
}
.c-main-menu__item-label {
  font-size: inherit;
  font-family: inherit;
  color: #fff;
  white-space: nowrap;
}
.c-main-menu__item-badge-icon {
  display: flex;
  margin-left: 0.5em;
}
.c-main-menu__item-badge-icon span {
  font-size: 26px;
}
.c-catalog-search-bar {
  display: block;
  position: relative;
  height: 60px;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__background {
  display: block;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__container {
  top: 10px;
  height: 40px;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__input-bar {
  border: 1px solid #dddfe2;
  border-radius: 3px;
  overflow: hidden;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__input {
  border-right: 1px solid #dddfe2;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__input input {
  border: none;
  height: 100%;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: 40px;
  line-height: 21px;
}
.c-catalog-search-bar--wide
  .c-catalog-search-bar__input
  input::-moz-placeholder {
  font-style: normal;
  font-size: 16px;
}
.c-catalog-search-bar--wide
  .c-catalog-search-bar__input
  input:-ms-input-placeholder {
  font-style: normal;
  font-size: 16px;
}
.c-catalog-search-bar--wide
  .c-catalog-search-bar__input
  input::-ms-input-placeholder {
  font-style: normal;
  font-size: 16px;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__input input::placeholder {
  font-style: normal;
  font-size: 16px;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__input-close i {
  font-size: 16px;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__selectbox {
  height: 100%;
  background: #fff;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__selectbox select {
  background: #fff;
  height: 100%;
  line-height: 1.25em;
}
.c-catalog-search-bar--wide .c-catalog-search-bar__button button {
  height: 100%;
}
.c-catalog-search-bar--open {
  z-index: 1060;
}
.c-catalog-search-bar--open .c-catalog-search-bar__result {
  display: block;
}
.c-catalog-search-bar--open .c-catalog-search-bar__input-bar {
  border-bottom-left-radius: 0;
}
.c-catalog-search-bar--open .c-catalog-search-bar__input input {
  border-radius: 3px 0 0 0;
  border-bottom: 1px solid #dddfe2;
}
.c-catalog-search-bar--open .c-catalog-search-bar__input input:focus {
  border-bottom: 1px solid #546385;
}
.c-catalog-search-bar--open.c-catalog-search-bar--wide:not(.c-catalog-search-bar--mobile)
  .c-catalog-search-bar__input {
  border: none;
}
.c-catalog-search-bar--open.c-catalog-search-bar--wide:not(.c-catalog-search-bar--mobile)
  .c-catalog-search-bar__input-bar {
  border: none;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.15);
}
.c-catalog-search-bar--open.c-catalog-search-bar--wide:not(.c-catalog-search-bar--mobile)
  .c-catalog-search-bar__selectbox {
  background: #f0f2f4;
}
.c-catalog-search-bar--open.c-catalog-search-bar--wide:not(.c-catalog-search-bar--mobile)
  .c-catalog-search-bar__selectbox
  select {
  background: inherit;
}
.c-catalog-search-bar--open.c-catalog-search-bar--wide.c-catalog-search-bar--mobile
  .c-catalog-search-bar__input
  input {
  border: none;
}
.c-catalog-search-bar--open.c-catalog-search-bar--wide.c-catalog-search-bar--mobile
  .c-catalog-search-bar__result {
  display: flex;
  position: fixed;
  width: 100%;
  height: calc(100% - (64px + 60px));
  top: calc(64px + 60px);
  border-radius: 0;
  padding: 25px 0;
}
.c-catalog-search-bar--open.c-catalog-search-bar--wide.c-catalog-search-bar--mobile
  .c-catalog-search-bar__result-list {
  max-height: none;
  height: 100%;
}
.c-catalog-search-bar--mobile .c-catalog-search-bar__selectbox select {
  padding: 0 30px 0 12px;
}
.c-catalog-search-bar--mobile .c-catalog-search-bar__selectbox:after {
  right: 10px;
}
.c-catalog-search-bar__background {
  width: 100%;
  background: #f0f2f4;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}
.c-catalog-search-bar__container {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.c-catalog-search-bar__input-bar {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-catalog-search-bar__result {
  display: flex;
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  background: #fff;
  width: calc(100% - 80px);
  border-radius: 0 0 6px 6px;
  display: none;
  padding: 30px 0;
  z-index: 9999;
  box-shadow: 2px 10px 10px 0 rgba(0, 0, 0, 0.25);
}
.c-catalog-search-bar__result-list {
  display: block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 30vh;
}
.c-catalog-search-bar__result-item {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
}
.c-catalog-search-bar__result-item--selected
  .c-catalog-search-bar__result-item-button {
  background: rgba(221, 223, 226, 0.5);
}
.c-catalog-search-bar__result-item-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 25px;
  min-height: 40px;
  text-decoration: none !important;
}
.c-catalog-search-bar__result-item-button:hover {
  background: rgba(221, 223, 226, 0.5);
}
.c-catalog-search-bar__result-item-type {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  background: #c4514d;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}
.c-catalog-search-bar__result-item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  flex-grow: 1;
}
.c-catalog-search-bar__result-item-title b,
.c-catalog-search-bar__result-item-title strong {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.c-catalog-search-bar__input {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-left: 10px;
  border-radius: 3px 0 0 3px;
}
.c-catalog-search-bar__input input {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 3px 0 0 3px;
  padding-bottom: 2px;
  border: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #2f2432;
  height: 60px;
  line-height: normal;
  caret-color: #4c454d;
}
.c-catalog-search-bar__input input::-moz-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 20px;
  color: #c0bdbc;
  font-style: italic !important;
}
.c-catalog-search-bar__input input:-ms-input-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 20px;
  color: #c0bdbc;
  font-style: italic !important;
}
.c-catalog-search-bar__input input::-ms-input-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 20px;
  color: #c0bdbc;
  font-style: italic !important;
}
.c-catalog-search-bar__input input::placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 20px;
  color: #c0bdbc;
  font-style: italic !important;
}
.c-catalog-search-bar__input input:focus {
  outline: 0;
  box-shadow: none;
}
.c-catalog-search-bar__input-close {
  vertical-align: middle;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.c-catalog-search-bar__input-close i {
  font-size: 18px;
  vertical-align: middle;
}
.c-catalog-search-bar__input-close--hidden {
  display: none;
}
.c-catalog-search-bar__selectbox {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  height: 100%;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  background: #f0f2f4;
}
.c-catalog-search-bar__selectbox select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 100%;
  font-size: 16px;
  background-color: transparent;
  color: #546385;
  line-height: 1.5em;
  text-align: left;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0 45px 0 30px;
}
.c-catalog-search-bar__selectbox select::-ms-expand {
  display: none;
}
.c-catalog-search-bar__selectbox select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 transparent;
}
.c-catalog-search-bar__selectbox select:focus {
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-catalog-search-bar__selectbox::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(images/icon/arrow-down-primary.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 0;
  width: 1em;
  height: 1em;
  transform: translateY(-50%) translateY(2px);
  top: 50%;
  right: 20px;
  pointer-events: none;
}
.c-catalog-search-bar__button {
  display: flex;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 80px;
  height: 100%;
}
.c-catalog-search-bar__button .c-button,
.c-catalog-search-bar__button .c-choice-box .choices__button,
.c-choice-box .c-catalog-search-bar__button .choices__button {
  font-size: 60px;
  width: 100%;
  border-radius: 0 3px 3px 0;
  border: none;
  box-shadow: none !important;
}
.c-catalog-search-bar__button .c-button--processing img,
.c-catalog-search-bar__button .c-button--processing:after {
  font-size: 0.7em !important;
}
.c-catalog-search-bar__button .c-button img,
.c-catalog-search-bar__button .c-button:after,
.c-catalog-search-bar__button .c-choice-box .choices__button img,
.c-catalog-search-bar__button .c-choice-box .choices__button:after,
.c-choice-box .c-catalog-search-bar__button .choices__button img,
.c-choice-box .c-catalog-search-bar__button .choices__button:after {
  font-size: 0.4em !important;
}
@media (min-width: 992px) {
  .c-catalog-search-bar__container {
    max-width: 1024px;
  }
}
@media (max-width: 767.98px) {
  .c-catalog-search-bar__container {
    max-width: calc(100% - 30px);
  }
  .c-catalog-search-bar__selectbox {
    display: none;
  }
}
.c-cover-banner {
  position: relative;
  height: 100%;
}
.c-cover-banner__container {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.c-cover-banner__background {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.c-cover-banner__search-bar {
  width: 100%;
  margin-top: 120px;
}
.c-cover-banner__content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-showcase-thumb-box {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-decoration: none !important;
  z-index: 2;
}
.c-showcase-thumb-box__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  padding: 15px 20px;
  cursor: pointer;
  overflow: hidden;
}
.c-showcase-thumb-box__container:after {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  padding-bottom: 48.88%;
  z-index: -1;
}
.c-showcase-thumb-box__background {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}
.c-showcase-thumb-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #2f2432;
  border-radius: 3px;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
}
.c-showcase-thumb-box__hover-border {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.c-showcase-thumb-box__title {
  z-index: 3;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .c-showcase-thumb-box:hover .c-showcase-thumb-box__background {
    transform: scale(1.2);
    transition: all 0.3s ease-out;
  }
  .c-showcase-thumb-box:hover .c-showcase-thumb-box__hover-border {
    display: block;
    opacity: 1;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    top: 15px;
    left: 20px;
    transition: all 0.3s ease-out;
  }
  .c-showcase-thumb-box:hover .c-showcase-thumb-box__overlay {
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
  }
}
@media (max-width: 991.98px) {
  .c-showcase-thumb-box:hover .c-showcase-thumb-box__title {
    text-decoration: underline !important;
  }
  .c-showcase-thumb-box .c-showcase-thumb-box__container {
    border-radius: 3px;
  }
  .c-showcase-thumb-box .c-showcase-thumb-box__container:after {
    padding-bottom: 16.4%;
  }
  .c-showcase-thumb-box .c-showcase-thumb-box__background {
    width: 45%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-showcase-thumb-box .c-showcase-thumb-box__hover-border,
  .c-showcase-thumb-box .c-showcase-thumb-box__overlay {
    display: none !important;
    z-index: -1;
  }
  .c-showcase-thumb-box .c-showcase-thumb-box__title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 45%;
    width: 55%;
    height: 100%;
    color: #546385;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    border: solid 1px #dddfe2;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
    letter-spacing: 0;
    padding: 10px;
    text-transform: capitalize;
  }
}
.browser-Edge .c-showcase-thumb-box__container::after {
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  .browser-Edge .c-showcase-thumb-box__container::after {
    padding-bottom: 75px;
  }
}
.c-breadcrumb {
  display: block;
}
.c-breadcrumb--sm .c-breadcrumb__item-link,
.c-breadcrumb--sm .c-breadcrumb__item-link:hover {
  font-size: 14px !important;
  color: #4c454d;
}
.c-breadcrumb__container {
  display: inline-block;
  text-align: left;
}
.c-breadcrumb--light .c-breadcrumb__item {
  color: #fff;
}
.c-breadcrumb--light .c-breadcrumb__item .c-breadcrumb__item-link,
.c-breadcrumb--light .c-breadcrumb__item .c-breadcrumb__item-link:hover {
  color: #fff;
}
.c-breadcrumb--light .c-breadcrumb__item .c-breadcrumb__item-link:after,
.c-breadcrumb--light .c-breadcrumb__item .c-breadcrumb__item-link:hover:after {
  background-color: #fff;
}
.c-breadcrumb__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.c-breadcrumb__item:after {
  content: "/";
  display: inline-block;
  font-size: 1em;
  position: relative;
  top: 1px;
  padding: 0 0.125em 0 0.35em;
}
.c-breadcrumb__item-link,
.c-breadcrumb__item-link:hover {
  position: relative;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.c-breadcrumb__item-link:hover:not(a):not(:last-child):after,
.c-breadcrumb__item-link:not(a):not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.c-breadcrumb__item:last-child:after {
  display: none;
}
@media (max-width: 767.98px) {
  .c-breadcrumb .c-breadcrumb__item {
    font-size: 12px !important;
  }
  .c-breadcrumb .c-breadcrumb__item-link,
  .c-breadcrumb .c-breadcrumb__item-link:hover {
    font-size: 12px !important;
  }
}
.p-category-list__hero .c-breadcrumb__container li.c-breadcrumb__item a,
.p-category-list__hero
  .c-breadcrumb__container
  li.c-breadcrumb__item:last-child {
  background: #fff;
}
.c-checkbox {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 1px 0;
}
.c-checkbox input[type="checkbox"],
.c-checkbox input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  z-index: -1;
  position: absolute;
  height: 21px;
}
.c-checkbox input[type="checkbox"] + label,
.c-checkbox input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  font-size: inherit;
  line-height: 1.35em;
  color: #4c454d;
  text-transform: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.c-checkbox input[type="checkbox"] + label:after,
.c-checkbox input[type="checkbox"] + label:before,
.c-checkbox input[type="radio"] + label:after,
.c-checkbox input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.1s;
  font-size: 20px;
  height: 1em;
  width: 1em;
  background-color: #fff;
  border: 2px solid #dddfe2;
  overflow: hidden;
}
.c-checkbox input[type="checkbox"] + label:before,
.c-checkbox input[type="radio"] + label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-1);
  opacity: 0;
  z-index: 2;
  left: 4px !important;
  font-size: 12px !important;
  height: 1em;
  width: 1em;
  background-color: #546385;
  overflow: hidden;
}
.c-checkbox input[type="checkbox"]:checked + label,
.c-checkbox input[type="radio"]:checked + label {
  font-weight: 600;
}
.c-checkbox input[type="checkbox"]:checked + label:before,
.c-checkbox input[type="radio"]:checked + label:before {
  opacity: 1;
  border: none;
}
.c-checkbox input[type="checkbox"]:checked + label:after,
.c-checkbox input[type="radio"]:checked + label:after {
  border-color: #c0bdbc;
  border-width: 1px;
}
.c-checkbox--inline {
  width: auto;
}
.c-range-input input {
  display: inline-block;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #c0bdbc;
  width: calc(50% - 10px);
  box-shadow: none;
  outline: 0;
  text-align: center;
}
.c-range-input input::-moz-placeholder {
  font-style: normal;
  font-size: 14px;
  font-style: italic !important;
  color: #c0bdbc;
}
.c-range-input input:-ms-input-placeholder {
  font-style: normal;
  font-size: 14px;
  font-style: italic !important;
  color: #c0bdbc;
}
.c-range-input input::-ms-input-placeholder {
  font-style: normal;
  font-size: 14px;
  font-style: italic !important;
  color: #c0bdbc;
}
.c-range-input input::placeholder {
  font-style: normal;
  font-size: 14px;
  font-style: italic !important;
  color: #c0bdbc;
}
.c-range-input input[type="number"]::-webkit-inner-spin-button,
.c-range-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-range-input__separator {
  height: 1px;
  width: 10px;
  background: #c0bdbc;
  display: inline-block;
  padding: 0 5px;
}
.c-selectbox {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
  background: 0 0;
  width: 100%;
  color: #2f2432;
}
.c-selectbox--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.c-selectbox::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  background-image: url(images/icon/arrow-down-primary.svg);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  z-index: 1;
}
.c-selectbox--has-error,
.c-selectbox.has-error {
  border-color: #c4514d;
}
.c-selectbox--underline {
  padding-left: 0;
  height: 34px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #c0bdbc;
}
.c-selectbox--underline::after {
  background-image: url(images/icon/arrow-down-gray.svg);
  background-size: 14px 8px;
  bottom: 10px;
  right: 3px;
}
.c-selectbox--underline select {
  height: 34px;
  font-style: normal;
  font-size: 14px;
  line-height: 34px;
}
.c-selectbox--sm {
  padding-left: 10px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.c-selectbox--sm select {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.c-selectbox select {
  position: relative;
  display: inline-block;
  background: 0 0;
  width: 100%;
  vertical-align: top;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: calc(2.5em - 1px);
  line-height: 1em;
  color: inherit;
  text-align: left;
  outline: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-selectbox select[value=""],
.c-selectbox select[value="-1"],
.c-selectbox select[value="null"] {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #777f8c;
}
.c-selectbox select::-ms-expand {
  display: none;
}
.c-selectbox select:focus::-ms-value {
  background-color: transparent;
  color: #2f2432;
}
.c-selectbox select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.c-range-select-filter__item {
  margin-top: 10px;
}
.c-range-select-filter__item:last-child {
  margin-top: 12px;
}
.c-range-select-filter__item:first-child {
  margin-top: 0;
}
.c-product-card {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}
.c-product-card_free-shipping {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}
@media (max-width: 767.99px) {
  .c-product-card_free-shipping {
    left: 0;
    width: 70px;
  }
}
.c-product-card--shrink {
  display: flex !important;
  height: auto !important;
  border-radius: 0;
  border: none;
  border-top: 1px solid #dddfe2;
}
.c-product-card--shrink:last-child {
  border-bottom: 1px solid #dddfe2;
}
.c-product-card--shrink .c-product-card__info-bar,
.c-product-card--shrink .c-product-card__pagination,
.c-product-card--shrink .c-product-card__rating,
.c-product-card--shrink .c-product-card__top-right-badge,
.c-product-card--shrink .c-product-card__type-band {
  display: none;
}
.c-product-card--shrink .c-product-card__container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.c-product-card--shrink .c-product-card__preview {
  width: 28%;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.c-product-card--shrink
  .c-product-card__preview
  .c-preview-image-slider__content {
  height: 100%;
}
.c-product-card--shrink
  .c-product-card__preview
  .c-preview-image-slider__slide
  img {
  height: auto;
}
.c-product-card--shrink
  .c-product-card__preview
  .c-preview-image-slider__pagination {
  display: none;
}
.c-product-card--shrink .c-product-card__content {
  height: auto;
  padding: 8px 0;
  width: 100%;
}
.c-product-card--shrink .c-product-card__ship-info {
  width: 100%;
  margin-bottom: 0;
  padding-right: 40px;
}
.c-product-card--shrink .c-product-card__favorite-button {
  display: inline-block;
}
.c-product-card--processing > * {
  pointer-events: none;
}
.c-product-card--processing > * .c-product-card__add-button:before {
  background-image: url(images/icon/loading-dark.svg);
}
.c-product-card--disabled {
  cursor: not-allowed !important;
}
.c-product-card--disabled > * {
  pointer-events: none;
}
.c-product-card--added-to-list
  .c-product-card__preview-overlay-action-add
  span::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/heart-filled-danger.svg);
}
.c-product-card--not-available-for-shipping
  .c-product-card__ship-info-no-shipping-badge {
  display: inline-block;
}
.c-product-card--not-available-for-shipping
  .c-product-card__ship-info-no-shipping-link {
  display: inline-block;
}
.c-product-card--not-available-for-shipping .c-product-card__ship-info-text {
  display: none;
}
.c-product-card--added-to-cart
  .c-product-card__add-button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-product-card--added-to-cart .c-product-card__add-button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-white.svg);
}
.c-product-card--not-available-for-cart .c-product-card__add-button {
  background: #e8ecf6;
  border-color: #e8ecf6;
  cursor: not-allowed !important;
  pointer-events: none;
}
.c-product-card__container {
  display: block;
  height: 100%;
}
.c-product-card__preview {
  height: 145px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-product-card__preview-slider {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0 5px;
  cursor: pointer;
}
.c-product-card__preview-slider a {
  display: inherit !important;
  width: inherit !important;
  height: inherit !important;
}
.c-product-card__preview-overlay {
  position: relative;
  height: 100%;
  z-index: 1;
  display: none;
  pointer-events: none;
}
.c-product-card__preview-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 0.15) 0,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.c-product-card__preview-overlay-action-menu {
  pointer-events: all;
  padding: 5px 0;
  width: calc(100% - 28px);
  border-radius: 3px;
  box-shadow: 0 4px 46px 0 rgba(0, 0, 0, 0.17);
  background: #fff;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
  flex-wrap: wrap;
}
.c-product-card__preview-overlay-action {
  padding: 5px 10px;
}
.c-product-card__preview-overlay-action--quick-view {
  cursor: pointer;
}
.c-product-card__preview-overlay-action--quick-view span::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/eye-border-gray.svg);
  font-size: 20px;
}
.c-product-card__preview-overlay-action--add {
  cursor: pointer;
}
.c-product-card__preview-overlay-action--add span::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/heart-filled-border-gray.svg);
  font-size: 18px;
}
.c-product-card__preview-overlay-action-label {
  color: #546385;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.c-product-card__preview-overlay-action-label::before {
  background-size: 29px 20px;
  margin-right: 3px;
  vertical-align: bottom;
  content: "";
  display: inline-block;
  width: 29px;
  height: 20px;
}
.c-product-card__info-bar {
  text-align: center;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
  width: 100%;
  height: 30px;
  background: #c4514d;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.c-product-card__type-band {
  width: 158px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  background: #87a13c;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
  left: -38px;
}
.c-product-card__top-right-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 66px;
  max-height: 83px;
}
.c-product-card__content {
  padding: 0 15px 15px 15px;
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-product-card__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
  line-height: 19px;
}
.c-product-card__title a {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
  line-height: 19px;
  text-decoration: none;
  max-height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  justify-content: flex-start;
}
.c-product-card__title a:hover {
  text-decoration: underline;
}
.c-product-card__ship-info {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  flex-grow: 1;
}
.c-product-card__ship-info-text {
  font-size: 13px;
  color: #7d2254;
  margin-right: 10px;
}
.c-product-card__ship-info-no-shipping-badge {
  width: 80px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #c4514d;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  display: none;
  margin-right: 10px;
}
.c-product-card__ship-info-no-shipping-link {
  font-size: 13px;
  color: #546385;
  display: none;
  text-decoration: underline;
}
.c-product-card__rating {
  width: 100%;
  display: flex;
  align-items: center;
}
.c-product-card__rating-comment-count {
  font-size: 11px;
  font-style: italic !important;
  color: #777f8c;
  margin-left: 6px;
}
.c-product-card__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-product-card__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: flex-start;
  margin: auto;
  flex-grow: 1;
  flex-wrap: wrap;
}
.c-product-card__price-current {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 1em;
  color: #2f2432;
  margin-right: 5px;
}
.c-product-card__price-old {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  color: #c0bdbc;
  text-decoration: line-through;
}
.c-product-card__add-button {
  font-size: 36px !important;
  flex-shrink: 0;
  background: #f0f2f4;
  border: 0 !important;
}
.c-product-card__add-button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/plus-thin-primary.svg);
}
.c-product-card__favorite-button {
  display: none;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 36px !important;
}
.c-product-card__favorite-button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/heart-outline-primary.svg);
}
.c-product-card__favorite-button--favorited::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/heart-filled-primary.svg);
}
.c-product-card__tier-info p {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  color: #87a13c;
}
@media (min-width: 767.99px) {
  .p-products__list-items .partner-products__list-item .c-cart__section {
    display: none;
  }
  .p-products__list-items.list .partner-products__list-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
  }
  .p-products__list-items.list
    .partner-products__list-item
    .c-product-card__container {
    display: none;
  }
  .p-products__list-items.list
    .partner-products__list-item
    .c-product-card--added-to-cart
    .c-button--primary {
    background: #8d9e46;
    border: #8d9e46;
  }
  .p-products__list-items.list
    .partner-products__list-item
    .c-cart-item__avatar {
    display: flex;
    align-items: center;
    height: 100px;
  }
  .p-products__list-items.list
    .partner-products__list-item
    .c-cart-item__content {
    padding: 0 30px 0 35px;
  }
  .p-products__list-items.list
    .partner-products__list-item
    .c-cart-item__product,
  .p-products__list-items.list
    .partner-products__list-item
    .c-product-shop-box__action-add-to-cart {
    width: auto;
  }
  .p-products__list-items.list
    .partner-products__list-item
    .c-cart-item__price-quantity {
    min-width: auto;
  }
  .p-products__list-items.list .partner-products__list-item .c-product-card {
    border-top: none;
    border-bottom: none;
  }
  .p-products__list-items.list .partner-products__list-item .c-cart__section {
    width: 100%;
    margin-top: 0;
    display: block;
  }
  .p-products__list-items.list
    .partner-products__list-item
    .c-product-card__content
    .c-product-card__title {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .p-products__list-items.list
    .partner-products__list-item
    .c-product-card__content
    .c-product-card__footer {
    position: absolute;
    right: 0;
    top: 0;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .storelocation-products-index .c-list-view-settings__filter-button {
    visibility: hidden;
  }
  .p-products__list-items .partner-products__list-item .c-cart__section {
    display: none;
  }
  .view-modes {
    display: none;
  }
}
.modes_button {
  outline: 0 !important;
}
.modes_button:not(.active) {
  color: #4b658a;
  text-decoration: underline;
}
.c-product-card__title a {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.c-product-card_additional-flags {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  font-size: 10px;
  font-weight: 700;
  z-index: 20;
  font-family: sofia-pro, sans-serif;
}
@media screen and (max-width: 767.99px) {
  .c-product-card_additional-flags {
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .c-product-card_additional-flags {
    font-size: 8px;
    font-weight: 700;
  }
}
.c-product-card_liquidation-flag {
  background: #e03869;
  color: #fff;
  width: 100px;
  padding: 0 6px;
  margin-bottom: 5px;
}
@media screen and (max-width: 320px) {
  .c-product-card_liquidation-flag {
    width: 70px;
  }
}
.c-product-card_free-shipping-flag {
  background: #8cbb4a;
  color: #fff;
  width: 100px;
  padding: 0 6px;
  margin-bottom: 5px;
}
@media screen and (max-width: 320px) {
  .c-product-card_free-shipping-flag {
    width: 70px;
  }
}
.c-main-menu__item-button {
  min-width: unset;
}
.c-main-menu span.icon__fsd.icon__fsd--clearance {
  background-image: url(images/icon/clearance_icon.svg);
  width: 1.1em;
  height: 1.1em;
}
.c-product-card--shrink .c-product-card_additional-flags {
  right: unset;
  left: 0;
}
.c-promotion-card {
  display: flex !important;
  position: relative;
  width: 100%;
  text-decoration: none !important;
}
.c-promotion-card--wide .c-promotion-card__title {
  color: #546385;
}
.c-promotion-card--wide .c-promotion-card__description {
  color: #546385;
}
.c-promotion-card--wide
  .c-promotion-card__action-button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-promotion-card--wide .c-promotion-card__content {
  width: 33.3333%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.c-promotion-card--wide .c-promotion-card__preview {
  width: 100%;
  z-index: 0;
}
.c-promotion-card--wide .c-promotion-card__preview img {
  border-radius: 6px;
}
.c-promotion-card__container {
  display: flex;
  position: relative;
  width: 100%;
  flex-grow: 1;
  border-radius: 6px;
  background: #546385;
  overflow: hidden;
}
.c-promotion-card__content {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}
.c-promotion-card__content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #fff;
  flex-wrap: wrap;
}
.c-promotion-card__content-wrapper > * {
  max-width: 100%;
}
.c-promotion-card__title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.c-promotion-card__title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.c-promotion-card__title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-promotion-card__description {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 10px;
}
.c-promotion-card__action-button {
  justify-self: flex-end;
  background-color: #f0f2f4;
  color: #546385;
}
.c-promotion-card__action-button:hover {
  background-color: #fff;
}
.c-promotion-card__preview {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
  width: 45%;
}
.c-promotion-card__preview-wrapper {
  display: flex;
  flex-direction: column;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-promotion-card__preview-wrapper img {
  flex-shrink: 0;
}
.c-promotion-card__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  padding-bottom: 73.02%;
}
@media (max-width: 1199.98px) {
  .c-promotion-card--wide .c-promotion-card__container {
    height: auto !important;
  }
  .c-promotion-card--wide .c-promotion-card__content {
    transform: none;
    position: static;
    width: 100%;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 25px !important;
    order: 2;
  }
  .c-promotion-card--wide .c-promotion-card__preview {
    order: 1;
    width: 100% !important;
  }
  .c-promotion-card--wide .c-promotion-card__preview-wrapper {
    width: 100% !important;
  }
  .c-promotion-card--wide .c-promotion-card__preview img {
    height: auto !important;
    width: 100% !important;
    border-radius: 0;
    width: 100% !important;
  }
  .c-promotion-card--wide .c-promotion-card__preview-desktop-image {
    display: none;
  }
  .c-promotion-card--wide .c-promotion-card__preview-responsive-image {
    display: block !important;
  }
  .c-promotion-card--wide .c-promotion-card__container {
    flex-direction: column;
  }
  .c-promotion-card--wide .c-promotion-card__title {
    font-family: rift, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
  }
  .c-promotion-card--wide .c-promotion-card__description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .c-promotion-card .c-promotion-card__title {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  }
  .c-promotion-card .c-promotion-card__title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-promotion-card .c-promotion-card__title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-promotion-card .c-promotion-card__description {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .c-promotion-card .c-promotion-card__container {
    height: 120px;
  }
  .c-promotion-card .c-promotion-card__preview {
    width: 50%;
  }
  .c-promotion-card .c-promotion-card__preview-wrapper img {
    height: auto;
    width: 100%;
  }
  .c-promotion-card .c-promotion-card__title {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .c-promotion-card .c-promotion-card__title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-promotion-card .c-promotion-card__title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-promotion-card .c-promotion-card__description {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
  }
  .c-promotion-card .c-promotion-card__action-button {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .c-promotion-card .c-promotion-card__container {
    height: 90px;
  }
  .c-promotion-card .c-promotion-card__preview {
    width: 40%;
  }
  .c-promotion-card .c-promotion-card__title {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
  }
  .c-promotion-card .c-promotion-card__title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-promotion-card .c-promotion-card__title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-promotion-card .c-promotion-card__description {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
  }
}
.c-mail-sub-bar {
  background: #21487d;
}
.c-mail-sub-bar--error .c-mail-sub-bar__content,
.c-mail-sub-bar--success .c-mail-sub-bar__content {
  display: none;
}
.c-mail-sub-bar--error {
  background-color: #ce713e;
}
.c-mail-sub-bar--error .c-mail-sub-bar__message {
  display: block;
}
.c-mail-sub-bar--error .c-mail-sub-bar__message-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/alert-outline-light.svg);
}
.c-mail-sub-bar--success .c-mail-sub-bar__message {
  display: block;
}
.c-mail-sub-bar--success .c-mail-sub-bar__message-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-circle-light.svg);
}
.c-mail-sub-bar__container {
  padding: 23px;
}
.c-mail-sub-bar__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-mail-sub-bar__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}
.c-mail-sub-bar__input-bar {
  position: relative;
  border-bottom: 1px solid #fff;
  display: flex;
  width: 100%;
  align-items: center;
}
.c-mail-sub-bar__input-bar .c-form__group {
  display: flex;
  flex-direction: column-reverse;
  align-items: unset;
}
.c-choice-box .c-mail-sub-bar__input-bar .c-form__group .choices__button,
.c-mail-sub-bar__input-bar .c-form__group .c-button,
.c-mail-sub-bar__input-bar .c-form__group .c-choice-box .choices__button {
  line-height: 1.4em;
  font-weight: 600;
}
.c-mail-sub-bar__input-bar .c-form__helper-text-description {
  color: rgba(255, 255, 255, 0.5);
}
.c-mail-sub-bar__input-bar .c-form .c-text-input {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  border: 0;
  box-shadow: 0;
  background-color: transparent;
  padding: 7px 0;
  color: #fff;
}
.c-mail-sub-bar__input-bar .c-form .c-text-input::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19px;
}
.c-mail-sub-bar__input-bar .c-form .c-text-input:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19px;
}
.c-mail-sub-bar__input-bar .c-form .c-text-input::-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19px;
}
.c-mail-sub-bar__input-bar .c-form .c-text-input::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19px;
}
.c-mail-sub-bar__input-bar .c-form .c-text-input:focus {
  outline: 0;
}
.c-mail-sub-bar__input-bar .c-form .c-text-input:-webkit-autofill {
  -webkit-animation-name: backgroundTransparentLight;
  -webkit-animation-fill-mode: both;
}
.c-mail-sub-bar__input-bar .c-form .c-button--anchor {
  margin-bottom: 10px;
  text-align: right;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none !important;
}
.c-mail-sub-bar__input-bar .c-form .c-button--anchor:focus {
  outline: 0;
}
.c-mail-sub-bar__message {
  display: none;
  text-align: center;
}
.c-mail-sub-bar__message-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px !important;
}
.c-mail-sub-bar__message-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}
.c-mail-sub-bar__message-link {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .c-mail-sub-bar__title {
    margin-bottom: 10px;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
  }
}
.c-group-promotion-card__container {
  width: 100%;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  background: #fff;
}
.c-group-promotion-card__preview {
  position: relative;
  padding: 28px 38px 24px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
}
.c-group-promotion-card__preview-background {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-group-promotion-card__preview-overlay {
  background-color: #2f2432;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.c-group-promotion-card__preview-content {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.c-group-promotion-card__preview-title {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  line-height: 53px;
  color: #fff;
}
.c-group-promotion-card__preview-description {
  font-style: normal;
  font-size: 16px;
  font-style: italic !important;
  line-height: 19px;
  color: #fff;
  flex-grow: 1;
}
.c-group-promotion-card__preview-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-group-promotion-card__preview-price-old {
  font-family: rift, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-decoration: line-through;
}
.c-group-promotion-card__preview-price-current {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
}
.c-group-promotion-card__content {
  padding: 16px 21px 24px;
}
.c-group-promotion-card__product-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.c-group-promotion-card__product {
  display: flex;
  flex-direction: column;
  max-width: 100px;
  text-align: center;
}
.c-group-promotion-card__product-title {
  font-size: 14px;
  color: #2f2432;
  margin-top: 11px;
  line-height: 18px;
}
.c-group-promotion-card__action-bar {
  margin-top: 23px;
  text-align: center;
}
.c-group-promotion-card__action-bar-action-button {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 0.875rem !important;
  padding: 0.25em 0.5em 0.465em !important;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  padding: 0.55em 2em !important;
  line-height: 1em !important;
}
.c-group-promotion-card__action-bar-action-button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-group-promotion-card__action-bar-action-button:focus {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .c-group-promotion-card .c-group-promotion-card__product {
    width: 34%;
    max-width: none;
  }
}
.c-rating {
  display: inline-block;
  font-size: 18px;
  line-height: 0;
}
.c-rating--outline .c-rating__star {
  background: url(images/icon/star-outline-primary.svg) no-repeat center
    center/contain;
}
.c-rating[value] .c-rating__star {
  cursor: pointer;
}
.c-rating__stars {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
}
.c-rating__star {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url(images/icon/star-gray.svg) no-repeat center center/contain;
  background-size: contain;
}
.c-rating__star--selected {
  background: url(images/icon/star-warning.svg) no-repeat center center/contain;
  background-size: contain;
}
.c-rating__count {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 11px;
  color: rgba(76, 69, 77, 0.6);
}
.c-rating--1 .c-rating__star:nth-child(1) {
  background: url(images/icon/star-warning.svg) no-repeat center center/contain;
}
.c-rating--2 .c-rating__star:nth-child(1),
.c-rating--2 .c-rating__star:nth-child(2) {
  background: url(images/icon/star-warning.svg) no-repeat center center/contain;
}
.c-rating--3 .c-rating__star:nth-child(1),
.c-rating--3 .c-rating__star:nth-child(2),
.c-rating--3 .c-rating__star:nth-child(3) {
  background: url(images/icon/star-warning.svg) no-repeat center center/contain;
}
.c-rating--4 .c-rating__star:nth-child(1),
.c-rating--4 .c-rating__star:nth-child(2),
.c-rating--4 .c-rating__star:nth-child(3),
.c-rating--4 .c-rating__star:nth-child(4) {
  background: url(images/icon/star-warning.svg) no-repeat center center/contain;
}
.c-rating--5 .c-rating__star {
  background: url(images/icon/star-warning.svg) no-repeat center center/contain;
}
.c-rating__star-yellow {
  background: url(images/icon/star-warning.svg) no-repeat center center/contain;
}
.c-rating__star-halfyellow {
  background: url(images/icon/half-star.svg) no-repeat center center/contain;
}
.c-cover-image--no-overlay .c-cover-image__background-image {
  opacity: 1;
}
.c-cover-image--no-overlay .c-cover-image__background-overlay {
  display: none;
}
.c-cover-image--large .c-cover-image__container {
  height: 235px;
}
.c-cover-image--small .c-cover-image__container {
  height: 120px;
}
.c-cover-image--content-primary h1 {
  color: #546385 !important;
}
.c-cover-image--content-primary .c-breadcrumb__item a {
  color: #546385;
}
.c-cover-image__container {
  display: flex;
  position: relative;
  height: 150px;
  width: 100%;
}
.c-cover-image__background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.c-cover-image__background-overlay {
  background: #4c454d;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.c-cover-image__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-grow: 1;
}
.c-cover-image__content h1 {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #fff;
  line-height: 38px;
}
@media (max-width: 991.98px) {
  .c-cover-image--large .c-cover-image__container,
  .c-cover-image--small .c-cover-image__container {
    height: 90px;
  }
  .c-cover-image .c-cover-image__content h1 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .c-cover-image .c-cover-image__content h1 {
    font-size: 22px;
  }
}
.c-category-nav-list__item {
  display: flex;
  position: relative;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.25em;
  padding-left: 18px;
}
.c-category-nav-list__item + .c-category-nav-list__item {
  margin-top: 0.75em;
}
.c-category-nav-list__item--parent {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #546385;
}
.c-category-nav-list__item--parent a {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #546385;
  text-decoration: none;
}
.c-category-nav-list__item--parent a:hover {
  text-decoration: underline;
}
.c-category-nav-list__item--parent:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-left-primary.svg);
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-category-nav-list__item--selected {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.c-preview-image-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-preview-image-slider__container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-preview-image-slider__content {
  height: 100%;
}
.c-preview-image-slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
.c-preview-image-slider__slide img {
  position: absolute;
  width: auto;
  height: 120px;
  margin: auto;
  transform: translate(-50%, -50%) translateY(-1px);
  top: 50%;
  left: 50%;
}
.c-preview-image-slider__pagination {
  display: none;
}
.c-preview-image-slider__pagination .swiper-pagination-bullet {
  background-color: #546385;
  opacity: 0.5;
}
.c-preview-image-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.c-number-stepper__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  background: #fff;
}
.c-number-stepper__decrease,
.c-number-stepper__increase {
  cursor: pointer;
  padding: 11px;
  display: flex;
  align-items: center;
}
.c-number-stepper__decrease i,
.c-number-stepper__increase i {
  font-size: 14px;
  display: inline-block;
}
.c-number-stepper__input {
  flex-grow: 1;
  text-align: center;
}
.c-number-stepper__input input {
  width: 40px;
  text-align: center;
  border: 0;
  box-shadow: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-number-stepper__input input::-moz-placeholder {
  font-size: 14px;
  color: #2f2432;
}
.c-number-stepper__input input:-ms-input-placeholder {
  font-size: 14px;
  color: #2f2432;
}
.c-number-stepper__input input::-ms-input-placeholder {
  font-size: 14px;
  color: #2f2432;
}
.c-number-stepper__input input::placeholder {
  font-size: 14px;
  color: #2f2432;
}
.c-number-stepper__input input::-ms-clear,
.c-number-stepper__input input::-ms-reveal {
  display: none;
}
.c-number-stepper__input input:required {
  box-shadow: none !important;
}
.c-number-stepper__input input:invalid {
  box-shadow: none !important;
}
.c-number-stepper__input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.c-number-stepper__input input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.c-number-stepper__input input::-webkit-inner-spin-button,
.c-number-stepper__input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-number-stepper__input input[type="number"] {
  -moz-appearance: textfield;
}
.c-number-stepper__input input:focus {
  border: none;
  outline: 0;
  border-radius: 0;
}
.c-number-stepper__input input:focus::-webkit-contacts-auto-fill-button {
  display: none !important;
  opacity: 0 !important;
}
.c-number-stepper__input input:focus::-webkit-textfield-decoration-container {
  visibility: hidden;
}
.c-number-stepper__input input[type="number"]::-webkit-inner-spin-button,
.c-number-stepper__input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-text-input {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: 2.5em;
  line-height: normal;
  width: 100%;
  padding: 0 20px 1px 10px;
  border: 1px solid #dddfe2;
  background: #fff;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
}
.c-text-input--no-border {
  border: none !important;
}
.c-text-input:-webkit-autofill {
  -webkit-animation-name: backgroundTransparent;
  -webkit-animation-fill-mode: both;
}
.c-text-input.has-error {
  border-color: #c4514d;
}
.c-text-input:focus {
  border: 1px solid #546385;
}
.c-text-input::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #dddfe2;
}
.c-text-input:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #dddfe2;
}
.c-text-input::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #dddfe2;
}
.c-text-input::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #dddfe2;
}
.c-login-box__container {
  background: #fff;
  border: 1px solid #dddfe2;
  box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
  max-width: 366px;
  position: relative;
  padding: 0 30px 34px 30px;
  z-index: 1;
}
.c-login-box__container::after {
  content: "";
  background-size: 24px 11px;
  width: 24px;
  height: 11px;
  display: block;
  background: url(images/icon/pointer-polygon.svg);
  position: absolute;
  top: -11px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}
.c-login-box__caption {
  padding: 26px 0;
  position: relative;
  text-align: center;
}
.c-login-box__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
.c-login-box__caption-close {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  cursor: pointer;
}
.c-login-box__input input {
  display: block;
  margin-top: 10px;
}
.c-login-box__input input:first-child {
  margin-top: 0;
}
.c-login-box__input-forgot-password {
  text-align: right;
  margin-top: 15px;
}
.c-login-box__input-forgot-password a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-decoration: underline;
}
.c-login-box__button-group {
  margin: 21px 0 17px 0;
}
.c-login-box__button-group button {
  margin-top: 10px;
}
.c-login-box__button-group button:first-child {
  margin-top: 0;
}
.c-login-box__button-group-facebook {
  background: #4346a0;
  color: #fff;
}
.c-login-box__footer {
  text-align: center;
}
.c-login-box__footer-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  max-width: 210px;
  margin: auto auto 18px auto;
}
.c-login-box__footer button {
  color: #546385;
  border: 1px solid #dddfe2;
}
.c-category-summary-card {
  display: inline-block;
  width: 100%;
  position: relative;
}
.c-category-summary-card--lg .c-category-summary-card__container {
  height: 400px;
}
.c-category-summary-card--lg .c-category-summary-card__content-title {
  font-size: 36px !important;
}
.c-category-summary-card--lg .c-category-summary-card__content-title a,
.c-category-summary-card--lg .c-category-summary-card__content-title h1,
.c-category-summary-card--lg .c-category-summary-card__content-title h2,
.c-category-summary-card--lg .c-category-summary-card__content-title h3 {
  font-size: inherit !important;
  text-decoration: none;
}
.c-category-summary-card__container {
  position: relative;
  height: 200px;
  border-radius: 6px;
}
.c-category-summary-card__background-image {
  background: url(images/bg/content-summary.png) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -2;
  border-radius: 6px;
}
.c-category-summary-card__background-overlay {
  background: #4c454d;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  border-radius: 6px;
}
.c-category-summary-card__content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  max-width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding: 15px 0;
  border-top: solid 1px rgba(221, 223, 226, 0.3);
  border-bottom: solid 1px rgba(221, 223, 226, 0.3);
  min-height: 50%;
}
.c-category-summary-card__content-title a,
.c-category-summary-card__content-title h2,
.c-category-summary-card__content-title h3,
.c-category-summary-card__content-title h4,
.c-category-summary-card__content-title h5,
.c-category-summary-card__content-title h6 {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  text-decoration: underline;
  color: #fff;
}
.c-category-summary-card__content-items {
  max-width: 45%;
}
.c-category-summary-card__content-item a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  color: #fff;
}
.c-category-summary-card__content-body {
  max-width: 45%;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}
.c-category-summary-card__content-body h1,
.c-category-summary-card__content-body h2,
.c-category-summary-card__content-body h3,
.c-category-summary-card__content-body h4,
.c-category-summary-card__content-body h5,
.c-category-summary-card__content-body h6,
.c-category-summary-card__content-body-title {
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.c-category-summary-card__content-body p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}
.c-category-summary-card__content-body a {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .c-category-summary-card__container {
    height: auto !important;
  }
  .c-category-summary-card__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    width: 100%;
    padding: 20px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .c-category-summary-card__content-title {
    margin-bottom: 10px;
    line-height: 1.2em;
  }
  .c-category-summary-card__content-body,
  .c-category-summary-card__content-items {
    max-width: none;
  }
}
.c-list-view-settings {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-list-view-settings__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-list-view-settings__container-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-list-view-settings__container-left > * {
  margin-right: 25px;
}
.c-list-view-settings__container-left > :last-child {
  margin-right: 0;
}
.c-list-view-settings__container-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-list-view-settings__filter-button {
  display: none;
  line-height: 1em;
}
.c-list-view-settings__filter-button a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  text-decoration: none;
}
.c-list-view-settings__filter-button a:hover {
  text-decoration: underline;
}
.c-list-view-settings__filter-button a .icon__fsd {
  font-size: 32px;
  margin-right: 5px;
}
.c-list-view-settings__view-mode span {
  font-size: 28px;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}
.c-list-view-settings__view-mode span:first-child {
  margin-left: 0;
}
.c-list-view-settings__list-info {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #777f8c;
  justify-self: flex-start;
  flex-grow: 1;
}
.c-list-view-settings__list-info strong {
  font-style: normal;
  font-size: 16px;
  font-style: italic !important;
}
.c-list-view-settings__sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-list-view-settings__sort-title {
  font-style: normal;
  font-size: 14px;
  color: #777f8c;
  margin-right: 13px;
  font-style: italic !important;
  line-height: 1em;
}
.c-list-view-settings__sort-selectbox {
  position: relative;
  display: inline-block;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  border: 0;
  background: 0 0;
  min-width: 100px;
  display: flex;
  align-items: center;
}
.c-list-view-settings__sort-selectbox::after {
  content: "";
  display: block;
  background-image: url(images/icon/sort.svg);
  background-size: 9px 18px;
  width: 9px;
  height: 18px;
  margin-left: 9px;
  pointer-events: none;
}
.c-list-view-settings__sort-selectbox select {
  height: 1.5em;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  background: 0 0;
  width: 100%;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #546385;
  text-align: left;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  padding-right: 5px;
  text-align: right;
  width: auto;
}
.c-list-view-settings__sort-selectbox select::-ms-expand {
  display: none;
}
.c-list-view-settings__sort-selectbox select:focus::-ms-value {
  background-color: transparent;
  color: #2f2432;
}
.c-list-view-settings__sort-selectbox select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.c-list-view-settings__did-you-mean span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #c4514d;
}
.c-list-view-settings__did-you-mean span a {
  color: #546385;
}
@media (max-width: 991.98px) {
  .c-list-view-settings .c-list-view-settings__container-left > * {
    margin-right: 10px;
  }
  .c-list-view-settings .c-list-view-settings__filter-button {
    display: flex;
  }
  .c-list-view-settings .c-list-view-settings__view-mode {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .c-list-view-settings .c-list-view-settings__container {
    align-items: flex-start;
  }
  .c-list-view-settings .c-list-view-settings__container-left {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: calc(20px + 1em);
    position: relative;
  }
  .c-list-view-settings .c-list-view-settings__sort-title {
    display: none;
  }
  .c-list-view-settings .c-list-view-settings__list-info {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
  }
}
.c-review-overall-box__container {
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 24px 42px;
  background: #fff;
}
.c-review-overall-box__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-review-overall-box__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
.c-review-overall-box__rating {
  margin: 13px 0 8px 8px;
}
.c-review-overall-box__statistic-info-medal-count {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #546385;
}
.c-review-overall-box__statistic-info-comment-count {
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  padding-left: 10px;
}
.c-review-overall-box__content {
  margin-top: 34px;
}
.c-review-overall-box__progress-list-item {
  margin-top: 24px;
}
.c-review-overall-box__progress-list-item:first-child {
  margin-top: 0;
}
.c-review-overall-box__progress-list-item--no-info
  .c-review-overall-box__progress-list-progress-bar {
  width: 0;
}
.c-review-overall-box__progress-list-item--no-info
  .c-review-overall-box__progress-list-stats-percentage-count,
.c-review-overall-box__progress-list-item--no-info
  .c-review-overall-box__progress-list-stats-star-count {
  color: #dddfe2;
}
.c-review-overall-box__progress-list-progress {
  height: 6px;
  background: #dddfe2;
}
.c-review-overall-box__progress-list-progress-bar {
  background: #ded25e;
}
.c-review-overall-box__progress-list-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.c-review-overall-box__progress-list-stats-star-count {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #546385;
  text-align: left;
}
.c-review-overall-box__progress-list-stats-percentage-count {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  text-align: right;
}
.c-review-overall-box__footer {
  margin-top: 32px;
  text-align: center;
}
.c-choice-box .c-review-overall-box__footer .choices__button,
.c-review-overall-box__footer .c-button,
.c-review-overall-box__footer .c-choice-box .choices__button {
  width: 100%;
  color: #546385;
  border: 2px solid #dddfe2;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem !important;
}
.c-reviews-list__item {
  margin-top: 40px;
}
.c-reviews-list__item:first-child {
  margin-top: 0;
}
.c-reviews-list__item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
}
.c-reviews-list__item-info-bar {
  display: flex;
  align-items: flex-end;
  margin: 7px 0 14px 0;
}
.c-reviews-list__item-author {
  padding: 0 9px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  border: 0;
  text-decoration: none;
  cursor: auto;
}
.c-reviews-list__item-date {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
}
.c-reviews-list__item-comment p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
}
.c-reviews-list__item-feedback {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.c-reviews-list__item-feedback-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  margin-right: 12px;
}
.c-reviews-list__item-feedback-helpful-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  margin-right: 12px;
}
.c-reviews-list__item-feedback-icon {
  font-size: 25px;
  margin-right: 8px;
  cursor: pointer;
}
.c-reviews-list__item-feedback-icon-happy {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/happy-gray.svg);
}
.c-reviews-list__item-feedback-icon-sad {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/sad-gray.svg);
}
.c-reviews-list__item-feedback-link {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 8px;
}
.c-reviews-list__item-feedback-message {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.c-reviews-list__item-feedback-message-icon {
  font-size: 25px;
  margin-right: 6px;
  cursor: pointer;
}
.c-reviews-list__item-feedback-message-icon-happy {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/happy-primary.svg);
}
.c-reviews-list__item-feedback-message-text {
  font-style: normal;
  color: #6f95cc;
  margin-right: 8px;
}
.c-reviews-list__mobile-action {
  margin-top: 20px;
  display: none;
}
.c-choice-box .c-reviews-list__mobile-action .choices__button,
.c-reviews-list__mobile-action .c-button,
.c-reviews-list__mobile-action .c-choice-box .choices__button {
  position: relative;
  color: #546385;
  background: #f0f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-decoration: underline !important;
}
.c-choice-box .c-reviews-list__mobile-action .choices__button::after,
.c-reviews-list__mobile-action .c-button::after,
.c-reviews-list__mobile-action .c-choice-box .choices__button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  margin-left: 8px;
  margin-top: 1px;
}
.c-choice-box .c-reviews-list__mobile-action .choices__button:hover,
.c-reviews-list__mobile-action .c-button:hover,
.c-reviews-list__mobile-action .c-choice-box .choices__button:hover {
  color: #546385;
}
@media (max-width: 767.98px) {
  .c-reviews-list .c-reviews-list__mobile-action {
    display: flex;
  }
}
.c-category-explorer {
  display: flex;
}
.c-category-explorer--has-preview .c-category-explorer__sub-category-list {
  width: calc(100% - 300px);
  -moz-column-count: 2;
  column-count: 2;
  overflow-y: hidden;
  overflow-x: auto;
}
.c-category-explorer__container {
  display: flex;
  background-color: #fff;
  width: 100%;
  min-height: 520px;
  max-height: calc(100vh - 200px);
}
.c-category-explorer__list-col {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column;
  width: 201px;
  background-color: #6f95cc;
  padding: 28px 0 25px;
}
.c-category-explorer__detail-col {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 28px 25px 25px;
  background-color: #fff;
  overflow-y: hidden;
  overflow-x: auto;
}
.c-category-explorer__main-category-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  list-style-type: none;
}
.c-category-explorer__main-category-list-item {
  display: block;
  padding: 12px 16px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.c-category-explorer__main-category-list-item--selected,
.c-category-explorer__main-category-list-item:hover {
  color: #2f2432;
  background-color: #fff;
  transition: color 0.5s ease-in-out, background-color 0.2s ease-out;
}
.c-category-explorer__main-category-action {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  justify-self: flex-end;
  margin-top: 36px;
  padding: 0 16px;
}
.c-category-explorer__view-more-button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #2f2432;
}
.c-category-explorer__sub-category-list {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 35px;
  column-gap: 35px;
  width: 100%;
  -moz-column-fill: auto;
  column-fill: auto;
}
.c-category-explorer__sub-category-list-item {
  display: block;
  position: relative;
  padding: 12px 0 6px;
  cursor: pointer;
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}
.c-category-explorer__sub-category-list-item:hover:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
.c-category-explorer__sub-category-list-item:hover
  .c-category-explorer__sub-category-list-item-badge {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.c-category-explorer__sub-category-list-item:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #546385;
  transform: scaleX(0);
  transform-origin: left;
}
.c-category-explorer__sub-category-list-item a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #546385;
  text-decoration: none;
  display: inline-block;
  width: calc(100% - 30px);
}
.c-category-explorer__sub-category-list-item a:hover {
  text-decoration: none;
}
.c-category-explorer__sub-category-list-item-badge {
  display: inline-block;
  opacity: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  color: #4c454d;
  width: 30px;
  text-align: right;
}
.c-category-explorer__preview {
  display: flex;
  width: 300px;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  -webkit-animation: fadeIn 0.6s ease-in-out;
  animation: fadeIn 0.6s ease-in-out;
}
.c-category-explorer__preview > img {
  -webkit-animation: fadeIn 0.6s ease-in-out;
  animation: fadeIn 0.6s ease-in-out;
}
.c-saved-data-card {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.c-saved-data-card--auto-height {
  height: auto;
}
.c-saved-data-card--selected .c-saved-data-card__container {
  border: 1px solid #546385;
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.c-saved-data-card--no-container .c-saved-data-card__container {
  padding: 0;
  border: none;
}
.c-saved-data-card--no-container .c-saved-data-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-saved-data-card--empty .c-saved-data-card__container {
  border: 1px dashed #dddfe2;
  cursor: pointer;
}
.c-saved-data-card--empty .c-saved-data-card__content,
.c-saved-data-card--empty .c-saved-data-card__footer,
.c-saved-data-card--empty .c-saved-data-card__header,
.c-saved-data-card--empty .c-saved-data-card__type-image {
  display: none;
}
.c-saved-data-card--empty .c-saved-data-card__no-data {
  display: block;
}
.c-saved-data-card__container {
  padding: 25px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
}
.c-saved-data-card__header {
  margin-bottom: 25px;
}
.c-saved-data-card__header label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
}
.c-saved-data-card__content {
  flex-grow: 1;
}
.c-saved-data-card__content-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  margin-bottom: 13px;
}
.c-saved-data-card__content-description li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  line-height: 21px;
}
.c-saved-data-card__content-description li strong {
  color: #4c454d;
}
.c-saved-data-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.c-saved-data-card__footer-change-button,
.c-saved-data-card__footer-edit-button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  margin-right: 10px;
}
.c-saved-data-card__footer-change-button i,
.c-saved-data-card__footer-edit-button i {
  font-size: 22px !important;
}
.c-saved-data-card__footer-remove-button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
}
.c-saved-data-card__footer-remove-button i {
  font-size: 20px !important;
}
.c-saved-data-card__type-image {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  width: 43px;
}
.c-saved-data-card__no-data {
  display: none;
  text-align: center;
  width: 100%;
  align-self: center;
  justify-self: center;
  margin: auto;
}
.c-saved-data-card__no-data a {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
}
.c-saved-data-card__no-data a span {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  line-height: 24px;
  width: 100%;
}
.c-saved-data-card__no-data a i {
  margin-bottom: 5px;
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .c-saved-data-card--empty .c-saved-data-card__contianer {
    padding: 15px;
  }
  .c-saved-data-card__no-data {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-saved-data-card__no-data a {
    flex-direction: row;
  }
}
.c-page-wizard-header__container {
  display: block;
  position: relative;
}
.c-page-wizard-header__levels {
  display: flex;
  position: relative;
}
.c-page-wizard-header__level {
  position: relative;
  flex-grow: 1;
}
.c-page-wizard-header__level::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #f0f2f4;
}
.c-page-wizard-header__level:first-child {
  padding-left: 0;
}
.c-page-wizard-header__level:first-child::after {
  border-radius: 6px 0 0 6px;
}
.c-page-wizard-header__level:first-child
  .c-page-wizard-header__level-container {
  justify-content: flex-start;
  padding-left: 0;
}
.c-page-wizard-header__level:last-child::after {
  border-radius: 0 6px 6px 0;
}
.c-page-wizard-header__level:last-child .c-page-wizard-header__level-container {
  justify-content: flex-end;
  padding-right: 0;
}
.c-page-wizard-header__level:last-child
  .c-page-wizard-header__level-title:after {
  display: none;
}
.c-page-wizard-header__level--current::after {
  background: #546385;
}
.c-page-wizard-header__level--current
  .c-page-wizard-header__level-container
  i:nth-child(1) {
  display: none;
}
.c-page-wizard-header__level--current
  .c-page-wizard-header__level-container
  i:nth-child(2) {
  display: inline-block;
}
.c-page-wizard-header__level--current .c-page-wizard-header__level-title {
  color: #546385;
}
.c-page-wizard-header__level--completed {
  cursor: pointer;
}
.c-page-wizard-header__level--completed::after {
  background: #546385;
}
.c-page-wizard-header__level--completed
  .c-page-wizard-header__level-title::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-secondary.svg);
  font-size: 18px;
  display: inline-block;
  margin-left: 7px;
}
.c-page-wizard-header__level-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
.c-page-wizard-header__level i {
  font-size: 25px;
}
.c-page-wizard-header__level i:nth-child(2) {
  display: none;
}
.c-page-wizard-header__level-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  margin-left: 4px;
}
.c-page-wizard-header__level-title::after {
  content: "";
  font-size: 18px;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 7px;
}
.c-page-wizard-header__level-title strong {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .c-page-wizard-header__container {
    padding: 0;
    background: 0 0;
  }
  .c-page-wizard-header__levels {
    justify-content: space-between;
  }
  .c-page-wizard-header__level {
    position: relative;
  }
  .c-page-wizard-header__level::after {
    display: none;
  }
  .c-page-wizard-header__level:last-child {
    flex-grow: 0;
  }
  .c-page-wizard-header__level-container {
    justify-content: flex-start !important;
    padding: 20px 0;
  }
  .c-page-wizard-header__level-container i {
    display: none !important;
  }
  .c-page-wizard-header__level-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #cfd0df;
  }
  .c-page-wizard-header__level-title::after {
    display: none !important;
  }
  .c-page-wizard-header__level-title::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #cfd0df;
    display: inline-block;
    margin-right: 5px;
    border-radius: 100%;
  }
  .c-page-wizard-header__level-icon {
    display: none;
  }
  .c-page-wizard-header__level--current .c-page-wizard-header__level-title {
    color: #4c454d;
  }
  .c-page-wizard-header__level--current
    .c-page-wizard-header__level-title::before {
    background: #546385;
  }
  .c-page-wizard-header__level--completed .c-page-wizard-header__level-title {
    color: #4c454d;
  }
  .c-page-wizard-header__level--completed
    .c-page-wizard-header__level-title::before {
    background: #87a13c;
  }
}
.c-free-shipping-box--qualified .c-free-shipping-box__caption-title {
  color: #50b32e;
}
.c-free-shipping-box--qualified .c-free-shipping-box__caption-title:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-success.svg);
  font-size: 18px;
  margin-right: 5px;
}
.c-free-shipping-box--qualified
  .c-free-shipping-box__price-status-bar
  .c-progress-status-bar {
  padding-bottom: 10px;
}
.c-free-shipping-box__container {
  padding: 20px 22px 18px;
  background: #f0f2f4;
  border-radius: 3px;
  position: relative;
}
.c-free-shipping-box__container::after {
  content: "";
  background-size: 13px 9px;
  width: 13px;
  height: 9px;
  display: block;
  background: url(images/icon/pointer-polygon-gray.svg);
  position: absolute;
  top: -9px;
  left: 22px;
  z-index: 2;
}
.c-free-shipping-box__caption {
  display: flex;
  align-items: center;
}
.c-free-shipping-box__caption-icon {
  font-size: 58px;
  margin-right: 11px;
}
.c-free-shipping-box__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2em;
  color: #546385;
}
.c-free-shipping-box__price-status-bar {
  margin: 10px 0 5px 0;
}
.c-free-shipping-box__price-status-bar-total-track {
  background: #fff;
  height: 6px;
}
.c-free-shipping-box__price-status-bar-current-track {
  background: #87cfd8;
}
.c-free-shipping-box__price-status-bar-stats {
  margin-top: 5px;
  position: relative;
  width: 100%;
}
.c-free-shipping-box__price-status-bar span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #777f8c;
  position: absolute;
}
.c-free-shipping-box__price-status-bar-start-label {
  left: 0;
}
.c-free-shipping-box__price-status-bar-current-label {
  color: #4c454d;
  left: 25%;
  transform: translateX(-25%);
}
.c-free-shipping-box__price-status-bar-total-label {
  text-align: right;
  right: 0;
}
.c-free-shipping-box__description p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  line-height: 1.3em;
}
.c-progress-status-bar {
  padding-bottom: 15px;
  padding-top: 25px;
}
.c-progress-status-bar--top-stats {
  padding-top: 15px;
}
.c-progress-status-bar--top-stats .c-progress-status-bar__start-label,
.c-progress-status-bar--top-stats .c-progress-status-bar__total-label {
  top: -25px;
}
.c-progress-status-bar__total-track {
  background: #fff;
  height: 6px;
}
.c-progress-status-bar__current-track {
  background-color: #87cfd8;
}
.c-progress-status-bar__stats {
  margin-top: 5px;
  position: relative;
  width: 100%;
}
.c-progress-status-bar__stats > span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #777f8c;
  position: absolute;
  line-height: 1em;
  white-space: nowrap;
}
.c-progress-status-bar__start-label,
.c-progress-status-bar__total-label {
  top: -25px;
}
.c-progress-status-bar__start-label {
  left: 0;
}
.c-progress-status-bar__current-label {
  color: #4c454d !important;
  transform: translateX(-50%);
}
.c-progress-status-bar__current-label:before {
  top: -100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #87cfd8;
  border-width: 4px;
  transform: translateX(-50%) translateY(3px);
}
.c-progress-status-bar__total-label {
  text-align: right;
  right: 0;
}
.c-order-summary-box-details {
  padding: 20px;
  border: 1px solid #dddfe2;
  border-radius: 5px;
}
.c-order-summary-box-details h2 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #2f2432;
}
.c-order-summary-box__business {
  color: #777f8c;
  font-size: 13px;
  margin-top: 15px;
}
.c-order-summary-box--order-process .c-order-summary-box__separator {
  display: block;
}
.c-order-summary-box--order-process .c-order-summary-box__action-button {
  display: none;
}
.c-order-summary-box--order-process
  .c-order-summary-box__item-shipping-progress {
  display: block;
}
.c-order-summary-box--place-your-order .c-order-summary-box__separator {
  display: block;
}
.c-order-summary-box--place-your-order .c-order-summary-box__code {
  display: none;
}
.c-order-summary-box--place-your-order .c-order-summary-box__action-button {
  display: block;
}
.c-order-summary-box--place-your-order
  .c-order-summary-box__item-shipping-progress {
  display: block;
}
.c-order-summary-box--place-your-order .c-order-summary-box__terms-check {
  display: block;
}
.c-order-summary-box--has-discount .c-order-summary-box__total-price-value-sub {
  display: flex;
}
.c-order-summary-box--shrink {
  position: fixed;
  width: 100vw;
  bottom: 0;
  left: 0;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 1020;
  transition: bottom 0.35s ease-in-out;
}
.c-order-summary-box--shrink:not(.c-order-summary-box--not-checkout)
  .c-order-summary-box__action-button {
  display: none;
}
.c-order-summary-box--shrink .c-order-summary-box__total {
  align-items: center;
  justify-content: flex-start;
}
.c-order-summary-box--shrink .c-order-summary-box__total-title {
  margin-right: 10px;
}
.c-order-summary-box--shrink .c-order-summary-box__total-title::after {
  display: none !important;
}
.c-order-summary-box--shrink .c-order-summary-box__total-price {
  flex-grow: 1;
}
.c-order-summary-box--shrink .c-order-summary-box__total-order-detail {
  display: block;
}
.c-order-summary-box--shrink .c-order-summary-box__total-price-discount {
  display: none;
}
.c-order-summary-box--shrink.c-order-summary-box--expanded {
  bottom: 0;
  transition: bottom 0.35s ease-in-out;
}
.c-order-summary-box--shrink.c-order-summary-box--expanded
  .c-order-summary-box__container {
  padding: 25px 20px;
  height: calc(100vh - 64px) !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-order-summary-box--shrink.c-order-summary-box--expanded
  .c-order-summary-box__total-title::after {
  transform: rotate(0);
}
.c-order-summary-box--shrink.c-order-summary-box--expanded
  .c-order-summary-box__total-order-detail-link::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/close-primary.svg);
  transform: rotate(0);
}
.c-order-summary-box--shrink .c-order-summary-box__container {
  padding: 15px;
  height: 60px;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}
.c-order-summary-box--shrink .c-order-summary-box__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -10px;
  min-height: 50px;
}
.c-order-summary-box--shrink .c-order-summary-box__action-button {
  margin: 0;
}
.c-order-summary-box--shrink .c-order-summary-box__total-title::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  transform: rotate(180deg);
  font-size: 16px;
  margin-left: 10px;
}
.c-order-summary-box--shrink .c-order-summary-box__total-price {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}
.c-order-summary-box--shrink .c-order-summary-box__total-price-you-saved {
  margin-right: 10px;
  margin-bottom: 3px;
}
.c-order-summary-box__container {
  position: relative;
  background: #f0f2f4;
  padding: 19px;
}
.c-order-summary-box__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 585px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  z-index: 1;
  background: #f0f2f4;
}
.c-order-summary-box__loading::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url(images/animated-gifs/dot-loading.gif);
  font-size: inherit;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto;
  background-position: center;
}
.c-order-summary-box__total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-order-summary-box__total-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #2f2432;
}
.c-order-summary-box__total-price {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.c-order-summary-box__total-price-value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.c-order-summary-box__total-price-value-sub {
  display: none;
  font-family: rift, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
  color: #c0bdbc;
  text-decoration: line-through;
  margin-right: 10px;
}
.c-order-summary-box__total-price-value-grand {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1em;
  color: #546385;
}
.c-order-summary-box__total-price-discount {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 1em;
  color: #777f8c;
  text-align: right;
}
.c-order-summary-box__total-main-total {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 31px;
  color: #546385;
}
.c-order-summary-box__total-saved-total {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #777f8c;
}
.c-order-summary-box__total-order-detail {
  display: none;
}
.c-order-summary-box__total-order-detail-link {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  text-decoration: none;
}
.c-order-summary-box__total-order-detail-link::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  transform: rotate(180deg);
  font-size: 18px;
  margin-left: 10px;
}
.c-order-summary-box__separator {
  display: none;
  position: relative;
  width: calc(100% + 66px);
  left: -33px;
  background: url(images/pattern/zigzag-line.svg);
  background-repeat: repeat-x;
  background-position-x: center;
  margin: 18px 0 25px 0;
  height: 10px;
}
.c-order-summary-box__action-button {
  margin: 27px 0 0 0;
}
.c-order-summary-box__promotion-code-list {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.c-order-summary-box__list-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #2f2432;
  margin-bottom: 15px;
}
.c-order-summary-box__item:first-child {
  margin-top: 0;
}
.c-order-summary-box__item-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-order-summary-box__item--opacity {
  opacity: 0.45;
}
.c-order-summary-box__item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  line-height: 32px;
}
.c-order-summary-box__item-price {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  color: #4c454d;
  text-align: right;
}
.c-order-summary-box__item-price-old {
  margin: 0 5px 0 auto;
  font-size: 0.85em;
  text-decoration: line-through;
  opacity: 0.35;
}
.c-order-summary-box__item-shipping-detail,
.c-order-summary-box__item-tax-detail {
  margin-top: 10px;
}
.c-order-summary-box__item-shipping-detail span,
.c-order-summary-box__item-tax-detail span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #4c454d;
  display: inline-block;
}
.c-order-summary-box__item-shipping-detail #uploadTaxExemptionInput,
.c-order-summary-box__item-tax-detail #uploadTaxExemptionInput {
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
}
.c-order-summary-box__item-shipping-detail {
  margin-top: 0;
}
.c-order-summary-box__item-info {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #4c454d;
  width: 100%;
  display: inline-block;
}
.c-order-summary-box__item-info a {
  color: #546385;
  text-decoration: underline;
}
.c-order-summary-box__item-shipping-progress {
  display: none;
  padding: 15px 0 10px;
}
.c-order-summary-box__item-shipping-progress
  .c-progress-status-bar__current-label {
  color: #4c454d;
}
.c-order-summary-box__terms-check {
  display: none;
}
.c-order-summary-box__terms-check .c-checkbox {
  display: flex;
  align-items: flex-start;
}
.c-order-summary-box__terms-check .c-checkbox label a {
  text-decoration: none;
}
.c-order-summary-box__terms-check .c-checkbox label::after,
.c-order-summary-box__terms-check .c-checkbox label::before {
  top: 13px !important;
}
@media (max-width: 767.98px) {
  .c-order-summary-box--shrink .c-order-summary-box__loading {
    min-height: calc(100vh - 128px);
  }
}
.c-product-summary-table
  .c-product-summary-table__item
  + .c-product-summary-table__item {
  border-top: 1px solid #dddfe2;
}
.c-product-summary-table__container {
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-product-summary-table__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 25px;
}
.c-product-summary-table__item-avatar {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-product-summary-table__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-right: 15px;
}
.c-product-summary-table__item-info-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  line-height: 1.2em;
  flex-grow: 1;
}
.c-product-summary-table__item-info-quantity {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
}
.c-product-summary-table__item-info-ship {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #7d2254;
  padding: 3px 0;
  display: block;
}
.c-product-summary-table__item-price {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  white-space: nowrap;
  text-align: right;
  align-items: flex-end;
}
.c-product-summary-table__item-price-group {
  display: flex;
  align-items: baseline;
}
.c-product-summary-table__item-price-current {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #4c454d;
  line-height: 1.2em;
}
.c-product-summary-table__item-price-discounted {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #87a13c;
  line-height: 1.2em;
  margin-left: 4px;
  display: none;
}
.c-product-summary-table__item-price-discount-description {
  display: none;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #87a13c;
  line-height: 1.2em;
  margin-top: 5px;
}
.c-product-summary-table__item--discounted
  .c-product-summary-table__item-price-discount-description,
.c-product-summary-table__item--discounted
  .c-product-summary-table__item-price-discounted {
  display: block;
}
.c-product-summary-table__item--discounted
  .c-product-summary-table__item-price-current {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  text-decoration: line-through;
}
.c-product-summary-table__separator {
  border: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: #dddfe2;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .c-product-summary-table__item {
    padding: 20px 20px 20px 80px;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-product-summary-table__item-avatar {
    position: absolute;
    top: 20px;
    left: 10px;
    margin: 0;
  }
  .c-product-summary-table__item-info {
    padding-right: 0;
  }
  .c-product-summary-table__item-price {
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
}
.c-notification__container {
  padding: 17px 21px 17px 29px;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  align-items: baseline;
  background: #000;
}
.c-notification__info {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  max-width: 350px;
  padding-right: 20px;
}
.c-notification__close {
  font-size: 13px;
  cursor: pointer;
}
.c-notification--success .c-notification__container {
  background: #87a13c;
}
.c-notification--danger .c-notification__container,
.c-notification--error .c-notification__container {
  background: #c4514d;
}
.c-notification--info .c-notification__container {
  background: #aaaeb1;
}
.c-notification--warning .c-notification__container {
  background: #ded25e;
}
.c-mini-cart-notification .c-cart-item__product-action--remove {
  position: absolute;
  top: 5px;
  right: -37px;
}
.c-mini-cart-notification__container {
  background: #fff;
  border: 1px solid #dddfe2;
  box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .c-mini-cart-notification__container {
    max-width: 407px;
  }
}
.c-mini-cart-notification__arrow {
  background-size: 24px 11px;
  width: 24px;
  height: 11px;
  display: block;
  background: url(images/icon/pointer-polygon.svg);
  position: absolute;
  top: -11px;
  right: 55px;
  z-index: 2;
}
.c-mini-cart-notification__caption {
  padding: 20px 28px;
  position: relative;
}
.c-mini-cart-notification__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
}
.c-mini-cart-notification__caption-close {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  cursor: pointer;
  font-size: 16px;
}
.c-choice-box .c-mini-cart-notification__caption-close .choices__button,
.c-mini-cart-notification__caption-close .c-button,
.c-mini-cart-notification__caption-close .c-choice-box .choices__button {
  font-size: 32px;
}
.c-mini-cart-notification__notification {
  text-align: center;
  padding: 13px;
  background: #87a13c;
  width: calc(100% + 2px);
  margin-left: -1px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  line-height: 23px;
}
.c-mini-cart-notification__product {
  padding: 0 28px;
}
.c-mini-cart-notification__product-bar {
  display: flex;
  align-items: center;
  margin-top: 13px;
  position: relative;
}
.c-mini-cart-notification__product-thumb {
  width: 47px;
  margin-top: 10px;
  align-self: flex-start;
  flex-shrink: 0;
}
.c-mini-cart-notification__product-name {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #2f2432;
  line-height: 20px;
  margin-left: 14px;
  margin-right: 25px;
}
.c-mini-cart-notification__product-price {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
}
.c-mini-cart-notification__product-shipsin {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  color: #c4514d;
  margin-bottom: 10px;
}
.c-mini-cart-notification__product-each,
.c-mini-cart-notification__product-qty {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  margin-left: 5px;
}
.c-mini-cart-notification__footer {
  margin: 20px 28px 0;
  border-top: 1px solid #dddfe2;
  padding-top: 20px;
  padding-bottom: 100px;
}
.c-mini-cart-notification__footer-items {
  font-style: normal !important;
  font-size: 15px !important;
  color: #50b32e !important;
}
.c-mini-cart-notification__footer--summary--shipsfree {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #50b32e;
}
.c-mini-cart-notification__footer--summary span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #2f2432;
}
.c-mini-cart-notification__footer--summary-total span:last-child {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  color: #546385;
}
.c-mini-cart-notification__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 23px 0 14px 0;
}
.c-mini-cart-notification__subtotal-heading-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
}
.c-mini-cart-notification__subtotal-heading-item-count {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #777f8c;
  display: inline-block;
  margin-left: 8px;
}
.c-mini-cart-notification__subtotal-price {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-align: right;
}
.c-mini-cart-notification__action {
  padding-bottom: 15px;
}
.c-choice-box .c-mini-cart-notification__action .choices__button,
.c-mini-cart-notification__action .c-button,
.c-mini-cart-notification__action .c-choice-box .choices__button {
  padding: 0.55em 2em !important;
}
.c-mini-cart-notification__action .c-button--outline:hover {
  background: #fff !important;
}
.c-choice-box .c-mini-cart-notification__action .choices__button,
.c-mini-cart-notification__action .c-button--link,
.c-mini-cart-notification__action .c-choice-box .choices__button {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 15px !important;
}
.c-mini-cart-notification__action-primary {
  margin-bottom: 5px;
}
.c-mini-cart-notification__no-data {
  display: none;
}
.c-mini-cart-notification__no-data-title {
  font-size: 15px;
}
.c-mini-cart-notification__no-data-container {
  text-align: center;
}
.c-mini-cart-notification__no-data-info {
  padding: 0 28px 20px 28px;
  text-align: center;
}
.c-mini-cart-notification__no-data-info p {
  font-style: normal;
  font-size: 15px;
  font-style: italic !important;
  line-height: 23px;
  color: #777f8c;
}
.c-mini-cart-notification__no-data-info p span {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-mini-cart-notification__no-data-footer {
  background: #f0f2f4;
  text-align: center;
  padding: 14px 28px;
}
.c-mini-cart-notification__no-data-footer p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #546385;
}
.c-mini-cart-notification--empty .c-mini-cart-notification__no-data {
  display: block;
}
.c-mini-cart-notification--empty .c-mini-cart-notification__content,
.c-mini-cart-notification--empty .c-mini-cart-notification__footer {
  display: none;
}
.c-mini-cart-notification__actions {
  display: flex;
  align-items: center;
}
.c-mini-cart-notification__actions--trash {
  position: absolute;
  top: 8px;
  right: -15px;
  font-size: 14px;
  cursor: pointer;
}
.c-mini-cart-notification__actions .c-number-stepper__decrease,
.c-mini-cart-notification__actions .c-number-stepper__increase {
  padding: 5px 5px;
}
.c-content-summary-card {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.c-content-summary-card__container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.c-content-summary-card__preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  border-radius: 6px;
  padding: 15px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none !important;
}
.c-content-summary-card__preview-background {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}
.c-content-summary-card__preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #2f2432;
  border-radius: 3px;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
}
.c-content-summary-card__preview-hover-border {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.c-content-summary-card__preview-title {
  position: relative;
  z-index: 4;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
}
.c-content-summary-card__content {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.35em;
  color: #2f2432;
}
.c-content-summary-card__description a:not(:hover) {
  color: #2f2432;
  text-decoration: none;
}
.c-content-summary-card__description a:hover {
  text-decoration: underline;
}
.c-content-summary-card__action {
  display: block;
  margin-top: 10px;
}
.c-form {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.c-form--no-container .c-form__container {
  padding: 0;
  border: none;
}
.c-form--no-border .c-form__container {
  border: 0;
}
.c-form--gray .c-form__container {
  background: #f0f2f4;
}
.c-form--gray .c-form__container .c-text-input:-webkit-autofill {
  -webkit-animation-name: backgroundWhite;
  -webkit-animation-fill-mode: both;
}
.c-form--light .c-form__helper--warning .c-form__helper-text-description,
.c-form--light .c-form__helper-text .c-form__helper-text-description,
.c-form--light .c-form__helper-text--error .c-form__helper-text-description {
  color: #fff;
}
.c-form--light .c-form__helper--warning::before,
.c-form--light .c-form__helper-text--error::before,
.c-form--light .c-form__helper-text::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-light.svg);
}
.c-form--light .c-inline-notification--danger .c-inline-notification__container,
.c-form--light .c-inline-notification--error .c-inline-notification__container {
  border: 1px dashed #fff;
}
.c-form--light .c-inline-notification--danger .c-inline-notification__header,
.c-form--light .c-inline-notification--error .c-inline-notification__header {
  margin-bottom: 0;
}
.c-form--light .c-inline-notification--danger .c-inline-notification__header p,
.c-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info,
.c-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h2,
.c-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h3,
.c-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h4,
.c-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h5,
.c-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h6,
.c-form--light .c-inline-notification--error .c-inline-notification__header p,
.c-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info,
.c-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h2,
.c-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h3,
.c-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h4,
.c-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h5,
.c-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h6 {
  color: #fff;
}
.c-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-icon::before,
.c-form--light
  .c-inline-notification--error
  .c-inline-notification__header-icon::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/alert-outline-danger-light.svg);
}
.c-form--light
  .c-inline-notification--success
  .c-inline-notification__container {
  border: 1px dashed #fff;
}
.c-form--light .c-inline-notification--success .c-inline-notification__header {
  margin-bottom: 0;
}
.c-form--light .c-inline-notification--success .c-inline-notification__header p,
.c-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info,
.c-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h2,
.c-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h3,
.c-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h4,
.c-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h5,
.c-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h6 {
  color: #fff;
}
.c-form--light
  .c-inline-notification--success
  .c-inline-notification__header-icon::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-circle-success-light.svg);
}
.c-form__container {
  padding: 20px 30px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-form__section {
  margin-top: 30px;
}
.c-form__section:first-child {
  margin-top: 0;
}
.c-form__section--helper-text {
  margin-top: 18px;
}
.c-form__section-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #2f2432;
  margin-bottom: 20px;
}
.c-form__section-row {
  margin-top: 15px;
}
.c-form__section-row:first-child {
  margin-top: 0;
}
.c-form__customer-section {
  width: 100%;
  display: block;
}
.c-form__customer-section--customer-code-reveal .c-form__group {
  display: none;
}
.c-form__customer-section--customer-code-reveal .c-form__group-customer {
  display: block !important;
}
.c-form__customer-section--customer-code-reveal
  .c-form__group-customer-link::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/close-primary.svg);
  font-size: 11px;
  margin-right: 3px;
  margin-top: 3px;
}
.c-form__customer-section .c-form__group-customer {
  display: none;
}
.c-form__group {
  width: 100%;
  display: block;
}
.c-form__group-customer-link {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #546385;
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}
.c-form__group label {
  width: 100%;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  margin-bottom: 7px;
}
.c-choice-box .c-form__group .choices__button,
.c-form__group .c-button,
.c-form__group .c-choice-box .choices__button {
  padding: 0.5575em 2em;
}
.c-form__group > .icon__fsd {
  font-size: 40px !important;
}
.c-form__helper-text {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.c-form__helper-text::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-light-gray.svg);
  margin-top: 0.125em;
  margin-right: 0.25em;
  vertical-align: bottom;
}
.c-form__helper-text-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #aaaeb1;
  line-height: 18px;
}
.c-form__helper-text--error .c-form__helper-text-description {
  color: #c4514d;
}
.c-form__helper-text--error::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-danger.svg);
}
.c-form__helper-text--warning .c-form__helper-text-description {
  color: #ded25e;
}
.c-form__helper-text--warning::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-warning.svg);
}
.c-form__confirmation-text {
  margin-top: 30px;
}
.c-form__confirmation-text.apply-msts {
  background: #f0f2f4;
  margin-right: -30px;
  margin-left: -30px;
  padding-left: 32px;
  padding: 20px 32px;
}
.c-form__confirmation-text-checkbox input[type="checkbox"] + label:after,
.c-form__confirmation-text-checkbox input[type="checkbox"] + label:before {
  top: 5px;
}
.c-form__confirmation-text-description {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 15px !important;
  color: #aaaeb1;
  line-height: 19px;
}
.c-form__confirmation-text-description a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
}
.c-form__confirmation-text-description div {
  color: #777f8c;
  font-size: 13px;
}
.c-form__separator {
  height: 1px;
  width: 100%;
  margin: 30px 0;
  border: 0;
  background-color: #dddfe2;
}
.c-form__password-strength {
  width: 100%;
  height: 6px;
  background: #f0f2f4;
  position: relative;
  border-radius: 50px;
  margin-top: 10px;
  transition: all 0.5s ease-in;
}
.c-form__password-strength-inner-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px 0 0 50px;
  display: none;
}
.c-form__password-strength--weak .c-form__password-strength-inner-bar {
  display: block;
  background: #c4514d;
  width: 33.3333%;
}
.c-form__password-strength--good .c-form__password-strength-inner-bar {
  display: block;
  background: #ded25e;
  width: 66.6666%;
}
.c-form__password-strength--strong .c-form__password-strength-inner-bar {
  display: block;
  background: #87a13c;
  width: 100%;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .c-form .c-form__section:not(.c-form__section--action) .c-form__section-row {
    margin-top: 15px;
  }
  .c-form
    .c-form__section:not(.c-form__section--action)
    .c-form__section-row:first-child {
    margin-top: 0;
  }
  .c-form
    .c-form__section:not(.c-form__section--action)
    .c-form__section-row
    [class*="col-"]:not(:first-child) {
    margin-top: 15px;
  }
  .c-form .c-form__group {
    padding: 0 !important;
  }
  .c-form .c-form__section + .c-form__section {
    margin-top: 30px !important;
  }
}
.c-catalog-sidebar {
  display: block;
  overflow: hidden;
}
.c-catalog-sidebar--accordion {
  display: none;
}
.c-catalog-sidebar--accordion
  .c-catalog-sidebar__section
  + .c-catalog-sidebar__section {
  margin-top: 0;
}
.c-catalog-sidebar--accordion .c-catalog-sidebar__section-caption {
  display: flex;
  margin: 0;
  cursor: pointer;
}
.c-catalog-sidebar--accordion .c-catalog-sidebar__section-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  flex-grow: 0;
  flex-shrink: 1;
  transition: opacity 0.3s ease-in-out;
}
.c-catalog-sidebar--accordion .c-catalog-sidebar__section-content-body {
  padding: 15px;
}
.c-catalog-sidebar--accordion .c-catalog-sidebar__section-content-footer {
  margin-top: 15px;
  border-top: solid 1px #dddfe2;
  padding: 15px;
  flex-direction: row;
  background-color: #f0f2f4;
}
.c-catalog-sidebar--accordion .c-catalog-sidebar__element--hide-when-accordion {
  display: none;
}
.c-catalog-sidebar--accordion .c-catalog-sidebar__filters-action {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.c-catalog-sidebar--accordion
  .c-catalog-sidebar__filters-action
  .c-button--primary {
  font-size: 18px;
  padding: 0.5em 1.5em;
}
.c-catalog-sidebar--accordion
  .c-catalog-sidebar__filters-action
  .c-button--full-width {
  width: auto !important;
}
.c-catalog-sidebar--accordion
  .c-catalog-sidebar__filters-action
  .c-button--link,
.c-catalog-sidebar--accordion
  .c-catalog-sidebar__filters-action
  .c-choice-box
  .choices__button,
.c-choice-box
  .c-catalog-sidebar--accordion
  .c-catalog-sidebar__filters-action
  .choices__button {
  font-size: 16px;
  padding: 0.5em 1.5em;
}
.c-catalog-sidebar__container {
  display: block;
  width: 100%;
  height: inherit;
}
.c-catalog-sidebar__sections {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
}
.c-catalog-sidebar__section {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.c-catalog-sidebar__section + .c-catalog-sidebar__section {
  margin-top: 40px;
}
.c-catalog-sidebar__section--flex {
  flex-grow: 1;
}
.c-catalog-sidebar__section--expanded {
  flex-shrink: 1;
}
.c-catalog-sidebar__section--expanded
  .c-catalog-sidebar__element--hide-when-expanded {
  display: none;
}
.c-catalog-sidebar__section--expanded
  .c-catalog-sidebar__section-caption-title::after {
  transform: rotate(0);
}
.c-catalog-sidebar__section--expanded .c-catalog-sidebar__section-content {
  flex-grow: 1;
  height: 100%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  touch-action: none;
}
.c-catalog-sidebar__section--expanded .c-catalog-sidebar__section-content-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-catalog-sidebar__section-caption {
  display: none;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 17px 15px 16px;
  margin-bottom: 15px;
  justify-content: center;
}
.c-catalog-sidebar__section-caption-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
}
.c-catalog-sidebar__section-caption-right {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: flex-end;
}
.c-catalog-sidebar__section-caption-title {
  display: flex;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
}
.c-catalog-sidebar__section-caption-title::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-gray.svg);
  transform: rotate(-90deg);
  margin-left: 10px;
}
.c-catalog-sidebar__section-caption-description {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4c454d;
  padding: 10px 0;
}
.c-catalog-sidebar__section-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.c-catalog-sidebar__section-content-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-catalog-sidebar__section-content-footer {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 40px;
  justify-content: center;
}
.c-catalog-sidebar__section-content-footer-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
}
.c-catalog-sidebar__section-content-footer-right {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: flex-end;
}
.c-catalog-sidebar__section-content-footer-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
.c-catalog-sidebar__group + .c-catalog-sidebar__group {
  margin-top: 36px;
}
.c-catalog-sidebar__group-caption {
  display: flex;
  margin-bottom: 15px;
}
.c-catalog-sidebar__group-caption-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
.c-catalog-sidebar__group-caption-right {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: flex-end;
}
.c-catalog-sidebar__group-caption-title {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: rgba(47, 36, 50, 0.4);
}
.c-catalog-sidebar__group-items {
  display: block;
  list-style-type: none;
}
.c-catalog-sidebar__group-items + .c-catalog-sidebar__group-items {
  margin-top: 20px;
}
.c-catalog-sidebar__group-item {
  display: block;
}
.c-catalog-sidebar__group-item + .c-catalog-sidebar__group-item {
  margin-top: 10px;
}
.c-catalog-sidebar__filters-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .c-catalog-sidebar--scrollable .c-catalog-sidebar__container {
    overflow-y: auto;
  }
}
.c-catalog-sidebar-drawer {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-catalog-sidebar-drawer__container {
  display: block;
  height: 100%;
  padding-top: 20px;
}
.c-catalog-sidebar-drawer__close {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 15px;
  font-size: 18px;
  z-index: 10;
}
.c-catalog-sidebar-drawer__close:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/close-primary.svg);
}
.c-catalog-sidebar-drawer__content {
  display: block;
  height: 100%;
}
.c-catalog-sidebar-drawer__content .c-catalog-sidebar {
  display: block;
  height: 100%;
}
.qualify_ships_free {
  border-radius: 3px;
  width: 70px;
  height: 7px;
  position: relative;
  margin-right: 15px;
  top: 5px;
  background: #f0f2f4;
}
@media only screen and (max-width: 768px) {
  .qualify_ships_free {
    margin-left: 15px;
    margin-right: 0;
  }
}
.qualify_ships_free:after {
  content: "";
  display: block;
  background: #4b658a;
  width: 35%;
  height: 100%;
  border-radius: 9px;
}
.qualify_ships_free-content {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: #2f2432;
  line-height: 13px;
}
@media only screen and (min-width: 768px) {
  .qualify_ships_free-content {
    order: 1;
    margin-top: 10px;
  }
}
.c-cart-item {
  display: block;
  width: 100%;
  position: relative;
}
.c-cart-item--is_out-stock .c-cart-item__price-quantity,
.c-cart-item--is_out-stock i:not(.icon__fsd--out-of-stock) {
  display: none !important;
}
.c-cart-item--has-discount .c-cart-item__price-total {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.c-cart-item--has-discount .c-cart-item__price-total-group {
  display: flex;
  align-items: center;
}
.c-cart-item--has-discount .c-cart-item__price-total-discounted {
  display: inline;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2em;
  color: #87a13c;
}
.c-cart-item--has-discount .c-cart-item__price-total-value {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  text-decoration: line-through;
  margin-right: 5px;
}
.c-cart-item--has-discount .c-cart-item__price-total-discount-description {
  display: block;
}
.c-cart-item:first-child .c-cart-item__container {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.c-cart-item:last-child .c-cart-item__container {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.c-cart-item + .c-cart-item .c-cart-item__container {
  border-top: none;
}
.c-cart-item__no-item {
  display: none;
}
.c-cart-item__saved-mobile-actions {
  display: none;
  margin-top: 10px;
}
.c-cart-item__container {
  border: 1px solid #dddfe2;
}
.c-cart-item_free-shipping {
  position: absolute;
  width: 96px;
  top: 0;
  right: 0;
  display: none;
}
.c-cart-item__content {
  display: flex;
  align-items: center;
  padding: 15px;
}
.c-cart-item__content::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #dddfe2;
}
.c-cart-item__content:last-child::after {
  display: none;
}
.c-cart-item__bar {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}
.c-cart-item__avatar {
  padding-right: 15px;
  width: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
.c-cart-item__forzen,
.c-cart-item__shipsFree {
  position: relative;
  font-size: 32px;
  overflow: visible;
  top: 3px;
  margin: 0 15px;
  text-align: center;
  width: 44px;
}
.c-cart-item__forzen:after,
.c-cart-item__shipsFree:after {
  content: "Ships Frozen";
  opacity: 0.4;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  color: #2f2432;
  position: absolute;
  bottom: -31px;
  left: -5px;
  height: 30px;
  line-height: 16px;
}
.c-cart-item__refrigerated {
  width: 66px;
}
.c-cart-item__refrigerated:after {
  content: "Ships Refrigerated";
}
.c-cart-item__forzen-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-cart-item__forzen-mobile {
    font-size: 20px;
    text-align: left;
    top: 0;
    left: 10px;
    width: 120px;
    display: block;
    margin: 0;
  }
  .c-cart-item__forzen-mobile:after {
    left: 24px;
    top: 0;
  }
}
.c-cart-item__forzen-show {
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .c-cart-item__forzen-show {
    display: none;
  }
}
.c-cart-item__forzen-hide {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .c-cart-item__forzen-hide {
    display: none;
  }
}
.c-cart-item__shipsFree {
  font-size: 60px;
  margin-right: 15px;
  top: 0;
  width: 58px;
}
.c-cart-item__shipsFree-show {
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .c-cart-item__shipsFree-show {
    top: 7px;
    text-align: left;
    width: 100%;
    font-size: 41px;
    margin: 0;
  }
}
.c-cart-item__shipsFree-hide {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .c-cart-item__shipsFree-hide {
    display: none;
  }
}
.c-cart-item__shipsFree:after {
  content: "Ships Free";
  bottom: -2px;
  left: 6px;
}
@media only screen and (max-width: 768px) {
  .c-cart-item__shipsFree:after {
    top: 0;
    left: 50px;
    opacity: 1;
  }
}
.c-cart-item__product {
  flex-grow: 1;
  flex-shrink: 1;
  width: 42%;
}
.c-cart-item__product-info {
  margin-left: 15px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.c-cart-item__product-info-column {
  max-width: 320px;
  margin-right: 70px;
  flex-grow: 1;
}
.c-cart-item__product-title a,
.c-cart-item__product-title h3,
.c-cart-item__product-title h4,
.c-cart-item__product-title h5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
  line-height: 21px;
}
.c-cart-item__product-title a {
  text-decoration: none;
}
.c-cart-item__product-title a:hover {
  text-decoration: underline;
}
.c-cart-item__product-shipping-info span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #777f8c;
  display: inline-block;
}
.c-cart-item__product-actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.c-cart-item__product-action {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-decoration: underline;
  margin-right: 10px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.c-cart-item__product-action:last-child {
  margin-right: 0;
}
.c-cart-item__product-action--save-for-later {
  color: #546385;
}
.c-cart-item__product-action--save-for-later::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/heart-outline-icon-gray.svg);
  font-size: 18px;
  margin-right: 7px;
  vertical-align: bottom;
}
.c-cart-item__product-action--saved {
  color: #546385;
}
.c-cart-item__product-action--saved::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/heart-filled-danger.svg);
  font-size: 16px;
  margin-right: 7px;
  vertical-align: bottom;
}
.c-cart-item__product-action--add-to-cart {
  color: #546385;
}
.c-cart-item__product-action--add-to-cart::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/plus-gray.svg);
  font-size: 14px;
  margin-right: 7px;
  vertical-align: bottom;
}
.c-cart-item__product-action--edit-item {
  color: #546385;
}
.c-cart-item__product-action--edit-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/edit-gray.svg);
  font-size: 18px;
  margin-right: 7px;
  vertical-align: bottom;
}
.c-cart-item__product-action--remove {
  color: #c4514d;
}
.c-cart-item__product-action--remove::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/trash-danger.svg);
  font-size: 18px;
  margin-right: 7px;
  vertical-align: bottom;
}
.c-cart-item__product-action--processing {
  pointer-events: none;
}
.c-cart-item__product-action--processing::before {
  position: relative;
  background-image: url(images/icon/loading-dark.svg);
  -webkit-animation: rotate 2s infinite ease-in-out;
  animation: rotate 2s infinite ease-in-out;
  width: 1em;
  height: 1em;
  left: 0.75em;
  top: 0.5em;
}
.c-cart-item__price {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
}
.c-cart-item__price-per {
  font-size: 11px;
  color: #2f2432;
  opacity: 40%;
}
.c-cart-item__price-quantity {
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  min-width: 62px;
}
.c-cart-item__price-quantity .c-selectbox {
  min-width: 60px;
}
.c-cart-item__price-quantity .c-select {
  width: 100% !important;
}
.c-cart-item__price-quantity .c-select__input-select {
  height: 32px !important;
}
.c-cart-item__price-total {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  padding: 10px 10px 10px 0;
  flex-shrink: 0;
  flex-grow: 1;
}
.c-cart-item__price-total-value {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2em;
  color: #4c454d;
}
.c-cart-item__price-total-discounted {
  display: none;
}
.c-cart-item__price-total-discount-description {
  display: none;
  max-width: 120px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #87a13c;
  line-height: 1.2em;
  margin-top: 5px;
}
.c-cart-item__price-actions {
  display: none;
}
.c-cart-item--empty .c-cart-item__content {
  display: none;
}
.c-cart-item--empty .c-cart-item__container {
  background: #f0f2f4;
  border: 0;
}
.c-cart-item--empty .c-cart-item__no-item {
  display: block;
  padding: 36px 32px;
}
.c-cart-item--empty .c-cart-item__no-item-title {
  display: flex;
  align-items: center;
}
.c-cart-item--empty .c-cart-item__no-item-title span {
  font-size: 24px;
}
.c-cart-item--empty .c-cart-item__no-item-title h4 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #2f2432;
  margin-left: 10px;
}
.c-cart-item--empty .c-cart-item__no-item-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  max-width: 678px;
  margin: 21px 0 16px 0;
}
@media (max-width: 991.98px) {
  .c-cart-item--saved .c-cart-item__saved-mobile-actions {
    display: flex;
  }
  .c-cart-item .c-cart-item__content {
    padding: 20px;
    align-items: flex-start;
  }
  .c-cart-item .c-cart-item__bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-cart-item .c-cart-item__product {
    width: 100%;
    padding-right: 0;
  }
  .c-cart-item .c-cart-item__product-title {
    margin-bottom: 5px;
    width: 100%;
  }
  .c-cart-item .c-cart-item__product-actions {
    display: none;
  }
  .c-cart-item .c-cart-item__price {
    margin-top: 10px;
    width: 100%;
  }
  .c-cart-item .c-cart-item__price-total {
    padding: 0;
    min-width: auto;
    flex-grow: 1;
  }
  .c-cart-item .c-cart-item__price-quantity {
    margin-right: 10px;
  }
  .c-cart-item .c-cart-item__price-quantity .c-selectbox select {
    height: 2em;
  }
  .c-cart-item .c-cart-item__price-total-discount-description {
    display: none !important;
  }
  .c-cart-item .c-cart-item__price-total-group {
    flex-grow: 1;
  }
  .c-cart-item .c-cart-item__price-actions {
    display: inline;
    margin-top: 2px;
    flex-shrink: 0;
  }
  .c-cart-item .c-cart-item__price-actions .c-cart-item__product-action {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .c-cart-item .c-cart-item__avatar {
    width: 60px;
    height: 60px;
    padding-right: 10px;
  }
  .c-cart-item .c-cart-item__bar {
    width: calc(100% - 100px);
  }
  .c-cart-item .c-cart-item__product {
    width: 100%;
  }
  .c-cart-item .c-cart-item__product-title {
    display: flex;
    align-items: flex-start;
  }
  .c-cart-item .c-cart-item__product-title a {
    font-size: 14px;
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
  }
  .c-cart-item .c-cart-item__price-total {
    justify-content: flex-start;
  }
  .c-cart-item .c-cart-item__price-total-group {
    flex-wrap: wrap;
  }
  .c-cart-item .c-cart-item__price-quantity .c-number-stepper__decrease,
  .c-cart-item .c-cart-item__price-quantity .c-number-stepper__increase {
    padding: 8px;
  }
}
@media screen and (max-width: 400px) {
  .c-cart-item:not(.c-wishlist) .c-cart-item__price-quantity {
    display: block;
  }
  .c-cart-item:not(.c-wishlist) .c-cart-item__price-quantity button {
    margin-top: 10px;
  }
  .c-cart-item:not(.c-wishlist) .c-number-stepper__container {
    margin: unset;
  }
}
@media only screen and (min-width: 768px) {
  .c-cart-item:not(.c-wishlist) .c-cart-item__price-quantity {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 400px) {
  .c-cart-item:not(.c-wishlist) .c-cart-item__price-quantity {
    display: block;
  }
  .c-cart-item:not(.c-wishlist) .c-cart-item__price-quantity button {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c-cart-item:not(.c-wishlist) .c-number-stepper__container {
    margin: unset;
  }
  .c-cart-item:not(.c-wishlist) .c-cart-item__price-total {
    justify-content: flex-end;
  }
}
.c-cart-drawer {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 100%;
}
.c-cart-drawer__container {
  height: 100%;
  background: #fff;
  box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
  max-width: 464px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .c-cart-drawer__container {
    width: 100%;
  }
}
.c-cart-drawer__header {
  flex: 0 0 auto;
  padding: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-cart-drawer__header-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.c-cart-drawer__header-title span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
}
.c-cart-drawer__header-close {
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .c-cart-drawer__header-close {
    display: none;
  }
}
.c-cart-drawer__content {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-cart-drawer__notification {
  padding: 9px;
  background: #c4514d;
  text-align: center;
}
.c-cart-drawer__notification-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}
.c-cart-drawer__item {
  padding: 30px 27px;
}
.c-cart-drawer__item-bar {
  display: flex;
  align-items: center;
}
.c-cart-drawer__item-avatar {
  width: 80px;
  height: 80px;
}
.c-cart-drawer__item-info {
  margin-left: 23px;
}
.c-cart-drawer__item-info-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.c-cart-drawer__item-info-title h5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  max-width: 280px;
}
.c-cart-drawer__item-info-title-remove {
  cursor: pointer;
}
.c-cart-drawer__item-info-ship {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #c4514d;
}
.c-cart-drawer__item-info-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-cart-drawer__item-info-price {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #4c454d;
}
.c-cart-drawer__item-info-selectbox {
  width: 62px;
}
.c-cart-drawer__footer {
  flex: 0 0 auto;
  background: #f0f2f4;
  padding: 20px 27px;
}
.c-cart-drawer__footer-info {
  display: flex;
  align-items: center;
}
.c-cart-drawer__footer-subtotal {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  color: #2f2432;
  flex-grow: 1;
}
.c-cart-drawer__footer-subtotal span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
}
.c-cart-drawer__footer-saved {
  text-align: right;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  font-style: italic !important;
  margin-right: 10px;
}
.c-cart-drawer__footer-total-price {
  text-align: right;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #546385;
}
.c-cart-drawer__footer-button-group {
  text-align: center;
}
.c-cart-drawer__footer-button-group .c-button,
.c-cart-drawer__footer-button-group .c-choice-box .choices__button,
.c-choice-box .c-cart-drawer__footer-button-group .choices__button {
  margin: 21px 0 18px 0;
}
.c-cart-drawer__footer-button-group a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  text-decoration: underline;
}
.c-brand-logo-list__container {
  border: 1px solid #dddfe2;
  padding: 40;
  border-radius: 3px;
}
.c-brand-logo-list__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-brand-logo-list__item + .c-brand-logo-list__item {
  margin-left: 20px;
}
.c-brand-logo-list__item img {
  height: 50%;
  width: auto;
}
.c-category-columns {
  display: block;
}
.c-category-columns--small .c-category-columns__items {
  -moz-column-count: 4;
  column-count: 4;
}
.c-category-columns--small .c-category-columns__item-badge {
  display: none;
}
.c-category-columns--small .c-category-columns__item-link {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2em;
  padding-right: 10px;
}
.c-category-columns__container {
  display: block;
}
.c-category-columns__items {
  display: block;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -moz-column-rule: none;
  column-rule: none;
}
.c-category-columns__item {
  margin-bottom: 0.5em;
}
.c-category-columns__item-link {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  padding-right: 10px;
}
.c-category-columns__item-badge {
  padding: 3px 9px 5px;
  border-radius: 50px;
  color: #777f8c;
  background: #f0f2f4;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  font-style: italic !important;
}
@media (max-width: 991.98px) {
  .c-category-columns--small .c-category-columns__items {
    -moz-column-count: 2;
    column-count: 2;
  }
  .c-category-columns__items {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .c-category-columns__items {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.c-radio-button {
  display: inline-block;
  font-size: 15px;
  padding: 0.25em 0;
}
.c-radio-button input[type="radio"] {
  display: none;
  cursor: pointer;
}
.c-radio-button input[type="radio"] + label {
  position: relative;
  padding-left: 2.25em;
  font-size: inherit;
  line-height: 1.35em;
  color: #4c454d;
  text-transform: none;
  cursor: pointer;
}
.c-radio-button input[type="radio"] + label:after,
.c-radio-button input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.1s;
  font-size: 1.8em;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #dddfe2;
  overflow: hidden;
}
.c-radio-button input[type="radio"] + label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-1);
  opacity: 0;
  z-index: 2;
  left: 3px;
  font-size: 21px;
  height: 1em;
  width: 1em;
  background-color: #21487d;
  overflow: hidden;
}
.c-radio-button input[type="radio"]:checked + label:before {
  opacity: 1;
  border-color: #fff;
}
.c-radio-button input[type="radio"]:checked + label:after {
  border-width: 2px;
}
.c-radio-button--inline {
  width: auto;
}
.c-radio-button--inline + .custom-radio--inline {
  margin-left: 30px;
}
.c-select-list-table__item-bar {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddfe2;
}
.c-select-list-table__item-price {
  text-align: right;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 27px;
  color: #4c454d;
}
.c-select-list-table__item:first-child .c-select-list-table__item-bar {
  border-top: 1px solid #dddfe2;
}
.c-product-viewer {
  display: block;
  position: relative;
  width: 100%;
}
.c-product-viewer--added-to-list .c-product-viewer__action-add-to-list {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/heart-filled-danger.svg);
}
.c-product-viewer--has-thumb .c-product-viewer__image-container {
  border-bottom: solid 1px #dddfe2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-product-viewer--has-thumb .c-product-viewer__image-container {
    height: 650px;
  }
}
.c-product-viewer--has-thumb .c-product-viewer__thumb-container {
  display: flex;
}
.c-product-viewer--has-thumb .c-product-viewer__action-bar {
  bottom: 116px;
}
.c-product-viewer--has-more .c-product-viewer__thumb-container {
  justify-content: flex-start;
}
.c-product-viewer--has-more .c-product-viewer__thumb-nav {
  display: flex;
}
.c-product-viewer--processing-cart .c-product-shop-box {
  pointer-events: none;
}
.c-product-viewer--processing-cart .c-product-shop-box__actions::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/loading-dark.svg);
  font-size: 42px;
  align-self: center;
  margin: auto;
  justify-self: center;
  display: block;
}
.c-product-viewer--processing-cart .c-product-shop-box__action--add-to-cart {
  display: none;
}
.c-product-viewer__container {
  display: block;
  position: relative;
  z-index: 0;
}
.c-product-viewer__header {
  display: none;
  position: relative;
}
.c-product-viewer__header .c-product-shop-box__title {
  font-size: 18px;
}
.c-product-viewer__header .c-product-shop-box__review {
  padding-top: 10px;
}
.c-product-viewer__header .c-product-shop-box__description {
  padding: 15px 0 5px;
}
.c-product-viewer__content {
  display: block;
  position: relative;
}
.c-product-viewer__breadcrumb {
  display: block;
  margin-bottom: 10px;
  margin-left: 2px;
}
.c-product-viewer__category-tag-list {
  margin: 5px 0 5px 0;
}
.c-product-viewer__footer {
  display: none;
  position: relative;
  margin-top: 20px;
}
.c-product-viewer__image-container {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.c-product-viewer__image-wrapper {
  z-index: 0;
}
.c-product-viewer__image-pane {
  z-index: 1;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
}
.c-product-viewer__image-pane--active {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.c-product-viewer__image-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.c-product-viewer__image-slide::before {
  content: "";
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}
.c-product-viewer__image-slide img {
  position: absolute;
  width: auto;
  height: 100%;
  margin: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-product-viewer__thumb-container {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  max-width: 100%;
}
.c-product-viewer__thumb-wrapper {
  width: auto;
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.c-product-viewer__thumb-slide {
  position: relative;
  width: 78.3px;
  height: 56px;
  cursor: pointer;
  margin: 5px;
}
.c-product-viewer__thumb-slide--active {
  border: solid 2px #6f95cc;
  border-radius: 1px;
}
.c-product-viewer__thumb-slide > * {
  pointer-events: none;
}
.c-product-viewer__thumb-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: solid 1px #e2e5e7;
  border-radius: 2px;
}
.c-product-viewer__thumb-slide img {
  position: absolute;
  width: auto;
  height: 100%;
  margin: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-product-viewer__thumb-info {
  margin-top: 12px;
  align-items: center;
  display: flex;
}
.c-product-viewer__thumb-info-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/fullscreen-blue.svg);
}
.c-product-viewer__thumb-info span {
  margin-left: 4px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #6f95cc;
}
.c-product-viewer__bullets {
  display: none;
}
.c-product-viewer__pane-container {
  display: none;
  position: absolute;
  width: 0;
  height: 115%;
  right: -30px;
  top: 0;
  transform: translateX(100%);
  z-index: 100;
  background-color: #f0f2f4;
  background-image: url(images/pattern/fsd-bg-light.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
}
.c-product-viewer__pane-container--active {
  display: block;
  width: 75%;
  transition: width 0.3s ease-in-out;
}
.c-product-viewer__action-bar {
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.c-product-viewer__action-bar-center,
.c-product-viewer__action-bar-left,
.c-product-viewer__action-bar-right {
  display: flex;
  position: relative;
  align-items: center;
  flex-grow: 1;
  width: 33.3333%;
  padding: 15px;
}
.c-product-viewer__action-bar-center
  .c-product-viewer__action
  + .c-product-viewer__action,
.c-product-viewer__action-bar-left
  .c-product-viewer__action
  + .c-product-viewer__action,
.c-product-viewer__action-bar-right
  .c-product-viewer__action
  + .c-product-viewer__action {
  margin-left: 10px;
}
.c-product-viewer__action-bar-left {
  justify-content: flex-start;
}
.c-product-viewer__action-bar-center {
  justify-content: center;
}
.c-product-viewer__action-bar-right {
  justify-content: flex-end;
}
.c-product-viewer__action {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px !important;
  cursor: pointer;
  pointer-events: all;
}
.c-product-viewer__action:hover {
  -webkit-animation: pulse 0.2s ease-out;
  animation: pulse 0.2s ease-out;
}
.c-product-viewer__action-zoom {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/zoom-blue.svg);
}
.c-product-viewer__pagination {
  display: none;
  width: 100%;
  white-space: nowrap;
}
.c-product-viewer__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  vertical-align: middle;
}
.c-product-viewer__pagination .swiper-pagination-bullet-active {
  background-color: #546385;
}
.c-product-viewer__badge-bar {
  display: block;
  position: relative;
  z-index: 4;
  height: 20px;
  pointer-events: none;
}
.c-product-viewer__badge {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 30px;
  max-width: 100px;
}
@media (max-width: 991.98px) {
  .c-product-viewer .c-product-viewer__container {
    max-width: 72.5%;
  }
  .c-product-viewer .c-product-viewer__footer,
  .c-product-viewer .c-product-viewer__header {
    display: block;
  }
  .c-product-viewer .c-product-viewer__thumb-wrapper {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .c-product-viewer .c-product-viewer__pane-container,
  .c-product-viewer .c-product-viewer__thumb-nav {
    display: none;
  }
  .c-product-viewer .c-product-viewer__image-container {
    border: none;
  }
  .c-product-viewer .c-product-viewer__header {
    margin-bottom: 10px;
  }
  .c-product-viewer
    .c-product-viewer__footer
    .c-product-shop-box__free-shipping {
    margin-top: 5px;
  }
  .c-product-viewer
    .c-product-viewer__footer
    .c-product-shop-box__free-shipping
    .c-free-shipping-box__container {
    padding: 20px 22px 12px;
  }
  .c-product-viewer
    .c-product-viewer__footer
    .c-product-shop-box__free-shipping
    .c-free-shipping-box__container::after {
    display: none;
  }
  .c-product-viewer
    .c-product-viewer__footer
    .c-product-shop-box__free-shipping
    .c-free-shipping-box__caption-title {
    font-size: 18px;
  }
  .c-product-viewer
    .c-product-viewer__footer
    .c-product-shop-box__free-shipping
    .c-free-shipping-box__price-status-bar {
    margin: 0;
  }
  .c-product-viewer .c-product-viewer__pagination {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .c-product-viewer .c-product-viewer__container {
    max-width: none;
  }
  .c-product-viewer .c-product-viewer__header .c-product-shop-box__title h1 {
    font-size: 20px;
  }
  .c-product-viewer .c-product-viewer__thumb-info {
    display: none;
  }
  .c-product-viewer .c-product-viewer__bullets {
    display: flex;
    align-items: center;
  }
  .c-product-viewer .c-product-viewer__bullet {
    margin-right: 7px;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #c0bdbc;
    cursor: pointer;
    pointer-events: all;
  }
  .c-product-viewer .c-product-viewer__bullet--active {
    background: #546385;
  }
}
.browser-Edge .c-product-viewer__image-slide::before {
  padding-bottom: 41.705vw;
}
@media (max-width: 767.98px) {
  .browser-Edge .c-product-viewer__image-slide::before {
    padding-bottom: 46.715vw;
  }
}
.c-product-shop-box {
  display: inline-block;
  width: 100%;
  line-height: 21px;
}
.c-product-shop-box--out-of-stock .c-product-shop-box__action-out-of-stock {
  display: flex;
}
.c-product-shop-box--out-of-stock .c-product-shop-box__action-add {
  display: none;
}
.c-product-shop-box--sticky {
  transition: top 0.3s ease-in-out;
}
.c-product-shop-box--processing-cart {
  pointer-events: none;
}
.c-product-shop-box--processing-cart
  .c-product-shop-box__action-add-to-cart::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/loading-dark.svg);
  font-size: 42px;
  align-self: center;
  margin: auto;
  justify-self: center;
  display: block;
}
.c-product-shop-box--processing-cart
  .c-product-shop-box__action-add-to-cart
  button {
  display: none;
}
.c-product-shop-box__container {
  display: block;
  width: 100%;
}
.c-product-shop-box__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.c-product-shop-box__title h1,
.c-product-shop-box__title h2,
.c-product-shop-box__title h3,
.c-product-shop-box__title h4,
.c-product-shop-box__title h5,
.c-product-shop-box__title h6 {
  font-size: inherit;
  color: inherit;
  line-height: 1.2em;
}
.c-product-shop-box__review {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.c-product-shop-box__review-rating {
  display: flex;
  align-items: center;
}
.c-product-shop-box__review-count {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 11px;
  color: rgba(47, 36, 50, 0.4);
  padding-left: 5px;
}
.c-product-shop-box__review-create {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  padding-left: 15px;
}
.c-product-shop-box__SKU {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 2em;
  color: #777f8c;
  margin-top: 4px;
}
.c-product-shop-box__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.c-product-shop-box__price-bar {
  display: flex;
  align-items: baseline;
  line-height: 1em;
  margin-right: 8px;
}
.c-product-shop-box__price-bar .c-radio-button {
  margin-left: 8px;
}
.c-product-shop-box__price-info {
  display: flex;
  flex-direction: column;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  color: rgba(47, 36, 50, 0.6);
  margin-top: 3px;
}
.c-product-shop-box__price-current {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2em;
  color: #2f2432;
}
.c-product-shop-box__price-current-amount {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
}
.c-product-shop-box__price-nominal {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1em;
  color: #c0bdbc;
  padding: 0 5px 0 10px;
  text-decoration: line-through;
}
.c-product-shop-box__price-you-save {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  display: block;
  line-height: 1em;
  color: #58b637;
  margin-top: 2px;
}
.c-product-shop-box__ship-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.c-product-shop-box__ship-info-stock-status {
  margin-right: 15px;
  display: inline-block;
  font-size: 40px;
}
.c-product-shop-box__ship-info-stock-status--in-stock::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/stocked-item.svg);
}
.c-product-shop-box__ship-info-stock-status--partner::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/partner.svg);
}
.c-product-shop-box__ship-info-stock-status--special-order::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/special-order.svg);
}
.c-product-shop-box__ship-info-stock-status--on-request::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/on-request.svg);
}
.c-product-shop-box__ship-info-description-item-type {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-product-shop-box__ship-info-description-shipping {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #c4514d;
}
.c-product-shop-box__spec-item {
  margin-top: 15px;
}
.c-product-shop-box__spec-item-list-item {
  display: flex;
  align-items: center;
}
.c-product-shop-box__spec-item-list-item-icon {
  width: 44px;
  height: 44px;
  margin-right: 15px;
}
.c-product-shop-box__spec-item-list-item-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.c-product-shop-box__spec-item-list-item-description span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #4c454d;
}
.c-product-shop-box__type-chooser {
  margin-top: 21px;
}
.c-product-shop-box__color-chooser {
  margin-top: 12px;
}
.c-product-shop-box__product-size {
  margin-top: 12px;
}
.c-product-shop-box__product-size-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-product-shop-box__product-size-select {
  width: 100%;
  margin-top: 5px;
}
.c-product-shop-box__product-size-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #777f8c;
  margin-top: 5px;
}
.c-product-shop-box__product-size-info::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-light-gray.svg);
  font-size: 15px;
  margin-left: 4px;
}
.c-product-shop-box__action-out-of-stock {
  display: none;
  align-items: center;
}
.c-product-shop-box__action-out-of-stock-icon {
  font-size: 45px;
  margin-right: 15px;
}
.c-product-shop-box__action-out-of-stock-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #c4514d;
}
.c-product-shop-box__action-stepper {
  padding-right: 20px;
}
.c-product-shop-box__action-button {
  width: 100%;
}
.c-product-shop-box__action-add {
  display: flex;
  align-items: center;
}
.c-product-shop-box__action-add-to-cart {
  width: 100%;
}
.c-product-shop-box__action-save {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.c-product-shop-box__action-save a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.c-product-shop-box__notification {
  margin: 20px 0;
}
.c-product-shop-box__notification-container {
  padding: 14px;
  background: #7d2254;
  display: flex;
  align-items: flex-start;
  border-radius: 3px;
}
.c-product-shop-box__notification-icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-product-shop-box__notification-icon i {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  margin-right: 10px;
}
.c-product-shop-box__notification-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  line-height: 1.3em;
}
.c-product-shop-box__free-shipping {
  display: block;
  margin-top: 30px;
}
.c-product-shop-box__amount-discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.c-product-shop-box__amount-discount-save-badge {
  padding: 3px 10px;
  background: #58b637;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  border-radius: 3px;
}
.c-product-shop-box__amount-discount-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-product-shop-box__item-amount-price-table {
  margin-top: 15px;
  width: 100%;
  display: block;
}
.c-product-shop-box__item-amount-price-table-item {
  display: flex;
  align-items: center;
}
.c-product-shop-box__item-amount-price-table-item
  + .c-product-shop-box__item-amount-price-table-item {
  margin-top: 4px;
}
.c-product-shop-box__item-amount-price-table-item-number {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  min-width: 91px;
  margin-right: 16px;
}
.c-product-shop-box__item-amount-price-table-item-discount {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  color: #777f8c;
  min-width: 77px;
}
.c-product-shop-box__item-amount-price-table-item-price {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #2f2432;
  min-width: 77px;
  margin-right: 16px;
}
.c-product-shop-box__item-amount-price-table-item-amount {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4c454d;
}
.c-product-shop-box__coupon {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.c-product-shop-box__coupon--applied .c-product-shop-box__coupon-checkbox {
  display: none;
}
.c-product-shop-box__coupon--applied .c-product-shop-box__coupon-badge {
  background: #58b637;
}
.c-product-shop-box__coupon--applied .c-product-shop-box__coupon-badge span {
  display: flex;
  align-items: center;
}
.c-product-shop-box__coupon--applied
  .c-product-shop-box__coupon-badge
  span::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-white.svg);
  margin-right: 8px;
}
.c-product-shop-box__coupon-checkbox {
  height: 27px;
  width: 27px;
  display: inline-block;
  border: 1px solid #dddfe2;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 8px;
}
.c-product-shop-box__coupon-badge {
  padding: 0 10px;
  height: 27px;
  background: #6f95cc;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 2px;
}
.c-product-shop-box__coupon-badge span {
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.c-product-shop-box__coupon-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
  margin-left: 8px;
}
.c-product-shop-box__coupon-description a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.c-product-shop-box__sign {
  margin-top: 12px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
}
.c-product-shop-box__sign i {
  color: #58b637;
  font-style: normal !important;
}
@media (max-width: 991.98px) {
  .c-product-shop-box__review {
    margin-top: 0;
  }
  .c-product-shop-box__SKU {
    display: none;
  }
  .c-product-shop-box .c-product-shop-box__header,
  .c-product-shop-box .c-product-shop-box__review {
    display: none;
  }
}
.c-multi-product-slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-multi-product-slider__container {
  display: block;
  width: 100%;
  height: auto;
}
.c-multi-product-slider__slide {
  position: relative;
  width: 75%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.c-multi-product-slider__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-size: 32px;
}
.c-multi-product-slider__nav-item {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-multi-product-slider__nav-item:focus {
  outline: 0;
}
.c-multi-product-slider__nav-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-gray.svg);
}
.c-multi-product-slider__nav-item:hover::before {
  background-image: url(images/icon/arrow-down-primary.svg);
}
.c-multi-product-slider__nav-item--disabled {
  display: none;
}
.c-multi-product-slider__nav-prev {
  left: 0;
  transform: translateX(-20px) translateY(-100%) translateX(-100%)
    rotate(-90deg);
}
.c-multi-product-slider__nav-next {
  left: 100%;
  transform: translateX(20px) translateY(-100%) rotate(90deg);
}
.c-pagination__container {
  display: flex;
  align-items: center;
  height: 40px;
}
.c-pagination__navigate {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 50px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.c-pagination__navigate .icon__fsd {
  font-size: 12px !important;
}
.c-pagination__middle {
  margin: 0 17px;
}
.c-pagination__numbers {
  display: flex;
  align-items: center;
}
.c-pagination__number a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
  width: 40px;
  padding: 9px 0;
  text-align: center;
  text-decoration: none;
}
.c-pagination__number a:hover {
  color: #546385;
}
.c-pagination__number--active a {
  color: #546385;
  border-bottom: 1px solid #546385;
}
@media (max-width: 767.98px) {
  .c-pagination__number:not(.c-pagination__number--active):not(:last-child) {
    display: none;
  }
  .c-pagination__number--active,
  .c-pagination__number:last-child {
    pointer-events: none;
  }
  .c-pagination__number--active a,
  .c-pagination__number:last-child a {
    border: none;
  }
  .c-pagination__number:last-child::before {
    content: "/";
  }
}
.c-search-select-filter {
  display: inline-block;
  width: 100%;
}
.c-search-select-filter__selected-tag-list {
  margin-bottom: 15px;
}
.c-search-select-filter__typehead {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #c0bdbc;
  display: flex;
  width: 100%;
  align-items: center;
}
.c-search-select-filter__typehead-input {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  border: 0;
  box-shadow: 0;
  background-color: transparent;
  padding: 7px 0;
  color: #4c454d;
}
.c-search-select-filter__typehead-input::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-style: italic !important;
  color: #c0bdbc;
}
.c-search-select-filter__typehead-input:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-style: italic !important;
  color: #c0bdbc;
}
.c-search-select-filter__typehead-input::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-style: italic !important;
  color: #c0bdbc;
}
.c-search-select-filter__typehead-input::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-style: italic !important;
  color: #c0bdbc;
}
.c-search-select-filter__typehead-input:focus {
  outline: 0;
}
.c-search-select-filter__typehead-icon {
  display: flex;
  position: relative;
  flex-shrink: 0;
  font-size: 16px;
  cursor: pointer;
}
.c-search-select-filter__result-item {
  margin-top: 10px;
}
.c-search-select-filter__result-item:last-child {
  margin-top: 12px;
}
.c-search-select-filter__result-item:first-child {
  margin-top: 0;
}
.c-search-select-filter__view-more-button {
  margin-top: 13px;
}
.c-search-select-filter__view-more-button a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4346a0;
}
.c-tag-list {
  width: 100%;
  display: inline-block;
}
.c-tag-list__item {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.c-tag-list__item-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
}
.c-tag-list__item-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/close-primary.svg);
  font-size: 14px;
  margin-right: 12px;
  cursor: pointer;
}
.c-tag-list__item:first-child {
  margin-top: 0;
}
.c-select-filter__items {
  display: block;
  list-style-type: none;
}
.c-select-filter__item {
  display: block;
}
.c-select-filter__item .c-checkbox input[type="checkbox"] + label {
  color: #546385;
}
.c-select-filter__item .c-checkbox input[type="checkbox"] + label::after {
  border: 1px solid #c0bdbc !important;
  border-radius: 3px;
}
.c-select-filter__item + .c-select-filter__item {
  margin-top: 10px;
}
.c-address-add-select {
  display: inline-block;
  width: 100%;
}
.c-address-add-select--edit-mode .c-address-add-select__section--new-address {
  display: block;
}
.c-address-add-select--edit-mode
  .c-address-add-select__saved-data-list-item--empty {
  display: none;
}
.c-address-add-select__section--new-address {
  display: none;
}
.c-address-add-select__caption {
  margin-bottom: 30px;
}
.c-address-add-select__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #2f2432;
}
.c-address-add-select__caption-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  color: #4c454d;
  margin-top: 15px;
}
.c-address-add-select__saved-data-list-items {
  margin: -12px;
}
.c-address-add-select__saved-data-list-item {
  padding: 12px;
}
.c-address-add-select__new-address-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: #2f2432;
}
.c-address-add-select__new-address-form {
  margin: 30px 0 70px;
}
.c-address-add-select__new-address-form-group {
  margin-top: 30px;
}
.c-address-add-select__new-address-form-group label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  margin-bottom: 7px;
}
.c-address-add-select__new-address-form-row {
  margin: -12px;
}
.c-address-add-select__new-address-form-column {
  padding: 12px;
}
.c-address-add-select__new-address-form-action {
  margin-top: 40px;
}
.c-address-add-select__new-address-form-action-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.actions-toolbar .primary button.action.primary.add {
  display: none;
}
.c-credit-card-add-select {
  display: inline-block;
  width: 100%;
}
.c-credit-card-add-select--edit-mode
  .c-credit-card-add-select__section--new-credit-card {
  display: block;
}
.c-credit-card-add-select--edit-mode
  .c-credit-card-add-select__saved-data-list-item--empty,
.c-credit-card-add-select--edit-mode
  .c-credit-card-add-select__saved-data-list-items--continue-button {
  display: none;
}
.c-credit-card-add-select__section--new-credit-card {
  display: none;
}
.c-credit-card-add-select__caption {
  margin-bottom: 30px;
}
.c-credit-card-add-select__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #2f2432;
}
.c-credit-card-add-select__card-select-radio {
  margin-bottom: 30px;
}
.c-credit-card-add-select__card-select-radio
  .c-radio-button
  input[type="radio"]
  + label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #2f2432;
}
.c-credit-card-add-select__saved-data-list-items {
  margin: -12px;
}
.c-credit-card-add-select__saved-data-list-item {
  padding: 12px;
}
.c-credit-card-add-select__saved-data-list-action {
  margin-top: 25px;
}
.c-credit-card-add-select__new-credit-card-caption {
  padding: 20px 0;
}
.c-credit-card-add-select__new-credit-card-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: #2f2432;
}
.c-credit-card-add-select__new-credit-card-form {
  margin-bottom: 70px;
}
.c-credit-card-add-select__new-credit-card-form-group {
  margin-top: 30px;
}
.c-credit-card-add-select__new-credit-card-form-group label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  margin-bottom: 7px;
}
.c-credit-card-add-select__new-credit-card-form-row {
  margin: -12px;
}
.c-credit-card-add-select__new-credit-card-form-column {
  padding: 12px;
}
.c-credit-card-add-select__new-credit-card-form-action {
  margin-top: 40px;
}
.c-credit-card-add-select__new-credit-card-form-action-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.c-dialog-box {
  display: flex;
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0;
}
.c-dialog-box--fade-in .c-dialog-box__backdrop {
  -webkit-animation: fadeIn 0.2s ease-in-out;
  animation: fadeIn 0.2s ease-in-out;
}
.c-dialog-box--fade-in .c-dialog-box__content {
  -webkit-animation: fadeIn 0.4s ease-out;
  animation: fadeIn 0.4s ease-out;
}
.c-dialog-box--fade-in-left .c-dialog-box__backdrop {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.c-dialog-box--fade-in-left .c-dialog-box__content {
  -webkit-animation: fadeInLeft 0.4s ease-out;
  animation: fadeInLeft 0.4s ease-out;
}
.c-dialog-box--fade-in-right .c-dialog-box__backdrop {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.c-dialog-box--fade-in-right .c-dialog-box__content {
  -webkit-animation: fadeInRight 0.4s ease-out;
  animation: fadeInRight 0.4s ease-out;
}
.c-dialog-box__backdrop {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  pointer-events: auto;
}
.c-dialog-box__content {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.c-dialog-box__content.c-dialog-box__content--fullheight {
  position: fixed;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
}
.c-dialog-box__content.c-dialog-box__content--fullheight
  .c-mini-cart-notification__container {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@-webkit-keyframes slide-in {
  100% {
    transform: translateX(0);
    -ms-transform: translateX(0) !important;
  }
}
@keyframes slide-in {
  100% {
    transform: translateX(0);
    -ms-transform: translateX(0) !important;
  }
}
.c-checkout-aside__cart-info {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #4c454d;
}
.c-responsive-line {
  display: block;
  border: 1px solid #dddfe2;
  border-bottom: 0;
}
.c-responsive-line:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.c-responsive-line:last-child {
  border-bottom: 1px solid #dddfe2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.c-responsive-line--with-avatar .c-responsive-line__info {
  width: calc(100% - 60px);
}
.c-responsive-line__content {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px;
  align-items: center;
}
.c-responsive-line__avatar {
  display: flex;
  flex-shrink: 0;
  font-size: 60px;
  line-height: 0;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  text-align: center;
}
.c-responsive-line__avatar img {
  display: block;
  width: 60px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.c-responsive-line__info {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-left: 15px;
  align-items: center;
}
.c-responsive-line__info-primary {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
.c-responsive-line__info-secondary {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-responsive-line__info-item {
  display: flex;
  align-items: center;
}
.c-responsive-line__info-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f0f2f4;
  padding: 30px 20px;
  margin-top: 10px;
}
.c-responsive-line__info-detail .row {
  justify-content: space-between;
}
.c-responsive-line__info-detail .table-responsive .table {
  margin: 0;
}
.c-responsive-line__info-detail .table-responsive .table td {
  white-space: nowrap;
  border: none;
}
.c-responsive-line__title,
.c-responsive-line__title a {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 15px !important;
  color: #2f2432 !important;
  text-decoration: none !important;
}
.c-responsive-line__title a:hover,
.c-responsive-line__title:hover {
  text-decoration: underline !important;
}
.c-responsive-line__desription {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
}
.c-responsive-line__write-review {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline !important;
  margin-top: 3px;
}
@media (max-width: 991.98px) {
  .c-responsive-line__info {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .c-responsive-line__info-item {
    justify-content: space-between !important;
  }
  .c-responsive-line__info-primary {
    width: 100%;
    flex-shrink: 1;
    padding: 0;
  }
  .c-responsive-line__info-secondary {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    padding: 5px 0 0 0 !important;
    justify-content: flex-start !important;
  }
  .c-responsive-line__info-secondary .c-responsive-line__info-item {
    width: auto;
    padding: 5px 15px 0 0;
    text-align: left;
  }
}
.c-account-menu {
  display: block;
}
.c-account-menu__container {
  background-color: #f0f2f4;
}
.c-account-menu__caption {
  padding: 30px;
}
.c-account-menu__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #000;
}
.c-account-menu__title h3,
.c-account-menu__title h4,
.c-account-menu__title h5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #000;
}
.c-account-menu__content {
  padding-bottom: 40px;
}
.c-account-menu__item {
  position: relative;
  color: #546385;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.c-account-menu__item a {
  font-size: inherit;
  display: block;
  padding: 12.5px 30px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.c-account-menu__item:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(images/icon/arrow-right-dark-gray.svg) no-repeat center center;
  opacity: 0.4;
}
.c-account-menu__item--selected,
.c-account-menu__item:hover {
  background-color: #fff;
}
.c-account-menu__item--selected a,
.c-account-menu__item:hover a {
  font-weight: 600;
}
.c-account-menu__item--selected:after {
  display: block;
}
.c-account-menu__item--danger {
  color: #c4514d;
}
.c-account-menu__item--danger a {
  color: inherit;
}
.c-shipping-method-list {
  display: block;
}
.c-shipping-method-list__help {
  font-size: 14px;
}
.c-shipping-method-list__container {
  display: block;
}
.c-shipping-method-list__no-data {
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 20px 30px 30px;
  margin-top: 20px;
}
.c-shipping-method-list__no-data-title {
  display: flex;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #2f2432;
  margin-bottom: 10px;
}
.c-shipping-method-list__no-data-title::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/shipping-truck-dark-gray.png);
  font-size: 52px;
  margin-right: 5px;
  transform: translateX(-5px);
}
.c-shipping-method-list__no-data-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  max-width: 678px;
}
.c-shipping-method-list__items {
  display: block;
  margin: 0;
  list-style-type: none;
}
.c-shipping-method-list__item {
  padding: 20px 0;
  border-bottom: 1px solid #dddfe2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-shipping-method-list__item-radio label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-shipping-method-list__item-price {
  text-align: right;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #4c454d;
}
.c-shipping-method-list__item:first-child {
  border-top: 1px solid #dddfe2;
}
@media (max-width: 767.98px) {
  .c-shipping-method-list .c-shipping-method-list__no-data-title {
    flex-direction: column;
  }
  .c-shipping-method-list .c-shipping-method-list__no-data-title::before {
    display: none;
  }
}
.c-payment-method-options {
  display: block;
}
.c-payment-method-options__container {
  display: block;
  position: relative;
}
.c-payment-method-options__item {
  display: block;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #dddfe2;
}
.c-payment-method-options__item:first-child {
  padding-top: 0;
}
.c-payment-method-options__item--disabled
  .c-payment-method-options__item-action {
  pointer-events: none;
  opacity: 0.5;
}
.c-choice-box
  .c-payment-method-options__item--disabled
  .c-payment-method-options__item-action
  .choices__button,
.c-payment-method-options__item--disabled
  .c-payment-method-options__item-action
  .c-button,
.c-payment-method-options__item--disabled
  .c-payment-method-options__item-action
  .c-choice-box
  .choices__button {
  background-color: #777f8c;
  border-color: #dddfe2;
}
.c-payment-method-options__item--disabled .c-credit-card-add-select {
  pointer-events: none;
}
.c-payment-method-options__item--edit-mode
  .c-payment-method-options__element--hide-when-edit-mode {
  display: none;
}
.c-payment-method-options__item-caption {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.c-payment-method-options__item-caption-select {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
}
.c-payment-method-options__item-caption-select .c-radio-button {
  font-size: 20px !important;
}
.c-payment-method-options__item-caption-select
  .c-radio-button
  input[type="radio"]
  + label:before {
  left: 5px;
  font-size: 26px;
}
.c-payment-method-options__item-caption-logo {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  max-width: 20%;
}
.c-payment-method-options__item-content {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
}
.c-payment-method-options__item-content p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: inherit;
}
.c-payment-method-options__item-action {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .c-payment-method-options__item-caption-select .c-radio-button label {
    padding-left: 1.5em !important;
    line-height: 1em !important;
  }
  .c-payment-method-options__item-caption-select .c-radio-button label::before {
    font-size: 16px !important;
    left: 2px !important;
  }
  .c-payment-method-options__item-caption-select .c-radio-button label::after {
    font-size: 20px !important;
  }
  .c-choice-box .c-payment-method-options__item-action .choices__button,
  .c-payment-method-options__item-action .c-button,
  .c-payment-method-options__item-action .c-choice-box .choices__button {
    width: 100%;
  }
}
.c-textarea {
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  width: 100%;
  height: 12em;
  padding: 20px;
  border: 1px solid #dddfe2;
  background: #fff;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
.c-textarea--error,
.c-textarea.has-error {
  border-color: #c4514d;
}
.c-textarea:focus {
  border: 1px solid #546385;
}
.c-textarea::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #dddfe2;
  font-style: italic !important;
}
.c-textarea:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #dddfe2;
  font-style: italic !important;
}
.c-textarea::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #dddfe2;
  font-style: italic !important;
}
.c-textarea::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #dddfe2;
  font-style: italic !important;
}
.c-review-editor {
  display: block;
}
.c-review-editor--has-auth .c-review-editor__no-auth {
  display: none;
}
.c-review-editor--has-auth .c-review-editor__form {
  display: block;
}
.c-review-editor__no-auth {
  display: flex;
  align-items: center;
}
.c-review-editor__no-auth-disabled-btn {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.c-review-editor__no-auth-tooltip {
  display: flex;
  position: relative;
  padding: 20px;
  background-color: #f0f2f4;
  margin-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 3px;
}
.c-review-editor__no-auth-tooltip:before {
  content: "";
  background: url(images/icon/pointer-polygon-gray.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 24px;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg) translateY(-9px) translateX(16px);
}
.c-review-editor__no-auth-tooltip-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.c-review-editor__no-auth-tooltip-description {
  margin-top: 10px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.c-review-editor__form .c-rating {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .c-review-editor__no-auth {
    flex-direction: column;
    padding: 20px 15px;
  }
  .c-review-editor__no-auth-tooltip {
    margin-left: 0;
    margin-top: 20px;
  }
  .c-review-editor__no-auth-tooltip::before {
    top: 0;
    left: 50%;
    transform: rotate(0) translateY(-9px) translateX(-50%);
  }
}
.c-account-information-form--change-password
  .c-account-information-form__change-password-section {
  display: block;
}
.c-account-information-form__change-password-section {
  display: none;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.c-order-detail {
  display: block;
}
.c-order-detail__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
}
.c-order-detail__list {
  display: block;
  border: solid 1px #dddfe2;
  border-radius: 3px;
}
.c-order-detail__settings {
  display: block;
  margin-top: 30px;
}
.c-order-detail__title {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding-right: 10px;
  flex-wrap: wrap;
}
.c-order-detail__title h3,
.c-order-detail__title h4 {
  font-family: inherit;
  font-size: inherit;
  margin-right: 10px;
  white-space: nowrap;
}
.c-order-detail__status {
  display: flex;
  align-items: center;
  padding: 0.175em 1em;
  font-family: rift, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  background-color: #fec156;
  color: #fff;
  line-height: 1em;
  border-radius: 3px;
}
.c-order-detail__date {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 5px 0;
}
.c-order-detail__item {
  display: block;
}
.c-order-detail__item + .c-order-detail__item {
  border-top: solid 1px #dddfe2;
}
.c-order-detail__item--expanded .c-order-detail__item-detail-btn span {
  display: none;
}
.c-order-detail__item--expanded .c-order-detail__item-detail-btn:after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/close-primary.svg);
}
.c-order-detail__item--expanded .c-responsive-line__info-detail {
  display: flex !important;
}
.c-order-detail__item-status {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  align-items: center;
  justify-content: center;
}
.c-order-detail__item-status::before {
  margin-right: 5px;
  font-size: 20px !important;
}
.c-order-detail__item-status--refunded:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/return-primary.svg);
}
.c-order-detail__item-status--delivered:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-circle-success.svg);
}
.c-order-detail__item-status--canceled:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/cancel-circle-danger.svg);
}
.c-order-detail__item-status--processing:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/clock-outline-warning.svg);
}
.c-order-detail__item-status-label {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.2em;
}
.c-order-detail__item-status-label-secondary {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #777f8c;
  white-space: pre-wrap;
  line-height: 1.1em;
}
.c-order-detail__item-quick-add {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  padding: 0.5em 1em;
}
.c-order-detail__item-detail-btn:after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  margin-left: 10px;
}
.c-order-detail__item .c-responsive-line {
  border: none !important;
}
.c-order-detail__item .c-responsive-line__info-secondary {
  justify-content: space-between;
}
.c-order-detail__item .c-responsive-line__info-secondary-item {
  margin: auto;
  flex-grow: 1;
}
.c-order-detail__item .c-responsive-line__info-detail {
  display: none;
}
.c-choice-box .c-order-detail__item .choices__button,
.c-order-detail__item .c-button--icon,
.c-order-detail__item .c-choice-box .choices__button {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .c-order-detail .c-order-detail__item-status::before {
    font-size: 20px !important;
    margin-right: 5px;
  }
  .c-order-detail .c-order-detail__item-quick-add::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .c-order-detail .c-order-detail__item-status-label-secondary {
    display: none;
  }
  .c-order-detail .c-order-detail__item .c-responsive-line__info-item {
    padding: 5px 10px 0 0;
  }
  .c-order-detail
    .c-order-detail__item
    .c-responsive-line__info-secondary-item {
    align-items: flex-start;
  }
}
.c-order-setting-list {
  display: block;
}
.c-order-setting-list__container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.c-order-setting-list__item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 33.3333%;
}
.c-order-setting-list__item-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.c-order-setting-list__item-title {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
}
@media (max-width: 767.98px) {
  .c-order-setting-list .c-order-setting-list__item {
    width: 100%;
  }
  .c-order-setting-list .c-order-setting-list__item-caption {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dddfe2;
  }
}
.c-file-upload {
  display: inline-block;
}
.c-file-upload--has-file .c-file-upload__container {
  border: 1px solid #dddfe2;
}
.c-file-upload--has-file .c-file-upload__dropzone {
  display: none;
}
.c-file-upload__container {
  border: 1px dashed #dddfe2;
  border-radius: 3px;
  background-color: #fff;
  padding: 20px;
}
.c-file-upload__preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
}
.c-file-upload__dropzone {
  display: flex;
  padding: 0 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.c-file-upload__dropzone > .icon__fsd {
  font-size: 32px;
  margin-bottom: 10px;
}
.c-file-upload__dropzone > span {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.c-file-upload__file {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-right: 20px;
}
.c-file-upload__file-type {
  display: flex;
}
.c-file-upload__file-type > .icon__fsd {
  font-size: 24px;
  margin-right: 10px;
}
.c-file-upload__file-name {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
}
.c-error-box__container {
  padding: 20px;
  border: 1px dashed #c0bdbc;
  border-radius: 4px;
}
.c-error-box__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-error-box__icon {
  display: flex;
  vertical-align: middle;
  font-size: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 20px;
}
.c-error-box__info {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.c-error-box__info h3,
.c-error-box__info h4,
.c-error-box__info h5,
.c-error-box__info-title {
  margin: 0 0 20px 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #4c454d;
}
.c-error-box__info p,
.c-error-box__info-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
}
@media (max-width: 991.98px) {
  .c-error-box .c-error-box__content {
    flex-wrap: wrap;
  }
  .c-error-box .c-error-box__info {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .c-error-box .c-error-box__container {
    padding: 0;
  }
  .c-error-box .c-error-box__info {
    padding-top: 0;
  }
}
.c-inline-notification--success .c-inline-notification__header-icon::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-circle-success.svg);
}
.c-inline-notification--success .c-inline-notification__body,
.c-inline-notification--success .c-inline-notification__body p,
.c-inline-notification--success .c-inline-notification__body ul li {
  color: #87a13c;
}
.c-inline-notification--danger .c-inline-notification__header-icon::before,
.c-inline-notification--error .c-inline-notification__header-icon::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/alert-outline-danger.svg);
}
.c-inline-notification--danger .c-inline-notification__body,
.c-inline-notification--danger .c-inline-notification__body p,
.c-inline-notification--danger .c-inline-notification__body ul li,
.c-inline-notification--error .c-inline-notification__body,
.c-inline-notification--error .c-inline-notification__body p,
.c-inline-notification--error .c-inline-notification__body ul li {
  color: #c4514d;
}
.c-inline-notification--warning .c-inline-notification__header-icon::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-warning.svg);
}
.c-inline-notification--warning .c-inline-notification__body,
.c-inline-notification--warning .c-inline-notification__body p,
.c-inline-notification--warning .c-inline-notification__body ul li {
  color: #fec156;
}
.c-inline-notification--info .c-inline-notification__header-icon::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-primary.svg);
}
.c-inline-notification--info .c-inline-notification__body,
.c-inline-notification--info .c-inline-notification__body p,
.c-inline-notification--info .c-inline-notification__body ul li {
  color: #87cfd8;
}
.c-inline-notification__container {
  padding: 25px;
  border: 1px dashed #dddfe2;
  border-radius: 3px;
}
.c-inline-notification__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-inline-notification__header + .c-inline-notification__body {
  margin-top: 10px;
}
.c-inline-notification__header-info {
  padding-right: 20px;
}
.c-inline-notification__header-info h2 + *,
.c-inline-notification__header-info h3 + *,
.c-inline-notification__header-info h4 + *,
.c-inline-notification__header-info h5 + *,
.c-inline-notification__header-info h6 + * {
  margin-top: 12px;
}
.c-inline-notification__header-info p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #4c454d;
}
.c-inline-notification__header-info,
.c-inline-notification__header-info h2,
.c-inline-notification__header-info h3,
.c-inline-notification__header-info h4,
.c-inline-notification__header-info h5,
.c-inline-notification__header-info h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2em;
  color: #4c454d;
}
.c-inline-notification__header-icon {
  font-size: 30px;
}
.c-inline-notification__body {
  background: #f0f2f4;
  padding: 20px 25px;
  border-radius: 3px;
}
.c-inline-notification__body + .c-inline-notification__footer {
  margin-top: 10px;
}
.c-inline-notification__body,
.c-inline-notification__body p,
.c-inline-notification__body ul li {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5em;
}
.c-inline-notification__footer,
.c-inline-notification__footer p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
  color: #4c454d;
}
@media (max-width: 575.98px) {
  .c-inline-notification .c-inline-notification__container {
    padding: 0;
    border: 0;
  }
  .c-inline-notification .c-inline-notification__header-info {
    padding-right: 20px;
  }
  .c-inline-notification .c-inline-notification__header-info h2 + *,
  .c-inline-notification .c-inline-notification__header-info h3 + *,
  .c-inline-notification .c-inline-notification__header-info h4 + *,
  .c-inline-notification .c-inline-notification__header-info h5 + *,
  .c-inline-notification .c-inline-notification__header-info h6 + * {
    margin-top: 8px;
  }
  .c-inline-notification .c-inline-notification__header-info p {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
  }
}
.c-data-table {
  width: 100%;
  display: inline-block;
  position: relative;
}
.c-data-table__container {
  padding: 50px 25px 25px 30px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-data-table__item {
  padding: 10px 0;
  border-top: 1px solid #dddfe2;
}
.c-data-table__item:last-child {
  border-bottom: 1px solid #dddfe2;
}
.c-data-table__item:first-child .c-data-table__item-action::after,
.c-data-table__item:first-child .c-data-table__item-date::after,
.c-data-table__item:first-child .c-data-table__item-name::after,
.c-data-table__item:first-child .c-data-table__item-score::after,
.c-data-table__item:first-child .c-data-table__item-status::after,
.c-data-table__item:first-child .c-data-table__item-title::after {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #757575;
  top: -38px;
  left: 0;
  position: absolute;
}
.c-data-table__item:first-child .c-data-table__item-name::after {
  content: "Product Name";
}
.c-data-table__item:first-child .c-data-table__item-title::after {
  content: "Title";
}
.c-data-table__item:first-child .c-data-table__item-date::after {
  content: "Date";
}
.c-data-table__item:first-child .c-data-table__item-score::after {
  content: "Score";
}
.c-data-table__item:first-child .c-data-table__item-action::after {
  display: none;
}
.c-data-table__item:first-child .c-data-table__item-status::after {
  content: "Status";
}
.c-data-table__item-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-data-table__item-date span,
.c-data-table__item-name span,
.c-data-table__item-title span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.c-data-table__item-action,
.c-data-table__item-date,
.c-data-table__item-name,
.c-data-table__item-score,
.c-data-table__item-status,
.c-data-table__item-title {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  position: relative;
  min-height: 21px;
}
.c-data-table__item-name,
.c-data-table__item-title {
  flex-grow: 1;
  padding-right: 15px;
}
.c-data-table__item-name span,
.c-data-table__item-title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-data-table__item-name {
  max-width: 200px;
}
.c-data-table__item-name span {
  color: #546385;
}
.c-data-table__item-title {
  max-width: 140px;
}
.c-data-table__item-date span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 75px;
}
.c-data-table__item-score {
  margin: 0 15px;
  flex-shrink: 0;
}
.c-data-table__item-score .c-rating {
  font-size: 16px;
}
.c-data-table__item-action-edit,
.c-data-table__item-action-remove {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-data-table__item-action-edit i,
.c-data-table__item-action-remove i {
  font-size: 17px;
  vertical-align: middle;
}
.c-data-table__item-action-detail a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-decoration: underline;
}
.c-data-table__item-action-text {
  display: none !important;
  font-size: 13px;
  color: #546385 !important;
  text-decoration: underline !important;
  margin-left: 5px;
}
.c-data-table__item-action-edit {
  margin-right: 10px;
}
.c-data-table__item-status {
  justify-content: center !important;
  min-width: 44px;
}
.c-data-table__item-status-icon {
  font-size: 20px;
}
.c-data-table__item-status-icon--pending {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/timer-warning.svg);
}
.c-data-table__item-status-icon--approved {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-success.svg);
}
.c-data-table__item-status-icon--not-approved {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/error.svg);
}
.c-data-table__pagination {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
@media (max-width: 991.98px) {
  .c-data-table .c-data-table__container {
    border: 0;
    padding: 0;
  }
  .c-data-table .c-data-table__item {
    padding: 15px 0;
  }
  .c-data-table .c-data-table__item-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-data-table .c-data-table__item-action::after,
  .c-data-table .c-data-table__item-date::after,
  .c-data-table .c-data-table__item-name::after,
  .c-data-table .c-data-table__item-score::after,
  .c-data-table .c-data-table__item-status::after,
  .c-data-table .c-data-table__item-title::after {
    display: none;
  }
  .c-data-table .c-data-table__item-name,
  .c-data-table .c-data-table__item-status,
  .c-data-table .c-data-table__item-title {
    max-width: 100% !important;
  }
  .c-data-table .c-data-table__item-name span,
  .c-data-table .c-data-table__item-status span,
  .c-data-table .c-data-table__item-title span {
    overflow: unset;
    white-space: normal;
    text-overflow: unset;
    max-width: 100% !important;
  }
  .c-data-table .c-data-table__item-title {
    margin: 5px 0;
  }
  .c-data-table .c-data-table__item-score {
    margin: 7px 0;
  }
  .c-data-table .c-data-table__item-action-text {
    display: inline-block !important;
  }
  .c-data-table .c-data-table__item-action-edit {
    margin-right: 15px;
  }
  .c-data-table .c-data-table__item-status {
    justify-content: flex-start !important;
    margin-bottom: 5px;
  }
}
.c-drawer-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 100%;
}
.c-drawer-panel__container {
  display: block;
  height: 100%;
}
.c-drawer-panel__sections {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-drawer-panel__section {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  height: 100%;
}
.c-drawer-panel__section-caption {
  display: flex;
  width: 100%;
  position: relative;
  flex-grow: 0;
  padding: 0 15px;
  align-items: center;
}
.c-drawer-panel__section-caption-history-back {
  cursor: pointer;
  font-size: 16px !important;
  background-color: #f0f2f4;
}
.c-drawer-panel__section-caption-history-back .icon__fsd {
  font-size: 11px;
  margin-right: 5px;
}
.c-drawer-panel__section-caption-history-back span {
  font-size: 16px !important;
  color: #546385;
}
.c-drawer-panel__section-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  cursor: pointer;
}
.c-drawer-panel__section-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 5px;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-drawer-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.c-drawer-menu + .c-drawer-menu {
  margin-top: 20px;
}
.c-drawer-menu--thumbnail .c-drawer-menu__item-action {
  position: relative;
  padding: 7px 0 7px 50px;
}
.c-drawer-menu--thumbnail .c-drawer-menu__item-image {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: auto;
  height: 30px;
  margin-right: 15px;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-drawer-menu--outline .c-drawer-menu__item + .c-drawer-menu__item {
  margin-top: 10px;
}
.c-drawer-menu--outline
  .c-drawer-menu__item--highlighted
  .c-drawer-menu__item-action {
  border: none;
  background-color: #546385;
}
.c-drawer-menu--outline
  .c-drawer-menu__item--highlighted
  .c-drawer-menu__item-label {
  color: #fff;
}
.c-drawer-menu--outline .c-drawer-menu__item-action {
  border: solid 1px #546385;
  padding: 11px 0 11px 13px;
  border-radius: 3px;
}
.c-drawer-menu--outline .c-drawer-menu__item-action::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  font-size: 12px;
}
.c-drawer-menu--outline .c-drawer-menu__item-action-label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #546385;
}
.c-drawer-menu__container {
  display: block;
  padding: 0 15px;
}
.c-drawer-menu__caption {
  padding: 15px 0;
}
.c-drawer-menu__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  color: #2f2432;
}
.c-drawer-menu__show-all {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2em;
  color: #546385;
  margin-left: 0.8em;
}
.c-drawer-menu__items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-drawer-menu__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-drawer-menu__item + .c-drawer-menu__item {
  margin-top: 6px;
}
.c-drawer-menu__item--highlighted .c-drawer-menu__item-action {
  color: #c4514d;
}
.c-drawer-menu__item--highlighted .c-drawer-menu__item-action::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/deal-discount.svg);
  font-size: 18px;
  margin-left: 10px;
}
.c-drawer-menu__item-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 0;
  cursor: pointer;
  text-decoration: none !important;
}
.c-drawer-menu__item-action:hover {
  background-color: rgba(84, 99, 133, 0.3);
  transition: background-color 0.2s ease-out;
}
.c-drawer-menu__item-action::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-gray.svg);
  transform: rotate(-90deg);
  font-size: 12px;
  margin-right: 10px;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-drawer-menu__item-image {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 30px;
  margin-right: 15px;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-drawer-menu__item-label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2em;
  color: #2f2432;
  flex-grow: 1;
}
.c-drawer-menu.c-drawer-menu--thumbnail .c-drawer-menu__item-action-clearance {
  display: none;
}
.c-drawer-menu--outlined
  .c-drawer-menu__item--highlighted
  .c-drawer-menu__item-action-clearance {
  border: none;
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  text-decoration: none !important;
}
.c-drawer-menu__item--highlighted .c-drawer-menu__item-action-clearance::after {
  background-image: url(images/icon/clearance_icon.png) !important;
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 26px;
  height: 24px;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 5px;
}
.c-brand-navigation {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 55px;
  top: 0;
}
.c-brand-navigation--shrink {
  margin: 0 0 55px 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 64px;
  transition: top 0.3s ease-in-out;
}
.c-brand-navigation--shrink .c-brand-navigation__container {
  height: auto;
}
.c-brand-navigation--shrink .c-brand-navigation__items {
  padding: 0;
  justify-content: space-evenly;
  overflow-x: visible;
}
.c-brand-navigation--shrink .c-brand-navigation__item {
  padding-right: 40px;
  flex-shrink: 0;
}
.c-brand-navigation--shrink .c-brand-navigation__item-container {
  font-size: auto;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: 0 0;
}
.c-brand-navigation--shrink .c-brand-navigation__item-action {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  overflow: auto;
  border-radius: 0;
}
.c-brand-navigation--shrink .c-brand-navigation__item-logo {
  display: none;
}
.c-brand-navigation--shrink .c-brand-navigation__item-label {
  display: block;
}
.c-brand-navigation--shrink
  .c-brand-navigation__item--active
  .c-brand-navigation__item-container {
  border: 0 !important;
}
.c-brand-navigation--shrink
  .c-brand-navigation__item--active
  .c-brand-navigation__item-container::after {
  display: none;
}
@media (max-width: 991.98px) {
  .c-brand-navigation--shrink .c-brand-navigation__items {
    display: none;
  }
  .c-brand-navigation--shrink .c-brand-navigation__selectbox {
    display: flex;
    justify-content: center;
  }
  .c-brand-navigation--shrink .c-brand-navigation__selectbox .c-selectbox {
    border: 0;
    border-radius: 0;
    width: 220px;
    padding: 0;
    display: flex;
    position: relative;
  }
  .c-brand-navigation--shrink
    .c-brand-navigation__selectbox
    .c-selectbox
    select {
    font-size: 18px;
    color: #fff;
    height: calc(3.5em - 1px);
    position: static;
  }
  .c-brand-navigation--shrink
    .c-brand-navigation__selectbox
    .c-selectbox
    select
    option {
    color: #2f2432;
    background: #f0f2f4;
    padding: 5px;
  }
  .c-brand-navigation--shrink
    .c-brand-navigation__selectbox
    .c-selectbox::after {
    content: "";
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    font-size: inherit;
    line-height: 1em;
    width: 1em;
    height: 1em;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(images/icon/arrow-down-light.svg);
    font-size: 16px;
    right: 5px;
  }
}
.c-brand-navigation__container {
  height: 140px;
}
.c-brand-navigation__items {
  display: flex;
  padding-bottom: 30px;
  overflow-x: auto;
  justify-content: flex-start;
}
.c-brand-navigation__item {
  cursor: pointer;
  padding-right: 25px;
}
.c-brand-navigation__item:last-child {
  padding-right: 0;
}
.c-brand-navigation__item-container {
  position: relative;
  background: #fff;
  font-size: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid #dddfe2;
}
.c-brand-navigation__item-action {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.c-brand-navigation__item-label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 15px 0;
  display: none;
}
.c-brand-navigation__item-logo {
  width: 100%;
  height: auto;
}
.c-brand-navigation__item--active .c-brand-navigation__item-container {
  border: 3px solid #f0f2f4;
}
.c-brand-navigation__item--active .c-brand-navigation__item-container::after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: 70%;
  top: 50%;
  left: -3px;
  background-color: #f0f2f4;
  z-index: -1;
}
.c-brand-navigation__item--active .c-brand-navigation__item-label {
  border-bottom: 4px solid #fff;
}
.c-brand-navigation__selectbox {
  display: none;
}
@media (max-width: 1199.98px) {
  .c-brand-navigation .c-brand-navigation__item-container {
    font-size: 85px;
  }
}
@media (max-width: 991.98px) {
  .c-brand-navigation--shrink {
    top: 55px;
  }
}
.c-recipe-card {
  width: 100%;
  position: relative;
  display: block;
}
.c-recipe-card__image-wrapper {
  height: 220px;
  border-radius: 6px 6px 0 0;
  position: relative;
  overflow: hidden;
}
.c-recipe-card__background-image {
  z-index: -1;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.c-recipe-card__overlay {
  background-image: linear-gradient(
    -180deg,
    rgba(76, 69, 77, 0) 50%,
    #000 100%
  );
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 6px 6px 0 0;
}
.c-recipe-card__feature {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 15px;
  width: 100%;
  z-index: 2;
}
.c-recipe-card__feature-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-recipe-card__feature-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.c-recipe-card__feature-item:last-child {
  margin-right: 0;
}
.c-recipe-card__feature-item-icon {
  font-size: 24px;
  margin-right: 5px;
}
.c-recipe-card__feature-item-label {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  color: #fff;
}
.c-recipe-card__badge {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}
.c-recipe-card__badge-item {
  display: block;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 30px;
  width: 85px;
  border-radius: 3px;
}
.c-recipe-card__badge-item:first-child {
  margin-top: 0;
}
.c-recipe-card__badge-item-label {
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #fff;
}
.c-recipe-card__content {
  padding: 15px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #dddfe2;
  border-top: 0;
  display: flex;
  flex-direction: column;
}
.c-recipe-card__caption {
  margin-bottom: 15px;
  text-align: center;
  flex-grow: 1;
}
.c-recipe-card__caption-title,
.c-recipe-card__caption-title a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em !important;
  color: #2f2432 !important;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  text-decoration: none;
}
.c-recipe-card__description,
.c-recipe-card__description a {
  text-decoration: none;
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em !important;
  color: #2f2432 !important;
  flex-grow: 1;
  margin-bottom: 7px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 80px;
}
.c-recipe-card__ingredient-slider {
  width: 100%;
  position: relative;
}
.c-recipe-card__ingredient-slider-container {
  padding: 17px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #dddfe2;
}
.c-recipe-card__ingredient-slider-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-recipe-card__ingredient-slider-image {
  width: 60px;
  height: auto;
  margin-right: 10px;
}
.c-recipe-card__ingredient-slider-title {
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em !important;
  color: #546385;
  text-decoration: underline;
  text-align: left;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
}
.c-recipe-card__ingredient-slider-bullets {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.c-recipe-card__ingredient-slider-bullet {
  cursor: pointer;
  margin-right: 7px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #c0bdbc;
}
.c-recipe-card__ingredient-slider-bullet--active {
  background: #c4514d;
}
.c-manufacturer-footer__container {
  background: #f0f2f4;
  padding: 75px 0 40px 0;
}
.c-manufacturer-footer__col a,
.c-manufacturer-footer__col h4,
.c-manufacturer-footer__col p {
  color: #fff;
}
.c-manufacturer-footer__col h4 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 35px;
}
.c-manufacturer-footer__left-logo {
  width: 285px;
  height: auto;
}
.c-manufacturer-footer__left-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 15px;
}
.c-manufacturer-footer__middle-input {
  margin-top: 30px;
}
.c-manufacturer-footer__middle-input:first-child {
  margin-top: 0;
}
.c-manufacturer-footer__middle-input .c-text-input {
  background: 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 7px 0;
}
.c-manufacturer-footer__middle-input .c-text-input::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.c-manufacturer-footer__middle-input .c-text-input:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.c-manufacturer-footer__middle-input .c-text-input::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.c-manufacturer-footer__middle-input .c-text-input::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.c-manufacturer-footer__middle-input textarea {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 20px;
  background: 0 0;
  color: #fff;
}
.c-manufacturer-footer__middle-input textarea::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.c-manufacturer-footer__middle-input textarea:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.c-manufacturer-footer__middle-input textarea::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.c-manufacturer-footer__middle-input textarea::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.c-manufacturer-footer__middle-input textarea:focus {
  outline: 0;
  box-shadow: none;
}
.c-manufacturer-footer__middle-submit-button {
  text-align: right;
}
.c-manufacturer-footer__middle-submit-button button {
  background: 0 0;
  border: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.c-manufacturer-footer__right-link {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.c-manufacturer-footer__right-social-icons {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.c-manufacturer-footer__right-social-icons a {
  display: inline-block;
  margin-right: 10px;
}
.c-manufacturer-footer__right-social-icons a:last-child {
  margin-right: 0;
}
.c-manufacturer-footer__right-social-icons a i {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .c-manufacturer-footer .c-manufacturer-footer__container {
    padding: 75px 15px 40px 15px;
  }
  .c-manufacturer-footer .c-manufacturer-footer__col {
    margin-top: 50px;
  }
  .c-manufacturer-footer .c-manufacturer-footer__col:first-child {
    margin-top: 0;
  }
}
.c-choice-box {
  position: relative;
  display: flex;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  background: 0 0;
  width: 100%;
  color: #2f2432;
}
.c-choice-box--has-error,
.c-choice-box.has-error {
  border-color: #c4514d;
}
.c-choice-box--no-available-choices .choices {
  border: none !important;
}
.c-choice-box--no-available-choices .choices__inner:after {
  display: none !important;
}
.c-choice-box--no-available-choices .choices__input {
  display: none !important;
}
.c-choice-box--no-available-choices .choices__list--dropdown {
  display: none !important;
}
.c-choice-box .choices {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #dddfe2;
}
.c-choice-box .choices__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.c-choice-box .choices__inner::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/search-primary.svg);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.c-choice-box .choices__inner > * {
  width: 100% !important;
}
.c-choice-box .choices__input {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: 2.5em;
  line-height: 1em;
  width: 100%;
  padding: 0 24px 0 0;
  border: none;
  border-bottom: 1px solid #dddfe2;
  background: #fff;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
}
.c-choice-box .choices__list--multiple .choices__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  color: #546385;
}
.c-choice-box .choices__list--dropdown {
  margin: 5px 0;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-choice-box .choices__list--dropdown .choices__item {
  padding: 5px 0;
  cursor: pointer;
}
.c-choice-box
  .choices__list--dropdown
  .choices__item:not(.choices__item--selectable) {
  display: none;
}
.c-choice-box .choices__list--dropdown .choices__item:hover {
  background-color: #f0f2f4;
}
.c-choice-box .choices__item {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
}
.c-choice-box .choices__button {
  text-indent: -9999px;
}
.c-choice-box .choices__button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/close-primary.svg);
}
.c-choice-box .choices__button:focus {
  outline: 0;
}
.c-choice-box .choices__button:focus,
.c-choice-box .choices__button:hover {
  opacity: 1;
}
.c-choice-box select {
  position: relative;
  display: inline-block;
  background: 0 0;
  width: 100%;
  vertical-align: top;
  font-style: normal;
  font-size: 14px;
  height: calc(2.5em - 1px);
  line-height: 1em;
  color: inherit;
  text-align: left;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  z-index: 2;
}
.c-choice-box select[value="-1"],
.c-choice-box select[value="null"] {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #777f8c;
}
.c-choice-box select::-ms-expand {
  display: none;
}
.c-choice-box select:focus::-ms-value {
  background-color: transparent;
  color: #2f2432;
}
.c-choice-box select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.c-expandable-list-block {
  width: 100%;
  display: inline-block;
  position: relative;
}
.c-expandable-list-block--expanded .c-expandable-list-block__content {
  display: block;
}
.c-expandable-list-block--expanded
  .c-expandable-list-block__caption-action-button:after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/close-gray.svg);
}
.c-expandable-list-block__container {
  border-radius: 3px;
  padding: 8px 20px;
  border: solid 1px #dddfe2;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  background: #fff;
}
.c-expandable-list-block__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.c-expandable-list-block__caption-title h1,
.c-expandable-list-block__caption-title h2,
.c-expandable-list-block__caption-title h3,
.c-expandable-list-block__caption-title h4,
.c-expandable-list-block__caption-title h5,
.c-expandable-list-block__caption-title h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #4c454d;
}
.c-expandable-list-block__caption-action-button {
  font-size: 35px !important;
  background: 0 0 !important;
  transform: translateX(10px);
}
.c-expandable-list-block__caption-action-button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/plus-gray.svg);
}
.c-expandable-list-block__content {
  padding: 15px 0;
  display: none;
}
.c-expandable-list-block__item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dddfe2;
}
.c-expandable-list-block__item:last-child {
  border-bottom: 1px solid #dddfe2;
}
.c-expandable-list-block__item-label {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  padding-right: 20px;
}
.c-expandable-list-block__item-label p:not(:first-child),
.c-expandable-list-block__item-label ul li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #2f2432;
  display: block;
}
.c-expandable-list-block__item-label p + li,
.c-expandable-list-block__item-label p + p,
.c-expandable-list-block__item-label p + ul,
.c-expandable-list-block__item-label ul li + li,
.c-expandable-list-block__item-label ul li + p,
.c-expandable-list-block__item-label ul li + ul {
  margin-top: 5px;
}
.c-expandable-list-block__item-value {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  display: block;
  text-align: right;
}
@media (max-width: 767.98px) {
  .c-expandable-list-block .c-expandable-list-block__item-label,
  .c-expandable-list-block .c-expandable-list-block__item-value {
    font-size: 13px;
  }
}
.c-apply-code-list--expanded .c-apply-code-list__content {
  display: block;
}
.c-apply-code-list--expanded .c-apply-code-list__caption-link::after {
  transform: rotate(45deg);
}
.c-apply-code-list--expanded .c-apply-code-list__add-new {
  margin-top: 30px;
}
.c-apply-code-list--expanded .c-apply-code-list__add-new-link,
.c-apply-code-list--expanded .c-apply-code-list__add-new-link a,
.c-apply-code-list--expanded .c-apply-code-list__add-new-link span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  display: inline-block;
  text-decoration: underline !important;
  padding: 0 !important;
}
.c-apply-code-list--expanded .c-apply-code-list__add-new-form {
  margin-top: 20px;
}
.c-apply-code-list--empty:not(.c-apply-code-list--expanded)
  .c-apply-code-list__content {
  display: none;
}
.c-apply-code-list--empty .c-apply-code-list__caption-link::after {
  display: inline-block;
}
.c-apply-code-list .c-form__container {
  padding: 0;
  border: 0;
}
.c-apply-code-list__caption-link {
  font-size: 18px;
}
.c-apply-code-list__caption-link::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/plus-thin-primary.svg);
  display: none;
  font-size: 18px;
  margin-left: 10px;
  text-decoration: none !important;
}
.c-apply-code-list__input {
  margin-top: 20px;
}
.c-apply-code-list__input .c-form__group {
  display: flex;
}
.c-apply-code-list__items {
  margin-top: 20px;
}
.c-apply-code-list__item {
  margin-top: 10px;
}
.c-apply-code-list__item:first-child {
  margin-top: 0;
}
.c-apply-code-list__item-container {
  padding: 10px 20px;
  background: #f0f2f4;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-apply-code-list__item-info {
  display: flex;
  align-items: center;
}
.c-apply-code-list__item-info-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #87a13c;
  margin-right: 20px;
  display: inline-block;
  flex-shrink: 0;
}
.c-apply-code-list__item-info-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #777f8c;
  display: inline-block;
  font-style: italic !important;
  padding-right: 25px;
}
.c-apply-code-list__item-action {
  cursor: pointer;
}
.c-apply-code-list__item-action-remove {
  padding: 0 !important;
}
.c-apply-code-list__item-action-remove i {
  font-size: 20px;
  vertical-align: middle;
}
.c-apply-code-list__add-new {
  margin-top: 30px;
}
.c-apply-code-list__add-new-link,
.c-apply-code-list__add-new-link a,
.c-apply-code-list__add-new-link span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  display: inline-block;
  text-decoration: underline !important;
  padding: 0 !important;
}
.c-apply-code-list__add-new-form {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .c-apply-code-list .c-apply-code-list__item-container {
    align-items: flex-start;
  }
  .c-apply-code-list .c-apply-code-list__item-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-apply-code-list .c-apply-code-list__item-info-title {
    margin: 0 0 10px 0;
  }
  .c-apply-code-list .c-apply-code-list__item-info-description {
    max-width: 250px;
    padding-right: 0;
  }
}
.c-toggle-button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.c-toggle-button input {
  display: none;
}
.c-toggle-button__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbb7bd;
  border: 2px solid #bbb7bd;
  transition: 0.4s;
  border-radius: 34px;
}
.c-toggle-button__slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 1px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.c-toggle-button input:checked + .c-toggle-button__slider {
  background-color: #5aca23;
  border: 2px solid #5aca23;
}
.c-toggle-button input:checked + .c-toggle-button__slider::before {
  transform: translateX(27px);
}
.c-store-credit--active .c-store-credit__wrapper {
  pointer-events: all;
  cursor: unset;
  border: 1px solid #dddfe2;
}
.c-store-credit--active .c-store-credit__pay {
  opacity: 1;
}
.c-store-credit__container {
  position: relative;
}
.c-store-credit__wrapper {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px dashed #dddfe2;
  border-radius: 3px;
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
}
.c-store-credit__pay {
  display: flex;
  align-items: center;
  opacity: 0.27;
}
.c-store-credit__pay-dollar {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 19px;
}
.c-store-credit__pay-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #4c454d;
  display: inline-block;
  margin-right: 30px;
}
.c-store-credit__pay-input {
  display: flex;
  max-width: 274px;
  position: relative;
  margin-right: 15px;
  margin-top: 20px;
}
.c-store-credit__pay-input .c-apply-input__container {
  border: 1px solid #dddfe2 !important;
  border-width: 1px !important;
  padding-right: 10px;
  height: 50px;
}
.c-store-credit__pay-input .c-apply-input__container button {
  height: 37px;
}
.c-store-credit__pay-input input {
  padding-left: 25px;
  border: 0;
  width: 100%;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #4c454d;
}
.c-store-credit__pay-input input:focus {
  outline: 0;
  box-shadow: 0;
}
.c-store-credit__pay-input input::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #777f8c;
}
.c-store-credit__pay-input input:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #777f8c;
}
.c-store-credit__pay-input input::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #777f8c;
}
.c-store-credit__pay-input input::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #777f8c;
}
.c-store-credit__pay-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2em;
  color: #4c454d;
}
.c-store-credit__available-credit-info {
  margin-top: 15px;
  text-align: right;
}
.c-store-credit__available-credit-info p,
.c-store-credit__available-credit-info span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
  line-height: 1.5em;
}
.c-store-credit__available-credit-info p strong,
.c-store-credit__available-credit-info span strong {
  color: #2f2432;
}
.c-store-credit__toggle {
  pointer-events: all;
}
@media (max-width: 767.98px) {
  .c-store-credit__pay-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .c-store-credit .c-store-credit__wrapper {
    align-items: flex-start;
    padding: 20px;
  }
  .c-store-credit .c-store-credit__toggle {
    order: 1;
  }
  .c-store-credit .c-store-credit__pay {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-store-credit .c-store-credit__pay-title {
    margin-bottom: 20px;
  }
  .c-store-credit .c-store-credit__available-credit-info {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .c-store-credit .c-store-credit__available-credit-info p {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
  }
  .c-store-credit .c-store-credit__available-credit-info p strong {
    display: block;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
  }
}
.c-checkout-steps--has-dialog
  .c-checkout-steps__main
  > :not(.c-checkout-steps__dialog) {
  display: none;
}
.c-checkout-steps__container {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 3px 3px 0 0;
  padding: 0 16px;
}
.c-checkout-steps__loading {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  z-index: 1;
}
.c-checkout-steps__loading::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url(images/icon/empty-box-primary.svg);
  font-size: inherit;
  width: 1em;
  height: 1em;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-checkout-steps__loading::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url(images/animated-gifs/cart-loading.gif);
  font-size: inherit;
  width: 1em;
  height: 1em;
  top: 200px;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150% auto;
}
.c-checkout-steps__header {
  margin-bottom: 40px;
}
.c-checkout-steps__content {
  display: flex;
  flex-direction: row;
  min-height: 400px;
  padding: 40px 0 40px;
}
.c-checkout-steps__main {
  display: block;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 60px;
}
.c-checkout-steps__aside {
  display: block;
  position: relative;
  min-width: 460px;
  width: 20%;
}
@media (max-width: 767.98px) {
  .c-checkout-steps__aside {
    min-width: 100%;
  }
}
.c-checkout-steps__aside-section {
  display: block;
}
.c-checkout-steps__aside-section + .c-checkout-steps__aside-section {
  margin-top: 30px;
}
.c-checkout-steps__aside-section-caption {
  display: flex;
}
.c-checkout-steps__aside-section-caption
  + .c-checkout-steps__aside-section-content {
  margin-top: 15px;
}
.c-checkout-steps__aside-section-caption-title {
  flex-grow: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2em;
  color: #4c454d;
}
.c-checkout-steps__aside-section-content--action .c-button--outline {
  border: 1px solid #dddfe2 !important;
}
.c-checkout-steps__aside-section-content--action .c-button__label {
  font-size: 1rem !important;
}
.c-checkout-steps__aside-section-content--description p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal !important;
  font-size: 13px;
}
.c-checkout-steps__dialog {
  display: block;
  position: relative;
  background: #fff;
  z-index: 1;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .c-checkout-steps__main {
    width: 100%;
  }
  .c-checkout-steps__aside {
    width: 100%;
    margin-top: 30px;
  }
  .c-checkout-steps__container {
    padding: 0;
  }
  .c-checkout-steps__header {
    margin: 25px 0 0 0;
  }
  .c-checkout-steps__content {
    flex-direction: column;
  }
}
.c-checkout-step {
  display: flex;
  flex-direction: column;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.c-checkout-step__sections + .c-checkout-step__sections {
  margin-top: 60px;
}
.c-checkout-step__sections:last-of-type {
  margin-bottom: 60px;
}
.c-checkout-step__section + .c-checkout-step__section {
  margin-top: 45px;
}
.c-checkout-step__section-dialog:empty {
  display: none;
}
.c-checkout-step__section-dialog:not(:empty) + * {
  margin-top: 20px;
}
.c-checkout-step__section-caption {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.c-checkout-step__section-caption-title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
  color: #2f2432;
  padding-right: 20px;
}
.c-checkout-step__section-caption-title h1 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  color: #2f2432;
  line-height: 1em;
}
.c-checkout-step__section-caption-title h2 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #2f2432;
  line-height: 1em;
}
.c-checkout-step__section-caption-title h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
  line-height: 1em;
}
.c-checkout-step__section-caption-title p,
.c-checkout-step__section-caption-title-sub {
  margin-top: 5px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #777f8c;
}
.c-checkout-step__section-caption-action {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.c-checkout-step__section-caption-action a,
.c-checkout-step__section-caption-action button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  text-decoration: underline;
}
.c-checkout-step__section-caption-action a + a,
.c-checkout-step__section-caption-action a + button,
.c-checkout-step__section-caption-action button + a,
.c-checkout-step__section-caption-action button + button {
  margin-left: 1em;
}
.c-checkout-step__section-content {
  word-break: break-word;
}
.c-checkout-step__section-content > .row + .row {
  padding-top: 30px;
}
.c-checkout-step__section-content > h1,
.c-checkout-step__section-content > h2,
.c-checkout-step__section-content > h3,
.c-checkout-step__section-content > h4,
.c-checkout-step__section-content > h5,
.c-checkout-step__section-content > h6,
.c-checkout-step__section-content > p {
  line-height: 1.4em;
}
.c-checkout-step__section-content > h1 + :not(:empty),
.c-checkout-step__section-content > h2 + :not(:empty),
.c-checkout-step__section-content > h3 + :not(:empty),
.c-checkout-step__section-content > h4 + :not(:empty),
.c-checkout-step__section-content > h5 + :not(:empty),
.c-checkout-step__section-content > h6 + :not(:empty),
.c-checkout-step__section-content > p + :not(:empty) {
  margin-top: 25px;
}
.c-checkout-step__section-content > p + p {
  margin-top: 10px;
}
.c-checkout-step__section-content small {
  font-size: 0.725em;
}
.c-checkout-step__section-content-no-data {
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 20px 30px 30px;
}
.c-checkout-step__section-content-no-data-title {
  display: flex;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2em;
  color: #2f2432;
}
.c-checkout-step__section-content-no-data-title h2,
.c-checkout-step__section-content-no-data-title h3,
.c-checkout-step__section-content-no-data-title h4,
.c-checkout-step__section-content-no-data-title h5 {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
.c-checkout-step__section-content-no-data-title .icon__fsd {
  font-size: 24px;
  margin-right: 5px;
}
.c-checkout-step__section-content-no-data-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #4c454d;
  margin-top: 10px;
}
.c-checkout-step__box-row + .c-checkout-step__box-row {
  margin-top: 30px;
}
.c-checkout-step__box-action .c-button,
.c-checkout-step__box-action .c-choice-box .choices__button,
.c-choice-box .c-checkout-step__box-action .choices__button {
  font-size: 18px;
  padding: 0.5em 5em;
}
.c-checkout-step__submit-button .c-button,
.c-checkout-step__submit-button .c-choice-box .choices__button,
.c-choice-box .c-checkout-step__submit-button .choices__button {
  font-size: 18px;
  padding: 0.5em 5em;
}
@media (max-width: 991.98px) {
  .c-checkout-step__section + .c-checkout-step__section {
    margin-top: 30px;
  }
  .c-checkout-step__submit-button .c-button,
  .c-checkout-step__submit-button .c-choice-box .choices__button,
  .c-choice-box .c-checkout-step__submit-button .choices__button {
    width: 100%;
  }
}
.c-payment-method-list {
  width: 100%;
  position: relative;
  display: inline-block;
}
.c-payment-method-list__item {
  padding: 17px 0;
  border-top: 1px solid #dddfe2;
}
.c-payment-method-list__item--expand .c-payment-method-list__item-header-arrow {
  transform: rotate(90deg);
}
.c-payment-method-list__item--expand .c-payment-method-list__item-content {
  height: 100%;
}
.c-payment-method-list__item:last-child {
  border-bottom: 1px solid #dddfe2;
}
.c-payment-method-list__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.c-payment-method-list__item-header-caption {
  display: flex;
  align-items: center;
}
.c-payment-method-list__item-header-caption-icon {
  width: 60px;
  margin-right: 20px;
}
.c-payment-method-list__item-header-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #2f2432;
}
.c-payment-method-list__item-header-arrow i {
  font-size: 18px;
}
.c-payment-method-list__item-content {
  height: 0;
  overflow: hidden;
}
.c-payment-method-list__item-content-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
  color: #777f8c;
  max-width: 460px;
}
.c-payment-method-list__item-content-section {
  margin-top: 20px;
}
.c-payment-method-list__item-content-action-continue-row {
  margin: -12px;
}
.c-payment-method-list__item-content-action-continue-col {
  padding: 12px;
}
@media (max-width: 767.98px) {
  .c-payment-method-list .c-payment-method-list__item-header-caption-icon {
    margin-right: 10px;
  }
  .c-payment-method-list .c-payment-method-list__item-header-caption-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .c-payment-method-list .c-payment-method-list__item-content-description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
  }
}
.c-saved-information-card {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.c-saved-information-card--mastercard
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/mastercard.svg);
}
.c-saved-information-card--visa
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/visa.svg);
}
.c-saved-information-card--discover
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/discover.svg);
}
.c-saved-information-card--amex
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/amex.svg);
}
.c-saved-information-card--diners
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/diners.svg);
}
.c-saved-information-card--elo
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/elo.svg);
}
.c-saved-information-card--jcb
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/jcb.svg);
}
.c-saved-information-card--maestro
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/maestro.svg);
}
.c-saved-information-card--union-pay
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/unionpay.svg);
}
.c-saved-information-card--union-pay
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/unionpay.svg);
}
.c-saved-information-card--hipercard
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/hipercard.svg);
}
.c-saved-information-card--selected .c-saved-information-card__container {
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.c-saved-information-card--selected .c-saved-information-card__select-button {
  display: flex;
  padding: 3px 3px 3px 11px;
  background: #13bb00;
  align-items: center;
  border: 0;
  border-radius: 100px;
  width: auto;
  height: auto;
}
.c-saved-information-card--selected
  .c-saved-information-card__select-button-text {
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
}
.c-saved-information-card--selected
  .c-saved-information-card__select-button-icon {
  display: inline-block;
  font-size: 20px;
  margin-left: 7px;
  vertical-align: middle;
}
.c-saved-information-card__container {
  padding: 25px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.c-saved-information-card__header {
  margin-bottom: 16px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-saved-information-card__header-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #4c454d;
  padding-right: 20px;
}
.c-saved-information-card__select {
  flex-shrink: 0;
}
.c-saved-information-card__select-button {
  display: block;
  border-radius: 100px;
  border: 2px solid #dddfe2;
  width: 26px;
  height: 26px;
  background: 0 0;
  cursor: pointer;
}
.c-saved-information-card__select-button-icon,
.c-saved-information-card__select-button-text {
  display: none;
}
.c-saved-information-card__select-button:focus {
  outline: 0;
  box-shadow: 0;
}
.c-saved-information-card__content span,
.c-saved-information-card__content > li {
  max-width: calc(100% - 120px);
}
.c-saved-information-card__content-address {
  height: 60px;
}
.c-saved-information-card__content-address li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  color: #777f8c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-saved-information-card__content-address li:first-child {
  max-width: 100%;
}
.c-saved-information-card__content-credit-card {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}
.c-saved-information-card__content-credit-card li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  color: #777f8c;
  padding-left: 60px;
}
.c-saved-information-card__content-credit-card li span {
  color: #2f2432;
}
.c-saved-information-card__content-credit-card::before {
  content: "";
  background-image: url(images/credit-cards/unknown.svg);
  background-position: center;
  height: 31px;
  width: 49px;
  margin-right: 20px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  transform: translateY(-52%);
  top: 52%;
}
.c-saved-information-card__content-credit-card-type-logo {
  margin-right: 20px;
}
.c-saved-information-card__content-credit-card-type-logo img {
  vertical-align: bottom;
}
.c-saved-information-card__content-credit-card-date {
  width: 100%;
  position: relative;
}
.c-saved-information-card__content-credit-card-date li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  color: #777f8c;
  padding-left: 60px;
}
.c-saved-information-card__content-credit-card-date li span {
  color: #2f2432;
}
.c-saved-information-card__content-credit-card-date::before {
  content: "";
  background-image: url(images/credit-cards/unknown.svg);
  background-position: center;
  height: 31px;
  width: 49px;
  margin-right: 20px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  transform: translateY(-52%);
  top: 52%;
}
.c-saved-information-card__footer {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.c-saved-information-card__footer-edit {
  display: flex;
  align-items: center;
  padding: 10px;
}
.c-saved-information-card__footer-edit-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
  text-align: left;
}
.c-saved-information-card__footer-edit-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/edit-gray.svg);
  font-size: 17px !important;
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .c-saved-information-card--selected .c-saved-information-card__container {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .c-saved-information-card .c-saved-information-card__container {
    padding: 18px;
  }
  .c-saved-information-card .c-saved-information-card__header {
    margin-bottom: 12px;
    height: auto;
  }
  .c-saved-information-card .c-saved-information-card__header-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
  }
  .c-saved-information-card .c-saved-information-card__content li,
  .c-saved-information-card .c-saved-information-card__content span {
    max-width: calc(100% - 45px);
  }
  .c-saved-information-card .c-saved-information-card__address-content {
    height: auto;
  }
  .c-saved-information-card
    .c-saved-information-card__address-content-description
    li:nth-child(2) {
    display: none;
  }
  .c-saved-information-card .c-saved-information-card__credit-card-content {
    height: auto;
  }
  .c-saved-information-card .c-saved-information-card__footer {
    right: 18px;
    bottom: 15px;
  }
  .c-saved-information-card .c-saved-information-card__footer-edit-text {
    display: none;
  }
  .c-saved-information-card .c-saved-information-card__footer-edit-icon {
    margin: 0;
  }
}
.c-address-select-list {
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.c-address-select-list--expanded .c-address-select-list__new-address {
  margin: 0 auto;
  padding: 0 !important;
  height: 56px !important;
  width: 56px !important;
  border-radius: 100px;
}
.c-address-select-list--expanded .c-address-select-list__new-address-container {
  padding: 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-address-select-list--expanded
  .c-address-select-list__new-address-container
  a {
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
}
.c-address-select-list--expanded
  .c-address-select-list__new-address-container
  a
  span {
  display: none;
}
.c-address-select-list--expanded
  .c-address-select-list__new-address-container
  a
  i {
  font-size: 25px;
}
@media (max-width: 991.98px) {
  .c-address-select-list--expanded
    .c-address-select-list-new-address-container
    a {
    justify-content: center;
  }
}
.c-address-select-list--shrink .c-address-select-list__item {
  width: 100%;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card {
  cursor: pointer;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__container {
  padding: 18px;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__header {
  margin-bottom: 12px;
  height: auto;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__header-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__content-address {
  height: auto;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__content-address
  li:nth-child(2) {
  display: none;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__footer {
  right: 10px;
  bottom: 5px;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__footer-edit-text {
  display: none;
}
.c-address-select-list--shrink .c-address-select-list__new-address {
  width: 100%;
  padding: 15px;
}
.c-address-select-list--shrink .c-address-select-list__new-address-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.c-address-select-list--shrink .c-address-select-list__new-address-container a {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.c-address-select-list--shrink
  .c-address-select-list__new-address-container
  a
  span {
  order: 1;
  text-decoration: underline;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  width: auto;
  text-align: left;
}
.c-address-select-list--shrink
  .c-address-select-list__new-address-container
  a
  i {
  order: 2;
  font-size: 16px;
  margin: 0;
}
.c-address-select-list__items {
  margin: -12px;
}
.c-address-select-list__item {
  padding: 12px;
}
.c-address-select-list__new-address {
  cursor: pointer;
  padding: 25px;
  border: 1px dashed #dddfe2;
  border-radius: 3px;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.c-address-select-list__new-address-container {
  text-align: center;
  width: 100%;
  align-self: center;
  justify-self: center;
  margin: auto;
  padding: 24px 0;
}
.c-address-select-list__new-address a {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
}
.c-address-select-list__new-address a span {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  margin: 0;
  color: #546385;
  line-height: 24px;
  width: 100%;
}
.c-address-select-list__new-address a i {
  margin-bottom: 5px;
  font-size: 25px;
}
@media (max-width: 1439.98px) {
  .c-address-select-list .c-address-select-list__new-address a span {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .c-address-select-list .c-address-select-list__item {
    width: 100%;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card {
    cursor: pointer;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__container {
    padding: 18px;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__header {
    margin-bottom: 12px;
    height: auto;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__header-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__content-address {
    height: auto;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__content-address
    li:nth-child(2) {
    display: none;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__footer {
    right: 10px;
    bottom: 5px;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__footer-edit-text {
    display: none;
  }
  .c-address-select-list .c-address-select-list__new-address {
    width: 100%;
    padding: 15px;
  }
  .c-address-select-list .c-address-select-list__new-address-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .c-address-select-list .c-address-select-list__new-address-container a {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
  }
  .c-address-select-list .c-address-select-list__new-address-container a span {
    order: 1;
    text-decoration: underline;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    width: auto;
    text-align: left;
  }
  .c-address-select-list .c-address-select-list__new-address-container a i {
    order: 2;
    font-size: 16px;
    margin: 0;
  }
}
.c-credit-card-select-list {
  width: 100%;
  position: relative;
  display: inline-block;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card {
  margin: 0 auto;
  padding: 0 !important;
  height: 56px !important;
  width: 56px !important;
  border-radius: 100px;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card-container {
  padding: 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card-container
  a {
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card-container
  a
  span {
  display: none;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card-container
  a
  i {
  font-size: 25px;
}
.c-credit-card-select-list--shrink .c-credit-card-select-list__new-credit-card {
  padding: 15px;
}
.c-credit-card-select-list--shrink
  .c-credit-card-select-list__new-credit-card-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.c-credit-card-select-list--shrink
  .c-credit-card-select-list__new-credit-card-container
  a {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.c-credit-card-select-list--shrink
  .c-credit-card-select-list__new-credit-card-container
  a
  span {
  order: 1;
  text-decoration: underline;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  width: auto;
  text-align: left;
}
.c-credit-card-select-list--shrink
  .c-credit-card-select-list__new-credit-card-container
  a
  i {
  order: 2;
  font-size: 16px;
  margin: 0;
}
.c-credit-card-select-list__items {
  margin: -12px;
}
.c-credit-card-select-list__item {
  padding: 12px;
}
.c-credit-card-select-list__new-credit-card {
  cursor: pointer;
  padding: 3px;
  border: 1px dashed #dddfe2;
  border-radius: 3px;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.c-credit-card-select-list__new-credit-card-container {
  text-align: center;
  width: 100%;
  align-self: center;
  justify-self: center;
  margin: auto;
  padding: 14px 0;
}
.c-credit-card-select-list__new-credit-card a {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
}
.c-credit-card-select-list__new-credit-card a span {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  line-height: 24px;
  width: 100%;
  margin-left: 0 !important;
}
.c-credit-card-select-list__new-credit-card a i {
  margin-bottom: 5px;
  font-size: 25px;
}
.c-credit-card-select-list .c-saved-information-card__container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
}
.c-credit-card-select-list .c-saved-information-card__header {
  order: 2;
  margin-bottom: 0;
}
.c-credit-card-select-list .c-saved-information-card__header-title {
  display: none;
}
.c-credit-card-select-list .c-saved-information-card__content {
  order: 1;
}
.c-credit-card-select-list .c-saved-information-card__content li {
  max-width: 100%;
}
.c-credit-card-select-list .c-saved-information-card__footer {
  display: none;
}
@media (max-width: 1439.98px) {
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card
    a
    span {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-credit-card-select-list
    .c-saved-information-card--selected
    .c-saved-information-card__select-button {
    padding: 3px;
  }
  .c-credit-card-select-list
    .c-saved-information-card--selected
    .c-saved-information-card__select-button-text {
    display: none;
  }
  .c-credit-card-select-list
    .c-saved-information-card--selected
    .c-saved-information-card__select-button-icon {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .c-credit-card-select-list .c-credit-card-select-list__new-credit-card {
    padding: 15px;
  }
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card-container
    a {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card-container
    a
    span {
    order: 1;
    text-decoration: underline;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    width: auto;
    text-align: left;
  }
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card-container
    a
    i {
    order: 2;
    font-size: 16px;
    margin: 0;
  }
}
.c-saved-information-card--selected {
  border: 1.3px solid #6f95cc;
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-saved-information-card--selected .c-saved-information-card__container {
  border: none;
}
.c-switch-control {
  display: inline-block;
  position: relative;
}
.c-switch-control--checked .c-switch-control__switch-bar {
  background: #5aca23 !important;
}
.c-switch-control--checked .c-switch-control__switch-handle {
  transform: translateX(100%) !important;
}
.c-switch-control--checked .c-switch-control__switch-handle-icon {
  background: #fff !important;
}
.c-switch-control--focused .c-switch-control__label {
  color: #546385 !important;
}
.c-switch-control--disabled {
  opacity: 0.75 !important;
  pointer-events: none;
}
.c-switch-control--disabled .c-switch-control__switch-handle-icon {
  opacity: 0.75 !important;
}
.c-switch-control--space-between {
  width: 100%;
}
.c-switch-control--space-between .c-switch-control__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-switch-control__container {
  position: relative;
  margin: 0 !important;
}
.c-switch-control__container--start {
  margin: 0 !important;
}
.c-switch-control__container--start .c-switch-control__label:not(:empty) {
  margin-right: 13px !important;
  margin-left: 0 !important;
}
.c-switch-control__switch {
  width: 60px !important;
  height: 32px !important;
}
.c-switch-control__switch-bar {
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border-radius: 16px !important;
  margin: 0 !important;
  opacity: 1 !important;
  background: #bbb7bd !important;
}
.c-switch-control__switch-handle {
  width: 50% !important;
  height: 100% !important;
}
.c-switch-control__switch-handle-icon {
  width: 24px !important;
  height: 24px !important;
  background: #fff !important;
}
.c-switch-control__label {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 15px !important;
  color: #4c454d !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-saved-information-card {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.c-saved-information-card--mastercard
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/mastercard.svg);
}
.c-saved-information-card--visa
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/visa.svg);
}
.c-saved-information-card--discover
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/discover.svg);
}
.c-saved-information-card--amex
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/amex.svg);
}
.c-saved-information-card--diners
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/diners.svg);
}
.c-saved-information-card--elo
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/elo.svg);
}
.c-saved-information-card--jcb
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/jcb.svg);
}
.c-saved-information-card--maestro
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/maestro.svg);
}
.c-saved-information-card--union-pay
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/unionpay.svg);
}
.c-saved-information-card--union-pay
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/unionpay.svg);
}
.c-saved-information-card--hipercard
  .c-saved-information-card__content-credit-card::before {
  background-image: url(images/credit-cards/hipercard.svg);
}
.c-saved-information-card--selected .c-saved-information-card__container {
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.c-saved-information-card--selected .c-saved-information-card__select-button {
  display: flex;
  padding: 3px 3px 3px 11px;
  background: #13bb00;
  align-items: center;
  border: 0;
  border-radius: 100px;
  width: auto;
  height: auto;
}
.c-saved-information-card--selected
  .c-saved-information-card__select-button-text {
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
}
.c-saved-information-card--selected
  .c-saved-information-card__select-button-icon {
  display: inline-block;
  font-size: 20px;
  margin-left: 7px;
  vertical-align: middle;
}
.c-saved-information-card__container {
  padding: 25px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.c-saved-information-card__header {
  margin-bottom: 16px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-saved-information-card__header-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #4c454d;
  padding-right: 20px;
}
.c-saved-information-card__select {
  flex-shrink: 0;
}
.c-saved-information-card__select-button {
  display: block;
  border-radius: 100px;
  border: 2px solid #dddfe2;
  width: 26px;
  height: 26px;
  background: 0 0;
  cursor: pointer;
}
.c-saved-information-card__select-button-icon,
.c-saved-information-card__select-button-text {
  display: none;
}
.c-saved-information-card__select-button:focus {
  outline: 0;
  box-shadow: 0;
}
.c-saved-information-card__content span,
.c-saved-information-card__content > li {
  max-width: calc(100% - 120px);
}
.c-saved-information-card__content-address {
  height: 60px;
}
.c-saved-information-card__content-address li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  color: #777f8c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-saved-information-card__content-address li:first-child {
  max-width: 100%;
}
.c-saved-information-card__content-credit-card {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}
.c-saved-information-card__content-credit-card li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  color: #777f8c;
  padding-left: 60px;
}
.c-saved-information-card__content-credit-card li span {
  color: #2f2432;
}
.c-saved-information-card__content-credit-card::before {
  content: "";
  background-image: url(images/credit-cards/unknown.svg);
  background-position: center;
  height: 31px;
  width: 49px;
  margin-right: 20px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  transform: translateY(-52%);
  top: 52%;
}
.c-saved-information-card__content-credit-card-type-logo {
  margin-right: 20px;
}
.c-saved-information-card__content-credit-card-type-logo img {
  vertical-align: bottom;
}
.c-saved-information-card__content-credit-card-date {
  width: 100%;
  position: relative;
}
.c-saved-information-card__content-credit-card-date li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  color: #777f8c;
  padding-left: 60px;
}
.c-saved-information-card__content-credit-card-date li span {
  color: #2f2432;
}
.c-saved-information-card__content-credit-card-date::before {
  content: "";
  background-image: url(images/credit-cards/unknown.svg);
  background-position: center;
  height: 31px;
  width: 49px;
  margin-right: 20px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  transform: translateY(-52%);
  top: 52%;
}
.c-saved-information-card__footer {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.c-saved-information-card__footer-edit {
  display: flex;
  align-items: center;
  padding: 10px;
}
.c-saved-information-card__footer-edit-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
  text-align: left;
}
.c-saved-information-card__footer-edit-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/edit-gray.svg);
  font-size: 17px !important;
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .c-saved-information-card--selected .c-saved-information-card__container {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .c-saved-information-card .c-saved-information-card__container {
    padding: 18px;
  }
  .c-saved-information-card .c-saved-information-card__header {
    margin-bottom: 12px;
    height: auto;
  }
  .c-saved-information-card .c-saved-information-card__header-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
  }
  .c-saved-information-card .c-saved-information-card__content li,
  .c-saved-information-card .c-saved-information-card__content span {
    max-width: calc(100% - 45px);
  }
  .c-saved-information-card .c-saved-information-card__address-content {
    height: auto;
  }
  .c-saved-information-card
    .c-saved-information-card__address-content-description
    li:nth-child(2) {
    display: none;
  }
  .c-saved-information-card .c-saved-information-card__credit-card-content {
    height: auto;
  }
  .c-saved-information-card .c-saved-information-card__footer {
    right: 18px;
    bottom: 15px;
  }
  .c-saved-information-card .c-saved-information-card__footer-edit-text {
    display: none;
  }
  .c-saved-information-card .c-saved-information-card__footer-edit-icon {
    margin: 0;
  }
}
.c-address-select-list {
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.c-address-select-list--expanded .c-address-select-list__new-address {
  margin: 0 auto;
  padding: 0 !important;
  height: 56px !important;
  width: 56px !important;
  border-radius: 100px;
}
.c-address-select-list--expanded .c-address-select-list__new-address-container {
  padding: 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-address-select-list--expanded
  .c-address-select-list__new-address-container
  a {
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
}
.c-address-select-list--expanded
  .c-address-select-list__new-address-container
  a
  span {
  display: none;
}
.c-address-select-list--expanded
  .c-address-select-list__new-address-container
  a
  i {
  font-size: 25px;
}
@media (max-width: 991.98px) {
  .c-address-select-list--expanded
    .c-address-select-list-new-address-container
    a {
    justify-content: center;
  }
}
.c-address-select-list--shrink .c-address-select-list__item {
  width: 100%;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card {
  cursor: pointer;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__container {
  padding: 18px;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__header {
  margin-bottom: 12px;
  height: auto;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__header-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__content-address {
  height: auto;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__content-address
  li:nth-child(2) {
  display: none;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__footer {
  right: 10px;
  bottom: 5px;
}
.c-address-select-list--shrink
  .c-address-select-list__item
  .c-saved-information-card__footer-edit-text {
  display: none;
}
.c-address-select-list--shrink .c-address-select-list__new-address {
  width: 100%;
  padding: 15px;
}
.c-address-select-list--shrink .c-address-select-list__new-address-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.c-address-select-list--shrink .c-address-select-list__new-address-container a {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.c-address-select-list--shrink
  .c-address-select-list__new-address-container
  a
  span {
  order: 1;
  text-decoration: underline;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  width: auto;
  text-align: left;
}
.c-address-select-list--shrink
  .c-address-select-list__new-address-container
  a
  i {
  order: 2;
  font-size: 16px;
  margin: 0;
}
.c-address-select-list__items {
  margin: -12px;
}
.c-address-select-list__item {
  padding: 12px;
}
.c-address-select-list__new-address {
  cursor: pointer;
  padding: 25px;
  border: 1px dashed #dddfe2;
  border-radius: 3px;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.c-address-select-list__new-address-container {
  text-align: center;
  width: 100%;
  align-self: center;
  justify-self: center;
  margin: auto;
  padding: 24px 0;
}
.c-address-select-list__new-address a {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
}
.c-address-select-list__new-address a span {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  margin: 0;
  color: #546385;
  line-height: 24px;
  width: 100%;
}
.c-address-select-list__new-address a i {
  margin-bottom: 5px;
  font-size: 25px;
}
@media (max-width: 1439.98px) {
  .c-address-select-list .c-address-select-list__new-address a span {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .c-address-select-list .c-address-select-list__item {
    width: 100%;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card {
    cursor: pointer;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__container {
    padding: 18px;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__header {
    margin-bottom: 12px;
    height: auto;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__header-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__content-address {
    height: auto;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__content-address
    li:nth-child(2) {
    display: none;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__footer {
    right: 10px;
    bottom: 5px;
  }
  .c-address-select-list
    .c-address-select-list__item
    .c-saved-information-card__footer-edit-text {
    display: none;
  }
  .c-address-select-list .c-address-select-list__new-address {
    width: 100%;
    padding: 15px;
  }
  .c-address-select-list .c-address-select-list__new-address-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .c-address-select-list .c-address-select-list__new-address-container a {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
  }
  .c-address-select-list .c-address-select-list__new-address-container a span {
    order: 1;
    text-decoration: underline;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    width: auto;
    text-align: left;
  }
  .c-address-select-list .c-address-select-list__new-address-container a i {
    order: 2;
    font-size: 16px;
    margin: 0;
  }
}
.c-credit-card-select-list {
  width: 100%;
  position: relative;
  display: inline-block;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card {
  margin: 0 auto;
  padding: 0 !important;
  height: 56px !important;
  width: 56px !important;
  border-radius: 100px;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card-container {
  padding: 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card-container
  a {
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card-container
  a
  span {
  display: none;
}
.c-credit-card-select-list--expanded
  .c-credit-card-select-list__new-credit-card-container
  a
  i {
  font-size: 25px;
}
.c-credit-card-select-list--shrink .c-credit-card-select-list__new-credit-card {
  padding: 15px;
}
.c-credit-card-select-list--shrink
  .c-credit-card-select-list__new-credit-card-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.c-credit-card-select-list--shrink
  .c-credit-card-select-list__new-credit-card-container
  a {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.c-credit-card-select-list--shrink
  .c-credit-card-select-list__new-credit-card-container
  a
  span {
  order: 1;
  text-decoration: underline;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  width: auto;
  text-align: left;
}
.c-credit-card-select-list--shrink
  .c-credit-card-select-list__new-credit-card-container
  a
  i {
  order: 2;
  font-size: 16px;
  margin: 0;
}
.c-credit-card-select-list__items {
  margin: -12px;
}
.c-credit-card-select-list__item {
  padding: 12px;
}
.c-credit-card-select-list__new-credit-card {
  cursor: pointer;
  padding: 3px;
  border: 1px dashed #dddfe2;
  border-radius: 3px;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.c-credit-card-select-list__new-credit-card-container {
  text-align: center;
  width: 100%;
  align-self: center;
  justify-self: center;
  margin: auto;
  padding: 14px 0;
}
.c-credit-card-select-list__new-credit-card a {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
}
.c-credit-card-select-list__new-credit-card a span {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  line-height: 24px;
  width: 100%;
  margin-left: 0 !important;
}
.c-credit-card-select-list__new-credit-card a i {
  margin-bottom: 5px;
  font-size: 25px;
}
.c-credit-card-select-list .c-saved-information-card__container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
}
.c-credit-card-select-list .c-saved-information-card__header {
  order: 2;
  margin-bottom: 0;
}
.c-credit-card-select-list .c-saved-information-card__header-title {
  display: none;
}
.c-credit-card-select-list .c-saved-information-card__content {
  order: 1;
}
.c-credit-card-select-list .c-saved-information-card__content li {
  max-width: 100%;
}
.c-credit-card-select-list .c-saved-information-card__footer {
  display: none;
}
@media (max-width: 1439.98px) {
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card
    a
    span {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-credit-card-select-list
    .c-saved-information-card--selected
    .c-saved-information-card__select-button {
    padding: 3px;
  }
  .c-credit-card-select-list
    .c-saved-information-card--selected
    .c-saved-information-card__select-button-text {
    display: none;
  }
  .c-credit-card-select-list
    .c-saved-information-card--selected
    .c-saved-information-card__select-button-icon {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .c-credit-card-select-list .c-credit-card-select-list__new-credit-card {
    padding: 15px;
  }
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card-container
    a {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card-container
    a
    span {
    order: 1;
    text-decoration: underline;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    width: auto;
    text-align: left;
  }
  .c-credit-card-select-list
    .c-credit-card-select-list__new-credit-card-container
    a
    i {
    order: 2;
    font-size: 16px;
    margin: 0;
  }
}
.c-saved-information-card--selected {
  border: 1.3px solid #6f95cc;
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-saved-information-card--selected .c-saved-information-card__container {
  border: none;
}
.c-banner-card {
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none !important;
}
.c-banner-card--content-bottom .c-banner-card__container {
  flex-direction: column;
  background: 0 0;
}
.c-banner-card--content-bottom .c-banner-card__content {
  order: 2;
  width: 100%;
  height: 30%;
}
.c-banner-card--content-bottom .c-banner-card__content-wrapper {
  padding: 20px 30px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.c-banner-card--content-bottom .c-banner-card__content-caption {
  margin: 0;
  max-width: 600px;
}
.c-banner-card--content-bottom .c-banner-card__content-caption-title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: left;
}
.c-banner-card--content-bottom .c-banner-card__content-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.c-banner-card--content-bottom .c-banner-card__content-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-banner-card--content-bottom .c-banner-card__content-caption-description {
  margin-bottom: 10px;
}
.c-banner-card--content-bottom .c-banner-card__content-caption-description p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: left;
}
.c-banner-card--content-bottom .c-banner-card__content-action {
  width: auto;
  flex-shrink: 0;
}
.c-banner-card--content-bottom .c-banner-card__content-action button {
  padding: 0.75em 2em;
  width: auto;
}
.c-banner-card--content-bottom .c-banner-card__image {
  order: 1;
  width: 100%;
  height: 200px;
  background-size: cover;
}
.c-banner-card--small .c-banner-card__container {
  height: 260px;
}
.c-banner-card--small .c-banner-card__content {
  width: 50%;
}
.c-banner-card--small .c-banner-card__content-caption {
  max-width: 510px;
}
.c-banner-card--small .c-banner-card__content-caption-description,
.c-banner-card--small .c-banner-card__content-caption-description p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
}
.c-banner-card--small .c-banner-card__content .c-button,
.c-banner-card--small .c-banner-card__content .c-choice-box .choices__button,
.c-choice-box .c-banner-card--small .c-banner-card__content .choices__button {
  padding: 0.55em 3em !important;
}
.c-banner-card--small .c-banner-card__image {
  width: 50%;
  background-position: center center;
}
.c-banner-card__container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 6px;
  height: 350px;
}
.c-banner-card__content {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  width: 30%;
  height: 100%;
}
.c-banner-card__content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #fff;
  flex-wrap: wrap;
}
.c-banner-card__content-wrapper > * {
  max-width: 100%;
}
.c-banner-card__content-caption {
  margin-bottom: 15px;
  text-align: center;
}
.c-banner-card__content-caption-title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #fff;
}
.c-banner-card__content-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.c-banner-card__content-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-banner-card__content-caption-description {
  text-align: center;
}
.c-banner-card__content-caption-description p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.4em;
  color: #fff;
}
.c-banner-card__content-action .c-button,
.c-banner-card__content-action .c-choice-box .choices__button,
.c-choice-box .c-banner-card__content-action .choices__button {
  padding: 1em 2.2em;
  color: #546385 !important;
}
.c-banner-card__image {
  width: 70%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .c-banner-card .c-banner-card__container {
    flex-direction: column;
    background: 0 0;
    height: auto;
  }
  .c-banner-card .c-banner-card__content {
    order: 2;
    width: 100%;
    height: auto;
  }
  .c-banner-card .c-banner-card__content-wrapper {
    padding: 10px;
    flex-direction: column;
  }
  .c-banner-card .c-banner-card__content-caption {
    margin-bottom: 5px;
  }
  .c-banner-card .c-banner-card__content-caption-title {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  }
  .c-banner-card .c-banner-card__content-caption-title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-banner-card .c-banner-card__content-caption-title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-banner-card .c-banner-card__content-caption-description {
    margin-bottom: 10px;
  }
  .c-banner-card .c-banner-card__content-caption-description p {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .c-banner-card .c-banner-card__content-action {
    width: 100%;
  }
  .c-banner-card .c-banner-card__content-action button {
    padding: 0.75em 2em;
    width: 100%;
    color: #546385;
  }
  .c-banner-card .c-banner-card__image {
    order: 1;
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .c-banner-card .c-banner-card__image {
    height: 130px;
  }
}
.c-apply-input {
  position: relative;
  width: 100%;
  display: inline-block;
}
.c-apply-input--active .c-apply-input__container {
  border-bottom: 1px solid #546385;
}
.c-apply-input--active
  .c-apply-input__container
  .c-choice-box
  button.c-button--primary.c-button--button.c-button--sm.choices__button,
.c-apply-input--active
  .c-apply-input__container
  button.c-button.c-button--primary.c-button--button.c-button--sm,
.c-choice-box
  .c-apply-input--active
  .c-apply-input__container
  button.c-button--primary.c-button--button.c-button--sm.choices__button {
  display: block;
}
.c-apply-input--readonly .c-apply-input__field {
  color: #777f8c;
}
.c-apply-input__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c0bdbc;
  height: 32px;
}
.c-apply-input__field {
  border: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  width: 100%;
  background: 0 0;
  padding: 0 20px 0 0;
  outline: 0;
}
.c-apply-input__field::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #c0bdbc;
}
.c-apply-input__field:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #c0bdbc;
}
.c-apply-input__field::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #c0bdbc;
}
.c-apply-input__field::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #c0bdbc;
}
.c-apply-input__field:focus {
  outline: 0;
  box-shadow: 0;
}
.c-apply-input__edit-button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/edit-gray.svg);
}
.c-apply-input__aplly-button {
  padding: 0.3em 1em;
  font-size: 1em;
}
.c-promotion-code-list {
  display: inline-block;
  width: 100%;
  position: relative;
}
.c-promotion-code-list--processing {
  pointer-events: none;
}
.c-promotion-code-list__item {
  margin-top: 10px;
}
.c-promotion-code-list__item:first-child {
  margin-top: 0;
}
.c-promotion-code-list__item-container {
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-promotion-code-list__item-left {
  flex-shrink: 0;
}
.c-promotion-code-list__item-right {
  display: flex;
  align-items: center;
}
.c-promotion-code-list__item-action {
  margin-left: 10px;
}
.c-promotion-code-list__item-action-remove {
  cursor: pointer;
}
.c-promotion-code-list__item-action-remove i {
  font-size: 20px;
  vertical-align: middle;
}
.c-promotion-code-list__item-title {
  padding-right: 10px;
}
.c-promotion-code-list__item-title,
.c-promotion-code-list__item-title span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #4c454d;
}
.c-promotion-code-list__item-discount,
.c-promotion-code-list__item-discount span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #87a13c;
}
.c-promotion-code-list__apply-input {
  width: 100%;
  margin-top: 10px;
}
.c-promotion-code-list__apply-input-action {
  height: 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-promotion-code-list__apply-input-action-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  text-decoration: underline;
  padding-right: 10px;
}
.c-promotion-code-list__apply-input-action-icon {
  vertical-align: middle;
  font-size: 16px;
}
.p-cart-detail .c-apply-input {
  background: #fff;
  padding: 16px;
}
.c-product-shop-sticky-bar {
  background: #fff;
}
.c-product-shop-sticky-bar--disabled .c-product-shop-sticky-bar__container > * {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.c-product-shop-sticky-bar--out-of-stock .c-product-shop-sticky-bar__container {
  display: flex;
  justify-content: center;
}
.c-product-shop-sticky-bar--out-of-stock
  .c-product-shop-sticky-bar__out-of-stock {
  display: flex;
}
.c-product-shop-sticky-bar--out-of-stock .c-product-shop-sticky-bar__button,
.c-product-shop-sticky-bar--out-of-stock .c-product-shop-sticky-bar__price,
.c-product-shop-sticky-bar--out-of-stock .c-product-shop-sticky-bar__selectbox {
  display: none;
}
.c-product-shop-sticky-bar__out-of-stock {
  display: none;
  align-items: center;
}
.c-product-shop-sticky-bar__out-of-stock-icon {
  font-size: 30px;
  margin-right: 10px;
}
.c-product-shop-sticky-bar__out-of-stock-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #c4514d;
}
.c-product-shop-sticky-bar__container {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-product-shop-sticky-bar__caption {
  flex-grow: 1;
}
.c-product-shop-sticky-bar__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  line-height: 22px;
  margin-bottom: 7px;
}
.c-product-shop-sticky-bar__caption-other {
  display: flex;
  align-items: center;
}
.c-product-shop-sticky-bar__caption-stars {
  margin-right: 12px;
}
.c-product-shop-sticky-bar__caption-actions a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
}
.c-product-shop-sticky-bar__caption-actions a + a {
  margin-left: 14px;
}
.c-product-shop-sticky-bar__cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-shrink: 0;
}
.c-product-shop-sticky-bar__cart-shop {
  display: flex;
  align-items: center;
}
.c-product-shop-sticky-bar__cart-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 18px;
}
.c-product-shop-sticky-bar__cart-price-bar {
  display: flex;
  align-items: baseline;
  line-height: 1em;
  margin-right: 8px;
}
.c-product-shop-sticky-bar__cart-price-info {
  display: flex;
  flex-direction: column;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  color: rgba(47, 36, 50, 0.6);
  margin-top: 3px;
}
.c-product-shop-sticky-bar__cart-price-current {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2em;
  color: #2f2432;
}
.c-product-shop-sticky-bar__cart-price-current-amount {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
}
.c-product-shop-sticky-bar__cart-price-nominal {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1em;
  color: #c0bdbc;
  padding: 0 5px 0 10px;
  text-decoration: line-through;
}
.c-product-shop-sticky-bar__cart-quantity {
  max-width: 117px;
  margin-right: 10px;
}
.c-product-shop-sticky-bar__cart-quantity .c-number-stepper__decrease,
.c-product-shop-sticky-bar__cart-quantity .c-number-stepper__increase {
  padding: 15px 10px;
}
.c-product-shop-sticky-bar__cart-action {
  max-width: 170px;
}
@media (max-width: 1439.98px) {
  .c-product-shop-sticky-bar .c-product-shop-sticky-bar__caption-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    max-width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .c-product-shop-sticky-bar .c-product-shop-sticky-bar__container {
    justify-content: flex-start;
  }
  .c-product-shop-sticky-bar .c-product-shop-sticky-bar__cart {
    justify-content: space-between;
    width: 100%;
  }
  .c-product-shop-sticky-bar .c-product-shop-sticky-bar__caption {
    display: none;
  }
}
.c-captcha-terms {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.c-captcha-terms--light a,
.c-captcha-terms--light p {
  color: #fff !important;
  opacity: 0.6 !important;
}
.c-captcha-terms p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 1.4em;
  color: #4c454d;
}
.c-category-tag-list {
  display: block;
  position: relative;
  width: 100%;
}
.c-category-tag-list__link {
  display: none;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: underline;
  color: #546385;
  padding-bottom: 5px;
  cursor: pointer;
}
.c-category-tag-list__link::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/add-circle-outline-primary.svg);
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 1px;
  vertical-align: bottom;
}
.c-category-tag-list input[type="checkbox"] {
  top: -9999px;
  left: -9999px;
  position: absolute;
}
.c-category-tag-list__items {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.c-category-tag-list__item {
  background: #fff;
  padding: 3px 5px;
}
.c-category-tag-list__item--title span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #4c454d;
  margin-right: 5px;
}
.c-category-tag-list__item--title span::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-right-filled-gray.svg);
  font-size: 9px;
  margin-left: 5px;
}
.c-category-tag-list__item a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  color: #546385;
}
@media (max-width: 767.98px) {
  .c-category-tag-list .c-category-tag-list__item {
    padding: 3px 5px;
  }
  .c-category-tag-list .c-category-tag-list__item--title {
    display: none;
  }
  .c-category-tag-list .c-category-tag-list__item a {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #4c454d;
  }
  .c-category-tag-list .c-category-tag-list__items {
    display: none;
    margin: -5px;
  }
  .c-category-tag-list .c-category-tag-list__link {
    display: block;
  }
  .c-category-tag-list
    input[type="checkbox"]:checked
    ~ .c-category-tag-list__items {
    display: flex !important;
  }
  .c-category-tag-list
    input[type="checkbox"]:checked
    + .c-category-tag-list__link::after {
    transform: rotate(45deg);
  }
}
.c-checkout-summary-list {
  width: 100%;
  position: relative;
  display: block;
}
.c-checkout-summary-list--vertical .c-checkout-summary-list__blocks {
  flex-direction: column;
}
.c-checkout-summary-list--vertical .c-checkout-summary-list__block {
  max-width: 100%;
  flex: 0 0 100%;
}
.c-checkout-summary-list__blocks {
  margin: -25px;
}
.c-checkout-summary-list__block {
  padding: 25px;
}
.c-checkout-summary-list__block-section {
  display: flex;
  flex-direction: column;
}
.c-checkout-summary-list__block-section-caption {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.c-checkout-summary-list__block-section-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #4c454d;
  margin-right: 15px;
}
.c-checkout-summary-list__block-section-caption-action a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
}
.c-checkout-summary-list__block-section-content {
  margin-top: 15px;
}
.c-checkout-summary-list__block-section-content:first-child {
  margin-top: 0;
}
.c-checkout-summary-list__block-section-content-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  margin-bottom: 10px;
}
.c-checkout-summary-list__block-section-content-description li,
.c-checkout-summary-list__block-section-content-description p,
.c-checkout-summary-list__block-section-content-description span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  line-height: 1.5em;
}
.c-checkout-summary-list__block-section-content-description li strong,
.c-checkout-summary-list__block-section-content-description p strong,
.c-checkout-summary-list__block-section-content-description span strong {
  color: #2f2432;
}
@media (max-width: 767.98px) {
  .c-checkout-summary-list--vertical .c-checkout-summary-list__block {
    padding: 12px 25px;
  }
  .c-checkout-summary-list--vertical
    .c-checkout-summary-list__block-section-caption {
    margin-bottom: 20px;
  }
}
.c-cart__loading {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 585px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  z-index: 1;
  border: solid 1px #546385;
  border-radius: 3px;
  margin-top: 36px;
}
.c-cart__loading::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url(images/icon/empty-box-primary.svg);
  font-size: inherit;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cart__loading::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url(images/animated-gifs/cart-loading.gif);
  font-size: inherit;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateY(-60%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150% auto;
}
.c-cart__section {
  margin-top: 30px;
}
.c-cart__section-nowishlist {
  border: 1px solid #dddfe2;
  padding: 26px;
  border-radius: 3px;
}
.c-cart__section-nowishlist--title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
.c-cart__section:first-child {
  margin-top: 0;
}
.c-cart__section:nth-child(2) {
  margin-top: 13px;
}
.c-cart__section-caption {
  margin-bottom: 13px;
}
.c-cart__section-caption-title h1,
.c-cart__section-caption-title h2,
.c-cart__section-caption-title h3,
.c-cart__section-caption-title h4,
.c-cart__section-caption-title h5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.c-cart__section-shipping .c-shipping-method-list {
  flex-basis: 60%;
  padding-right: 15px;
}
.c-cart__section-shipping
  .c-shipping-method-list
  .c-shipping-method-list__item {
  border: 0;
}
.c-cart__section-shipping
  .c-shipping-method-list
  .c-shipping-method-list__no-data {
  border: 0;
  margin-top: 0;
}
.c-cart__section-shipping .c-free-shipping-box__container::after {
  content: none;
}
.c-cart__header {
  display: flex;
  align-items: center;
}
.c-cart__header-caption {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.c-cart__header-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.c-cart__header-caption-keep-shopping {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-left: 10px;
}
.c-cart__header-action {
  display: flex;
  align-items: center;
}
.c-cart__header-action > * + * {
  margin-left: 10px;
}
.c-cart__header-action .c-button,
.c-cart__header-action .c-choice-box .choices__button,
.c-choice-box .c-cart__header-action .choices__button {
  text-decoration: none !important;
}
.c-cart__header-action .c-button span,
.c-cart__header-action .c-choice-box .choices__button span,
.c-choice-box .c-cart__header-action .choices__button span {
  line-height: 24px;
  text-decoration: underline !important;
}
.c-cart__cart-items-no-data {
  width: 100%;
  background: #f0f2f4;
  border-radius: 3px;
  padding: 36px 32px;
}
.c-cart__cart-items-no-data-title h1,
.c-cart__cart-items-no-data-title h2,
.c-cart__cart-items-no-data-title h3,
.c-cart__cart-items-no-data-title h4,
.c-cart__cart-items-no-data-title h5 {
  display: flex;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #2f2432;
}
.c-cart__cart-items-no-data-title h1::before,
.c-cart__cart-items-no-data-title h2::before,
.c-cart__cart-items-no-data-title h3::before,
.c-cart__cart-items-no-data-title h4::before,
.c-cart__cart-items-no-data-title h5::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/cart-dark-gray.svg);
  font-size: 24px;
  margin-right: 10px;
}
.c-cart__cart-items-no-data-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  max-width: 678px;
  margin: 21px 0 16px 0;
}
.c-cart__saved-items-no-data {
  width: 100%;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 36px 32px;
}
.c-cart__saved-items-no-data-title h2 {
  display: flex;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #2f2432;
}
.c-cart__saved-items-no-data-title h2::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/heart-outline-dark-gray.svg);
  font-size: 24px;
  margin-right: 10px;
}
.c-cart__saved-items-no-data-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  max-width: 678px;
  margin: 21px 0 16px 0;
}
.c-cart__free-shipping-box {
  width: 100%;
}
.c-cart__free-shipping-box .c-free-shipping-box__container {
  width: 100%;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-cart__free-shipping-box .c-free-shipping-box__container::after {
  display: none;
}
.c-cart__free-shipping-box .c-free-shipping-box__caption-title {
  color: #4c454d;
}
.c-cart__free-shipping-box .c-free-shipping-box__caption-icon::before {
  background-image: url(images/icon/shipping-truck-dark-gray.png) !important;
}
.c-cart__free-shipping-box
  .c-free-shipping-box
  .c-progress-status-bar__total-track {
  background: #f0f2f4 !important;
}
.c-cart__secure-information-box {
  width: 100%;
  display: inline-block;
  position: relative;
}
.c-cart__secure-information-box-container {
  padding: 15px 25px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.c-cart__secure-information-box-left {
  padding-right: 20px;
  flex-grow: 1;
}
.c-cart__secure-information-box-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2em;
  color: #4c454d;
}
.c-cart__secure-information-box-title::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/lock-dark-gray.svg);
  font-size: 24px;
  margin-right: 10px;
  vertical-align: top;
}
.c-cart__secure-information-box-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  margin-top: 7px;
}
.c-cart__secure-information-box-logo {
  width: 250px;
  height: auto;
}
@media (max-width: 991.98px) {
  .c-cart__secure-information-box-container {
    flex-wrap: wrap !important;
  }
  .c-cart__secure-information-box-title::before {
    display: none;
  }
  .c-cart__secure-information-box-right {
    margin-top: 15px;
  }
}
.c-cart__sign-cta {
  width: 100%;
}
.c-cart__sign-cta-container {
  padding: 24px 45px 30px 32px;
  background: #f0f2f4;
  border-radius: 3px;
}
.c-cart__sign-cta-text-group-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2em;
  color: #4c454d;
  margin-bottom: 7px;
}
.c-cart__sign-cta-text-group-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
}
.c-cart__sign-cta-text-group:first-child {
  margin-bottom: 20px;
}
.c-cart__sign-cta-action {
  margin-top: 20px;
}
.c-cart__sign-cta-action button {
  width: 212px;
}
.c-cart__sign-cta-sign-in {
  margin-top: 15px;
}
.c-cart__sign-cta-sign-in p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
}
.c-cart__sign-cta-sign-in p a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .c-cart .c-cart__loading {
    margin-top: 0;
    min-height: calc(100vh - 128px);
  }
  .c-cart .c-cart__header-action {
    flex-shrink: 0;
  }
  .c-cart .c-cart__header-caption-title {
    flex-shrink: 0;
  }
  .c-cart .c-cart__header-caption-keep-shopping {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    margin-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .c-cart .c-cart__loading {
    border: none;
  }
  .c-cart .c-cart__cart-items-no-data-title h1:before,
  .c-cart .c-cart__cart-items-no-data-title h2:before,
  .c-cart .c-cart__cart-items-no-data-title h3:before,
  .c-cart .c-cart__cart-items-no-data-title h4:before,
  .c-cart .c-cart__cart-items-no-data-title h5:before,
  .c-cart .c-cart__saved-items-no-data-title h1:before,
  .c-cart .c-cart__saved-items-no-data-title h2:before,
  .c-cart .c-cart__saved-items-no-data-title h3:before,
  .c-cart .c-cart__saved-items-no-data-title h4:before,
  .c-cart .c-cart__saved-items-no-data-title h5:before,
  .c-cart .c-cart__secure-information-box h1:before,
  .c-cart .c-cart__secure-information-box h2:before,
  .c-cart .c-cart__secure-information-box h3:before,
  .c-cart .c-cart__secure-information-box h4:before,
  .c-cart .c-cart__secure-information-box h5:before,
  .c-cart .c-cart__sign-cta-box-text-group h1:before,
  .c-cart .c-cart__sign-cta-box-text-group h2:before,
  .c-cart .c-cart__sign-cta-box-text-group h3:before,
  .c-cart .c-cart__sign-cta-box-text-group h4:before,
  .c-cart .c-cart__sign-cta-box-text-group h5:before {
    display: none !important;
  }
}
.c-wishlist .c-cart-item__price-quantity {
  order: 1;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-wishlist .c-cart-item__price-quantity {
    display: flex;
    padding: 0 9px;
  }
}
.c-wishlist .c-cart-item__price-quantity button {
  width: 100%;
  padding: 8px 3px !important;
  font-size: 14px !important;
}
@media only screen and (max-width: 768px) {
  .c-wishlist .c-cart-item__price-quantity .c-number-stepper__container {
    margin: 0 3px;
  }
  .c-wishlist
    .c-cart-item__price-quantity
    .c-number-stepper__container
    .c-number-stepper__decrease,
  .c-wishlist
    .c-cart-item__price-quantity
    .c-number-stepper__container
    c-number-stepper__increase {
    padding: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .c-wishlist .c-cart-item__price-quantity .c-number-stepper__container {
    border: 0;
  }
}
.bookmark {
  position: relative;
  margin-right: 15px;
  border-radius: 3px;
  border-left: 8px solid #6f95cc;
  border-right: 8px solid #6f95cc;
  border-bottom: 5px solid transparent;
}
.c-text-field {
  display: inline-block;
}
.c-text-field--outlined .c-text-field__label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic !important;
  font-size: 15px;
  line-height: 11px !important;
  color: #777f8c !important;
}
.c-text-field--outlined .c-text-field__input {
  padding: 0 !important;
}
.c-text-field--outlined .c-text-field__input-base {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal !important;
  font-size: 15px;
  color: #4c454d !important;
  padding: 0 15px !important;
  height: 50px;
  line-height: normal !important;
}
.c-text-field--outlined .c-text-field__input textarea {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal !important;
  font-size: 15px;
  color: #4c454d !important;
}
.c-text-field--outlined .c-text-field__input--outline {
  border-color: #dddfe2 !important;
  border-radius: 3px !important;
  border-width: 1px !important;
  opacity: 1 !important;
}
.c-text-field--standard .c-text-field__input {
  padding: 6px 0 7px !important;
}
.c-text-field--standard .c-text-field__input-base {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal !important;
  font-size: 15px;
  color: #4c454d !important;
  padding: 2px 0 !important;
  height: auto !important;
}
.c-text-field--standard .c-text-field__input::after,
.c-text-field--standard .c-text-field__input::before {
  border-bottom: 2px solid #dddfe2 !important;
}
.c-text-field--standard .c-text-field__label:not(.c-text-field__label--shrink) {
  margin-top: 4px;
}
.c-text-field--focused .c-text-field__label {
  color: #546385 !important;
}
.c-text-field--error .c-text-field__label {
  color: #c4514d !important;
}
.c-text-field--error .c-text-field__input::after,
.c-text-field--error .c-text-field__input::before {
  border-bottom: 2px solid #c4514d !important;
}
.c-text-field--error .c-text-field__helper {
  color: #c4514d !important;
}
.c-text-field--error .c-text-field__helper::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/error-danger.svg);
  font-size: 14px;
  margin-left: 5px;
  vertical-align: top;
}
.c-text-field--full-width {
  display: block;
  width: 100%;
}
.c-text-field__control {
  width: 100%;
}
.c-text-field__input-base::-ms-clear,
.c-text-field__input-base::-ms-reveal {
  display: none;
}
.c-text-field__input-base:required {
  box-shadow: none !important;
}
.c-text-field__input-base:invalid {
  box-shadow: none !important;
}
.c-text-field__input-base:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.c-text-field__input-base::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.c-text-field__input-base::-webkit-inner-spin-button,
.c-text-field__input-base::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-text-field__input-base[type="number"] {
  -moz-appearance: textfield;
}
.c-text-field__input-base:focus {
  border: none;
  outline: 0;
  border-radius: 0;
}
.c-text-field__input-base:focus::-webkit-contacts-auto-fill-button {
  display: none !important;
  opacity: 0 !important;
}
.c-text-field__input-base:focus::-webkit-textfield-decoration-container {
  visibility: hidden;
}
.c-text-field__helper {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal !important;
  font-size: 12px;
  color: #777f8c !important;
  margin: 10px 0 0 !important;
  text-align: right !important;
}
.c-text-field__helper::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-light-gray.svg);
  font-size: 14px;
  margin-left: 5px;
  vertical-align: top;
}
.c-select {
  display: inline-block;
}
.c-select--full-width {
  display: block;
  width: 100% !important;
}
.c-select--no-selection.c-select--error .c-select__input-select {
  color: #c4514d !important;
}
.c-select--no-selection .c-select__input-select {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-size: 16px !important;
  color: #777f8c !important;
}
.c-select--outline .c-select__input {
  line-height: 1em !important;
}
.c-select--outline .c-select__input-select {
  font-size: 16px !important;
}
.c-select--outline .c-select__input--outline {
  border-color: #dddfe2 !important;
  border-radius: 3px !important;
  border-width: 1px !important;
  opacity: 1 !important;
}
.c-select--standard .c-select__input {
  line-height: 1.2em !important;
}
.c-select--standard .c-select__input-root::after {
  right: 0;
}
.c-select--standard .c-select__input-select {
  padding: 7px 32px 7px 0 !important;
  font-size: 16px !important;
  height: auto !important;
}
.c-select--focused .c-select__label {
  color: #546385 !important;
}
.c-select--error .c-select__label {
  color: #c4514d !important;
}
.c-select--error .c-select__helper {
  color: #c4514d !important;
}
.c-select--error .c-select__helper::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/error-danger.svg);
  font-size: 14px;
  margin-left: 5px;
  vertical-align: top;
}
.c-select__control {
  width: 100%;
}
.c-select__input-root {
  position: relative;
}
.c-select__input-root:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  background-image: url(images/icon/arrow-down-primary.svg);
  transform: translateY(-50%) translateY(1px);
  top: 50%;
  right: 11px;
  z-index: 1;
  pointer-events: none;
}
.c-select__input-select {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 15px !important;
  color: #4c454d !important;
  padding: 0 15px !important;
  height: 50px !important;
  line-height: 1em !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-select__input-select[value=""],
.c-select__input-select[value="-1"],
.c-select__input-select[value="null"] {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-size: 15px !important;
  color: #777f8c !important;
}
.c-select__input-select:focus {
  background: 0 0 !important;
}
.c-select__input-select::-ms-expand {
  display: none;
}
.c-select__input-select:focus::-ms-value {
  background-color: transparent;
  color: #2f2432;
}
.c-select__input-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.c-select__input-icon {
  right: 10px !important;
}
.c-select__input-icon {
  display: none !important;
}
.c-select__helper {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-size: 12px normal;
  color: #777f8c !important;
  margin: 10px 0 0 !important;
  text-align: right !important;
  justify-content: flex-end;
  width: 100%;
}
.c-select__helper::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-light-gray.svg);
  font-size: 14px;
  margin-left: 5px;
  vertical-align: top;
}
.c-icon {
  display: inline-flex;
  font-size: 24px;
  line-height: 1em;
  width: 1em;
  height: 1em;
}
.c-icon--inherit {
  font-size: inherit;
}
.c-icon--default,
.c-icon--md {
  font-size: 24px;
}
.c-icon--sm {
  font-size: 18px;
}
.c-icon--lg {
  font-size: 36px;
}
.c-icon--primary {
  color: #546385;
  fill: #546385;
}
.c-icon--primary * {
  fill: #546385;
}
.c-icon--secondary {
  color: #ded25e;
  fill: #ded25e;
}
.c-icon--secondary * {
  fill: #ded25e;
}
.c-icon--danger,
.c-icon--error {
  color: #c4514d;
  fill: #c4514d;
}
.c-icon--danger *,
.c-icon--error * {
  fill: #c4514d;
}
.c-icon--action,
.c-icon--info {
  color: #87cfd8;
  fill: #87cfd8;
}
.c-icon--action *,
.c-icon--info * {
  fill: #87cfd8;
}
.c-icon--disabled {
  color: #c0bdbc;
  fill: #c0bdbc;
}
.c-icon--disabled * {
  fill: #c0bdbc;
}
.c-react-form {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.c-react-form--no-container .c-react-form__container {
  padding: 0;
  border: none;
}
.c-react-form--no-border .c-react-form__container {
  border: 0;
}
.c-react-form--gray .c-react-form__container .c-text-input:-webkit-autofill {
  -webkit-animation-name: backgroundWhite;
  -webkit-animation-fill-mode: both;
}
.c-react-form--light
  .c-react-form__helper--warning
  .c-react-form__helper-text-description,
.c-react-form--light
  .c-react-form__helper-text
  .c-react-form__helper-text-description,
.c-react-form--light
  .c-react-form__helper-text--error
  .c-react-form__helper-text-description {
  color: #fff;
}
.c-react-form--light .c-react-form__helper--warning::before,
.c-react-form--light .c-react-form__helper-text--error::before,
.c-react-form--light .c-react-form__helper-text::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-light.svg);
}
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__container,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__container {
  border: 1px dashed #fff;
}
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header {
  margin-bottom: 0;
}
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header
  p,
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info,
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h2,
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h3,
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h4,
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h5,
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-info
  h6,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header
  p,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h2,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h3,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h4,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h5,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header-info
  h6 {
  color: #fff;
}
.c-react-form--light
  .c-inline-notification--danger
  .c-inline-notification__header-icon::before,
.c-react-form--light
  .c-inline-notification--error
  .c-inline-notification__header-icon::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/alert-outline-danger-light.svg);
}
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__container {
  border: 1px dashed #fff;
}
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header {
  margin-bottom: 0;
}
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header
  p,
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info,
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h2,
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h3,
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h4,
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h5,
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header-info
  h6 {
  color: #fff;
}
.c-react-form--light
  .c-inline-notification--success
  .c-inline-notification__header-icon::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-circle-success-light.svg);
}
.c-react-form__container {
  padding: 20px 30px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-react-form__section {
  margin-top: 30px;
}
.c-react-form__section:first-child {
  margin-top: 0;
}
.c-react-form__section--helper-text {
  margin-top: 18px;
}
.c-react-form__section-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #2f2432;
  margin-bottom: 20px;
}
.c-react-form__row {
  margin-top: 30px;
}
.c-react-form__row:first-child {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .c-react-form__row--mobile {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.c-react-form__group {
  width: 100%;
  display: block;
}
.c-react-form__group-label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  margin-bottom: 7px;
}
.c-react-form__group .c-react-form__group-helper {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%) translateY(3px);
  display: flex;
  align-items: flex-start;
  color: #777f8c;
  text-align: right;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #aaaeb1;
  line-height: 1.2em !important;
  margin: 0 !important;
  text-align: right !important;
}
.c-react-form__group .c-react-form__group-helper::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-light-gray.svg);
  font-size: 14px;
  margin-left: 0.25em;
  margin-top: 2px;
  vertical-align: top;
}
.c-react-form__group .c-react-form__group-helper--error {
  color: #c4514d;
}
.c-react-form__group .c-react-form__group-helper--error > * {
  color: inherit;
}
.c-react-form__group .c-react-form__group-helper--error::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-danger.svg);
}
.c-react-form__group .c-react-form__group-helper--warning {
  color: #ded25e;
}
.c-react-form__group .c-react-form__group-helper--warning > * {
  color: inherit;
}
.c-react-form__group .c-react-form__group-helper--warning::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/info-warning.svg);
}
.c-react-form__group .c-react-form__group-helper-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #aaaeb1;
  line-height: 18px;
}
.c-react-form__group .c-select,
.c-react-form__group .c-text-field {
  width: 100%;
}
.c-react-form__confirmation-text {
  margin-top: 30px;
}
.c-react-form__confirmation-text-checkbox input[type="checkbox"] + label:after,
.c-react-form__confirmation-text-checkbox
  input[type="checkbox"]
  + label:before {
  top: 5px;
}
.c-react-form__confirmation-text-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #aaaeb1;
  line-height: 19px;
}
.c-react-form__confirmation-text-description a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
}
.c-react-form__separator {
  height: 1px;
  width: 100%;
  margin: 30px 0;
  border: 0;
  background-color: #dddfe2;
}
.c-choice-box .c-react-form .choices__button,
.c-react-form .c-button,
.c-react-form .c-choice-box .choices__button {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal !important;
  font-size: 18px;
  padding: 0 !important;
  height: 50px !important;
}
.c-react-form .c-button--anchor {
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .c-react-form
    .c-react-form__section:not(.c-react-form__section--action)
    .c-react-form__section-row:not(:first-child) {
    margin-top: 30px;
  }
  .c-react-form
    .c-react-form__section:not(.c-react-form__section--action)
    .c-react-form__section-row
    [class*="col-"]:not(:first-child) {
    margin-top: 30px;
  }
  .c-react-form .c-react-form__group:not(:first-child):not(.col-20) {
    margin-top: 30px;
  }
  .c-react-form .c-react-form__section + .c-react-form__section {
    margin-top: 30px !important;
  }
}
.c-address-form__caption {
  margin-bottom: 20px;
}
.c-address-form__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #2f2432;
  line-height: 1.2em;
}
@media (max-width: 991.98px) {
  .c-address-form__content .c-react-form {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .c-address-form__caption-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
  }
}
.block.block-addresses-list .block-content .table-wrapper.additional-addresses {
  overflow-x: auto;
}
.c-credit-card-form .rccs {
  margin: 0;
}
.c-credit-card-form__caption {
  margin-bottom: 20px;
}
.c-credit-card-form__caption-image {
  width: 60px;
  height: 36px;
}
.c-credit-card-form__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  line-height: 1.2em;
}
.c-credit-card-form__section--form {
  display: flex;
  max-width: 740px;
}
.c-credit-card-form__section + .c-credit-card-form__section {
  margin-top: 30px;
}
.c-credit-card-form__section-row + .c-credit-card-form__section-row {
  margin-top: 25px;
}
.c-credit-card-form__form {
  width: calc(100% - 320px);
  padding-right: 30px;
}
.c-credit-card-form__form-zip-code-reminder {
  margin-top: 25px;
}
.c-credit-card-form__preview {
  width: 320px;
  height: 212px;
}
.c-credit-card-form__preview-card {
  width: inherit;
  height: inherit;
}
.c-credit-card-form__preview-card .rccs {
  width: inherit;
  height: inherit;
}
.c-credit-card-form__preview-card .rccs__card {
  width: inherit;
  height: inherit;
}
.c-credit-card-form__preview-card .rccs__card--unknown .rccs__card--front {
  background-image: linear-gradient(165deg, #f2f2f2 3%, #d4d3d3 97%);
}
.c-credit-card-form__preview-card .rccs__card--unknown .rccs__expiry,
.c-credit-card-form__preview-card .rccs__card--unknown .rccs__name,
.c-credit-card-form__preview-card .rccs__card--unknown .rccs__number {
  color: #4c454d;
  opacity: 0.2;
}
.c-credit-card-form__preview-card .rccs__card > div {
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.35);
}
.c-credit-card-form__preview-info {
  margin-top: 25px;
}
.c-credit-card-form__cvv-info {
  width: 100%;
}
.c-credit-card-form__cvv-info-title {
  margin-bottom: 10px;
}
.c-credit-card-form__cvv-info-title h1,
.c-credit-card-form__cvv-info-title h2,
.c-credit-card-form__cvv-info-title h3,
.c-credit-card-form__cvv-info-title h4,
.c-credit-card-form__cvv-info-title h5,
.c-credit-card-form__cvv-info-title h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
}
.c-credit-card-form__cvv-info-title-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-credit-card-form__cvv-info-title-link i {
  font-size: 15px;
}
.c-credit-card-form__cvv-info-image {
  margin-bottom: 15px;
}
.c-credit-card-form__cvv-info-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 1.4em;
  color: #4c454d;
}
.c-credit-card-form__zip-notification {
  display: flex;
  align-items: center;
  color: #4c454d;
}
.c-credit-card-form__zip-notification-info {
  flex-grow: 1;
  border: 1px dashed #c0bdbc;
}
.c-credit-card-form__zip-notification-desc {
  width: 100%;
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
}
.c-credit-card-form__zip-notification-action {
  flex-shrink: 0;
}
.c-choice-box .c-credit-card-form__zip-notification-action .choices__button,
.c-credit-card-form__zip-notification-action .c-button,
.c-credit-card-form__zip-notification-action .c-choice-box .choices__button {
  font-style: normal;
  font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-credit-card-form__section--form {
    flex-direction: column-reverse;
    max-width: none;
  }
  .c-credit-card-form__form {
    width: 80%;
  }
  .c-credit-card-form__preview {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .c-credit-card-form__content .c-react-form {
    max-width: none;
  }
  .c-credit-card-form .c-credit-card-form__form {
    width: 100%;
    padding: 0;
  }
  .c-credit-card-form .c-credit-card-form__preview {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .c-credit-card-form__caption-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
  }
}
.c-credit-card-form__cvv-info-title-link .c-button--anchor {
  font-size: 14px;
}
.c-expandable-panels {
  width: 100%;
  position: relative;
  display: inline-block;
}
.c-expandable-panels__item {
  border-top: 1px solid #dddfe2;
}
.c-expandable-panels__item--expanded .c-expandable-panels__item-caption-action {
  transform: rotate(90deg);
}
.c-expandable-panels__item--expanded .c-expandable-panels__item-content {
  padding: 20px 0 30px;
  height: auto;
}
.c-expandable-panels__item--disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.c-expandable-panels__item--disabled > * {
  opacity: 0.5;
}
.c-expandable-panels__item:last-child {
  border-bottom: 1px solid #dddfe2;
}
.c-expandable-panels__item-caption {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
}
.c-expandable-panels__item-caption-bar {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.c-expandable-panels__item-caption-icon {
  width: 60px;
  margin-right: 20px;
  line-height: 0;
}
.c-expandable-panels__item-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #2f2432;
  line-height: 1em;
}
.c-expandable-panels__item-caption-title
  + .c-expandable-panels__item-caption-sub-title {
  margin-left: 0.25em;
}
.c-expandable-panels__item-caption-sub-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1em;
  color: #777f8c;
}
.c-expandable-panels__item-caption-action {
  display: flex;
  flex-shrink: 0;
}
.c-expandable-panels__item-caption-action i {
  font-size: 18px;
}
.c-expandable-panels__item-content {
  height: 0;
  overflow: hidden;
}
.c-expandable-panels__item-content-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
  color: #777f8c;
  max-width: 460px;
}
.c-expandable-panels__item-content-section {
  margin-top: 20px;
}
.c-expandable-panels__item-content-action-continue-row {
  margin: -12px;
}
.c-expandable-panels__item-content-action-continue-col {
  padding: 12px;
}
@media (max-width: 767.98px) {
  .c-expandable-panels
    .c-expandable-panels__item--expanded
    .c-expandable-panels__item-content {
    padding: 10px 0 15px;
  }
  .c-expandable-panels .c-expandable-panels__item-caption {
    padding: 10px 0;
  }
  .c-expandable-panels .c-expandable-panels__item-caption-icon {
    margin-right: 10px;
  }
  .c-expandable-panels .c-expandable-panels__item-caption-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .c-expandable-panels .c-expandable-panels__item-content-description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
  }
}
.c-linear-progress {
  padding-bottom: 15px;
  padding-top: 25px;
}
.c-linear-progress--top-stats {
  padding-top: 15px;
}
.c-linear-progress--top-stats .c-linear-progress__start-label,
.c-linear-progress--top-stats .c-linear-progress__total-label {
  top: -23px;
}
.c-linear-progress--info .c-linear-progress__track-line {
  background-color: #fff !important;
}
.c-linear-progress--info .c-linear-progress__track-line-bar {
  background-color: #87cfd8 !important;
}
.c-linear-progress__track-line {
  height: 6px !important;
  background-color: #fff !important;
}
.c-linear-progress__track-line-bar {
  background-color: #87cfd8 !important;
}
.c-linear-progress__stats {
  margin-top: 2px;
  position: relative;
  width: 100%;
}
.c-linear-progress__stats > span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #777f8c;
  position: absolute;
  line-height: 1em;
  white-space: nowrap;
}
.c-linear-progress__start-label,
.c-linear-progress__total-label {
  top: -23px;
}
.c-linear-progress__start-label {
  left: 0;
}
.c-linear-progress__total-label {
  text-align: right;
  right: 0;
}
.c-linear-progress__current-label {
  color: #4c454d !important;
  font-style: normal;
  font-size: 11px;
}
.c-linear-progress__current-label:before {
  top: -100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #87cfd8;
  border-width: 4px;
  transform: translateX(-50%) translateY(3px);
}
.c-image-with-text {
  width: 100%;
  position: relative;
  display: block;
}
.c-image-with-text__image {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.c-image-with-text__text {
  flex-grow: 1;
}
.c-image-with-text__text h1,
.c-image-with-text__text h2,
.c-image-with-text__text h3,
.c-image-with-text__text h4,
.c-image-with-text__text h5,
.c-image-with-text__text h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.3em;
  color: #2f2432;
}
.c-image-with-text__text p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  color: #4c454d;
  margin-top: 15px;
}
.c-image-with-text__text p:first-child {
  margin-top: 0;
}
.c-image-with-text__button {
  margin: 20px 0;
}
@media (max-width: 991.98px) {
  .c-image-with-text__image,
  .c-image-with-text__text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
  }
}
.c-paypal-button:not(.not-checkout) {
  max-width: 220px;
  margin: 20px 0 30px 0;
}
.c-paypal-button.not-checkout {
  margin-bottom: 5px;
}
.paypal-checkout-guest {
  width: 250px;
}
.c-order-summary-box--shrink .c-paypal-button {
  display: none;
}
.c-feature-card {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 60px;
}
.c-feature-card--quality-shipment .c-feature-card__icon-container {
  background-color: #546385;
}
.c-feature-card__container {
  background: #fff;
  border: 1px solid #c0bdbc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-feature-card__header {
  padding: 0 25px 35px 25px;
}
.c-feature-card__content {
  min-height: 150px;
  padding: 0 25px 15px 25px;
}
.c-feature-card__footer {
  padding: 0 25px 40px 25px;
}
.c-feature-card__icon {
  padding: 8px;
  height: 180px;
  width: 180px;
  border-radius: 100%;
  border: 1px solid #c0bdbc;
  background: #fff;
  margin-top: -60px;
}
.c-feature-card__icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.c-feature-card__icon-icon {
  width: auto !important;
  height: auto !important;
}
.c-feature-card__title h1,
.c-feature-card__title h2,
.c-feature-card__title h3,
.c-feature-card__title h4,
.c-feature-card__title h5,
.c-feature-card__title h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3em;
  color: #2f2432;
  margin-bottom: 20px;
}
.c-feature-card__description {
  height: 155px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.c-feature-card__description,
.c-feature-card__description p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  color: #4c454d;
}
.c-feature-card__action {
  width: 225px;
}
#__rr_instant_survey_container img {
  width: auto !important;
}
#__rr_instant_survey_container .CloseButton img {
  width: 100% !important;
}
.c-article-box {
  display: inline-block;
  width: 100%;
  position: relative;
}
.c-article-box--single {
  height: 370px;
}
.c-article-box--single .c-article-box__container {
  border: 0;
  display: flex;
  height: 100%;
  background: #f0f2f4;
  padding: 30px;
}
.c-article-box--single .c-article-box__image-wrapper {
  height: 100%;
  max-width: 530px;
  margin-right: 30px;
}
.c-article-box--single .c-article-box__image-wrapper img {
  border-radius: 3px;
}
.c-article-box--single .c-article-box__content {
  height: 100%;
  padding: 0;
  text-align: left;
  max-width: 520px;
  align-items: flex-start;
}
.c-article-box--single .c-article-box__action {
  max-width: 300px;
}
.c-article-box--single .c-article-box__description {
  height: auto;
}
.c-article-box__container {
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-article-box__image-wrapper {
  width: 100%;
  height: 220px;
}
.c-article-box__image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.c-article-box__content {
  text-align: center;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-article-box__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  margin-bottom: 10px;
  max-width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-article-box__description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
  color: #4c454d;
  height: 130px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  flex-grow: 1;
}
.c-article-box__action {
  width: 100%;
}
.c-article-box__action .c-button,
.c-article-box__action .c-choice-box .choices__button,
.c-choice-box .c-article-box__action .choices__button {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .c-article-box--single {
    height: auto;
  }
  .c-article-box--single .c-article-box__container {
    flex-direction: column;
  }
  .c-article-box--single .c-article-box__description {
    margin-bottom: 20px;
  }
  .c-article-box--single .c-article-box__image-wrapper {
    margin: 0 0 30px 0;
    max-width: 100%;
    height: 300px;
  }
}
.c-banner-slider {
  width: 100%;
  position: relative;
  display: block;
}
.c-banner-slider__slider-item {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
}
.c-banner-slider__slider-item--theme-dark .c-banner-slider__slider-title {
  color: #546385;
}
.c-banner-slider__slider-item--theme-dark .c-banner-slider__slider-description {
  color: #546385;
}
.c-banner-slider__slider-item--theme-dark
  .c-banner-slider__slider-action:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-banner-slider__slider-item--theme-light .c-banner-slider__slider-title {
  color: #fff !important;
}
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-description {
  color: #fff !important;
}
.c-banner-slider__slider-item--theme-light .c-banner-slider__slider-action {
  color: #546385 !important;
}
.c-banner-slider__slider-item--theme-light
  .c-banner-slider__slider-action:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-banner-slider__slider-item--theme-green .c-banner-slider__slider-title {
  color: #008f45 !important;
}
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-description {
  color: #008f45 !important;
}
.c-banner-slider__slider-item--theme-green .c-banner-slider__slider-action {
  background: #008f45 !important;
  color: #fff !important;
}
.c-banner-slider__slider-item--theme-green
  .c-banner-slider__slider-action:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-banner-slider__slider-item--image-top
  .c-banner-slider__slider-overlay-image {
  left: 0;
  top: 0;
  bottom: auto;
}
.c-banner-slider__slider-item--image-center
  .c-banner-slider__slider-overlay-image {
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  bottom: auto;
}
.c-banner-slider__slider-item--image-bottom
  .c-banner-slider__slider-overlay-image {
  left: 0;
  bottom: 0;
  top: auto;
}
.c-banner-slider__slider-item-link {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.c-banner-slider__slider-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  z-index: -2;
}
.c-banner-slider__slider-image-container {
  flex-shrink: 0;
  flex-grow: 0;
  width: 50%;
  height: 100%;
  position: relative;
}
.c-banner-slider__slider-overlay-image {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-banner-slider__slider-content-wrapper {
  max-width: 50%;
  position: relative;
  flex-shrink: 1;
  flex-grow: 1;
}
.c-banner-slider__slider-content {
  width: 513px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  padding-right: 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-banner-slider__slider-title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #546385;
  align-self: center;
}
.c-banner-slider__slider-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.c-banner-slider__slider-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-banner-slider__slider-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #546385;
  margin-bottom: 15px;
  align-self: center;
}
.c-banner-slider__slider-action {
  align-self: center;
  padding: 0.75em 4em !important;
  border: 0;
}
.c-banner-slider__slider-action:not(.c-button--anchor) {
  text-decoration: none !important;
}
.c-banner-slider__slider-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50% !important;
  bottom: 10px;
  z-index: 2;
  width: auto !important;
  padding: 0 5px;
}
.c-banner-slider__slider-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 7px;
  border: 2px solid #6f95cc;
  background-color: #fff;
  cursor: pointer;
}
.c-banner-slider__slider-pagination-bullet--active {
  background-color: #6f95cc;
}
.c-banner-slider__slider-pagination-bullet:last-child {
  margin-right: 0;
}
.c-banner-slider__next-arrow,
.c-banner-slider__prev-arrow {
  border: 0;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.c-banner-slider__next-arrow:focus,
.c-banner-slider__prev-arrow:focus {
  outline: 0;
}
.c-banner-slider__next-arrow i,
.c-banner-slider__prev-arrow i {
  font-size: 15px;
}
.c-banner-slider__next-arrow {
  right: 20px;
}
.c-banner-slider__prev-arrow {
  left: 20px;
}
.c-banner-slider__prev-arrow i {
  transform: rotate(180deg);
}
@media (max-width: 1439.98px) {
  .c-banner-slider .c-banner-slider__slider-content {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-banner-slider .c-banner-slider__slider-image-container {
    width: 55%;
  }
  .c-banner-slider .c-banner-slider__slider-content-wrapper {
    max-width: 45%;
  }
}
@media (max-width: 991.98px) {
  .c-banner-slider .c-banner-slider__next-arrow,
  .c-banner-slider .c-banner-slider__prev-arrow {
    height: 60px;
    width: 20px;
    border-radius: 0;
  }
  .c-banner-slider .c-banner-slider__next-arrow {
    right: 0;
  }
  .c-banner-slider .c-banner-slider__prev-arrow {
    left: 0;
  }
  .c-banner-slider .c-banner-slider__slider-item {
    height: 200px;
  }
  .c-banner-slider .c-banner-slider__slider-overlay-image {
    max-width: 400px;
  }
  .c-banner-slider .c-banner-slider__slider-title {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  }
  .c-banner-slider .c-banner-slider__slider-title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-banner-slider .c-banner-slider__slider-title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-banner-slider .c-banner-slider__slider-description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #546385;
    margin-bottom: 15px;
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .c-banner-slider .c-banner-slider__container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.36) 100%
    );
    z-index: 1;
    pointer-events: none;
  }
  .c-banner-slider .c-banner-slider__slider-overlay {
    display: block;
  }
  .c-banner-slider .c-banner-slider__slider-item {
    flex-direction: column;
    height: 350px;
  }
  .c-banner-slider .c-banner-slider__slider-content-wrapper,
  .c-banner-slider .c-banner-slider__slider-image-container {
    width: 100%;
    display: block;
  }
  .c-banner-slider .c-banner-slider__slider-title {
    margin-bottom: 10px;
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
  }
  .c-banner-slider .c-banner-slider__slider-title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-banner-slider .c-banner-slider__slider-title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-banner-slider .c-banner-slider__slider-content-wrapper {
    max-width: 100%;
    margin-top: 20px;
    flex-grow: 1;
  }
  .c-banner-slider .c-banner-slider__slider-content {
    padding: 0 15px;
    position: static;
    transform: translate(0);
  }
  .c-banner-slider .c-banner-slider__slider-image-container {
    height: auto;
  }
  .c-banner-slider .c-banner-slider__slider-overlay-image {
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    top: auto;
    max-height: 150px;
    width: auto;
  }
  .c-banner-slider .c-banner-slider__slider-action {
    padding: 0.75em 2em !important;
  }
  .c-banner-slider .c-banner-slider__slider-description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.c-testimonial-slider {
  display: block;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.c-testimonial-slider__container {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 6px;
  padding-top: 35px;
}
.c-testimonial-slider__background {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 35px);
  top: 35px;
  left: 0;
  background: url(images/pattern/fsd-bg-light.png) center center no-repeat;
  border: 1px solid #dddfe2;
  opacity: 0.4;
  background-size: cover;
  z-index: 0;
  border-radius: 6px;
}
.c-testimonial-slider__content {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  margin-top: -35px;
  padding-bottom: 35px;
}
.c-testimonial-slider__items {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -35px;
}
.c-testimonial-slider__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
}
.c-testimonial-slider__avatar {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 8px solid #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-testimonial-slider__description {
  position: relative;
  margin: auto;
}
.c-testimonial-slider__description:before {
  content: "“";
  position: absolute;
  top: -5px;
  left: 0;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  color: #546385;
  line-height: 0.75em;
}
.c-testimonial-slider__description:after {
  content: "”";
  position: absolute;
  bottom: -5px;
  right: 0;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  color: #546385;
  line-height: 0;
}
.c-testimonial-slider__description p {
  position: relative;
  padding: 0 40px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3em;
  color: #546385;
  text-align: center;
  max-width: 756px;
}
.c-testimonial-slider__author {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  color: #546385;
  text-align: center;
  margin-top: 18px;
}
.c-testimonial-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-top: 22px;
}
.c-testimonial-slider__pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50px;
  margin-right: 7px;
  border: 2px solid #6f95cc;
  background-color: #fff;
  cursor: pointer;
}
.c-testimonial-slider__pagination-bullet--active {
  background-color: #6f95cc;
}
.c-testimonial-slider__pagination-bullet:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .c-testimonial-slider__description p {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    padding: 0;
  }
  .c-testimonial-slider__description::after,
  .c-testimonial-slider__description::before {
    display: none;
  }
}
.c-category-navigation {
  position: relative;
  width: 100%;
  display: block;
}
.c-category-navigation__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 60px;
  padding: 20px 10px 60px;
  overflow: hidden;
}
.c-category-navigation__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.c-category-navigation__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.c-category-navigation__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-size: 32px;
}
.c-category-navigation__nav-item {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-category-navigation__nav-item:focus {
  outline: 0;
}
.c-category-navigation__nav-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-gray.svg);
}
.c-category-navigation__nav-item:hover::before {
  background-image: url(images/icon/arrow-down-primary.svg);
}
.c-category-navigation__nav-item--disabled {
  opacity: 0.3;
}
.c-category-navigation__nav-prev {
  left: 0;
  transform: translateY(-100%) rotate(90deg) translateX(-8px);
}
.c-category-navigation__nav-next {
  left: 100%;
  transform: translateX(-100%) translateY(-100%) rotate(-90deg) translateY(8px);
}
.c-category-navigation__next,
.c-category-navigation__prev {
  padding: 10px;
  background: 0 0;
  cursor: pointer;
  border: 0;
  margin-bottom: 40px;
}
.c-category-navigation__next i,
.c-category-navigation__prev i {
  font-size: 18px;
}
.c-category-navigation__prev {
  margin-right: 15px;
}
.c-category-navigation__prev i {
  transform: rotate(180deg);
}
.c-category-navigation__next {
  margin-left: 15px;
}
.c-category-navigation__items {
  display: flex;
  align-items: flex-start;
  z-index: 0;
}
.c-category-navigation__item {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 170px;
}
.c-category-navigation__item--highlighted::before {
  background: #fec156 !important;
}
.c-category-navigation__item--highlighted .c-category-navigation__item-title {
  color: #546385 !important;
  text-transform: uppercase !important;
}
.c-category-navigation__item::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #f0f2f4;
  z-index: -1;
}
.c-category-navigation__item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}
.c-category-navigation__item-image {
  position: absolute;
  transform: translateX(-50%) translateY(-100%);
  width: 100%;
  height: auto;
  left: 50%;
  top: 100%;
}
.c-category-navigation__item-title {
  position: absolute;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  left: 50%;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-decoration: none;
  color: #4c454d;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  word-break: normal;
}
@media (max-width: 991.98px) {
  .c-category-navigation .c-category-navigation__container {
    padding: 0;
    margin: 0;
  }
  .c-category-navigation .c-category-navigation__container::after,
  .c-category-navigation .c-category-navigation__container::before {
    content: none;
  }
  .c-category-navigation .c-category-navigation__items {
    flex-wrap: wrap;
    margin: -1px;
  }
  .c-category-navigation .c-category-navigation__item {
    flex-direction: row;
    margin: 0;
    padding: 1px;
    width: 50% !important;
    height: 60px;
  }
  .c-category-navigation .c-category-navigation__item:nth-child(even)::before {
    width: 100%;
  }
  .c-category-navigation
    .c-category-navigation__item:last-child:nth-child(odd) {
    width: 100% !important;
  }
  .c-category-navigation
    .c-category-navigation__item:last-child:nth-child(odd)::before {
    width: 100%;
  }
  .c-category-navigation
    .c-category-navigation__item:last-child:nth-child(odd)
    .c-category-navigation__item-wrapper {
    justify-content: center;
  }
  .c-category-navigation .c-category-navigation__item::before {
    position: absolute;
    border-radius: 3px;
    padding-bottom: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    left: 0;
    top: 0;
  }
  .c-category-navigation .c-category-navigation__item-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
  }
  .c-category-navigation .c-category-navigation__item-image {
    position: relative;
    max-width: 48px;
    transform: none;
    top: 0;
    left: 0;
    margin-right: 5px;
  }
  .c-category-navigation .c-category-navigation__item-title {
    position: relative;
    top: auto;
    text-align: left;
    transform: none;
    left: auto;
    text-transform: capitalize;
  }
  .c-category-navigation .c-category-navigation__item--direct-deals {
    width: 100%;
    display: block;
  }
  .c-category-navigation
    .c-category-navigation__item--direct-deals
    .c-category-navigation__item-oval {
    display: flex;
    align-items: center;
    background: #7d2254;
    justify-content: center !important;
  }
  .c-category-navigation
    .c-category-navigation__item--direct-deals
    .c-category-navigation__item-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .c-category-navigation
    .c-category-navigation__item--direct-deals
    .c-category-navigation__item-title-desktop {
    display: none;
  }
  .c-category-navigation
    .c-category-navigation__item--direct-deals
    .c-category-navigation__item-title::before {
    content: "";
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    font-size: inherit;
    line-height: 1em;
    width: 1em;
    height: 1em;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(images/icon/deal-discount.svg);
    font-size: 26px;
    margin-right: 5px;
  }
}
.c-copy-area {
  display: block;
  width: 100%;
  position: relative;
}
.c-copy-area__container {
  display: flex;
  justify-content: center;
  padding: 24px 10px;
  background: #f0f2f4;
}
.c-copy-area__items {
  display: flex;
  align-items: center;
}
.c-copy-area__item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.c-copy-area__item:last-child {
  margin-right: 0;
}
.c-copy-area__item-icon {
  font-size: 33px;
  margin-right: 10px;
}
.c-copy-area__item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #4b658a;
  text-transform: capitalize;
}
.c-shipping-fee-list {
  position: relative;
  width: 100%;
  display: block;
}
.c-shipping-fee-list__container {
  padding: 15px 20px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-shipping-fee-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-shipping-fee-list__item + .c-shipping-fee-list__item {
  margin-top: 15px;
}
.c-shipping-fee-list__item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  color: #4c454d;
  flex-shrink: 1;
}
.c-shipping-fee-list__item-price {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #2f2432;
  flex-shrink: 0;
}
.c-loading-spinner {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(images/icon/loading-dark.svg);
  background-size: cover;
  background-position: center center;
  -webkit-animation: rotate infinite ease-in-out;
  animation: rotate infinite ease-in-out;
}
.c-loading-spinner--large {
  height: 35px;
  width: 35px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
}
.c-loading-spinner--large::after {
  content: "Loading";
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #2f2432;
  position: absolute;
  top: 34px;
  transform: translateX(-50%);
  left: 50%;
}
.c-brand-explorer {
  position: relative;
  width: 100%;
  display: block;
}
.c-brand-explorer__container {
  display: flex;
  background-color: #fff;
  width: 100%;
  min-height: 520px;
  max-height: calc(100vh - 200px);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-brand-explorer__col {
  overflow-x: hidden;
  overflow-y: auto;
}
.c-brand-explorer__col::-webkit-scrollbar {
  width: 5px !important;
}
.c-brand-explorer__col--main {
  flex-grow: 1;
  padding: 20px 25px 25px 25px;
}
.c-brand-explorer__col--aside {
  width: 235px;
  padding: 18px;
  background: #f0f2f4;
  flex-shrink: 0;
}
.c-brand-explorer__caption {
  display: flex;
  align-items: center;
}
.c-brand-explorer__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  margin-right: 15px;
}
.c-brand-explorer__caption .c-button,
.c-brand-explorer__caption .c-choice-box .choices__button,
.c-choice-box .c-brand-explorer__caption .choices__button {
  color: #546385 !important;
  border: 2px solid #dddfe2 !important;
}
.c-brand-explorer__caption .c-button:hover,
.c-brand-explorer__caption .c-choice-box .choices__button:hover,
.c-choice-box .c-brand-explorer__caption .choices__button:hover {
  background: #fff !important;
}
.c-brand-explorer__brands {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.c-brand-explorer__brand {
  flex-shrink: 0;
  padding: 8px;
  border-right: 1px solid #f0f2f4;
  border-bottom: 1px solid #f0f2f4;
}
.c-brand-explorer__brand:last-child {
  padding: 8px 16px;
}
.c-brand-explorer__brand-link {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: inherit !important;
}
.c-brand-explorer__brand-image {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 45px;
  overflow: hidden;
}
.c-brand-explorer__brand-image img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-brand-explorer__brand-content {
  padding-top: 2px;
  width: 105px;
  height: 40px;
  text-align: center;
  overflow: hidden;
}
.c-brand-explorer__brand-title {
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #777f8c !important;
  line-height: 1.3em;
}
.c-brand-explorer__brand-show-all {
  width: 89px;
  height: 89px;
  text-align: center;
  line-height: 90px;
  border-radius: 100%;
  display: inline-block;
  color: #546385 !important;
  text-decoration: none !important;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  background: #f0f2f4;
}
.c-brand-explorer__manufacturers {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 200px;
}
.c-brand-explorer__manufacturer {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #dddfe2;
}
.c-brand-explorer__manufacturer + .c-brand-explorer__manufacturer {
  border-top: none;
}
.c-brand-explorer__manufacturer-link {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: inherit !important;
}
.c-brand-explorer__manufacturer-image {
  text-align: center;
  width: 100px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.c-brand-explorer__manufacturer-image img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-brand-explorer__manufacturer-title {
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432 !important;
  line-height: 1.4em;
}
.c-char-navigation {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.c-char-navigation__container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-char-navigation__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px;
}
.c-char-navigation__item {
  cursor: pointer;
  padding: 4px;
  text-decoration: none !important;
}
.c-char-navigation__item a {
  text-decoration: none !important;
}
.c-char-navigation__item--active span {
  background: #546385 !important;
  border: 1px solid #546385 !important;
  color: #fff !important;
}
.c-char-navigation__item span {
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #546385;
  background: #fff;
  border: 1px solid #dddfe2;
}
.c-char-navigation--shrink {
  position: fixed;
  top: 55px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.17);
  margin: 0 -15px;
  padding: 10px 15px;
}
.c-brand-slider {
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-brand-slider__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  margin: 0 60px;
  overflow: hidden;
}
.c-brand-slider__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-size: 32px;
  z-index: 2;
}
.c-brand-slider__nav-item {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-brand-slider__nav-item:focus {
  outline: 0;
}
.c-brand-slider__nav-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-right-thick-primary.svg);
  font-size: 18px;
}
.c-brand-slider__nav-item--disabled {
  opacity: 0.3;
}
.c-brand-slider__nav-prev {
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.c-brand-slider__nav-next {
  right: 15px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.c-brand-slider__next,
.c-brand-slider__prev {
  padding: 10px;
  background: 0 0;
  cursor: pointer;
  border: 0;
  margin-bottom: 40px;
}
.c-brand-slider__next i,
.c-brand-slider__prev i {
  font-size: 18px;
}
.c-brand-slider__prev {
  margin-right: 15px;
}
.c-brand-slider__prev i {
  transform: rotate(180deg);
}
.c-brand-slider__next {
  margin-left: 15px;
}
.c-brand-slider__items {
  display: flex;
  align-items: center;
  z-index: 0;
}
.c-brand-slider__item {
  display: flex;
  flex-direction: column;
}
.c-brand-slider__item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none !important;
  line-height: 21px !important;
}
.c-brand-slider__item-image {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  overflow: hidden;
}
.c-brand-slider__item-image img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-brand-slider__item-content {
  padding-top: 2px;
  width: 105px;
  height: 40px;
  text-align: center;
  overflow: hidden;
}
.c-brand-slider__item-title {
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #777f8c !important;
  line-height: 1.3em;
  text-decoration: none;
}
.change__store {
  height: 40px;
  background-color: #4b658a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.change__store .icon__fsd--arrow-down-light {
  padding-top: 3px;
}
.change__store .icon__fsd--arrow-right-filled-light-gray {
  font-size: 9px;
  margin: 0 8px;
}
.change__store-top {
  color: #fff;
  cursor: pointer;
}
.change__store-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.change__store-popup-heading {
  display: flex;
  justify-content: space-between;
  color: #2f2432;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
}
.change__store-popup-content {
  width: 500px;
  background: #fff;
  position: relative;
  top: 18px;
}
@media (max-width: 500px) {
  .change__store-popup-content {
    height: 100%;
    top: 0;
  }
  .change__store-popup-content-viewall {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.change__store-popup-content-title {
  padding-bottom: 10px;
  color: #777f8c;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
}
.change__store-popup-content .filter__location-search {
  margin-bottom: 4px;
}
.change__store-popup-content .filter__location-search input {
  box-shadow: none;
}
.change__store-popup-content .filter__location-search input::-moz-placeholder {
  color: #3e5575;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
}
.change__store-popup-content
  .filter__location-search
  input:-ms-input-placeholder {
  color: #3e5575;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
}
.change__store-popup-content
  .filter__location-search
  input::-ms-input-placeholder {
  color: #3e5575;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
}
.change__store-popup-content .filter__location-search input::placeholder {
  color: #3e5575;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
}
.change__store-popup-content-padding {
  padding: 20px;
}
.change__store-popup-content-heading {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  line-height: 24px;
}
.change__store-popup-content-viewall {
  background-color: #f0f2f4;
  padding: 10px;
}
.change__store-popup-content-viewall a {
  color: #4b658a;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
}
.change__store-popup-content-store {
  padding: 5px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.change__store-popup-content-store-name {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  color: #2f2432;
}
.change__store-popup-content-store-code {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  padding-left: 2px;
}
.change__store-popup-content-store-brand {
  color: #4b658a;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.change__store-popup-content-store-brand span {
  margin-right: 5px;
}
.change__store-popup-content-store-brand .view-more {
  color: #2f2432;
}
.cms-select-store .change__store {
  display: none;
}
.icon__fsd--close-gray {
  cursor: pointer;
}
.has-tooltip {
  position: relative;
  color: #000;
  border-bottom: 1px dotted;
  display: inline-flex;
}
.has-tooltip:hover .tooltip-bottom {
  display: block;
}
.tooltip-bottom {
  position: absolute;
  border: 1px solid #cfd0df;
  padding: 10px;
  width: 180px;
  white-space: nowrap;
  word-wrap: no-wrap;
  border-radius: 3px;
  background-color: #fff;
  z-index: 200;
  font-size: 0.9em;
  display: none;
  top: 35px;
  left: -10px;
}
.tooltip-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 40.6px;
  bottom: 99%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #fff;
}
.tooltip-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #cfd0df;
}
.c-brand-header {
  width: 100%;
  display: block;
  position: relative;
}
.c-brand-header--no-logo .c-brand-header__logo {
  display: none;
}
.c-brand-header--no-logo .c-brand-header__container {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.c-brand-header--no-logo .c-brand-header__title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #546385;
}
.c-brand-header--no-logo .c-brand-header__title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.c-brand-header--no-logo .c-brand-header__title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-brand-header--no-logo .c-brand-header__description {
  text-align: center;
}
.c-brand-header__wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.c-brand-header__container {
  display: flex;
  align-items: center;
  position: relative;
}
.c-brand-header__background {
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-brand-header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 170px;
  width: 170px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #dddfe2;
  margin-right: 25px;
}
.c-brand-header__logo img {
  vertical-align: middle;
  max-width: 140px;
  padding: 10px;
}
.c-brand-header__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #2f2432;
  margin-bottom: 10px;
}
.c-brand-header__description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  color: #2f2432;
  margin-top: 10px;
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .c-brand-header--no-logo .c-brand-header__title {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
  }
  .c-brand-header--no-logo .c-brand-header__title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-brand-header--no-logo .c-brand-header__title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-brand-header--no-logo .c-brand-header__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-brand-header--no-logo .c-brand-header__title {
    margin-bottom: 0;
  }
  .c-brand-header__wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-brand-header__description {
    display: none;
  }
  .c-brand-header__title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .c-brand-header__container {
    padding: 0 15px;
  }
  .c-brand-header__logo {
    height: 70px;
    width: 70px;
    margin-right: 15px;
  }
  .c-brand-header__logo img {
    max-width: 60px;
  }
}
.c-category-slider {
  width: 100%;
  position: relative;
  display: block;
  padding: 0 40px;
}
.c-category-slider--fit {
  padding: 0;
}
.c-category-slider--fit .c-category-slider__nav-prev {
  transform: translateY(-50%) rotate(180deg) translateX(50%) translateX(20px);
}
.c-category-slider--fit .c-category-slider__nav-next {
  transform: translateY(-50%) translateX(-50%) translateX(20px);
}
.c-category-slider--center .c-category-slider__items {
  justify-content: center;
}
.c-category-slider__container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-category-slider__nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-size: 32px;
}
.c-category-slider__nav-item {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-category-slider__nav-item:focus {
  outline: 0;
}
.c-category-slider__nav-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-right-thick-primary.svg);
  font-size: 18px;
}
.c-category-slider__nav-item--disabled {
  opacity: 0.3;
}
.c-category-slider__nav-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg) translateX(50%) translateX(-20px);
}
.c-category-slider__nav-next {
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) translateX(-20px);
}
.p-checkout__hero {
  display: none;
}
.pac-container:after {
  content: none !important;
}
.onepage-checkout__paypal--border {
  border: 1px solid #cfd0df;
  border-radius: 3px;
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-checkout-contact_guest {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  font-weight: 500;
}
.c-checkout-contact_guest--pointer {
  color: #4b658a;
  text-decoration: underline;
  cursor: pointer;
}
.onepage-address-box {
  font-size: 13px;
  color: #777f8c;
  border: 1px solid #cfd0df;
  border-radius: 3px;
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.onepage-address-box .icon__fsd--arrow-down-primary {
  position: absolute;
  right: 20px;
  z-index: 20;
  font-size: 20px;
}
.onepage-address-boxshadow {
  border-color: #6f95cc;
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.place-order-button button {
  padding: 13px 115px !important;
}
.password-message {
  font-size: 12px;
  line-height: 15px;
  color: #777f8c;
  font-weight: 600;
  justify-content: flex-end;
  opacity: 0.7;
  margin-top: 2px;
  align-items: center;
}
.password-message span {
  padding: 0 6px;
  border: 1px solid;
  align-self: start;
  border-radius: 50%;
  margin-left: 3px;
}
.gift-tooltip {
  background: #4b658a;
  padding: 3px 6px;
  border-radius: 100%;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}
.gift-tooltip:hover .gift-tooltip-content {
  display: block;
}
.gift-tooltip-content {
  position: absolute;
  background: #fff;
  top: -20px;
  left: 22px;
  border: 1px solid;
  background: #fff;
  width: 300px;
  padding: 20px;
  border: 1px solid #cfd0df;
  color: #000;
  display: none;
  z-index: 1;
}
.gift-tooltip-content-title {
  color: #4c454d;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.gift-tooltip-content-value {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
}
#upspopup {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
}
.expansion_panel_without_before {
  margin: 0;
}
.expansion_panel_without_before:before {
  content: none !important;
}
.c-signup-desc {
  line-height: 26px;
  font-size: 14px;
  list-style: inside;
}
.onepage-ups-address-popup {
  width: 500px;
  background: #fff;
  position: absolute;
  left: 30%;
  top: 50px;
  border-radius: 4px;
}
.onepage-ups-address-popup-close {
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.onepage-ups-address-popup-suggested-list {
  max-height: 200px;
  overflow-y: auto;
}
.onepage-ups-address-popup-content {
  color: #2f2432;
  padding: 20px;
}
.onepage-ups-address-popup-content-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.onepage-ups-address-popup-content-subtitle {
  padding-bottom: 5px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.onepage-ups-address-popup-done {
  background: #f0f2f4;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .onepage-ups-address-popup {
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
  }
  .onepage-ups-address-popup-suggested-list {
    margin-bottom: 60px;
    max-height: 100vh;
  }
  .onepage-ups-address-popup-done {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
.onepage-paypal-icon {
  font-size: 65px;
}
.onepage-paypal-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.hello-one {
  font-size: 100px;
  background-color: red;
}
.border-custom {
  border: 1px solid #6f95cc;
  border-radius: 5px;
}
.checkout-new p {
  font-size: 13px;
}
.checkout-new .border-custom:hover {
  cursor: pointer;
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-product-card__ship-info-text {
  color: #777f8c;
}
.oval {
  height: 39px;
  width: 39px;
  background-color: #f0f2f4;
  border-radius: 100%;
  text-align: center;
  padding: 7px;
}
.onepage-checkout-value {
  font-size: 18px;
}
.onepage-checkout-value-span {
  color: #777f8c;
  font-size: 13px;
}
.onepage-checkout__title {
  font-weight: 500;
  font-size: 14px;
  color: #2f2432;
  line-height: 21px;
}
.onepage-checkout_info {
  color: #777f8c;
  font-size: 14px;
}
.subtotal_help {
  font-size: 13px;
  line-height: 19px;
  color: #4b658a;
}
.subtotal_help span {
  color: #50b32e;
}
.border-dotted {
  border-top: 1px dashed #4b658a;
}
.onepage-checkout_total .onepage-checkout_totalh5 {
  font-size: 22px;
  line-height: 36px;
}
.onepage-checkout_total .c-order-summary-box__item-price {
  color: #4b658a;
  font-size: 26px;
  font-weight: 600;
}
.onepage-checkout_total .onepage-checkout_totalprice {
  color: #777f8c;
  font-size: 12px;
}
.info-text-checkout h4 {
  color: #2f2432;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.info-text-checkout p {
  color: #777f8c;
  font-family: sofia-pro, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.info-text-checkout a {
  font-size: 13px;
}
.onepage-checkout-summary-box {
  border: 1px solid #dddfe2;
  border-radius: 4px;
}
.onepage-checkout-summary-box-cart-items-item__price--discount {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
.onepage-checkout-summary-box-cart-items-item__price--original {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #a29ea5;
  text-decoration: line-through;
}
.onepage-checkout-summary-box-cart-items-item__image {
  min-width: 63px;
  max-width: 63px;
  align-self: center;
}
.onepage-checkout-summary-box-cart-items-item__content {
  width: 220px;
}
.onepage-checkout-summary-box-cart-items-item__content--name {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.onepage-checkout-summary-box-cart-items-item__content--shipsin {
  color: #777f8c;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.onepage-checkout-summary-box-cart-items-item__qty {
  height: 39px;
  min-width: 39px;
  background-color: #f0f2f4;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  align-items: center;
  margin: 0 14px;
}
.onepage-checkout-summary-box-totals {
  background: #f0f2f4;
  width: 100%;
  padding: 30px 60px;
}
.c-checkout-or span {
  z-index: 5;
  position: relative;
  background: #fff;
  padding: 0 43px;
}
.c-checkout-or::before {
  content: "";
  position: absolute;
  border: 0.7px solid #dddfe4;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 1;
}
.c-checkout-static-block i {
  font-size: 42px;
  margin-right: 18px;
}
@media (min-width: 768px) {
  .c-cart-recommendation {
    padding-bottom: 20px;
  }
  .c-cart-recommendation .c-multi-product-slider__wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
  }
  .c-cart-recommendation .c-product-card--shrink {
    border: 1px solid #dddfe2 !important;
    padding: 0 10px !important;
  }
  .c-cart-recommendation.nocartitems .c-multi-product-slider__wrapper {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 991.98px) {
  .gift-tooltip-content {
    top: 26px;
    left: -80px;
    z-index: 9;
  }
  .c-cart-recommendation {
    padding-bottom: 20px;
  }
  .c-cart-recommendation .c-product-card--shrink {
    padding: 0 10px !important;
  }
  .sigin-title {
    color: #4b658a;
  }
  .sigin-title-underline {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-decoration: underline;
  }
  .sigin-title span + span {
    font-size: 20px;
  }
  .p-checkout .place-order-button button {
    width: 100% !important;
  }
  .p-checkout .c-order-summary-box__item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .p-checkout .c-order-summary-box__list-title {
    padding: 10px;
    margin-bottom: 0;
  }
  .p-checkout ul.c-order-summary-box__item {
    padding: 0 10px;
  }
  .p-checkout .c-checkout-static-block {
    background: #fff;
    padding: 10px;
  }
  .p-checkout .onepage-checkout_total .onepage-checkout_totalh5 {
    font-size: 22px;
  }
  .p-checkout .onepage-checkout-summary-box {
    background: #f0f2f4;
    padding: 0 !important;
  }
  .p-checkout .onepage-checkout-summary-box-cart-items {
    background: #fff;
  }
  .p-checkout .onepage-checkout-summary-box-totals {
    padding: 0;
  }
}
.email_exists {
  position: absolute;
  right: 15px;
  bottom: -21px;
  font-size: 13px;
  color: brown;
}
.a-msts {
  max-width: 500px;
}
.a-msts-heading h2 {
  margin-top: 0;
  text-align: left;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #2f2432;
}
.a-msts-enroll-message {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  line-height: 22px;
  margin-bottom: 25px;
}
.a-msts-enroll-info li {
  margin: 16px 0;
}
.a-msts-enroll-info li i {
  font-size: 60px;
  margin-right: 20px;
}
.a-msts-enroll-info-heading {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #2f2432;
  line-height: 25px;
}
.a-msts-enroll-info-message {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
  line-height: 20px;
}
.a-msts-enroll-applybutton {
  max-width: 300px;
}
.a-msts-data--box {
  max-width: 360px;
  margin: 20px 0;
  border: 1px solid #cfd0df;
  box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 35px;
}
.a-msts-data--box-heading {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
  line-height: 22px;
  padding-bottom: 25px;
}
.a-msts-data--box-item {
  display: flex;
  justify-content: space-between;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  line-height: 23px;
}
.a-msts-data--box-item--left {
  color: #777f8c;
}
.msts-title {
  padding-top: 3px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
}
.c-checkout-msts {
  width: 100%;
}
.c-checkout-msts-data-box {
  border: 1px solid #cfd0df;
  box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 23px;
}
.c-checkout-msts-data-box-heading {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #4c454d;
  padding-bottom: 5px;
}
.c-checkout-msts-data-box-item {
  display: flex;
  justify-content: space-between;
  max-width: 250px;
}
.c-checkout-msts-data-box-item div:first-child {
  color: #777f8c;
}
.c-checkout-msts-enroll-heading {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  line-height: 19px;
  padding-bottom: 10px;
  line-height: 40 px;
}
.c-checkout-msts-enroll .c-button,
.c-checkout-msts-enroll .c-choice-box .choices__button,
.c-choice-box .c-checkout-msts-enroll .choices__button {
  background: 0 0 !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #4b658a !important;
  padding: 13px 113px !important;
}
.c-checkout-msts-enroll .c-button.c-button--outline:hover,
.c-checkout-msts-enroll .c-choice-box .c-button--outline.choices__button:hover,
.c-choice-box .c-checkout-msts-enroll .c-button--outline.choices__button:hover {
  background: 0 0 !important;
}
.c-checkout-msts-guest .c-button,
.c-checkout-msts-guest .c-choice-box .choices__button,
.c-choice-box .c-checkout-msts-guest .choices__button {
  background: 0 0 !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #4b658a !important;
}
.c-checkout-msts-guest .c-button.c-button--outline:hover,
.c-checkout-msts-guest .c-choice-box .c-button--outline.choices__button:hover,
.c-choice-box .c-checkout-msts-guest .c-button--outline.choices__button:hover {
  background: 0 0 !important;
}
.msts-register-form .c-react-form__group {
  margin-bottom: 10px;
}
.c-category-definition {
  width: 100%;
  display: block;
  position: relative;
}
.c-category-definition__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.c-category-definition__background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-category-definition__content {
  margin-right: 20px;
}
.c-category-definition__image {
  max-width: 420px;
}
.c-category-definition__image img {
  vertical-align: middle;
}
.c-category-definition__mobile-image {
  display: none;
}
.c-category-definition__title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #546385;
  line-height: 38px;
  margin-bottom: 10px;
}
.c-category-definition__title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.c-category-definition__title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-category-definition__description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  color: #2f2432;
  max-width: 620px;
}
@media (max-width: 991.98px) {
  .c-category-definition__mobile-image {
    display: block;
    margin: 0 auto;
  }
  .c-category-definition__title {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .c-category-definition__title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-category-definition__title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-category-definition__description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
  }
  .c-category-definition__container {
    flex-direction: column;
    padding: 30px 20px;
  }
  .c-category-definition__image {
    display: none;
  }
  .c-category-definition__mobile-image {
    max-width: 300px;
    margin-bottom: 10px;
  }
}
.c-category-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 228px;
  width: 100%;
}
.c-category-card:hover {
  background: #f0f2f4;
}
.c-category-card a.c-category-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  z-index: 2;
}
.c-category-card__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 128px;
  flex-shrink: 0;
  overflow: hidden;
  margin-bottom: 8px;
}
.c-category-card__preview img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-category-card__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #546385;
  height: 56px;
  text-align: center;
}
.c-category-card__shop-all {
  display: none !important;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.c-category-card--cover {
  width: 100%;
  height: 228px;
  background: #f0f2f4;
  justify-content: flex-start;
  padding-top: 20px;
}
.c-category-card--cover:hover {
  background: #f0f2f4;
}
.c-category-card--cover .c-category-card__container {
  width: 120px;
  height: 120px;
  position: relative;
  display: flex;
}
.c-category-card--cover .c-category-card__container::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.c-category-card--cover .c-category-card__button {
  width: 100%;
}
.c-category-card--cover .c-category-card__preview {
  z-index: 2;
  height: 100%;
  width: 100%;
}
.c-category-card--cover .c-category-card__preview img {
  height: auto;
  width: auto;
}
.c-category-card--cover .c-category-card__info {
  position: absolute;
  top: calc(100% + 10px);
  z-index: 2;
}
.c-category-card--cover .c-category-card__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  height: 48px;
}
.c-category-card--cover .c-category-card__shop-all {
  display: block !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.c-category-card--landscape {
  height: auto;
  width: 100%;
}
.c-category-card--landscape:hover {
  background: 0 0;
}
.c-category-card--landscape a.c-category-card__button {
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #dddfe2;
  background: #fff;
  width: 100%;
}
.c-category-card--landscape .c-category-card__container {
  width: 100%;
}
.c-category-card--landscape .c-category-card__preview {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-bottom: 0;
}
.c-category-card--landscape .c-category-card__info {
  text-align: left;
}
.c-category-card--landscape .c-category-card__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  height: auto;
  text-align: left;
}
.c-category-card--shrink {
  width: 100%;
  height: auto;
}
.c-category-card--shrink a.c-category-card__button {
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #dddfe2;
  background: #f0f2f4;
  width: 100%;
}
.c-category-card--shrink a.c-category-card__button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-gray.svg);
  position: absolute;
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 15px;
  font-size: 18px;
}
.c-category-card--shrink .c-category-card__container {
  width: 100%;
}
.c-category-card--shrink .c-category-card__info {
  text-align: left;
}
.c-category-card--shrink .c-category-card__preview {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 0;
}
.c-category-card--shrink .c-category-card__info {
  text-align: center;
}
.c-category-card--shrink .c-category-card__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  height: auto;
  max-width: 210px;
}
.c-action-list {
  display: block;
  position: relative;
  width: 100%;
}
.c-action-list--flat .c-action-list__items {
  margin: -5px -10px;
}
.c-action-list--flat .c-action-list__item {
  background: 0 0;
}
.c-action-list--flat .c-action-list__item::after {
  display: none;
}
.c-action-list--flat .c-action-list__item-preview {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.c-action-list--flat .c-action-list__item-title {
  color: #546385;
}
.c-action-list__container {
  width: 100%;
}
.c-action-list__item {
  padding: 5px 10px;
  background: #f0f2f4;
  border-radius: 4px;
  position: relative;
}
.c-action-list__item::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-gray.svg);
  position: absolute;
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 15px;
  font-size: 15px;
}
.c-action-list__item + .c-action-list__item {
  margin-top: 1px;
}
.c-action-list__item-wrapper {
  display: flex;
  justify-content: flex-start !important;
  position: relative;
  text-decoration: none !important;
  width: 100%;
  align-items: center !important;
}
.c-action-list__item-preview {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.c-action-list__item-preview img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
.c-action-list__item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #4c454d;
}
.c-action-list__item:hover .c-action-list__item-title {
  text-decoration: underline;
}
.c-filter-bar {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-filter-bar__container {
  display: flex;
  width: 100%;
  align-items: center;
}
.c-filter-bar__category {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  flex-wrap: nowrap;
  padding-right: 20px;
}
.c-filter-bar__category-image {
  max-width: 50px;
  margin-right: 15px;
}
.c-filter-bar__category-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #2f2432;
  white-space: nowrap;
}
.c-filter-bar__category-icon {
  font-size: 20px;
  margin-left: 15px;
}
.c-filter-bar__actions {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  padding-left: 20px;
}
.c-choice-box .c-filter-bar__actions .choices__button,
.c-filter-bar__actions .c-button,
.c-filter-bar__actions .c-choice-box .choices__button {
  font-size: 14px;
  border-radius: 2em;
}
.c-choice-box .c-filter-bar__actions .choices__button .icon__fsd,
.c-filter-bar__actions .c-button .icon__fsd,
.c-filter-bar__actions .c-choice-box .choices__button .icon__fsd {
  font-size: 20px;
}
.c-filter-bar__items-container {
  display: flex;
  width: 100%;
}
.c-filter-bar__items-container::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-left: 1px dashed #dddfe2;
}
.c-filter-bar__items-container::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  border-right: 1px dashed #dddfe2;
}
.c-filter-bar__items {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  flex-grow: 1;
  justify-content: flex-start;
}
.c-filter-bar__item {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-filter-bar__item + .c-filter-bar__item {
  border-left: 1px dashed #dddfe2;
}
.c-filter-bar__item--filtered .c-filter-bar__item-title::after {
  content: "";
  display: inline-block;
  line-height: 1em;
  border-radius: 4px;
  height: 8px;
  width: 8px;
  background: #6f95cc;
  margin-left: 6px;
}
.c-filter-bar__item--selected {
  padding: 0 20px;
}
.c-filter-bar__item-caption {
  display: flex;
  align-items: center;
}
.c-filter-bar__item-logo {
  max-width: 50px;
  margin-right: 15px;
}
.c-filter-bar__item-icon {
  font-size: 20px;
  margin-left: 20px;
}
.c-filter-bar__item-icon .icon__fsd--arrow-down-gray {
  margin-top: 2px;
}
.c-filter-bar__item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #2f2432;
}
.c-filter-bar__item-filter-menu {
  max-width: 250px;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
}
.c-context-menu {
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
}
.c-context-menu ::-webkit-scrollbar {
  width: calc(12px / 2);
  background: 0 0;
}
.c-context-menu__container {
  min-width: 250px;
  padding: 15px 20px 20px 20px;
  width: 100%;
  background: #fff;
  border: 1px solid #dddfe2;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  max-height: 60vh;
  overflow-y: scroll;
}
.c-context-menu__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.c-context-menu__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
}
.c-context-menu__close {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.c-context-menu__close::after,
.c-context-menu__close::before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  color: #c0bdbc;
  background-color: #c0bdbc;
  display: inline-block;
}
.c-context-menu__close::before {
  transform: rotate(45deg);
}
.c-context-menu__close::after {
  transform: rotate(-45deg);
}
.c-context-menu__action {
  margin-top: 15px;
}
.c-choice-box .c-context-menu__action .choices__button,
.c-context-menu__action .c-button,
.c-context-menu__action .c-choice-box .choices__button {
  color: #546385;
  border-width: 2px;
  padding: 0.5em 2em !important;
}
.c-choice-box .c-context-menu__action .choices__button:hover,
.c-context-menu__action .c-button:hover,
.c-context-menu__action .c-choice-box .choices__button:hover {
  color: #fff;
}
.c-category-showcase {
  width: 100%;
  position: relative;
  display: block;
}
.c-category-showcase__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-category-showcase__sections {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-category-showcase__section {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e5e7;
}
.c-category-showcase__section-caption {
  display: flex;
  width: 170px;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-category-showcase__section-content {
  display: flex;
  width: calc(100% - 170px);
  flex-grow: 1;
  padding: 0 50px 0 55px;
}
.c-category-showcase__section .c-category-slider__item {
  width: 130px;
}
.c-filter-settings {
  display: block;
  width: 100%;
  position: relative;
}
.c-filter-settings--has-filter .c-filter-settings__title {
  display: none;
}
.c-filter-settings__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-filter-settings__info {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.c-filter-settings__mobile-filter-button {
  display: none;
}
.c-filter-settings__mobile-filter-button-notification {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #f0f2f4;
  color: #546385;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.c-filter-settings__mobile-filter-button button {
  border: 2px solid #dddfe2;
  border-radius: 100px;
  padding: 8px 15px 8px 15px !important;
  display: flex;
  align-items: center;
  position: relative;
}
.c-filter-settings__mobile-filter-button button:hover {
  background: #fff !important;
}
.c-filter-settings__mobile-filter-button button span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
}
.c-filter-settings__mobile-filter-button button i {
  margin-right: 4px;
  font-size: 24px;
  display: none;
}
.c-filter-settings__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-filter-settings__title b {
  font-style: normal;
  font-size: 15px;
}
.c-filter-settings__sort {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c-filter-settings__sort-title {
  font-style: normal;
  font-size: 14px;
  color: #777f8c;
  margin-right: 13px;
  font-style: italic !important;
  line-height: 1em;
  flex-shrink: 0;
}
.c-filter-settings__sort-selectbox {
  min-width: 240px;
}
.c-filter-settings__sort-selectbox select {
  line-height: 1.3em;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
@media (max-width: 991.98px) {
  .c-filter-settings .c-filter-settings__mobile-filter-button {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .c-filter-settings--has-filter .c-filter-settings__title {
    display: block;
  }
  .c-filter-settings .c-filter-settings__container {
    align-items: center;
  }
  .c-filter-settings .c-filter-settings__info {
    margin-right: 0;
  }
  .c-filter-settings .c-filter-settings__title {
    text-align: center;
    max-width: 76px;
  }
  .c-filter-settings .c-filter-settings__title b {
    display: block;
  }
  .c-filter-settings .c-filter-settings__pill-group {
    display: none;
  }
  .c-filter-settings .c-filter-settings__sort-selectbox {
    min-width: 100px;
  }
  .c-filter-settings .c-filter-settings__sort-selectbox select {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-filter-settings .c-filter-settings__sort-title {
    display: none;
  }
}
.c-pill-button {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: unset !important;
  min-height: auto !important;
  min-width: auto !important;
  white-space: nowrap;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: 0;
}
.c-pill-button:focus {
  outline: 0;
}
.c-pill-button__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px 8px 20px;
  border-radius: 50px;
  background: #546385;
}
.c-pill-button__caption {
  text-align: left;
  margin-right: 20px;
}
.c-pill-button__caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 2px;
}
.c-pill-button__caption-info {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
.c-pill-button__close i {
  font-size: 11px;
}
.c-pill-group {
  width: 100%;
  display: block;
  position: relative;
}
.c-pill-group__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px;
}
.c-pill-group__item {
  padding: 4px;
  flex-shrink: 0;
}
.c-pill-group__item--action {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-choice-box .c-pill-group__item--action .choices__button,
.c-pill-group__item--action .c-button,
.c-pill-group__item--action .c-choice-box .choices__button {
  padding: 0 !important;
  font-size: 14px;
}
.c-pill-group__item--info span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-pill-group__item--info span b {
  font-style: normal;
  font-size: 15px;
}
.c-pill-group__item--show-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  width: auto;
}
.c-pill-group__item--show-more span {
  border: 2px solid #dddfe2;
  padding: 11px;
  border-radius: 50px;
  background: #fff;
  min-width: 80px;
  width: 100%;
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #546385;
}
.c-filter-drawer {
  width: 100%;
  min-width: 320px;
  height: 100%;
  display: block;
  position: relative;
}
.c-filter-drawer__sections {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.c-filter-drawer__container {
  height: 100%;
  padding-top: 30px;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.c-filter-drawer__header {
  padding: 0 30px 25px 30px;
}
.c-filter-drawer__body {
  padding: 0 30px 100px 30px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.c-filter-drawer__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-filter-drawer__close i {
  font-size: 20px !important;
}
.c-filter-drawer__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #4c454d;
}
.c-filter-drawer__section + .c-filter-drawer__section {
  margin-top: 30px;
}
.c-filter-drawer__section-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .c-filter-drawer {
    width: 100vw;
  }
  .c-filter-drawer .c-filter-drawer__container {
    max-width: 100%;
    width: 100%;
  }
}
.c-modal {
  z-index: 9999;
  background: #dddfe2;
  width: 100px;
  height: 200px;
}
.c-cart-box {
  position: relative;
  width: 100%;
  display: block;
}
.c-cart-box--subscription .c-cart-box__container {
  padding: 0;
}
.c-cart-box__container {
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-cart-box__ship-info {
  display: flex;
  align-items: center;
}
.c-cart-box__ship-info-stock-status {
  margin-right: 15px;
  display: inline-block;
  font-size: 40px;
}
.c-cart-box__ship-info-stock-status--in-stock::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 30px;
  height: 30px;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/stocked-item.svg);
}
.c-cart-box__ship-info-stock-status--partner::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/partner.svg);
}
.c-cart-box__ship-info-stock-status--special-order::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/special-order.svg);
}
.c-cart-box__ship-info-stock-status--on-request::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/on-request.svg);
}
.c-cart-box__ship-info-description-item-type {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #4c454d;
}
.c-cart-box__ship-info-description-shipping {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
 font-weight: 500;
 font-size: 16px;
 line-height: 16px;
  color: #9E9E9E;
}
.c-cart-box__ship-info-description-shipping i {
  color: #58b637;
  font-style: normal !important;
}
.c-cart-box__ship-fee {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.c-cart-box__ship-fee--never-free .c-cart-box__ship-fee-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/never-ship-free-truck.svg);
  width: 51px;
  height: 32px;
  background-size: cover;
}
.c-cart-box__ship-fee-icon {
  margin-right: 13px;
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/ship-free-truck.svg);
  width: 51px;
  height: 32px;
  background-size: cover;
}
.c-cart-box__ship-fee-desciption {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.c-cart-box__ship-fee-desciption a {
  color: #546385;
  text-decoration: underline;
}
.c-cart-box__ship-delivery-address {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.c-cart-box__ship-delivery-address span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.c-cart-box__ship-delivery-address span a {
  color: #546385;
  text-decoration: underline;
}
.c-cart-box__ship-delivery-info {
  margin-top: 16px;
}
.c-cart-box__ship-delivery-info--success p {
  color: #58b637 !important;
}
.c-cart-box__ship-delivery-info p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #777f8c;
  line-height: 1.5em;
}
.c-cart-box__ship-delivery-info p i {
  color: #58b637;
  font-style: normal !important;
}
.c-cart-box__ship-delivery-info p b {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.c-cart-box__quantity {
  margin-top: 24px;
}
.c-cart-box__quantitytext {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #737373;
}
.c-cart-box__quantity-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 6px;
  color: #2f2432;
}
.c-cart-box__quantity .c-number-stepper__input {
  flex-grow: 0;
}
.c-cart-box__minimum-order {
  padding: 13px 16px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.c-cart-box__minimum-order::after {
  content: "";
  background-size: 20px 9px;
  width: 20px;
  height: 9px;
  display: block;
  background: url(images/icon/pointer-polygon.svg);
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.c-cart-box__minimum-order-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #c4514d;
  text-align: center;
}
.c-cart-box__minimum-order-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
.c-cart-box__action {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.c-cart-box__action-save-later {
  margin-top: 16px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
  text-align: center;
}
.c-cart-box__action-checkbox {
  margin-top: 12px;
}
.c-cart-box__out-of-stock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-cart-box__out-of-stock-icon {
  font-size: 53px;
}
.c-cart-box__out-of-stock-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #c4514d;
}
.c-cart-box__out-of-stock-input {
  width: 100%;
  margin-top: 20px;
}
.c-cart-box__out-of-stock-input input {
  padding: 7px 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border-bottom: 1px solid #777f8c !important;
  width: 100% !important;
  display: block;
  border-radius: 0 !important;
}
.c-cart-box__out-of-stock-input input::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  opacity: 0.4;
}
.c-cart-box__out-of-stock-input input:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  opacity: 0.4;
}
.c-cart-box__out-of-stock-input input::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  opacity: 0.4;
}
.c-cart-box__out-of-stock-input input::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  opacity: 0.4;
}
.c-cart-box__radio .c-radio-button input[type="radio"] + label {
  padding-left: 4.5em;
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}
.c-cart-box__radio .c-radio-button input[type="radio"] + label::before {
  left: 4px;
  top: 4px;
  transform: translateY(0);
}
.c-cart-box__radio .c-radio-button input[type="radio"] + label::after {
  top: 0;
  transform: translateY(0);
}
.c-cart-box__radio .c-radio-button label span {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  background: #58b637;
  padding: 4px 7px;
  color: #fff;
  border-radius: 3px;
  display: block;
  margin-bottom: 4px;
}
.c-cart-box__delivery-selectbox {
  margin-top: 12px;
}
.c-cart-box__delivery-selectbox-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 6px;
  color: #2f2432;
}
.c-cart-box__expandable-block {
  padding: 18px 23px;
}
.c-cart-box__expandable-block:first-child {
  border-bottom: 1px solid #dddfe2;
}
.c-cart-box__expandable-block .c-cart-box__action,
.c-cart-box__expandable-block .c-cart-box__delivery-selectbox,
.c-cart-box__expandable-block .c-cart-box__quantity,
.c-cart-box__expandable-block .c-cart-box__ship-delivery-address,
.c-cart-box__expandable-block .c-cart-box__ship-delivery-info,
.c-cart-box__expandable-block .c-cart-box__ship-fee,
.c-cart-box__expandable-block .c-cart-box__ship-info {
  display: none;
}
.c-cart-box__expandable-block--open .c-cart-box__delivery-selectbox,
.c-cart-box__expandable-block--open .c-cart-box__quantity,
.c-cart-box__expandable-block--open .c-cart-box__ship-delivery-address,
.c-cart-box__expandable-block--open .c-cart-box__ship-delivery-info {
  display: block;
}
.c-cart-box__expandable-block--open .c-cart-box__action,
.c-cart-box__expandable-block--open .c-cart-box__ship-fee,
.c-cart-box__expandable-block--open .c-cart-box__ship-info {
  display: flex;
}
.c-cart-box__expandable-block--open .c-cart-box__radio {
  margin-bottom: 24px;
}
@media (max-width: 1439.98px) {
  .c-cart-box .c-cart-box__action .c-button,
  .c-cart-box .c-cart-box__action .c-choice-box .choices__button,
  .c-choice-box .c-cart-box .c-cart-box__action .choices__button {
    font-size: 0.8rem;
    padding: 0.75em 1.5em !important;
  }
}
.c-zebra-table__container {
  width: 100%;
}
.c-zebra-table__row {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.c-zebra-table__row:nth-child(even) {
  background: #f0f2f4;
  border-top: 1px solid #dddfe2;
  border-bottom: 1px solid #dddfe2;
}
.c-zebra-table__column {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
}
.c-zebra-table__column:nth-child(even) {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.c-zebra-table__badge {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-zebra-table__badge-icon {
  font-size: 107px;
  margin-bottom: 10px;
}
.c-zebra-table__badge-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-zebra-table__warning {
  display: flex;
  align-items: flex-start;
  padding-top: 16px;
}
.c-zebra-table__warning-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/prop-warning.svg);
}
.c-zebra-table__warning-icon-wrapper {
  font-size: 75px;
  padding-right: 20px;
}
.c-zebra-table__warning-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  padding-bottom: 4px;
}
.c-zebra-table__warning-title b {
  color: #c4514d;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.c-zebra-table__warning-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #4c454d;
}
.c-zebra-table__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
  color: #4c454d;
}
.c-zebra-table__description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #777f8c;
  margin-top: 12px;
}
.c-tab-box__tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-tab-box__tab-links {
  color: #fff;
  background-color: #6f95cc;
  padding: 22px 17px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-bottom: none;
}
.c-tab-box__tab-links--active {
  color: #546385;
  background-color: #fff;
  padding: 22px 17px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  border: 1px solid #fff;
  border-top: 1px solid #dddfe2;
  border-bottom: none;
  margin-bottom: -1px;
}
.c-tab-box__tab-links--active:first-child {
  border-radius: 4px 0 0 0;
  border-left: 1px solid #dddfe2;
}
.c-tab-box__tab-links--active:last-child {
  border-radius: 0 4px 0 0;
  border-right: 1px solid #dddfe2;
}
.c-tab-box__tab-links:hover {
  cursor: pointer;
}
.c-tab-box__tab-links:first-child {
  border-radius: 4px 0 0 0;
}
.c-tab-box__tab-links:last-child {
  border-radius: 0 4px 0 0;
}
.c-tab-box__tab-wrapper {
  width: 100%;
  border: 1px solid #dddfe2;
  border-radius: 0 4px 4px 4px;
  box-sizing: border-box;
  background-color: #fff;
  border-top-left-radius: none;
}
.c-tab-box__tab-content {
  width: 100%;
  padding: 24px 32px;
  background-color: #fff;
}
.c-tab-box__tab-action {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  background-color: #f0f2f4;
}
.c-tab-box__tab-action .icon__fsd--arrow-down-primary:before {
  vertical-align: middle;
}
.c-tab-box__tab-action span {
  margin-right: 6px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  text-decoration: underline;
}
.c-tab-box__tab-action:hover {
  cursor: pointer;
}
@media (max-width: 1439.98px) {
  .c-tab-box .c-tab-box__tab-links {
    padding: 14px 8px;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}
.c-cart-box {
  position: relative;
  width: 100%;
  display: block;
}
.c-cart-box--subscription .c-cart-box__container {
  padding: 0;
}
/* .c-cart-box__container{border:1px solid #dddfe2;border-radius:3px;padding:24px 23px 18px 23px} */
.c-cart-box__container {
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border-radius: 4px;
}
.c-cart-box__pricebox {
  background: #57bccf;
  border-radius: 3px 3px 0px 0px;
  padding: 24px 23px 18px 23px;
}
.c-cart-box__pricetext {
  text-transform: lowercase;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}
.c-cart-box__default-vendor-data__name {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.c-cart-box__default-vendor-data__name__link {
  color: #ffffff;
}
.c-cart-box__other-info {
  padding: 10px 23px 18px 23px;
}
.c-cart-box__ship-info {
  display: flex;
  align-items: center;
}
.c-cart-box__ship-info-stock-status {
  margin-right: 15px;
  display: inline-block;
  font-size: 40px;
}
.c-cart-box__ship-info-stock-status--in-stock::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 30px;
  height: 30px;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/stocked-item.svg);
}
.c-cart-box__ship-info-stock-status--partner::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/partner.svg);
}
.c-cart-box__ship-info-stock-status--special-order::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/special-order.svg);
}
.c-cart-box__ship-info-stock-status--on-request::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/on-request.svg);
}
.c-cart-box__ship-info-description-item-type {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #4c454d;
}
.c-cart-box__ship-info-description-shipping {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #9E9E9E;
}
.c-cart-box__ship-info-description-shipping i {
  color: #58b637;
  font-style: normal !important;
}
.c-cart-box__ship-fee {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.c-cart-box__ship-fee--never-free .c-cart-box__ship-fee-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/never-ship-free-truck.svg);
  width: 51px;
  height: 32px;
  background-size: cover;
}
.c-cart-box__ship-fee-icon {
  margin-right: 13px;
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/ship-free-truck.svg);
  width: 51px;
  height: 32px;
  background-size: cover;
}
.c-cart-box__ship-fee-desciption {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.c-cart-box__ship-fee-desciption a {
  color: #546385;
  text-decoration: underline;
}
.c-cart-box__ship-delivery-address {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.c-cart-box__ship-delivery-address span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.c-cart-box__ship-delivery-address span a {
  color: #546385;
  text-decoration: underline;
}
.c-cart-box__ship-delivery-info {
  margin-top: 16px;
}
.c-cart-box__ship-delivery-info--success p {
  color: #58b637 !important;
}
.c-cart-box__ship-delivery-info p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #777f8c;
  line-height: 1.5em;
}
.c-cart-box__ship-delivery-info p i {
  color: #58b637;
  font-style: normal !important;
}
.c-cart-box__ship-delivery-info p b {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.c-cart-box__quantity {
  margin-top: 24px;
}
.c-cart-box__quantitytext {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #737373;
}
.c-cart-box__quantity-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 6px;
  color: #2f2432;
}
.c-cart-box__quantity .c-number-stepper__input {
  flex-grow: 0;
}
.c-cart-box__minimum-order {
  padding: 13px 16px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.c-cart-box__minimum-order::after {
  content: "";
  background-size: 20px 9px;
  width: 20px;
  height: 9px;
  display: block;
  background: url(images/icon/pointer-polygon.svg);
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.c-cart-box__minimum-order-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #c4514d;
  text-align: center;
}
.c-cart-box__minimum-order-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
.c-cart-box__action {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.c-cart-box__action-save-later {
  margin-top: 16px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
  text-align: center;
}
.c-cart-box__action-checkbox {
  margin-top: 12px;
}
.c-cart-box__out-of-stock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-cart-box__out-of-stock-icon {
  font-size: 53px;
}
.c-cart-box__out-of-stock-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #c4514d;
}
.c-cart-box__out-of-stock-input {
  width: 100%;
  margin-top: 20px;
}
.c-cart-box__out-of-stock-input input {
  padding: 7px 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  border-bottom: 1px solid #777f8c !important;
  width: 100% !important;
  display: block;
  border-radius: 0 !important;
}
.c-cart-box__out-of-stock-input input::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  opacity: 0.4;
}
.c-cart-box__out-of-stock-input input:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  opacity: 0.4;
}
.c-cart-box__out-of-stock-input input::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  opacity: 0.4;
}
.c-cart-box__out-of-stock-input input::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  opacity: 0.4;
}
.c-cart-box__radio .c-radio-button input[type="radio"] + label {
  padding-left: 4.5em;
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}
.c-cart-box__radio .c-radio-button input[type="radio"] + label::before {
  left: 4px;
  top: 4px;
  transform: translateY(0);
}
.c-cart-box__radio .c-radio-button input[type="radio"] + label::after {
  top: 0;
  transform: translateY(0);
}
.c-cart-box__radio .c-radio-button label span {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  background: #58b637;
  padding: 4px 7px;
  color: #fff;
  border-radius: 3px;
  display: block;
  margin-bottom: 4px;
}
.c-cart-box__delivery-selectbox {
  margin-top: 12px;
}
.c-cart-box__delivery-selectbox-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 6px;
  color: #2f2432;
}
.c-cart-box__expandable-block {
  padding: 18px 23px;
}
.c-cart-box__expandable-block:first-child {
  border-bottom: 1px solid #dddfe2;
}
.c-cart-box__expandable-block .c-cart-box__action,
.c-cart-box__expandable-block .c-cart-box__delivery-selectbox,
.c-cart-box__expandable-block .c-cart-box__quantity,
.c-cart-box__expandable-block .c-cart-box__ship-delivery-address,
.c-cart-box__expandable-block .c-cart-box__ship-delivery-info,
.c-cart-box__expandable-block .c-cart-box__ship-fee,
.c-cart-box__expandable-block .c-cart-box__ship-info {
  display: none;
}
.c-cart-box__expandable-block--open .c-cart-box__delivery-selectbox,
.c-cart-box__expandable-block--open .c-cart-box__quantity,
.c-cart-box__expandable-block--open .c-cart-box__ship-delivery-address,
.c-cart-box__expandable-block--open .c-cart-box__ship-delivery-info {
  display: block;
}
.c-cart-box__expandable-block--open .c-cart-box__action,
.c-cart-box__expandable-block--open .c-cart-box__ship-fee,
.c-cart-box__expandable-block--open .c-cart-box__ship-info {
  display: flex;
}
.c-cart-box__expandable-block--open .c-cart-box__radio {
  margin-bottom: 24px;
}
@media (max-width: 1439.98px) {
  .c-cart-box .c-cart-box__action .c-button,
  .c-cart-box .c-cart-box__action .c-choice-box .choices__button,
  .c-choice-box .c-cart-box .c-cart-box__action .choices__button {
    font-size: 0.8rem;
    padding: 0.75em 1.5em !important;
  }
}
.c-color-chooser__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-color-chooser__title span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.c-color-chooser__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.c-color-chooser__item {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #dddfe2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-color-chooser__item + .c-color-chooser__item {
  margin-left: 9px;
}
.c-color-chooser__item-inner-circle {
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #c4514d;
  height: 26px;
  width: 26px;
}
.c-color-chooser__item--active {
  border: 2px solid #6f95cc;
  border-radius: 50%;
}
.c-color-chooser__item--purple .c-color-chooser__item-inner-circle {
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #7d2254;
  height: 26px;
  width: 26px;
}
.c-color-chooser__item--orange .c-color-chooser__item-inner-circle {
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ce713e;
  height: 26px;
  width: 26px;
}
.c-color-chooser__item--manufacturer-lipton
  .c-color-chooser__item-inner-circle {
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffbf3d;
  height: 26px;
  width: 26px;
}
.c-questions-answers__container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.c-questions-answers__questions {
  background-color: #fff;
}
.c-questions-answers__questions-list {
  margin-top: 26px;
}
.c-questions-answers__questions-list-item {
  margin-top: 25px;
  border-bottom: 1px solid #dddfe2;
}
.c-questions-answers__questions-list-item:first-child {
  margin-top: 0;
}
.c-questions-answers__questions-list-item:last-child {
  border: none;
}
.c-questions-answers__questions-list-item-title {
  color: #2f2432;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}
.c-questions-answers__questions-list-item-top-info-bar {
  display: flex;
  margin: 3px 0 11px 0;
}
.c-questions-answers__questions-list-item-bottom-info-bar {
  display: flex;
  align-items: center;
  margin: 8px 0 11px 0;
}
.c-questions-answers__questions-list-item-author {
  margin-right: 8px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  border: 0;
  text-decoration: underline;
  cursor: auto;
}
.c-questions-answers__questions-list-item-date {
  margin-right: 8px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: rgba(76, 69, 77, 0.6);
}
.c-questions-answers__questions-list-item-button-seller {
  width: auto;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  background-color: #f86921;
  padding: 2px 9px;
  border-radius: 2px;
}
.c-questions-answers__questions-list-item-button-buyer {
  width: auto;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  background-color: #6f95cc;
  padding: 2px 9px;
  border-radius: 2px;
}
.c-questions-answers__questions-list-item-comment {
  color: #2f2432;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
}
.c-questions-answers__questions-list-item-comment span {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.c-questions-answers__questions-list-item-feedback {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-questions-answers__questions-list-item-feedback-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  margin-right: 12px;
}
.c-questions-answers__questions-list-item-feedback-helpful-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  margin-right: 12px;
}
.c-questions-answers__questions-list-item-feedback-icon {
  font-size: 25px;
  margin-right: 8px;
  cursor: pointer;
}
.c-questions-answers__questions-list-item-feedback-icon-happy {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/happy-gray.svg);
}
.c-questions-answers__questions-list-item-feedback-icon-sad {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/sad-gray.svg);
}
.c-questions-answers__questions-list-item-feedback-link {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 8px;
}
.c-questions-answers__questions-list-item-feedback-message {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.c-questions-answers__questions-list-item-feedback-message-icon {
  font-size: 25px;
  margin-right: 6px;
  cursor: pointer;
}
.c-questions-answers__questions-list-item-feedback-message-icon-happy {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/happy-primary.svg);
}
.c-questions-answers__questions-list-item-feedback-message-text {
  font-style: normal;
  color: #6f95cc;
  margin-right: 8px;
}
.c-questions-answers__questions-list-footer {
  margin: 16px 0;
  display: flex;
  align-items: center;
}
.c-questions-answers__questions-list-action {
  display: flex;
  align-items: center;
}
.c-questions-answers__questions-list-action
  + .c-questions-answers__questions-list-action {
  margin-left: 12px;
}
.c-questions-answers__questions-list-action-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  text-decoration: underline;
  cursor: pointer;
}
.c-questions-answers__questions-list-action-icon {
  font-size: 18px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-questions-answers__questions-list-action-icon-arrow-down {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
}
.c-questions-answers__sort {
  display: flex;
  align-items: center;
}
.c-questions-answers__sort-title {
  position: absolute;
  left: 10px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
  line-height: 15px;
}
.c-questions-answers__sort-selectbox {
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  background: 0 0;
  min-width: 237px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #dddfe2;
}
.c-questions-answers__sort-selectbox::after {
  content: "";
  display: block;
  background-image: url(images/icon/sort.svg);
  background-size: 9px 18px;
  width: 9px;
  height: 18px;
  margin-left: 9px;
  margin-right: 10px;
  pointer-events: none;
}
.c-questions-answers__sort-selectbox select {
  height: 40px;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  background: 0 0;
  width: 100%;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #6f95cc;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  padding-right: 5px;
  text-align: right;
  width: auto;
}
.c-questions-answers__sort-selectbox select::-ms-expand {
  display: none;
}
.c-questions-answers__sort-selectbox select:focus::-ms-value {
  background-color: transparent;
  color: #2f2432;
}
.c-questions-answers__sort-selectbox select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.c-questions-answers__after {
  margin-top: 10px;
}
.c-questions-answers__box {
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}
.c-questions-answers__box-container {
  padding: 26px 32px 26px 28px;
}
.c-questions-answers__box-header {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
}
.c-questions-answers__box-input-bar {
  margin-top: 8px;
  position: relative;
  height: 50px;
  width: 100%;
}
.c-questions-answers__box-input-bar-input {
  height: 100%;
}
.c-questions-answers__box-input-bar-input input {
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #cbced2;
  border-radius: 3px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  box-shadow: 0;
  padding: 0 15px;
}
.c-questions-answers__box-input-bar-input input::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #aaaeb1;
}
.c-questions-answers__box-input-bar-input input:-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #aaaeb1;
}
.c-questions-answers__box-input-bar-input input::-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #aaaeb1;
}
.c-questions-answers__box-input-bar-input input::placeholder {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #aaaeb1;
}
.c-questions-answers__box-input-bar-input input:focus {
  outline: 0;
}
.c-questions-answers__box-input-bar-search-icon {
  position: absolute;
  font-size: 30px;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.c-questions-answers__box-comment {
  margin-top: 16px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
}
.c-questions-answers__box-comment span {
  color: #546385;
  text-decoration: underline;
}
.c-questions-answers__trending {
  margin-top: 16px;
}
.c-questions-answers__trending-header {
  color: #2f2432;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.c-questions-answers__trending-tags {
  margin-top: 10px;
}
.c-questions-answers__trending-tag {
  margin: 3px;
  height: 24px;
  border: 1px solid #f0f2f4;
  border-radius: 15px;
  background-color: #f0f2f4;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 13px;
  color: #4c454d;
  text-align: center;
  display: inline-block;
  padding: 5px 10px 7px 10px;
  cursor: pointer;
}
.c-questions-answers__mobile-action {
  margin-top: 20px;
  display: flex;
  display: none;
}
.c-choice-box .c-questions-answers__mobile-action .choices__button,
.c-questions-answers__mobile-action .c-button,
.c-questions-answers__mobile-action .c-choice-box .choices__button {
  position: relative;
  color: #546385;
  background: #f0f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-decoration: underline !important;
}
.c-choice-box .c-questions-answers__mobile-action .choices__button::after,
.c-questions-answers__mobile-action .c-button::after,
.c-questions-answers__mobile-action .c-choice-box .choices__button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  margin-left: 8px;
  margin-top: 1px;
}
.c-choice-box .c-questions-answers__mobile-action .choices__button:hover,
.c-questions-answers__mobile-action .c-button:hover,
.c-questions-answers__mobile-action .c-choice-box .choices__button:hover {
  color: #546385;
}
@media (max-width: 767.98px) {
  .c-questions-answers .c-questions-answers__mobile-action {
    display: flex;
  }
}
.c-type-chooser__title {
  color: #4c454d;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 5px;
}
.c-type-chooser__items {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.c-type-chooser__item {
  background-color: #fff;
  margin: 5px;
  box-sizing: border-box;
  height: 42px;
  width: 85px;
  border: 2px solid #dddfe2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.c-type-chooser__item--active {
  border: 2px solid #6f95cc;
  border-radius: 3px;
  height: 42px;
  width: 85px;
}
.c-type-chooser__item-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #4c454d;
  line-height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .c-type-chooser__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  .c-type-chooser__item {
    height: 42px;
    width: 46%;
    margin: 10px 0 0 0;
  }
  .c-type-chooser__item-text {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #4c454d;
    line-height: 15px;
  }
}
.c-comparison-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.c-comparison-table td,
.c-comparison-table th {
  border-right: 1px solid #dddfe2;
  empty-cells: show;
  padding: 10px;
}
.c-comparison-table th {
  border-bottom: 1px solid #dddfe2;
}
.c-comparison-table__product {
  text-align: center;
  padding: 25px 0 16px 0 !important;
}
.c-comparison-table__product-image {
  max-width: 100px;
  margin: 0 auto 20px auto;
}
.c-comparison-table__product-image img {
  width: 100%;
  height: auto;
}
.c-comparison-table__product-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  color: #2f2432;
  max-width: 160px;
  height: 70px;
  margin: 0 auto 10px auto;
}
.c-comparison-table__product-action {
  max-width: 164px;
  margin: 0 auto 12px auto;
}
.c-choice-box .c-comparison-table__product-action .choices__button,
.c-comparison-table__product-action .c-button,
.c-comparison-table__product-action .c-choice-box .choices__button {
  padding: 0.56em 2em !important;
  font-size: 14px !important;
  color: #6f95cc;
}
.c-comparison-table__row:nth-child(odd) {
  background: rgba(240, 242, 244, 0.7);
}
.c-comparison-table__row-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.c-comparison-table__row-price {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  text-align: center;
}
.c-comparison-table__row-check,
.c-comparison-table__row-minus {
  text-align: center;
}
.c-comparison-table__row-check {
  font-size: 18px;
}
.c-comparison-table__row-check-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-tertiary.svg);
}
.c-comparison-table__row-minus {
  font-size: 14px;
}
.c-comparison-table__row-minus-icon {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/minus-tertiary.svg);
}
.c-comparison-table__row-info {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #2f2432;
  text-align: center;
}
@media (max-width: 767px) {
  .c-comparison-table td:first-child,
  .c-comparison-table th:first-child {
    display: none;
  }
  .c-comparison-table tbody tr:nth-child(odd) {
    display: table-row;
    background: #f7f7f7;
  }
  .c-comparison-table .row {
    background: #fff;
  }
  .c-comparison-table td,
  .c-comparison-table th {
    border: 1px solid #ccc;
  }
  .price-info {
    border-top: 0 !important;
  }
}
@media (max-width: 639px) {
  .c-comparison-table .price-buy {
    padding: 5px 10px;
  }
  .c-comparison-table td,
  .c-comparison-table th {
    padding: 10px 5px;
  }
  .c-comparison-table .hide-mobile {
    display: none;
  }
  .c-comparison-table .price-now span {
    font-size: 16px;
  }
  .c-comparison-table .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
  }
  .c-comparison-table .qbo,
  .c-comparison-table .qbse {
    font-size: 12px;
    padding: 10px 5px;
  }
  .c-comparison-table .price-buy {
    margin-top: 10px;
  }
  .compare-heading {
    font-size: 13px;
  }
}
/* .c-bundle-cart__container{border:1px solid #e2e5e7;border-radius:4px;background-color:#fff} */
.c-bundle-cart .c-product-card {
  padding: 4px 5px 0 6px;
}
.c-bundle-cart .c-product-card .c-preview-image-slider__slide {
  width: 80px;
  height: 80px;
}
.c-bundle-cart .c-product-card__preview-slider {
  padding: 0;
}
.c-bundle-cart .c-product-card__container {
  padding: 14px 9px 11px;
}
.c-bundle-cart .c-product-card__preview {
  margin: 0 10px 0 0;
}
.c-bundle-cart .c-product-card__content {
  padding: 0;
}
.c-bundle-cart .c-product-card__title a {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.c-bundle-cart .c-product-card__price-current {
  font-size: 20px;
}
.c-bundle-cart .c-product-card__price-old {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.c-bundle-cart .c-product-card__ship-info-text {
  color: #c4514d;
}
.c-bundle-cart__total {
  box-sizing: border-box;
  margin-top: 27px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #e2e5e7;
}
.c-bundle-cart__total-content {
  padding: 19px 65px 0;
}
.c-bundle-cart__total-content-header {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  color: #2f2432;
  text-align: center;
}
.c-bundle-cart__total-content-price {
  display: flex;
  text-align: center;
  margin-top: 8px;
}
.c-bundle-cart__total-content-price-current {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
  letter-spacing: -0.61px;
  margin-right: 4px;
}
.c-bundle-cart__total-content-price-old {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #c0bdbc;
  text-decoration: line-through;
  margin-right: 3px;
}
.c-bundle-cart__total-content-price-info {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-bundle-cart__total-content-detail {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #87a13c;
  text-align: center;
  margin-top: 8px;
}
.c-bundle-cart__total-content-button {
  margin-top: 12px;
}
.c-bundle-cart__total-content-link {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.c-reviews {
  width: 100%;
  display: block;
  position: relative;
}
.c-reviews__container {
  display: flex;
  justify-content: space-between;
}
.c-reviews__overall-box {
  max-width: 366px;
  width: 100%;
  flex-shrink: 0;
}
.c-reviews__reviews-list {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .c-reviews .c-reviews__container {
    flex-wrap: wrap;
  }
}
.c-nutrition-table {
  width: 100%;
  display: block;
  position: relative;
}
.c-nutrition-table__row {
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddfe2;
}
.c-nutrition-table__row--value {
  border-bottom: 2px solid #dddfe2;
  justify-content: flex-end;
}
.c-nutrition-table__row--value .c-nutrition-table__description {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.c-nutrition-table__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  min-width: 144px;
}
.c-nutrition-table__subtitle {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #2f2432;
  margin-left: 20px;
  min-width: 124px;
}
.c-nutrition-table__amount {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  text-align: right;
}
.c-nutrition-table__description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  text-align: right;
  min-width: 130px;
}
.c-nutrition-table__info {
  margin-top: 14px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #777f8c;
}
.c-change-zip-modal {
  width: 100%;
  display: block;
  position: relative;
  max-width: 544px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dddfe2;
}
.c-change-zip-modal__container {
  padding: 15px 25px 30px 25px;
}
.c-change-zip-modal__caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-change-zip-modal__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #2f2432;
}
.c-change-zip-modal__close {
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
}
.c-change-zip-modal__selectbox {
  margin-top: 20px;
}
.c-change-zip-modal__selectbox .c-selectbox select {
  white-space: unset;
  height: auto;
  padding: 20px 10px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #777f8c;
  max-width: calc(100% - 80px);
}
.c-change-zip-modal__selectbox .c-selectbox::after {
  width: 18px;
  height: 11px;
  background-size: cover;
}
.c-change-zip-modal__manage-addresses {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.c-change-zip-modal__manage-addresses a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-decoration: underline;
}
.c-change-zip-modal__seperator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.c-change-zip-modal__seperator-line {
  height: 1px;
  width: calc(50% - 40px);
  background: #dddfe2;
}
.c-change-zip-modal__seperator-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  opacity: 0.4;
}
.c-change-zip-modal__apply {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.c-change-zip-modal__apply-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #2f2432;
  margin-bottom: 10px;
}
.c-change-zip-modal__apply-input {
  max-width: 235px;
  width: 100%;
  position: relative;
}
.c-change-zip-modal__apply-input .c-text-input {
  height: 3em;
}
.c-change-zip-modal__apply-input .c-button,
.c-change-zip-modal__apply-input .c-choice-box .choices__button,
.c-choice-box .c-change-zip-modal__apply-input .choices__button {
  padding: 0.7em 1.5em !important;
  position: absolute;
  right: 10px;
  top: 6px;
}
.c-change-zip-modal__action {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-top: 30px;
  background: #f0f2f4;
}
.c-change-zip-modal__action .c-button,
.c-change-zip-modal__action .c-choice-box .choices__button,
.c-choice-box .c-change-zip-modal__action .choices__button {
  padding: 0.6em 4em !important;
}
.c-quantity-request-modal {
  width: 100%;
  display: block;
  position: relative;
  max-width: 544px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dddfe2;
}
.c-quantity-request-modal__container {
  padding: 15px 25px 30px 25px;
}
.c-quantity-request-modal__caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-quantity-request-modal__title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #2f2432;
}
.c-quantity-request-modal__close {
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
}
.c-quantity-request-modal__description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
  line-height: 24px;
  margin-top: 18px;
}
.c-quantity-request-modal__sku {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.c-quantity-request-modal__sku-id-box {
  height: 52px;
  border: 1px dashed #dddfe2;
  background: #f0f2f4;
  text-align: center;
  justify-content: center;
  display: flex;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  line-height: 52px;
  max-width: calc(50% - 11px);
  width: 100%;
  border-radius: 3px;
}
.c-quantity-request-modal__sku-quantity {
  max-width: calc(50% - 11px);
  width: 100%;
}
.c-quantity-request-modal__sku-quantity .c-number-stepper__decrease,
.c-quantity-request-modal__sku-quantity .c-number-stepper__increase {
  padding: 19px 15px;
}
.c-quantity-request-modal__seperator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}
.c-quantity-request-modal__seperator-line {
  height: 1px;
  width: calc(50% - 80px);
  background: #dddfe2;
}
.c-quantity-request-modal__seperator-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  opacity: 0.4;
}
.c-quantity-request-modal__form {
  margin-top: 21px;
}
.c-quantity-request-modal__form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-quantity-request-modal__form-row + .c-quantity-request-modal__form-row {
  margin-top: 40px;
}
.c-quantity-request-modal__form-row .c-text-input {
  max-width: calc(50% - 11px);
  height: 3em;
}
.c-quantity-request-modal__form-row .c-text-input::-moz-placeholder {
  color: #aaaeb1;
}
.c-quantity-request-modal__form-row .c-text-input:-ms-input-placeholder {
  color: #aaaeb1;
}
.c-quantity-request-modal__form-row .c-text-input::-ms-input-placeholder {
  color: #aaaeb1;
}
.c-quantity-request-modal__form-row .c-text-input::placeholder {
  color: #aaaeb1;
}
.c-quantity-request-modal__form-row textarea {
  max-width: 100% !important;
  height: auto !important;
  padding: 12px !important;
}
.c-quantity-request-modal__action {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-top: 30px;
  background: #f0f2f4;
}
.c-choice-box .c-quantity-request-modal__action .choices__button,
.c-quantity-request-modal__action .c-button,
.c-quantity-request-modal__action .c-choice-box .choices__button {
  padding: 0.6em 4em !important;
}
.c-image-gallery__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-image-gallery__items {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
  width: 100%;
  justify-content: center;
}
.c-image-gallery__item {
  margin: 12px;
}
.c-image-gallery__item img {
  width: 171px;
  height: 171px;
}
@media (max-width: 991.98px) {
  .c-image-gallery__item img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .c-image-gallery__item img {
    width: 120px;
    height: 120px;
  }
}
.c-feedback-list__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-feedback-list__item {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-feedback-list__item-before {
  margin-right: 252px;
}
.c-feedback-list__item-background {
  background-image: url(images/pattern/fsd-bg-light.png);
  background-size: cover;
  background-position: left;
  width: 493px;
  height: 431px;
  opacity: 0.73;
}
.c-feedback-list__item-image img {
  border-radius: 50%;
  height: 431px;
  width: 431px;
  margin-left: 277px;
  opacity: 1;
}
.c-feedback-list__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  min-width: 280px;
  max-width: 376px;
  padding-right: 10px;
}
.c-feedback-list__item-content-logo {
  height: 48px;
  width: 90px;
}
.c-feedback-list__item-content-title {
  margin-top: 10px;
  color: #546385;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 44px;
}
.c-feedback-list__item-content-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.c-feedback-list__item-content-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-feedback-list__item-content-context {
  margin-top: 10px;
  color: #2f2432;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.c-feedback-list__item:nth-child(even) {
  flex-direction: row-reverse;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item-before {
  margin-right: 0;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item-after {
  margin-right: 252px;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item-background {
  background-image: url(images/pattern/fsd-bg-light.png);
  background-size: cover;
  background-position: left;
  width: 364px;
  height: 431px;
  opacity: 0.73;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item-image img {
  border-radius: 50%;
  height: 431px;
  width: 431px;
  margin-left: -216px;
  opacity: 1;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  width: 376px;
  text-align: right;
  align-items: flex-end;
  padding-right: 0;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item-content-logo {
  height: 48px;
  width: 90px;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item-content-title {
  margin-top: 10px;
  color: #546385;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 44px;
}
.c-feedback-list__item:nth-child(even)
  .c-feedback-list__item-content-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.c-feedback-list__item:nth-child(even)
  .c-feedback-list__item-content-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.c-feedback-list__item:nth-child(even) .c-feedback-list__item-content-context {
  margin-top: 10px;
  color: #2f2432;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .c-feedback-list__item-before {
    margin-right: 160px;
  }
  .c-feedback-list__item-background {
    width: 280px;
    height: 281px;
  }
  .c-feedback-list__item-image img {
    height: 280px;
    width: 280px;
    margin-left: 140px;
  }
  .c-feedback-list__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    width: 326px;
  }
  .c-feedback-list__item-content-logo {
    height: 32px;
    width: 60px;
  }
  .c-feedback-list__item-content-title {
    margin-top: 2px;
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
  }
  .c-feedback-list__item-content-title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-feedback-list__item-content-title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-feedback-list__item-content-context {
    margin-top: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-after {
    margin-right: 160px;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-background {
    width: 200px;
    height: 280px;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-image img {
    height: 280px;
    width: 280px;
    margin-left: -136px;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    width: 326px;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-content-logo {
    height: 32px;
    width: 60px;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-content-title {
    margin-top: 2px;
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
  }
  .c-feedback-list__item:nth-child(even)
    .c-feedback-list__item-content-title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-feedback-list__item:nth-child(even)
    .c-feedback-list__item-content-title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-feedback-list__item:nth-child(even)
    .c-feedback-list__item-content-context {
    margin-top: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .c-feedback-list__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .c-feedback-list__item + .c-feedback-list__item {
    margin-top: 40px;
  }
  .c-feedback-list__item-before {
    margin-right: 0;
  }
  .c-feedback-list__item-after {
    display: flex;
    justify-content: center;
  }
  .c-feedback-list__item-background {
    display: flex;
    justify-content: center;
    background-image: none;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .c-feedback-list__item-image img {
    height: 220px;
    width: 220px;
    margin-left: 0;
  }
  .c-feedback-list__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: none;
    top: 0;
    position: relative;
    width: 100%;
    align-items: center;
  }
  .c-feedback-list__item-content-logo {
    height: 32px;
    width: 60px;
    margin-top: 8px;
  }
  .c-feedback-list__item-content-title {
    margin-top: 8px;
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
  }
  .c-feedback-list__item-content-title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-feedback-list__item-content-title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-feedback-list__item-content-context {
    margin-top: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .c-feedback-list__item:nth-child(even) {
    flex-direction: column;
  }
  .c-feedback-list__item:nth-child(even)
    .c-feedback-list__item
    + .c-feedback-list__item:nth-child(even)
    .c-feedback-list__item {
    margin-top: 40px;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-before {
    display: flex;
    justify-content: center;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-after {
    margin-right: 0;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-background {
    display: flex;
    justify-content: center;
    background-image: none;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-image img {
    height: 220px;
    width: 220px;
    margin-left: 0;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: none;
    top: 0;
    position: relative;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-content-logo {
    height: 32px;
    width: 60px;
    margin-top: 8px;
  }
  .c-feedback-list__item:nth-child(even) .c-feedback-list__item-content-title {
    margin-top: 8px;
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
  }
  .c-feedback-list__item:nth-child(even)
    .c-feedback-list__item-content-title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .c-feedback-list__item:nth-child(even)
    .c-feedback-list__item-content-title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .c-feedback-list__item:nth-child(even)
    .c-feedback-list__item-content-context {
    margin-top: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.c-team-slider {
  width: 100%;
  position: relative;
  display: block;
}
.c-team-slider__slider {
  margin: 0 20px;
}
.c-team-slider__items {
  margin-top: 32px;
}
.c-team-slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.c-team-slider__item-avatar {
  height: 171px;
  width: 171px;
  border-radius: 100%;
}
.c-team-slider__item-info {
  margin: 10px 0 10px 16px;
}
.c-team-slider__item-info-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  letter-spacing: 0;
  line-height: 26px;
}
.c-team-slider__item-info-subtitle {
  color: #777f8c;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
}
.c-team-slider__item-info-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  letter-spacing: 0;
  line-height: 19px;
  max-width: 236px;
}
.c-team-slider__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-size: 36px;
  z-index: 2;
}
.c-team-slider__nav-item {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-team-slider__nav-item:focus {
  outline: 0;
}
.c-team-slider__nav-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-right-primary.svg);
  font-size: 24px;
  height: 24px;
  width: 24px;
  color: #f0f2f4;
  letter-spacing: 0;
  line-height: 36px;
}
.c-team-slider__nav-item--disabled {
  opacity: 0.3;
}
.c-team-slider__nav-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.c-team-slider__nav-next {
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.c-team-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.c-team-slider__pagination-bullet {
  box-sizing: border-box;
  height: 13px;
  width: 13px;
  border: 2px solid #6f95cc;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 7px;
}
.c-team-slider__pagination-bullet--active {
  background-color: #6f95cc;
}
@media (max-width: 991.98px) {
  .c-team-slider__item-avatar {
    height: 140px;
    width: 140px;
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  .c-team-slider__nav {
    display: none;
  }
}
.c-comment-list__item {
  margin-top: 40px;
  display: flex;
}
.c-comment-list__item__after {
  display: flex;
  align-items: center;
}
.c-comment-list__item:first-child {
  margin-top: 0;
}
.c-comment-list__item-image {
  margin-right: 16px;
}
.c-comment-list__item-image img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.c-comment-list__item-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
}
.c-comment-list__item-info-bar {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.c-comment-list__item-author {
  padding: 0 8px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #546385;
  text-decoration: none;
  cursor: auto;
}
.c-comment-list__item-status {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 72px;
  border-radius: 2px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.c-comment-list__item-status--green {
  background-color: #50b32e;
}
.c-comment-list__item-date {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #777f8c;
  padding-left: 8px;
}
.c-comment-list__item-text p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
  line-height: 22px;
}
.c-comment-list__action {
  margin-top: 16px;
  padding-bottom: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-choice-box .c-comment-list__action .choices__button,
.c-comment-list__action .c-button,
.c-comment-list__action .c-choice-box .choices__button {
  position: relative;
  color: #546385;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 400 !important;
  text-decoration: underline !important;
}
.c-choice-box .c-comment-list__action .choices__button::after,
.c-comment-list__action .c-button::after,
.c-comment-list__action .c-choice-box .choices__button::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  margin-left: 8px;
  margin-top: 1px;
}
.c-comment-list .c-rating__star {
  width: 22px;
}
@media (max-width: 767.98px) {
  .c-comment-list__item__after {
    margin-top: 8px;
  }
  .c-comment-list__item-info-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-comment-list__item-author {
    padding-left: 0;
  }
}
.p-index__content {
  margin-top: 30px;
}
.p-index__hero {
  height: 420px;
  text-align: center;
}
.p-index__hero h2 {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.p-index__hero h2::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-index__hero h2::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-index__hero h3 {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.p-index__hero h3::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-index__hero h3::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-index__category-showcase-items {
  margin: -15px;
}
.p-index__category-showcase-item {
  padding: 15px;
}
.p-index__showcase-banner-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e8ecf6;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.p-index__showcase-banner-pattern-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/pattern/fsd-bg-light.png) center center no-repeat;
  background-size: cover;
}
.p-index__showcase-banner-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  z-index: 2;
  text-align: center;
}
.p-index__showcase-banner-title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 1.2em;
  color: #546385;
  text-transform: uppercase;
}
.p-index__showcase-banner-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-index__showcase-banner-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-index__showcase-banner-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.2em;
  color: #4c454d;
  margin-top: 0.2em;
}
.p-index__showcase-banner-action {
  margin-top: 30px;
}
.p-index__showcase-banner-action button {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  padding: 0.55em 2em !important;
  line-height: 1em !important;
}
.p-index__showcase-banner-action button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.p-index__showcase-banner-action button:focus {
  outline: 0;
  box-shadow: none;
}
.p-index__featured-product-items {
  margin: -12px;
}
.p-index__featured-product-item {
  padding: 12px;
}
.p-index__manufacturer-promotions {
  margin-top: 20px !important;
}
.p-index__manufacturer-promotions-items {
  margin: -15px;
}
.p-index__manufacturer-promotions-item {
  padding: 15px;
}
.p-index__recent-orders-items {
  margin: -12px;
}
.p-index__recent-orders-item {
  padding: 12px;
}
.p-index__recent-orders-item .c-product-card {
  display: inline-block;
  width: 100%;
  height: 420px;
}
.p-index__product-type-promotions-items {
  margin: -15px;
}
.p-index__product-type-promotions-item {
  padding: 15px;
}
.p-index__why-fsd-container {
  display: block;
  position: relative;
  background-color: #f0f2f4;
  padding: 50px 40px;
}
.p-index__why-fsd-polygon-line {
  vertical-align: bottom;
}
.p-index__why-fsd-caption {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.p-index__why-fsd-caption-title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2em;
  color: #546385;
}
.p-index__why-fsd-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-index__why-fsd-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-index__why-fsd-list {
  list-style-type: none;
}
.p-index__why-fsd-list-caption {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
}
.p-index__why-fsd-list-caption-icon {
  font-size: 40px;
}
.p-index__why-fsd-list-caption-icon + .p-index__why-fsd-list-caption-title {
  margin-left: 20px;
}
.p-index__why-fsd-list-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #546385;
  align-self: flex-end;
  margin-bottom: 3px;
}
.p-index__why-fsd-list-item {
  display: flex;
  width: 100%;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.p-index__why-fsd-list-item + .p-index__why-fsd-list-item {
  margin-top: 20px;
}
.p-index__why-fsd-list-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-gray.svg);
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .p-index__why-fsd-list + .p-index__why-fsd-list {
    margin-top: 30px;
  }
}
.p-index
  .page__section-feature-card-list-item:last-child
  .c-feature-card__icon-icon {
  width: 90px !important;
}
.p-index .c-feature-card__container {
  background: #f0f2f4;
  border: 0;
}
.p-index .c-feature-card__icon {
  height: 140px;
  width: 140px;
  border: 1px solid #fff;
}
.p-index .c-feature-card__icon img {
  width: 60px !important;
  height: auto;
}
.p-index .c-feature-card__title h1,
.p-index .c-feature-card__title h2,
.p-index .c-feature-card__title h3,
.p-index .c-feature-card__title h4,
.p-index .c-feature-card__title h5 {
  color: #546385;
  margin-bottom: 10px;
}
.p-index .c-feature-card__content {
  min-height: 100px;
}
.p-index .c-feature-card__description {
  height: auto;
}
.p-index .c-feature-card__description,
.p-index .c-feature-card__description p {
  font-size: 15px;
  line-height: 1.5em;
}
.p-index .c-feature-card__description p {
  height: 50px;
  -webkit-line-clamp: 2;
}
.p-index .c-feature-card__content {
  min-height: 130px;
}
.p-index .c-feature-card__header {
  padding: 0 25px 20px 25px;
}
@media (max-width: 991.98px) {
  .p-index .p-index__manufacturer-promotions-items {
    max-width: 100%;
    margin: -5px;
  }
  .p-index .p-index__manufacturer-promotions-item {
    padding: 5px;
  }
}
@media (max-width: 991.98px) {
  .p-index .p-index__category-showcase-items {
    margin: -7.5px;
  }
  .p-index .p-index__category-showcase-item {
    padding: 7.5px;
  }
  .p-index .p-index__showcase-banner-content {
    padding: 50px 30px;
  }
  .p-index .p-index__showcase-banner-title {
    font-size: 35px;
  }
  .p-index .p-index__showcase-banner-description {
    font-size: 20px;
  }
  .p-index .p-index__copy-area {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .p-index .p-index__manufacturer-promotions {
    margin-top: 30px !important;
  }
  .p-index .page__section-feature-card-list {
    margin: -5px;
  }
  .p-index .page__section-feature-card-list-item {
    padding: 5px;
  }
  .p-index
    .page__section-feature-card-list-item:last-child
    .c-feature-card__icon-icon {
    width: 70px !important;
  }
  .p-index .c-feature-card {
    padding-top: 0;
  }
  .p-index .c-feature-card__container {
    flex-direction: row;
    padding: 10px 15px;
    text-align: left;
  }
  .p-index .c-feature-card__icon {
    height: 100px;
    width: 100px;
    margin-top: 0;
  }
  .p-index .c-feature-card__icon img {
    width: 40px !important;
    height: auto;
  }
  .p-index .c-feature-card__title h1,
  .p-index .c-feature-card__title h2,
  .p-index .c-feature-card__title h3,
  .p-index .c-feature-card__title h4,
  .p-index .c-feature-card__title h5 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .p-index .c-feature-card__header {
    padding: 0 10px 0 0;
  }
  .p-index .c-feature-card__content {
    min-height: 60px;
    padding: 0;
  }
  .p-index .c-feature-card__description {
    height: auto;
  }
  .p-index .c-feature-card__description,
  .p-index .c-feature-card__description p {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5em;
  }
  .p-index .c-feature-card__description p {
    height: 50px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 575.98px) {
  .p-index .p-index__showcase-banner-title {
    font-size: 25px;
  }
  .p-index .p-index__showcase-banner-description {
    font-size: 18px;
  }
}
.p-products__no-result-container {
  width: 100%;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 35px;
  display: flex;
  justify-content: center;
}
.p-products__no-result-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 350px;
  text-align: center;
}
.p-products__no-result-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #2f2432;
}
.p-products__no-result-image {
  width: 300px;
  height: auto;
  padding: 20px 0 35px 0;
}
.p-products__no-result-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
}
.p-products__columns {
  flex-direction: row-reverse;
}
.p-products__col--aside {
  padding-bottom: 60px;
}
.p-products__content {
  margin-top: 50px;
}
.p-products__category-showcase-items {
  margin: -15px;
}
.p-products__category-showcase-item {
  padding: 15px;
}
.p-products__list-settings {
  margin-bottom: 20px;
}
.p-products__list-items {
  margin: -12px;
}
.p-products__list-item {
  padding: 12px;
}
.p-products__list-view-more {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
}
.p-products__foot-banner {
  margin-top: 10px !important;
}
@media (max-width: 991.98px) {
  .p-products .p-products__col--aside {
    padding-bottom: 0;
  }
  .p-products .p-products__content {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .p-products .p-products__list-items {
    margin: 0 -15px;
  }
  .p-products .p-products__list-item {
    padding: 0 15px;
  }
  .p-products .p-products__list-item .c-product-card {
    border: none;
    border-top: 1px solid #dddfe2;
  }
  .p-products .p-products__list-item:last-child .c-product-card {
    border-bottom: 1px solid #dddfe2;
  }
  .p-products .p-products__category-showcase-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.p-checkout-sign__content {
  margin-top: 53px;
  margin-bottom: 200px;
}
.p-checkout-sign__content .c-form__container {
  padding: 40px 30px;
  height: 445px;
}
.p-checkout-sign__content .c-form__container .c-form__section {
  max-width: 332px;
  margin: 0 auto;
}
.p-checkout-sign__content .c-form__container .c-form__section-row {
  margin-top: 24px;
}
.p-checkout-sign__content .c-form__container .c-form__section-content {
  width: 268px !important;
  margin: 0 auto;
}
.p-checkout-sign__content .c-form__container .c-form__button-group {
  text-align: center;
}
.p-checkout-sign__content .c-form__container .c-form__button-group-facebook {
  background: #4346a0;
  color: #fff;
  margin: 10px 0;
}
.p-checkout-sign__content .c-form__container .c-form__group-forgot-password {
  text-align: right;
  margin-top: 10px;
}
.p-checkout-sign__content .c-form__container .c-form__group-forgot-password a {
  font-size: 13px !important;
}
.p-checkout-sign__content .c-form__container .c-form__section-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
  text-align: center;
  margin-bottom: 14px;
}
.p-checkout-sign__content .c-form__container .c-form__section-subtitle {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
  line-height: 22px;
  margin-bottom: 24px;
  text-align: center;
}
.c-choice-box .p-checkout-sign__section .choices__button,
.p-checkout-sign__section .c-button,
.p-checkout-sign__section .c-choice-box .choices__button {
  padding: 0.56em 2em !important;
}
.p-checkout-sign__not-registered-yet {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.p-checkout-sign__not-registered-yet-container {
  height: 445px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 32px 32px 100px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-checkout-sign__not-registered-yet-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
  margin-bottom: 14px;
}
.p-checkout-sign__not-registered-yet-separator {
  margin-top: 25px;
  margin-bottom: 20px;
}
.p-checkout-sign__not-registered-yet-separator p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  margin: 0 auto 0 auto;
  text-align: center;
}
.p-checkout-sign__not-registered-yet-items {
  margin-bottom: 20px;
}
.p-checkout-sign__not-registered-yet-item {
  display: flex;
  align-items: center;
}
.p-checkout-sign__not-registered-yet-item:first-child {
  padding-left: 0;
}
.p-checkout-sign__not-registered-yet-item i {
  font-size: 18px;
  margin-right: 15px;
}
.p-checkout-sign__not-registered-yet-item span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  color: #4c454d;
}
.p-checkout-sign__not-registered-yet-continue {
  width: 268px;
}
.p-checkout-sign__not-registered-yet-guest {
  width: 100%;
  text-align: center;
}
.p-checkout-sign__not-registered-yet-guest-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  margin-bottom: 24px;
}
.p-checkout-sign__not-registered-yet-guest button {
  width: 268px;
}
@media (max-width: 1439.98px) {
  .p-checkout-sign .p-checkout-sign__not-registered-yet-item {
    padding: 0 !important;
  }
  .p-checkout-sign .p-checkout-sign__not-registered-yet-item p,
  .p-checkout-sign .p-checkout-sign__not-registered-yet-item span {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .p-checkout-sign .p-checkout-sign__not-registered-yet {
    padding: 10px 0 0 0;
  }
  .p-checkout-sign .p-checkout-sign__not-registered-yet-item {
    padding: 0 !important;
  }
  .p-checkout-sign .p-checkout-sign__not-registered-yet-item p,
  .p-checkout-sign .p-checkout-sign__not-registered-yet-item span {
    font-size: 13px;
  }
  .p-checkout-sign__content .c-form__container {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .p-checkout-sign .p-checkout-sign__content .c-form__container {
    border: 0;
    padding: 0;
    background: 0 0;
    height: auto;
  }
  .p-checkout-sign
    .p-checkout-sign__content
    .c-form__container
    .c-form__section-row
    .c-form__group {
    padding: 0 !important;
    margin-top: 18px;
  }
  .p-checkout-sign
    .p-checkout-sign__content
    .c-form__container
    .c-form__section-subtitle {
    margin-bottom: 0;
  }
  .p-checkout-sign
    .p-checkout-sign__content
    .c-form__container
    .c-form__section {
    max-width: 100%;
    margin: auto;
  }
  .p-checkout-sign .p-checkout-sign__not-registered-yet {
    margin-top: 50px;
  }
  .p-checkout-sign .p-checkout-sign__not-registered-yet-container {
    border: 0;
    padding: 0;
    height: auto;
  }
}
.p-sign-in__content {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .p-sign-in__content {
    padding: 0 30px;
  }
}
.p-sign-in__section + .p-sign-in__section {
  margin-top: 40px;
}
.p-sign-in__section-caption {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.p-sign-in__section-caption-title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-sign-in__section-caption-title h2,
.p-sign-in__section-caption-title h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-sign-in__section-caption-title p,
.p-sign-in__section-caption-title-sub {
  margin-top: 8px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
  color: #777f8c;
}
.p-sign-in__section-caption-action {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.p-sign-in__section-caption-action a,
.p-sign-in__section-caption-action button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  text-decoration: underline;
}
.p-sign-in__section-caption-action a + a,
.p-sign-in__section-caption-action a + button,
.p-sign-in__section-caption-action button + a,
.p-sign-in__section-caption-action button + button {
  margin-left: 1em;
}
.p-sign-in__section-content {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
}
.p-sign-in__section-content p + p {
  margin-top: 10px;
}
.p-sign-in__registered {
  margin-top: 30px;
}
.p-sign-in__registered .c-form__container {
  padding: 40px 30px;
}
.p-sign-in__registered .c-form__container .c-form__section {
  max-width: 268px;
  margin: 0 auto;
}
.p-sign-in__registered .c-form__container .c-form__button-group button {
  padding: 0.5575em 2em;
  max-height: 2.5rem;
  width: 100%;
}
.p-sign-in__registered .c-form__container .c-form__button-group-facebook {
  background: #4346a0;
  color: #fff;
}
.p-sign-in__registered .c-form__container .c-form__button-group-google {
  margin-top: 10px;
}
.p-sign-in__registered .c-form__container .c-form__group-forgot-password {
  text-align: right;
  margin-top: 10px;
}
.p-sign-in__registered .c-form__container .c-form__group-forgot-password a {
  font-size: 13px !important;
}
.p-sign-in__not-registered {
  display: block;
  min-height: 160px;
}
@media (max-width: 767.98px) {
  .p-sign-in .p-sign-in__content {
    margin-top: 25px !important;
    padding: 0 30px;
  }
  .p-sign-in .p-sign-in__registered {
    border: 0;
    padding: 0;
    margin-top: 0 !important;
  }
  .p-sign-in .p-sign-in__registered .page__section-caption-title {
    text-align: center;
  }
  .p-sign-in .p-sign-in__registered .page__section-caption-title h1,
  .p-sign-in .p-sign-in__registered .page__section-caption-title h2,
  .p-sign-in .p-sign-in__registered .page__section-caption-title h3,
  .p-sign-in .p-sign-in__registered .page__section-caption-title h4,
  .p-sign-in .p-sign-in__registered .page__section-caption-title h5,
  .p-sign-in .p-sign-in__registered .page__section-caption-title h6 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
  }
  .p-sign-in .p-sign-in__registered .c-form__container {
    border: 0;
    padding: 0;
  }
  .p-sign-in .p-sign-in__registered .c-form__section {
    max-width: 100%;
    margin: auto;
  }
}
.p-sign-up__content {
  margin-top: 50px;
}
.p-sign-up__section + .p-sign-up__section {
  margin-top: 40px;
}
.p-sign-up__section-caption {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.p-sign-up__section-caption-title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-sign-up__section-caption-title h2,
.p-sign-up__section-caption-title h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-sign-up__section-caption-title p,
.p-sign-up__section-caption-title-sub {
  margin-top: 5px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #777f8c;
}
.p-sign-up__section-caption-action {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.p-sign-up__section-caption-action a,
.p-sign-up__section-caption-action button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  text-decoration: underline;
}
.p-sign-up__section-caption-action a + a,
.p-sign-up__section-caption-action a + button,
.p-sign-up__section-caption-action button + a,
.p-sign-up__section-caption-action button + button {
  margin-left: 1em;
}
.p-sign-up__section-content p + p {
  margin-top: 10px;
}
.p-sign-up__new-customer-form
  .c-form__confirmation-text-checkbox
  input[type="checkbox"]
  + label:after,
.p-sign-up__new-customer-form
  .c-form__confirmation-text-checkbox
  input[type="checkbox"]
  + label:before {
  top: 14px;
}
.p-sign-up__new-customer-feature-list {
  display: block;
  list-style-type: none;
}
.p-sign-up__new-customer-feature-item {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  color: #4c454d;
}
.p-sign-up__new-customer-feature-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-gray.svg);
  margin-right: 10px;
  background-position: center bottom;
}
.p-sign-up__already-login {
  display: block;
}
.p-sign-up__already-login .page__section-caption {
  margin-bottom: 10px !important;
}
@media (max-width: 767.98px) {
  .p-sign-up .page__col {
    margin-left: 0 !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .p-sign-up .p-sign-up__content {
    margin-top: 25px !important;
    padding: 0 30px;
  }
  .p-sign-up .p-sign-up__new-customer {
    border: 0;
    padding: 0;
    margin-top: 0 !important;
  }
  .p-sign-up .p-sign-up__new-customer .page__section-caption-title {
    text-align: center;
  }
  .p-sign-up .p-sign-up__new-customer .page__section-caption-title h1,
  .p-sign-up .p-sign-up__new-customer .page__section-caption-title h2,
  .p-sign-up .p-sign-up__new-customer .page__section-caption-title h3,
  .p-sign-up .p-sign-up__new-customer .page__section-caption-title h4,
  .p-sign-up .p-sign-up__new-customer .page__section-caption-title h5,
  .p-sign-up .p-sign-up__new-customer .page__section-caption-title h6 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
  }
  .p-sign-up .p-sign-up__new-customer .c-form__container {
    border: 0;
    padding: 0;
  }
  .p-sign-up .p-sign-up__new-customer .c-form__section {
    max-width: 100%;
    margin: auto;
  }
}
.p-password-recovery__content {
  margin-top: 53px;
}
.p-password-recovery__content .c-form__container {
  padding: 40px 30px;
}
.p-password-recovery__content
  .c-form__container--password-recovery-2
  .c-form__section {
  max-width: 100% !important;
}
.p-password-recovery__content .c-form__container .c-form__section {
  max-width: 421px;
  margin-left: auto;
  margin-right: auto;
}
.p-password-recovery__content .c-form__container .c-form__button-group a {
  margin-top: 12px;
  display: inline-block;
}
.p-password-recovery__section-caption {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.p-password-recovery__section-caption-title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-password-recovery__section-caption-title h2,
.p-password-recovery__section-caption-title h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-password-recovery__section-caption-title p,
.p-password-recovery__section-caption-title-sub {
  margin-top: 5px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #777f8c;
}
@media (max-width: 767.98px) {
  .p-password-recovery .p-password-recovery__content {
    margin-top: 25px !important;
    padding: 0 30px;
  }
  .p-password-recovery .p-password-recovery__email {
    border: 0;
    padding: 0;
    margin-top: 0 !important;
  }
  .p-password-recovery
    .p-password-recovery__email
    .page__section-caption-title {
    text-align: center;
  }
  .p-password-recovery
    .p-password-recovery__email
    .page__section-caption-title
    h1,
  .p-password-recovery
    .p-password-recovery__email
    .page__section-caption-title
    h2,
  .p-password-recovery
    .p-password-recovery__email
    .page__section-caption-title
    h3,
  .p-password-recovery
    .p-password-recovery__email
    .page__section-caption-title
    h4,
  .p-password-recovery
    .p-password-recovery__email
    .page__section-caption-title
    h5,
  .p-password-recovery
    .p-password-recovery__email
    .page__section-caption-title
    h6 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
  }
  .p-password-recovery .p-password-recovery__email .c-form__container {
    border: 0;
    padding: 0;
  }
  .p-password-recovery .p-password-recovery__email .c-form__section {
    max-width: 100%;
    margin: auto;
  }
}
.p-categories__content {
  margin-top: 50px;
}
.p-categories__section + .p-categories__section {
  margin-top: 40px;
}
.p-categories__section-caption {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.p-categories__section-caption-title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-categories__section-caption-title h2,
.p-categories__section-caption-title h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-categories__section-caption-title p,
.p-categories__section-caption-title-sub {
  margin-top: 5px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #777f8c;
}
.p-categories__section-caption-action {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.p-categories__section-caption-action a,
.p-categories__section-caption-action button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  text-decoration: underline;
}
.p-categories__section-caption-action a + a,
.p-categories__section-caption-action a + button,
.p-categories__section-caption-action button + a,
.p-categories__section-caption-action button + button {
  margin-left: 1em;
}
.p-categories__section-content p + p {
  margin-top: 10px;
}
.p-categories__breadcrumb {
  margin-bottom: 20px;
}
.p-categories__featured-sub-category-selected {
  margin-bottom: 30px;
}
.p-categories__featured-sub-category-list {
  margin: -15px;
}
.p-categories__featured-sub-category-list-item {
  padding: 15px;
}
.p-categories__current-deals-items {
  margin: -15px;
}
.p-categories__current-deals-item {
  padding: 15px;
}
.p-categories__current-deals-item .c-product-card {
  display: inline-block;
  width: 100%;
  height: 420px;
}
.p-categories__manufacturer-promotions-items {
  margin: -15px;
}
.p-categories__manufacturer-promotions-item {
  padding: 15px;
}
.p-product-detail .page__content,
.p-product-detail__content {
  padding-top: 25px;
  padding-bottom: 45px;
}
.p-product-detail .page__content pad i,
.p-product-detail__content pad i {
  font-style: italic !important;
}
.p-product-detail__top {
  margin-bottom: 21px;
}
.p-product-detail__tag-list {
  margin-top: 13px;
}
.p-product-detail__aside {
  display: block;
  width: 100%;
}
.p-product-detail__secondary-sections {
  background: #f0f2f4;
  padding: 30px 0 60px 0;
}
.p-product-detail__tertiary-sections {
  background: #fff;
  padding: 30px 0 30px 0;
}
.p-product-detail .page__section-content h3,
.p-product-detail__section-content h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  margin-top: 20px !important;
}
.p-product-detail .page__section-content > h3 + :not(:empty),
.p-product-detail__section-content > h3 + :not(:empty) {
  margin-top: 10px !important;
}
.p-product-detail .page__section-caption-title,
.p-product-detail__section-caption-title {
  font-size: 20px !important;
}
.p-product-detail .page__section-caption-title h2,
.p-product-detail__section-caption-title h2 {
  font-size: 22px !important;
}
.p-product-detail .page__section-caption-title h3,
.p-product-detail__section-caption-title h3 {
  font-size: 18px !important;
}
.p-product-detail .page__section-caption-title h4,
.p-product-detail__section-caption-title h4 {
  font-size: 18px !important;
}
.p-product-detail__about-product-warning-box {
  width: 100%;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 15px 30px 20px 20px;
  margin-bottom: 30px;
}
.p-product-detail__about-product-warning-box-caption {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-product-detail__about-product-warning-box-icon {
  font-size: 23px;
  margin-right: 10px;
}
.p-product-detail__about-product-warning-box-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #c4514d;
}
.p-product-detail__about-product-warning-box-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4c454d;
}
.p-product-detail__about-product p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  line-height: 1.7em;
}
.p-product-detail__about-product p + :not(:empty) {
  margin-top: 0;
}
.p-product-detail__about-product ul {
  margin: 15px 0 !important;
}
.p-product-detail__about-product ul li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
  line-height: 2.1em;
  display: flex;
}
.p-product-detail__about-product ul li:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-tertiary.svg);
  font-size: 18px;
  margin-right: 10px;
  margin-top: 10px;
}
.p-product-detail__about-product-download-manual {
  margin-top: 25px;
}
.p-product-detail__about-product-download-manual a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-product-detail__about-product-download-manual a span {
  padding: 0 10px 0 5px !important;
  flex-grow: 0 !important;
}
.p-product-detail__about-product-spec {
  margin-top: 32px;
}
.p-product-detail__about-product-spec-no-return,
.p-product-detail__about-product-spec-ships-frozen {
  display: flex;
  align-items: flex-start;
}
.p-product-detail__about-product-spec-no-return-icon,
.p-product-detail__about-product-spec-ships-frozen-icon {
  font-size: 75px;
  padding-right: 20px;
}
.p-product-detail__about-product-spec-no-return-information-title,
.p-product-detail__about-product-spec-ships-frozen-information-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  padding-bottom: 4px;
}
.p-product-detail__about-product-spec-no-return-information-description,
.p-product-detail__about-product-spec-ships-frozen-information-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #4c454d;
}
.p-product-detail__about-product-spec-no-return {
  margin-top: 20px;
}
.p-product-detail__about-product-spec-no-return-title {
  padding-bottom: 4px;
}
.p-product-detail__video-box {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 10px;
}
.p-product-detail__video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-detail__video p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  line-height: 1.7em;
}
.p-product-detail__product-specifications-speciality {
  display: flex;
  width: 100%;
  justify-content: center;
}
.p-product-detail__product-specifications-speciality-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.p-product-detail__product-specifications-speciality-item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-product-detail__product-specifications-speciality-item-icon {
  font-size: 100px;
  margin-bottom: 10px;
}
.p-product-detail__product-specifications-speciality-item-name {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #4c454d;
}
.p-product-detail__product-specifications
  .c-expandable-list-block__item:last-child {
  border-bottom: 0;
}
.p-product-detail__product-specifications .c-expandable-list-block__content {
  padding-bottom: 0;
}
.p-product-detail__product-brand-container {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.p-product-detail__product-brand-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4c454d;
}
.p-product-detail__product-brand-logo {
  flex-shrink: 0;
  margin-right: 30px;
}
.p-product-detail__product-brand-logo img {
  width: 150px;
  height: auto;
}
.p-product-detail__review-banner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e8ecf6;
  border-radius: 3px;
  position: relative;
  padding: 40px;
}
.p-product-detail__review-banner-pattern-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/pattern/fsd-bg-light.png) center center no-repeat;
  background-size: cover;
}
.p-product-detail__review-banner-rating {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.p-product-detail__review-banner-rating .c-rating {
  font-size: 24px;
}
.p-product-detail__review-banner-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  z-index: 2;
  max-width: 70%;
}
.p-product-detail__review-banner-comment {
  display: block;
  position: relative;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.25em;
  color: #546385;
  text-align: center;
}
.p-product-detail__review-banner-comment:before {
  content: "\“";
  position: absolute;
  top: -10px;
  left: -10px;
  transform: translateX(-80%) translateY(120%);
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
}
.p-product-detail__review-banner-comment:after {
  content: "\“";
  position: absolute;
  bottom: -9px;
  right: -1px;
  font-family: rift, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  transform: translateX(100%) translateY(-100%) rotate(180deg);
}
.p-product-detail__review-banner-author {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  margin-top: 30px;
}
.p-product-detail__review-questions .page__section-caption-title {
  font-size: 32px !important;
  justify-content: flex-start !important;
}
.p-product-detail__review-questions-mobile {
  display: none;
}
.p-product-detail__fsd-promise .page__section-caption-title {
  font-size: 32px !important;
}
.p-product-detail__fsd-promise .c-feature-card__container {
  background: #f0f2f4;
  border: 0;
}
.p-product-detail__fsd-promise .c-feature-card__icon {
  height: 140px;
  width: 140px;
  border: 1px solid #fff;
}
.p-product-detail__fsd-promise .c-feature-card__icon img {
  width: 60px !important;
  height: auto;
}
.p-product-detail__fsd-promise .c-feature-card__title h1,
.p-product-detail__fsd-promise .c-feature-card__title h2,
.p-product-detail__fsd-promise .c-feature-card__title h3,
.p-product-detail__fsd-promise .c-feature-card__title h4,
.p-product-detail__fsd-promise .c-feature-card__title h5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #546385;
  margin-bottom: 10px;
  margin-top: 0 !important;
}
.p-product-detail__fsd-promise .c-feature-card__content {
  min-height: 100px;
}
.p-product-detail__fsd-promise .c-feature-card__description {
  height: auto;
}
.p-product-detail__fsd-promise .c-feature-card__description,
.p-product-detail__fsd-promise .c-feature-card__description p {
  font-size: 15px;
  line-height: 1.5em;
}
.p-product-detail__fsd-promise .c-feature-card__description p {
  height: 50px;
  -webkit-line-clamp: 2;
}
.p-product-detail__product-features-mobile-expandable-blocks {
  display: none;
}
.p-product-detail__product-features-mobile-expandable-blocks
  .c-expandable-list-block
  + .c-expandable-list-block {
  margin-top: 7px;
}
.p-product-detail__sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.12);
}
.p-product-detail__product-list-item {
  margin-top: 20px;
}
.p-product-detail__product-list-item:first-child {
  margin-top: 0;
}
.p-product-detail__product-list-item .c-product-card__favorite-button {
  display: none;
}
.p-product-detail
  .page__section-feature-card-list-item:last-child
  .c-feature-card__icon-icon {
  width: 90px !important;
}
.p-product-detail .c-feature-card__content {
  min-height: 130px;
}
.p-product-detail .c-feature-card__header {
  padding: 0 25px 20px 25px;
}
.c-main-menu span.icon__fsd.icon__fsd--new.arrivals {
  background-image: url(images/icon/new-arrivals.svg);
  width: 1.3em;
  height: 1.3em;
  font-size: 21px;
}
@media (min-width: 768px) {
  .p-product-detail .p-product-detail__product-list .c-product-card {
    border: 1px solid #dddfe2;
    border-radius: 3px;
  }
  /* .p-product-detail .p-product-detail__product-list .c-product-card__container{padding:15px} */
  .p-product-detail .p-product-detail__product-list .c-product-card__preview {
    margin: 0;
  }
  .p-product-detail .p-product-detail__product-list .c-product-card__content {
    padding: 0 0 0 15px;
  }
  .p-product-detail .p-product-detail__product-list .c-product-card__title a {
    font-size: 15px;
    line-height: 1.3em;
  }
  .p-product-detail .p-product-detail__product-list .c-product-card__footer {
    margin-top: 0;
  }
  .p-product-detail .p-product-detail__product-list .c-product-card__ship-info {
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .p-product-detail .p-product-detail__review-banner-container {
    padding: 25px;
  }
  .p-product-detail .p-product-detail__review-banner-content {
    padding: 10px;
  }
  .p-product-detail .p-product-detail__aside {
    margin-top: 20px;
  }
  .p-product-detail
    .p-product-detail__product-features-mobile-expandable-blocks {
    display: block;
  }
  .p-product-detail .p-product-detail__product-features-table {
    display: none;
  }
  .p-product-detail .p-product-detail__compare {
    display: none;
  }
  .p-product-detail .p-product-detail__review-questions .page__section-caption {
    margin-bottom: 0 !important;
    align-items: center !important;
    text-align: center !important;
  }
  .p-product-detail
    .p-product-detail__review-questions
    .page__section-caption-title--script {
    font-size: 26px !important;
    justify-content: center !important;
  }
}
@media (max-width: 767.98px) {
  /* .p-product-detail #unbxd-recommendation--product-detail{display:none} */
  .p-product-detail .c-expandable-list-block__item-speciality-item-icon {
    font-size: 70px;
  }
  .p-product-detail .page__section-caption,
  .p-product-detail__section-caption {
    margin-bottom: 15px !important;
  }
  .p-product-detail .page__section-caption-title,
  .p-product-detail__section-caption-title {
    font-size: 20px !important;
  }
  .p-product-detail .page__section-caption-title h2,
  .p-product-detail .page__section-caption-title h3,
  .p-product-detail__section-caption-title h2,
  .p-product-detail__section-caption-title h3 {
    font-size: 20px !important;
    line-height: 1.2em !important;
  }
  .p-product-detail .p-product-detail__top {
    margin-bottom: 10px;
  }
  .p-product-detail .p-product-detail__primary-sections,
  .p-product-detail .p-product-detail__secondary-sections,
  .p-product-detail .p-product-detail__tertiary-sections {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-product-detail .p-product-detail__product-list-item {
    margin: 0;
  }
  .p-product-detail
    .p-product-detail__product-list-item:first-child
    .c-product-card {
    border-top: 1px solid #dddfe2;
  }
  .p-product-detail
    .p-product-detail__product-list-item
    .c-product-card--shrink {
    border: 0;
    border-bottom: 1px solid #dddfe2;
    border-radius: 0;
  }
  .p-product-detail
    .p-product-detail__product-list-item
    .c-product-card--shrink__container {
    padding: 0;
  }
  .p-product-detail .p-product-detail__content {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-product-detail .p-product-detail__product-brand-container {
    flex-direction: column;
    justify-content: center;
  }
  .p-product-detail .p-product-detail__product-brand-logo {
    margin: 0 0 20px 0;
  }
  .p-product-detail .p-product-detail__review-questions .c-tab-box {
    display: none;
  }
  .p-product-detail
    .p-product-detail__review-questions
    .c-questions-answers__before {
    margin-top: 30px;
  }
  .p-product-detail .p-product-detail__review-questions-mobile {
    display: block;
  }
  .p-product-detail .p-product-detail__review-questions .c-questions-answers,
  .p-product-detail .p-product-detail__review-questions .c-reviews {
    margin-top: 20px;
  }
  .p-product-detail
    .p-product-detail__review-questions
    .c-reviews__reviews-list {
    margin-left: 0;
  }
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card {
    padding-top: 0;
  }
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__container {
    flex-direction: row;
    padding: 10px 15px;
    text-align: left;
  }
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__icon {
    height: 100px;
    width: 100px;
    margin-top: 0;
  }
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__icon img {
    width: 40px !important;
    height: auto;
  }
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__title h1,
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__title h2,
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__title h3,
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__title h4,
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__title h5 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__header {
    padding: 0 10px 0 0;
  }
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__content {
    min-height: 60px;
    padding: 0;
  }
  .p-product-detail
    .p-product-detail__fsd-promise
    .c-feature-card__description {
    height: auto;
  }
  .p-product-detail .p-product-detail__fsd-promise .c-feature-card__description,
  .p-product-detail
    .p-product-detail__fsd-promise
    .c-feature-card__description
    p {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5em;
  }
  .p-product-detail
    .p-product-detail__fsd-promise
    .c-feature-card__description
    p {
    height: 50px;
    -webkit-line-clamp: 2;
  }
}
.p-404__main-section {
  width: 100%;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  padding: 35px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .p-404__main-section {
    border: 0;
  }
}
.p-404__main-section-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 400px;
  text-align: center;
}
.p-404__main-section-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #2f2432;
  margin-bottom: 12px;
}
.p-404__main-section-image {
  width: 100%;
  height: auto;
  margin: 20px 60px 20px 0;
}
.p-404__main-section-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
}
.p-404__content {
  padding: 55px 0 105px 0;
}
@media (max-width: 767.98px) {
  .p-404__content {
    padding: 55px 15px 105px 15px;
  }
}
.p-checkout .page__content {
  min-height: 400px;
}
.p-checkout .c-footer__mail-sub-bar,
.p-checkout .c-header__mobile-clone {
  display: none;
}
.p-checkout .c-header__logo {
  display: flex;
}
@media (max-width: 991.98px) {
  .p-checkout .c-header__logo .c-header-keep-shopping {
    font-size: 13px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .p-checkout .c-header__logo {
    max-width: 300px;
  }
  .p-checkout .c-header__logo .c-header-keep-shopping {
    font-size: 14px;
    padding-left: 30px;
  }
}
.p-checkout .c-header__right {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-checkout .c-checkout-steps__content {
    padding: 0;
  }
}
.p-checkout__hero .c-breadcrumb {
  display: none;
}
.p-checkout__steps {
  margin-top: -40px;
}
.p-checkout__wizard-header {
  padding: 0 16px;
  background: #fff;
  margin: -40px 0 40px 0;
  border-radius: 3px 3px 0 0;
}
.p-checkout__cols {
  padding: 0 20px;
  margin-bottom: 60px;
}
.p-checkout__step {
  display: none;
}
.p-checkout__step--active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.p-checkout__step--edit-mode .p-checkout__step-element--hide-when-edit-mode {
  display: none;
}
.p-checkout__step--error .page__section:not(.page__section--error) {
  display: none;
}
.p-checkout__step--error .page__section--error {
  display: flex !important;
}
.p-checkout__step-element {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.p-checkout__step:not(.p-checkout__step--error) .page__section--error {
  display: none;
}
.p-checkout__step:not(.p-checkout__step--error)
  .page__section--error
  + .page__section {
  margin-top: 0;
}
.p-checkout__payment-method-credit-card-option {
  padding: 10px 0 30px;
}
.p-checkout__payment-method-credit-card-option
  .c-radio-button
  input[type="radio"]
  + label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #2f2432;
}
.p-checkout__toolbar-action-container {
  display: flex;
  flex-direction: column;
}
.p-checkout__toolbar-action-container > * + * {
  margin-top: 20px;
}
.p-checkout__toolbar-action-button {
  width: 270px;
}
.p-checkout__aside-toolbar {
  margin-top: 40px;
}
.p-checkout__view-edit-cart {
  margin-top: 40px;
}
.p-checkout__view-edit-cart-item-count {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #4c454d;
}
.p-checkout__view-edit-cart-button {
  border: 1px solid #dddfe2;
  color: #546385;
  margin-top: 15px;
}
.p-checkout__address-box-caption {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-checkout__address-box-caption h4 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
}
.p-checkout__address-box-caption a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.p-checkout__address-box-caption a::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/edit-gray.svg);
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle;
}
.p-checkout__address-box-name {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  margin-bottom: 13px;
}
.p-checkout__address-box-address li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #777f8c;
}
.p-checkout__address-list-item {
  margin-top: 25px;
}
.p-checkout__address-list-item:first-child {
  margin-top: 45px;
}
.p-checkout__edit-addresses-items {
  margin: -12px;
}
.p-checkout__edit-addresses-item {
  padding: 12px;
}
.p-checkout__edit-addresses .p-checkout__address-box-caption {
  justify-content: flex-start;
}
.p-checkout__edit-addresses .p-checkout__address-box-caption a {
  padding-left: 10px;
}
.p-checkout__edit-addresses .p-checkout__address-box-caption a::before {
  display: none;
}
.p-checkout__billing-address-box {
  display: inline-block;
  width: 100%;
  position: relative;
}
.p-checkout__billing-address-box--add-different-address
  .p-checkout__billing-address-box-container {
  border-style: dashed;
  cursor: pointer;
}
.p-checkout__billing-address-box--add-different-address
  .p-checkout__billing-address-box-no-data {
  display: block;
}
.p-checkout__billing-address-box--add-different-address h4,
.p-checkout__billing-address-box--add-different-address p {
  display: none;
}
.p-checkout__billing-address-box-container {
  height: 150px;
  padding: 25px 10px 30px 25px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.p-checkout__billing-address-box h4 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #4c454d;
  margin-bottom: 18px;
}
.p-checkout__billing-address-box p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #777f8c;
}
.p-checkout__billing-address-box-no-data {
  text-align: center;
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}
.p-checkout__billing-address-box-no-data a {
  display: block;
}
.p-checkout__billing-address-box-no-data a span {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  line-height: 24px;
  width: 100%;
}
.p-checkout__billing-address-box-no-data a i {
  margin-bottom: 5px;
  font-size: 25px;
}
.p-checkout__promotion-code-list {
  max-width: 460px;
}
@media (max-width: 991.98px) {
  .p-checkout__wizard-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .p-checkout__content {
    margin-top: 20px;
  }
  .p-checkout__content .page__section:first-child .page__section-caption {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .p-checkout__content .page__section:first-child .page__section-content p {
    text-align: center;
  }
  .p-checkout__hero {
    display: none;
  }
  .p-checkout__wizard-header {
    padding: 0;
    margin: 0;
  }
  .p-checkout__cols {
    padding: 0 10px;
  }
  .c-choice-box .p-checkout__toolbar-action-container .choices__button,
  .p-checkout__toolbar-action-container .c-button,
  .p-checkout__toolbar-action-container .c-choice-box .choices__button {
    width: 100%;
  }
}
.p-cart-detail .c-footer__mail-sub-bar {
  display: none;
}
.p-cart-detail.has-cart-items .d-has-cart-items {
  display: flex !important;
}
.p-cart-detail.has-cart .d-has-cart {
  display: flex !important;
}
.p-cart-detail.has-no-cart .d-has-no-cart {
  display: flex !important;
}
.p-cart-detail.has-no-cart-items .d-has-no-cart-items {
  display: flex !important;
}
.p-cart-detail__content {
  padding-top: 20px;
  min-height: 400px;
}
.p-cart-detail__aside {
  padding-top: 36px;
}
.p-cart-detail__primary-sections {
  display: flex;
  margin-top: 0 !important;
}
.p-cart-detail__primary-sections--has-no-items {
  display: none;
}
.p-cart-detail .page__section-caption,
.p-cart-detail__section-caption {
  margin-bottom: 13px;
}
.p-cart-detail .page__section-caption-title,
.p-cart-detail__section-caption-title {
  flex-direction: row;
  align-items: flex-start;
  align-items: center;
  flex-grow: 1;
}
.p-cart-detail .page__section-caption-title h2,
.p-cart-detail__section-caption-title h2 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
}
.p-cart-detail .page__section-caption-title-keep-shopping,
.p-cart-detail__section-caption-title-keep-shopping {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-left: 20px;
}
.p-cart-detail__other-products {
  margin-top: 70px;
}
.p-cart-detail__manufacturer-banner {
  margin-top: 130px;
}
.p-cart-detail__no-item .c-cart__section {
  margin-top: 30px;
}
.p-cart-detail__no-item .c-cart__section:first-child {
  margin-top: 0;
}
.p-cart-detail__mobile-secure-sign-boxes .c-cart__sign-cta {
  margin-top: 30px;
}
.p-cart-detail__shipping-info {
  max-width: 560px;
}
.p-cart-detail__shipping-info-row + .p-cart-detail__shipping-info-row {
  margin-top: 45px;
}
.p-cart-detail__shipping-info-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #4c454d;
  margin-bottom: 24px;
}
.p-cart-detail__shipping-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-cart-detail__shipping-info-item + .p-cart-detail__shipping-info-item {
  margin-top: 15px;
}
.p-cart-detail__shipping-info-item-description {
  display: flex;
  align-items: center;
}
.p-cart-detail__shipping-info-item-description .icon__fsd {
  margin-right: 8px;
  font-size: 25px;
}
.p-cart-detail__shipping-info-item-description span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  position: relative;
}
.p-cart-detail__shipping-info-item-description
  span:hover
  .p-cart-detail__shipping-info-item-tooltip {
  display: block;
}
.p-cart-detail__shipping-info-item-description span i {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #546385;
  text-decoration: underline;
  cursor: pointer;
}
.p-cart-detail__shipping-info-item-price {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #4c454d;
}
.p-cart-detail__shipping-info-item-tooltip {
  top: 38px;
  display: none;
  padding: 20px;
  position: absolute;
  right: -21px;
  border: 1px solid #dddfe2;
  min-width: 274px;
  background: #fff;
  border-radius: 3px;
  z-index: 2;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.14);
}
.p-cart-detail__shipping-info-item-tooltip-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #c4514d;
  margin-bottom: 15px;
}
.p-cart-detail__shipping-info-item-tooltip-description {
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
  color: rgba(76, 69, 77, 0.6);
  font-style: italic;
}
.p-cart-detail__shipping-info-item-tooltip-polygon {
  background-size: 24px 11px;
  width: 24px;
  height: 11px;
  display: block;
  background: url(images/icon/pointer-polygon.svg);
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991.98px) {
  .p-cart-detail__content {
    padding: 0 15px 0;
  }
  .p-cart-detail .p-cart-detail__aside {
    padding-top: 0;
  }
  .p-cart-detail .p-cart-detail__cart-item-table .page__section-caption > * {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .p-cart-detail .p-cart-detail__cart-items-no-data-title h2:before,
  .p-cart-detail .p-cart-detail__cart-items-no-data-title h3:before,
  .p-cart-detail .p-cart-detail__cart-items-no-data-title h4:before,
  .p-cart-detail .p-cart-detail__cart-items-no-data-title h5:before,
  .p-cart-detail .p-cart-detail__saved-items-no-data-title h2:before,
  .p-cart-detail .p-cart-detail__saved-items-no-data-title h3:before,
  .p-cart-detail .p-cart-detail__saved-items-no-data-title h4:before,
  .p-cart-detail .p-cart-detail__saved-items-no-data-title h5:before,
  .p-cart-detail .p-cart-detail__secure-information-box h2:before,
  .p-cart-detail .p-cart-detail__secure-information-box h3:before,
  .p-cart-detail .p-cart-detail__secure-information-box h4:before,
  .p-cart-detail .p-cart-detail__secure-information-box h5:before,
  .p-cart-detail .p-cart-detail__sign-cta-box-text-group h2:before,
  .p-cart-detail .p-cart-detail__sign-cta-box-text-group h3:before,
  .p-cart-detail .p-cart-detail__sign-cta-box-text-group h4:before,
  .p-cart-detail .p-cart-detail__sign-cta-box-text-group h5:before {
    display: none;
  }
}
.p-account .page__content {
  margin-top: 40px;
}
.p-account .page__content p {
  line-height: 1.6em;
}
.p-account .page__section-caption-title--sub {
  flex-direction: row;
  align-items: center;
}
.p-account .page__section-caption-title--sub h2,
.p-account .page__section-caption-title--sub h3,
.p-account .page__section-caption-title--sub h4,
.p-account .page__section-caption-title--sub h5,
.p-account .page__section-caption-title--sub h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #2f2432;
}
.p-account .page__section-caption-title--sub a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding-left: 10px;
}
.p-account__col--aside {
  margin-bottom: 60px;
}
.p-account__orders-list-item + .p-account__orders-list-item {
  margin-top: 40px;
}
.p-account__address-book-group + .p-account__address-book-group {
  margin-top: 40px;
}
.p-account__address-book-group > h2,
.p-account__address-book-group > h3,
.p-account__address-book-group > h4 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 25px;
}
.p-account__address-book-default-box {
  display: flex;
  flex-direction: column;
  border: solid 1px #dddfe2;
  border-radius: 3px;
  padding: 30px;
}
.p-account__address-book-default-box-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
.p-account__address-book-default-box-title > h2,
.p-account__address-book-default-box-title > h3,
.p-account__address-book-default-box-title > h4 {
  font-family: inherit;
  font-size: inherit;
}
.p-account__address-book-default-box-content .c-saved-data-card__container {
  border: none;
  padding: 0;
}
.p-account__address-book-new-button {
  display: inline-flex;
  flex-direction: column;
  padding: 20px 40px 28px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #546385;
  border: dashed 1px #dddfe2;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-account__address-book-new-button:before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/plus-thin-primary.svg);
  font-size: 28px;
  margin-bottom: 10px;
}
.p-account__payment-methods-group + .p-account__address-book-group {
  margin-top: 40px;
}
.p-account__payment-methods-group > h2,
.p-account__payment-methods-group > h3,
.p-account__payment-methods-group > h4 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 25px;
}
.p-account__payment-methods-stored-box .c-saved-data-card__footer {
  justify-content: flex-end;
}
.p-account__dashboard-account-information-items,
.p-account__dashboard-address-book-items {
  margin: -25px;
}
.p-account__dashboard-account-information-item,
.p-account__dashboard-address-book-item {
  padding: 25px;
}
.p-account__dashboard-account-information-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__footer-remove-button,
.p-account__dashboard-account-information-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__header,
.p-account__dashboard-account-information-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__no-data,
.p-account__dashboard-account-information-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__type-image,
.p-account__dashboard-address-book-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__footer-remove-button,
.p-account__dashboard-address-book-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__header,
.p-account__dashboard-address-book-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__no-data,
.p-account__dashboard-address-book-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__type-image {
  display: none;
}
.p-account__dashboard-account-information-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__footer,
.p-account__dashboard-address-book-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__footer {
  justify-content: flex-start;
}
.p-account__dashboard-account-information-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__footer-edit-button,
.p-account__dashboard-address-book-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__footer-edit-button {
  margin: 0;
}
.p-account__dashboard-account-information-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__footer-or,
.p-account__dashboard-address-book-item
  .c-saved-data-card--edit-mode
  .c-saved-data-card__footer-or {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4c454d;
  font-style: italic !important;
  display: block;
  margin: 0 5px;
}
.p-account__review-list-no-review {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.p-account__review-list-no-review i {
  font-size: 20px;
  margin-right: 10px;
}
.p-account__review-list-no-review p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #4c454d;
}
.p-account__review-detail-caption {
  margin-bottom: 15px;
}
.p-account__review-detail-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3em;
  color: #2f2432;
  margin-bottom: 5px;
}
.p-account__review-detail-date {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.3em;
  color: #777f8c;
}
.p-account__review-detail-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
  color: #4c454d;
}
.p-account__review-detail-action {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.p-account__review-detail-action i {
  font-size: 16px;
  margin-right: 5px;
}
.p-account__review-detail-action a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #546385;
}
.p-account__wishlist-items .c-cart-item__product-action--add-to-cart {
  margin-right: 20px !important;
}
.p-account__wishlist-items .c-cart-item__product-action--saved {
  color: #c4514d;
}
.p-account__wishlist-items .c-cart-item__product-action--saved::before {
  display: none;
}
.p-account__newsletter-description {
  margin-bottom: 30px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  color: #4c454d;
}
.p-account__newsletter-checkbox {
  margin-bottom: 30px;
}
.p-account__payment-methods-group .c-saved-data-card__container {
  padding: 15px 20px;
}
.p-account__dashboard-store-credit {
  padding: 10px 20px;
  border: 1px dashed #dddfe2;
  border-radius: 3px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  color: #4c454d;
}
.p-account__address-book-group--additional {
  overflow-x: auto;
}
.p-generic .c-cover-image__content h1,
.p-generic .c-cover-image__content h2,
.p-generic .c-cover-image__content h3,
.p-generic .c-cover-image__content h4,
.p-generic .c-cover-image__content h5 {
  color: #546385;
}
.p-generic .c-cover-image__content .c-breadcrumb__item {
  color: #4c454d;
}
.p-generic .c-cover-image__content .c-breadcrumb__item-link {
  color: #546385;
}
.p-generic .c-cover-image__content .c-breadcrumb__item-link:hover {
  color: #546385;
}
.p-generic .page__content {
  margin-top: 40px;
}
.p-generic .page__section-content > blockquote,
.p-generic .page__section-content > h1,
.p-generic .page__section-content > h2,
.p-generic .page__section-content > h3,
.p-generic .page__section-content > h4,
.p-generic .page__section-content > h5,
.p-generic .page__section-content > h6,
.p-generic .page__section-content > li,
.p-generic .page__section-content > p,
.p-generic .page__section-content > ul {
  color: #2f2432;
}
.p-generic .page__section-content h1 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  margin-bottom: 1.3rem;
}
.p-generic .page__section-content h2 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 1.2rem;
}
.p-generic .page__section-content h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}
.p-generic .page__section-content h4,
.p-generic .page__section-content h5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.p-generic .page__section-content h4 + ul,
.p-generic .page__section-content h5 + ul {
  margin-top: -0.5rem;
}
.p-generic .page__section-content p {
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
}
.p-generic .page__section-content p:last-child {
  margin-bottom: 0;
}
.p-generic .page__section-content blockquote {
  position: relative;
  font-style: normal;
  letter-spacing: 0.25px;
  padding: 30px;
  border-radius: 3px;
  background-color: #f0f2f4;
  margin-bottom: 40px;
}
.p-generic .page__section-content ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
}
.p-generic .page__section-content ul.check-list li::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-gray.svg);
  transform: translateX(-100%) translateX(-10px) translateY(0.075em);
  font-size: 1em;
}
.p-generic .page__section-content ul li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  padding-left: calc(1rem + 10px);
}
.p-generic .page__section-content ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/minus-primary.svg);
  transform: translateX(-100%) translateX(-10px) translateY(0.75em);
  font-size: 0.5em;
}
.p-generic .page__section-content ul li > h3,
.p-generic .page__section-content ul li > h4,
.p-generic .page__section-content ul li > h6,
.p-generic .page__section-content ul li > p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.p-generic .page__section-content ul li > h3 b,
.p-generic .page__section-content ul li > h3 strong,
.p-generic .page__section-content ul li > h4 b,
.p-generic .page__section-content ul li > h4 strong,
.p-generic .page__section-content ul li > h6 b,
.p-generic .page__section-content ul li > h6 strong,
.p-generic .page__section-content ul li > p b,
.p-generic .page__section-content ul li > p strong {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
}
.p-generic .page__section-content ul li > ul {
  display: block;
  margin: 0 0 0.5rem 0;
}
.p-checkout-result__content {
  margin-top: 80px;
  margin-bottom: 20px;
}
.p-checkout-result__info-header-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-checkout-result__info-header-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #4c454d;
  margin-bottom: 10px;
}
.p-checkout-result__info-header-caption-title a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
.p-checkout-result__info-header-caption-date {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
}
.p-checkout-result__info-header-caption-icon {
  font-size: 74px;
}
.p-checkout-result__info-header-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.p-checkout-result__info-header-action a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.p-checkout-result__info-body {
  margin: 35px 0 25px 0;
}
.p-checkout-result__info-body-container {
  padding: 30px;
  border: 1px dashed #dddfe2;
}
.p-checkout-result__info-body-caption {
  margin-bottom: 15px;
}
.p-checkout-result__info-body-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #4c454d;
  margin-bottom: 10px;
}
.p-checkout-result__info-body-caption-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.p-checkout-result__info-body-feature-list {
  margin-bottom: 35px;
}
.p-checkout-result__info-body-feature-list li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  line-height: 2em;
}
.p-checkout-result__info-body-feature-list li::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-gray.svg);
  font-size: 18px;
  margin-right: 15px;
  background-position: bottom;
}
.p-checkout-result__info-body-form .c-react-form__container {
  padding: 25px;
  border: 0;
}
.p-checkout-result__info-body-form .c-react-form__row {
  margin-top: 20px;
}
.p-checkout-result__info-body-form .c-react-form__row:last-child {
  margin-top: 35px;
}
.p-checkout-result__info-body-form .c-react-form__row:first-child {
  margin-top: 0;
}
.c-choice-box .p-checkout-result__info-body-form .c-react-form .choices__button,
.p-checkout-result__info-body-form .c-react-form .c-button,
.p-checkout-result__info-body-form
  .c-react-form
  .c-choice-box
  .choices__button {
  background: #fff;
  color: #546385;
  border: 1px solid #dddfe2;
  padding: 0.56em 2em !important;
}
.p-checkout-result__info-body-form .c-react-form .c-text-field__input::before {
  border-bottom: 1px solid #6f95cc !important;
}
.p-checkout-result__info-body-form .c-react-form .c-text-field__label {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic !important;
  font-size: 15px;
  color: #777f8c !important;
}
.p-checkout-result__info-body-form .c-react-form .c-select__input::before {
  border-bottom: 1px solid #6f95cc !important;
}
.p-checkout-result__info-body-form .c-react-form .c-select__input-select {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic !important;
  font-size: 15px;
  color: #777f8c !important;
}
.p-checkout-result__info-footer-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
  margin-bottom: 5px;
}
.p-checkout-result__info-footer-caption-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.p-checkout-result__info-footer-caption-description a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.p-manufacturer--lipton .c-brand-navigation__items::-webkit-scrollbar,
.p-manufacturer--ufs .c-brand-navigation__items::-webkit-scrollbar {
  border-radius: 4px;
  background-color: #fdcdb5;
}
.p-manufacturer--lipton .c-brand-navigation__items::-webkit-scrollbar-thumb,
.p-manufacturer--ufs .c-brand-navigation__items::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f86921;
}
.p-manufacturer--lipton
  .c-brand-navigation__item--active
  .c-brand-navigation__item-container,
.p-manufacturer--ufs
  .c-brand-navigation__item--active
  .c-brand-navigation__item-container {
  border: 3px solid #f86921;
}
.p-manufacturer--lipton
  .c-brand-navigation__item--active
  .c-brand-navigation__item-container::after,
.p-manufacturer--ufs
  .c-brand-navigation__item--active
  .c-brand-navigation__item-container::after {
  background-color: #f86921;
}
.p-manufacturer--lipton .c-brand-navigation--shrink,
.p-manufacturer--ufs .c-brand-navigation--shrink {
  background: #f86921;
}
.p-manufacturer--lipton .c-manufacturer-footer__container,
.p-manufacturer--ufs .c-manufacturer-footer__container {
  background: #f86921;
}
.p-manufacturer--lipton
  .p-manufacturer__recipe-cards
  .page__section-caption-title,
.p-manufacturer--ufs
  .p-manufacturer__recipe-cards
  .page__section-caption-title {
  color: #f86921;
}
.c-choice-box
  .p-manufacturer--lipton
  .p-manufacturer__recipe-cards
  .c-recipe-card__action-button
  .choices__button,
.c-choice-box
  .p-manufacturer--ufs
  .p-manufacturer__recipe-cards
  .c-recipe-card__action-button
  .choices__button,
.p-manufacturer--lipton
  .p-manufacturer__recipe-cards
  .c-recipe-card__action-button
  .c-button,
.p-manufacturer--lipton
  .p-manufacturer__recipe-cards
  .c-recipe-card__action-button
  .c-choice-box
  .choices__button,
.p-manufacturer--ufs
  .p-manufacturer__recipe-cards
  .c-recipe-card__action-button
  .c-button,
.p-manufacturer--ufs
  .p-manufacturer__recipe-cards
  .c-recipe-card__action-button
  .c-choice-box
  .choices__button {
  background: #f86921;
}
.p-manufacturer--lipton .p-manufacturer__article .page__section-caption-title,
.p-manufacturer--ufs .p-manufacturer__article .page__section-caption-title {
  color: #f86921;
}
.c-choice-box
  .p-manufacturer--lipton
  .p-manufacturer__article
  .c-article-box__action
  .choices__button,
.c-choice-box
  .p-manufacturer--ufs
  .p-manufacturer__article
  .c-article-box__action
  .choices__button,
.p-manufacturer--lipton
  .p-manufacturer__article
  .c-article-box__action
  .c-button,
.p-manufacturer--lipton
  .p-manufacturer__article
  .c-article-box__action
  .c-choice-box
  .choices__button,
.p-manufacturer--ufs .p-manufacturer__article .c-article-box__action .c-button,
.p-manufacturer--ufs
  .p-manufacturer__article
  .c-article-box__action
  .c-choice-box
  .choices__button {
  background: #f86921;
}
@media (max-width: 767.98px) {
  .p-manufacturer--lipton .p-manufacturer__hero .c-cover-image__container,
  .p-manufacturer--ufs .p-manufacturer__hero .c-cover-image__container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-180deg, #ffa000 0, #ff5300 97%);
  }
  .p-manufacturer--lipton .p-manufacturer__hero .c-cover-image img,
  .p-manufacturer--ufs .p-manufacturer__hero .c-cover-image img {
    display: block;
    width: 172px;
    height: 68px;
  }
  .p-manufacturer--lipton
    .p-manufacturer__hero
    .c-cover-image__background-image,
  .p-manufacturer--ufs .p-manufacturer__hero .c-cover-image__background-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-manufacturer--lipton .c-brand-navigation__items {
    justify-content: center;
  }
}
.p-manufacturer--lipton .p-manufacturer__video-banner-overlay {
  background: #ffbf3d;
}
.c-choice-box
  .p-manufacturer--lipton
  .p-manufacturer__generic-content
  .choices__button,
.p-manufacturer--lipton .p-manufacturer__generic-content .c-button,
.p-manufacturer--lipton
  .p-manufacturer__generic-content
  .c-choice-box
  .choices__button {
  background: #f86921;
  color: #fff;
  padding: 0.5em 6em !important;
}
.c-choice-box
  .p-manufacturer--lipton
  .p-manufacturer__popular-products-action
  .choices__button,
.p-manufacturer--lipton .p-manufacturer__popular-products-action .c-button,
.p-manufacturer--lipton
  .p-manufacturer__popular-products-action
  .c-choice-box
  .choices__button {
  background: #f86921;
  color: #fff;
  padding: 0.5em 6em !important;
}
@media (max-width: 767.98px) {
  .p-manufacturer--lipton .p-manufacturer__hero .c-cover-image__container {
    display: block;
    background: 0 0;
    height: auto !important;
  }
  .p-manufacturer--lipton .p-manufacturer__hero .c-cover-image__container img {
    width: 100%;
    height: auto;
  }
}
.p-manufacturer .page__header {
  z-index: 2;
}
.p-manufacturer .page__content {
  z-index: 0;
}
.p-manufacturer .page__footer {
  z-index: 1;
}
.p-manufacturer .page__sections {
  width: 100%;
}
.p-manufacturer__hero .c-cover-image__container {
  height: 235px;
}
.p-manufacturer__hero .c-cover-image__background-overlay,
.p-manufacturer__hero .c-cover-image__content {
  display: none;
}
.p-manufacturer__hero .c-cover-image__background-image {
  opacity: 1;
}
.p-manufacturer__hero .c-cover-image img {
  display: none;
}
.p-manufacturer__brand-navigation {
  display: block;
  z-index: 10;
}
.p-manufacturer__content {
  margin-top: 55px;
}
.p-manufacturer__intro .page__section-caption-title h3 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2em;
  color: #4c454d;
}
.p-manufacturer__intro .page__section-content p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.7em;
  color: #4c454d;
}
.p-manufacturer__manufacturer-promotions-items {
  margin: -15px;
}
.p-manufacturer__manufacturer-promotions-item {
  padding: 15px;
}
.p-manufacturer__popular-products-items {
  margin: -15px;
}
.p-manufacturer__popular-products-item {
  padding: 15px;
}
.p-manufacturer__popular-products-action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-manufacturer__sign-box {
  display: inline-block;
  width: 100%;
  position: relative;
}
.p-manufacturer__sign-box__link {
  display: block;
  width: 100%;
}
.p-manufacturer__sign-box-container {
  height: 400px;
  width: 100%;
  position: relative;
}
.p-manufacturer__sign-box-background-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-manufacturer__sign-box-content {
  position: absolute;
  top: 0;
  left: 0;
}
.p-manufacturer__sign-box-content-container {
  background: linear-gradient(
    -270deg,
    #000 3%,
    #000 10%,
    #000 16%,
    rgba(0, 0, 0, 0.99) 23%,
    rgba(0, 0, 0, 0.98) 30%,
    rgba(0, 0, 0, 0.95) 37%,
    rgba(0, 0, 0, 0.92) 44%,
    rgba(0, 0, 0, 0.87) 50%,
    rgba(0, 0, 0, 0.81) 57%,
    rgba(0, 0, 0, 0.73) 63%,
    rgba(0, 0, 0, 0.64) 70%,
    rgba(0, 0, 0, 0.51) 76%,
    rgba(0, 0, 0, 0.37) 82%,
    rgba(0, 0, 0, 0.2) 88%,
    rgba(0, 0, 0, 0) 94%
  );
  max-width: 520px;
  height: 400px;
  padding: 40px 85px 40px 50px;
  border-radius: 6px 0 0 6px;
}
.p-manufacturer__sign-box-content-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2em;
  color: #fff;
}
.p-manufacturer__sign-box-content-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  margin: 30px 0;
}
.p-manufacturer__recipe-cards .page__section-caption {
  justify-content: center;
  align-items: center;
}
.p-manufacturer__recipe-cards .page__section-caption-title {
  flex-grow: 0;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  color: #f0f2f4;
}
.p-manufacturer__recipe-cards .page__section-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-manufacturer__recipe-cards .page__section-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-manufacturer__recipe-cards-items {
  margin: -25px;
}
.p-manufacturer__recipe-cards-item {
  padding: 25px;
}
.p-manufacturer__video-banner {
  width: 100%;
  display: block;
}
.p-manufacturer__video-banner-container {
  position: relative;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 440px;
  padding: 40px;
  overflow: hidden;
}
.p-manufacturer__video-banner-background-image {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.1;
}
.p-manufacturer__video-banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffbf3d;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.p-manufacturer__video-banner-content {
  margin-right: 50px;
  z-index: 2;
}
.p-manufacturer__video-banner-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2em;
  color: #2f2432;
  margin-bottom: 20px;
}
.p-manufacturer__video-banner-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3em;
  color: #2f2432;
}
.p-manufacturer__video-banner-video {
  width: 100%;
  max-width: 650px;
  height: 100%;
  flex-shrink: 0;
  z-index: 2;
}
.p-manufacturer__video-banner-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.p-manufacturer__brand-banner {
  width: 100%;
}
.p-manufacturer__brand-banner img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.p-manufacturer__generic-content {
  max-width: 760px;
  margin: auto;
}
.p-manufacturer__generic-content .page__section-caption {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}
.p-manufacturer__generic-content .page__section-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2em;
  color: #2f2432;
  text-align: center;
}
.p-manufacturer__generic-content
  .page__section-content
  + .page__section-content {
  margin-top: 15px;
}
.p-manufacturer__generic-content p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5em;
  color: #4c454d;
  margin-top: 0 !important;
}
.p-manufacturer__generic-content p + p {
  margin-top: 30px;
}
.p-manufacturer__generic-content h5 {
  margin: 15px 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
}
.p-manufacturer__generic-content ul {
  margin: 15px 0;
}
.p-manufacturer__generic-content ul li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #4c454d;
}
.p-manufacturer__generic-content ul li::before {
  content: "-";
  padding-right: 20px;
}
.p-manufacturer__article .page__section-caption {
  justify-content: center;
  align-items: center;
}
.p-manufacturer__article .page__section-caption-title {
  flex-grow: 0;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  color: #f0f2f4;
}
.p-manufacturer__article .page__section-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-manufacturer__article .page__section-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-manufacturer__article-items {
  margin: -25px;
  justify-content: center;
}
.p-manufacturer__article-item {
  padding: 25px;
}
.p-manufacturer__footer {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .p-manufacturer .p-manufacturer__video-banner-video {
    min-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .p-manufacturer .p-manufacturer__video-banner-container {
    flex-direction: column;
    height: auto;
  }
  .p-manufacturer .p-manufacturer__video-banner-content {
    order: 2;
    margin: 20px 0 0 0;
  }
  .p-manufacturer .p-manufacturer__video-banner-video {
    order: 1;
    min-width: 100%;
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .p-manufacturer .p-manufacturer__sign-box-container {
    height: auto;
  }
  .p-manufacturer .p-manufacturer__sign-box-background-image {
    position: static;
    z-index: 0;
    display: block;
    border-radius: 6px 6px 0 0;
    height: 210px;
  }
  .p-manufacturer .p-manufacturer__sign-box-content {
    position: static;
    display: block;
  }
  .p-manufacturer .p-manufacturer__sign-box-content-container {
    max-width: 100%;
    height: auto;
    border-radius: 0 0 6px 6px;
    background: #000;
    padding: 20px;
  }
  .p-manufacturer .p-manufacturer__sign-box-content-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
  }
  .p-manufacturer .p-manufacturer__sign-box-content-description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3em;
  }
  .p-manufacturer .p-manufacturer__sign-box-content-button {
    width: 100%;
  }
  .p-manufacturer .p-manufacturer__hero .c-cover-image__container {
    height: 110px;
  }
}
.p-partner-landing__content .page__cols {
  min-height: 100vh;
  justify-content: flex-end;
}
.p-partner-landing__content .page__col--aside {
  position: fixed;
  left: 0;
}
.p-partner-landing__content .page__section {
  margin-top: 0;
}
.p-partner-landing-sign-in .p-partner-landing__sections {
  width: 100%;
  margin-bottom: 0 !important;
}
.p-partner-landing-sign-in .p-partner-landing__main-content {
  max-width: 500px;
  width: 100%;
}
.p-partner-landing-sign-up .p-partner-landing__sections {
  width: 100%;
  margin-bottom: 0 !important;
}
.p-partner-landing-sign-up .p-partner-landing__main-content {
  max-width: 565px;
}
.p-partner-landing-forgot-password .p-partner-landing__sections {
  width: 100%;
  margin-bottom: 0 !important;
}
.p-partner-landing-forgot-password .p-partner-landing__main-content {
  max-width: 510px;
}
.p-partner-landing .page__section-caption {
  margin-bottom: 20px;
}
.p-partner-landing .page__section-caption-title h1,
.p-partner-landing .page__section-caption-title h2,
.p-partner-landing .page__section-caption-title h3,
.p-partner-landing .page__section-caption-title h4,
.p-partner-landing .page__section-caption-title h5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #4c454d;
}
.p-partner-landing .page__section-caption-title-sub {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #777f8c;
}
.p-partner-landing__logo img {
  width: 185px;
}
.p-partner-landing__spot-text-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  line-height: 1.5em;
}
.p-partner-landing__spot-text-title strong {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
}
.p-partner-landing__spot-text-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 17px;
}
.p-partner-landing__footer-terms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.p-partner-landing__footer-terms span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 1.3em;
  color: #fff;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.p-partner-landing__footer-terms span a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  text-decoration: underline;
  color: #fff;
}
.p-partner-landing__footer-terms span a + a {
  margin-left: 10px;
}
.p-partner-landing__aside {
  width: 100%;
}
.p-partner-landing__aside-container {
  height: 100vh;
  padding: 50px;
}
.p-partner-landing__aside-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.p-partner-landing__aside-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.p-partner-landing__aside-footer {
  width: 100%;
}
.p-partner-landing__aside-body {
  width: 100%;
}
.p-partner-landing__section-welcome {
  display: none;
}
.p-partner-landing__main {
  height: 100%;
  padding: 100px 0;
}
.p-partner-landing__main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-partner-landing__sign-in {
  width: 100%;
  margin: 0 !important;
}
.p-partner-landing__sign-in-form .c-form__container {
  padding: 55px 80px;
}
.p-partner-landing__sign-in-form .c-form__group-forgot-password {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.c-choice-box .p-partner-landing__sign-in-form .c-form__group .choices__button,
.p-partner-landing__sign-in-form .c-form__group .c-button,
.p-partner-landing__sign-in-form .c-form__group .c-choice-box .choices__button {
  max-height: inherit !important;
}
.p-partner-landing__sign-up {
  width: 100%;
}
.p-partner-landing__sign-up-form .c-form__container {
  padding: 25px 30px;
}
.p-partner-landing__sign-up-form-access-code-link {
  padding: 12px;
  width: 100%;
  border: 1px dashed #dddfe2;
  text-align: center;
}
.p-partner-landing__sign-up-form-access-code-link a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.p-partner-landing__sign-up-form-access-code-link a::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-down-primary.svg);
  font-size: 13px;
  margin-left: 7px;
}
.p-partner-landing__sign-up-form-access-code-info {
  margin: 10px 0;
}
.p-partner-landing__sign-up-form-access-code-info-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  color: #2f2432;
}
.p-partner-landing__sign-up-form-access-code-info-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #777f8c;
}
.p-partner-landing__sign-up-form-access-code-input {
  display: none;
}
.p-partner-landing__sign-up-form-access-code--expanded
  .p-partner-landing__sign-up-form-access-code-link {
  display: none;
}
.p-partner-landing__sign-up-form-access-code--expanded
  .p-partner-landing__sign-up-form-access-code-input {
  display: block;
}
.p-partner-landing__forgot-password {
  width: 100%;
}
.p-partner-landing__forgot-password-form .c-form__button-group {
  width: 100%;
}
.p-partner-landing__forgot-password-form .c-form__button-group a:last-child {
  margin-top: 10px;
}
.p-partner-landing__sign-cta {
  margin-top: 20px !important;
  width: 100%;
}
.p-partner-landing__sign-cta-container span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
@media (max-width: 991.98px) {
  .p-partner-landing .p-partner-landing__content .page__col--aside {
    display: none;
  }
  .p-partner-landing .p-partner-landing__sections {
    justify-content: center;
  }
  .p-partner-landing .p-partner-landing__logo {
    margin: 0 0 50px 0;
  }
  .p-partner-landing .p-partner-landing__logo img {
    width: 160px;
  }
  .p-partner-landing .p-partner-landing__spot-text-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #4c454d;
    line-height: 1.5em;
  }
  .p-partner-landing .p-partner-landing__spot-text-title strong {
    display: block;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #2f2432;
  }
  .p-partner-landing .p-partner-landing__spot-text-description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.3em;
    color: #4c454d;
    margin-top: 8px;
  }
  .p-partner-landing .p-partner-landing__footer-terms {
    padding: 100px 0 30px 0;
  }
  .p-partner-landing .p-partner-landing__footer-terms span {
    color: #4c454d;
  }
  .p-partner-landing .p-partner-landing__footer-terms span a {
    color: #4c454d;
  }
  .p-partner-landing .p-partner-landing__main {
    padding: 30px 0;
  }
  .p-partner-landing .p-partner-landing__main-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-partner-landing .p-partner-landing__main-content {
    height: auto;
    max-width: 600px;
  }
  .p-partner-landing .p-partner-landing__section-welcome {
    display: block;
    margin-bottom: 45px;
  }
  .p-partner-landing .p-partner-landing__forgot-password,
  .p-partner-landing .p-partner-landing__sign-in,
  .p-partner-landing .p-partner-landing__sign-up {
    max-width: 100%;
  }
  .p-partner-landing .p-partner-landing__sign-up {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .p-partner-landing .page__section-caption-title h1,
  .p-partner-landing .page__section-caption-title h2,
  .p-partner-landing .page__section-caption-title h3,
  .p-partner-landing .page__section-caption-title h4,
  .p-partner-landing .page__section-caption-title h5 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
  }
  .p-partner-landing .page__section-caption-title-sub {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
  }
  .p-partner-landing .p-partner-landing__main {
    padding: 0;
    max-width: 100%;
  }
  .p-partner-landing .p-partner-landing__main-body {
    justify-content: flex-start;
  }
  .p-partner-landing .p-partner-landing__logo {
    margin: 20px 0;
  }
  .p-partner-landing .p-partner-landing__logo img {
    width: 105px;
  }
  .p-partner-landing .p-partner-landing__spot-text-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #4c454d;
    line-height: 1.5em;
  }
  .p-partner-landing .p-partner-landing__spot-text-title strong {
    display: block;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #2f2432;
  }
  .p-partner-landing .p-partner-landing__spot-text-description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 1.3em;
    color: #4c454d;
    margin-top: 8px;
  }
  .p-partner-landing .p-partner-landing__footer-terms {
    padding: 30px 0 20px 0;
  }
  .p-partner-landing .p-partner-landing__forgot-password,
  .p-partner-landing .p-partner-landing__sign-in,
  .p-partner-landing .p-partner-landing__sign-up {
    max-width: 100%;
  }
  .p-partner-landing
    .p-partner-landing__forgot-password-form
    .c-form__container,
  .p-partner-landing .p-partner-landing__sign-in-form .c-form__container,
  .p-partner-landing .p-partner-landing__sign-up-form .c-form__container {
    padding: 0;
    border: 0;
  }
}
.p-our-promises__content {
  padding: 40px 0 120px 0;
}
.p-our-promises .c-cover-image__content h1,
.p-our-promises .c-cover-image__content h2,
.p-our-promises .c-cover-image__content h3,
.p-our-promises .c-cover-image__content h4,
.p-our-promises .c-cover-image__content h5 {
  color: #546385;
}
.p-our-promises .c-cover-image__content .c-breadcrumb__item {
  color: #4c454d;
}
.p-our-promises .c-cover-image__content .c-breadcrumb__item-link {
  color: #546385;
}
.p-our-promises .c-cover-image__content .c-breadcrumb__item-link:hover {
  color: #546385;
}
.p-our-promises .c-feature-card {
  height: 100%;
}
.p-our-promises__features .page__section-caption {
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.p-our-promises__features .page__section-caption-title h1,
.p-our-promises__features .page__section-caption-title h2,
.p-our-promises__features .page__section-caption-title h3,
.p-our-promises__features .page__section-caption-title h4,
.p-our-promises__features .page__section-caption-title h5,
.p-our-promises__features .page__section-caption-title h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3em;
  color: #4c454d;
  max-width: 620px;
  margin: 0 auto;
}
.p-our-promises__features-items {
  margin: -14px;
}
.p-our-promises__features-item {
  padding: 14px;
}
.p-our-promises__showcase-banner {
  margin-bottom: -15px;
}
.p-our-promises__showcase-banner-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e8ecf6;
  position: relative;
  overflow: hidden;
}
.p-our-promises__showcase-banner-pattern-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/pattern/fsd-bg-dark.png) center center no-repeat;
  background-size: cover;
}
.p-our-promises__showcase-banner-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  z-index: 2;
  text-align: center;
}
.p-our-promises__showcase-banner-title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2em;
  color: #546385;
  text-transform: uppercase;
}
.p-our-promises__showcase-banner-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-our-promises__showcase-banner-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-our-promises__showcase-banner-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2em;
  color: #4c454d;
  margin-top: 0.2em;
}
.p-our-promises__showcase-banner-action {
  margin-top: 30px;
}
.p-our-promises__showcase-banner-action button {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  padding: 0.55em 2em !important;
  line-height: 1em !important;
}
.p-our-promises__showcase-banner-action button:not(.c-button--anchor) {
  text-decoration: none !important;
}
.p-our-promises__showcase-banner-action button:focus {
  outline: 0;
  box-shadow: none;
}
.p-our-promises__why-fsd {
  z-index: 2;
}
.p-our-promises__why-fsd-container {
  display: block;
  position: relative;
  background-color: #f0f2f4;
  padding: 40px 15px;
}
.p-our-promises__why-fsd-polygon-line {
  vertical-align: bottom;
  height: auto;
  width: auto;
}
.p-our-promises__why-fsd-caption {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.p-our-promises__why-fsd-caption-title {
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2em;
  color: #546385;
}
.p-our-promises__why-fsd-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-our-promises__why-fsd-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-our-promises__why-fsd-list {
  list-style-type: none;
}
.p-our-promises__why-fsd-list-caption {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
}
.p-our-promises__why-fsd-list-caption-icon {
  font-size: 40px;
}
.p-our-promises__why-fsd-list-caption-icon
  + .p-our-promises__why-fsd-list-caption-title {
  margin-left: 20px;
}
.p-our-promises__why-fsd-list-caption-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #546385;
  align-self: flex-end;
  margin-bottom: 3px;
}
.p-our-promises__why-fsd-list-item {
  display: flex;
  width: 100%;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4c454d;
}
.p-our-promises__why-fsd-list-item + .p-our-promises__why-fsd-list-item {
  margin-top: 20px;
}
.p-our-promises__why-fsd-list-item::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/check-gray.svg);
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .p-our-promises__why-fsd-list + .p-our-promises__why-fsd-list {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .p-our-promises__content {
    padding: 0 !important;
  }
  .p-our-promises .p-our-promises__features .page__section-caption {
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .p-our-promises .p-our-promises__features .page__section-caption-title h1,
  .p-our-promises .p-our-promises__features .page__section-caption-title h2,
  .p-our-promises .p-our-promises__features .page__section-caption-title h3,
  .p-our-promises .p-our-promises__features .page__section-caption-title h4,
  .p-our-promises .p-our-promises__features .page__section-caption-title h5,
  .p-our-promises .p-our-promises__features .page__section-caption-title h6 {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin: 27px auto 0 auto;
    padding: 0 20px;
  }
  .p-our-promises .p-our-promises__features-item {
    padding: 0;
    margin-top: 35px;
  }
  .p-our-promises .p-our-promises__features-item:first-child {
    margin-top: 0;
  }
  .p-our-promises .p-our-promises__features-items {
    margin: 0;
  }
  .p-our-promises .c-feature-card {
    padding-top: 70px;
  }
  .p-our-promises .c-feature-card__content {
    min-height: auto;
    padding: 0 25px 20px 25px;
  }
  .p-our-promises .c-feature-card__description {
    height: auto;
  }
  .p-our-promises .c-feature-card__container {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .p-our-promises .c-feature-card__icon {
    margin-top: -70px;
    height: 140px;
    width: 140px;
  }
  .p-our-promises .c-feature-card__icon-icon {
    width: 50% !important;
    height: auto;
  }
}
.p-article__col--main {
  margin-bottom: 20px;
}
.p-article__cover {
  margin: 20px 0;
}
.p-article__cover-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #2f2432;
  margin-bottom: 15px;
}
.p-article__description-section p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
  color: #4c454d;
}
.p-article__description-section h2,
.p-article__description-section h3,
.p-article__description-section h4,
.p-article__description-section h5,
.p-article__description-section h6 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2f2432;
  margin-bottom: 10px;
  margin-top: 20px;
}
.p-article__description-section ul {
  margin: 15px 0;
}
.p-article__description-section ul li {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7em;
  color: #4c454d;
}
.p-article__action {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-article__action hr {
  margin: 18px 0;
}
.p-article__action-back,
.p-article__action-next {
  flex-shrink: 0;
}
.p-article__action-back a,
.p-article__action-next a {
  display: flex;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #546385;
}
.p-article__action-back a::before,
.p-article__action-next a::before {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-left-primary.svg);
  font-size: 16px;
  margin-right: 8px;
}
.p-article__action-next {
  margin-left: 20px;
}
.p-article__action-next a::after {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/arrow-right-primary.svg);
  margin-left: 8px;
  font-size: 16px;
}
.p-article__action-next a::before {
  display: none;
}
.p-article__action-share {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-article__action-share span {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #4c454d;
  margin-right: 10px;
}
.p-article__action-share-items {
  display: flex;
  align-items: center;
}
.p-article__action-share-item {
  margin-right: 15px;
}
.p-article__action-share-item:last-child {
  margin-right: 0;
}
.p-article__action-share-item a i {
  font-size: 28px;
}
.p-article__more-articles {
  width: 100%;
}
.p-article__more-articles-container {
  padding: 20px;
  border: 1px dashed #dddfe2;
  border-radius: 3px;
}
.p-article__more-articles-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #2f2432;
  margin-bottom: 10px;
}
.p-article__more-articles-item {
  display: flex;
  align-items: center;
}
.p-article__more-articles-item + .p-article__more-articles-item {
  margin-top: 20px;
}
.p-article__more-articles-item img {
  width: 100px !important;
  height: auto !important;
  margin-right: 15px;
}
.p-article__more-articles-item a {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  color: #546385;
  text-decoration: underline;
  display: block;
}
.p-article .c-manufacturer-footer__container {
  background: #f86921;
}
@media (max-width: 991.98px) {
  .cms-select-store .partner-store-green-bar {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  .cms-select-store .partner-store-green-bar a {
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  .cms-select-store .partner-site-header .c-header__content-bar {
    height: 55px;
  }
}
@media screen and (max-width: 427px) {
  .partner-site-header .c-header__menu-bar-account-menu-open {
    right: unset;
    z-index: 1060;
  }
}
body:not(.cms-select-store) .partner-header .c-header--shrink {
  padding-bottom: 125px;
}
.select__store__loading {
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.loader-page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loader-page .c-loading-spinner--large {
  margin: 0;
}
.loader-page .c-loading-spinner--large:after {
  content: none;
}
.all-carts {
  display: none;
}
.partner-site-header .all-carts {
  display: block;
}
.cms-select-store .partner-site-header .all-carts {
  display: none;
}
.cms-select-store .page__section-caption-title {
  margin-top: 52px;
  margin-bottom: 15px;
}
.cms-select-store .page__sections:last-of-type {
  margin-bottom: 0;
}
.partner-site-header .c-header__logo,
.partner-site-header .c-header__right {
  display: flex;
}
.partner-site-header .c-header__mobile-clone {
  display: none;
}
@media (max-width: 991.98px) {
  .partner-site-header .c-header__menu-bar-account-menu {
    display: flex;
  }
  .partner-site-header
    .c-header__menu-bar-account-menu
    span.c-header__menu-bar-account-menu-title {
    color: #546385;
    font-size: 14px;
  }
  .partner-site-header .c-header__menu-bar-account-menu .all-carts {
    font-weight: 600;
    font-size: 14px;
    border-left: 1px solid #ccc;
  }
  .partner-site-header .c-header__content-bar {
    height: 110px;
  }
  .partner-site-header .c-header__content {
    flex-wrap: wrap;
  }
  .partner-site-header .c-header__search {
    display: flex;
    order: 1;
  }
  .partner-site-header .c-header__content > * {
    height: unset;
  }
}
@media (max-width: 767.98px) {
  .select__store .page__section-card-list-item {
    max-width: 100%;
  }
}
.select__store .c-product-card__preview {
  height: 160px;
  overflow: visible;
}
.select__store-grid {
  height: auto !important;
  text-align: center;
  overflow: visible;
  transition: all 0.5s ease;
}
.select__store-grid:hover {
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.17);
}
.select__store-grid-item {
  display: flex;
  flex-direction: column;
  position: static;
}
.select__store-grid-item-store_id {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  position: absolute;
  bottom: 6px;
  width: 100%;
  left: 0;
  color: #878e99;
}
.select__store-grid-item-location_name {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select__store-grid-brand-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #abafb2;
  line-height: 12px;
}
.select__store-grid-brand-content {
  color: #4b658a;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
}
.select__store-grid-brand-content-tooltip {
  background: #fff;
  border: 1px solid #dddfe2;
}
.select__store-grid-brand-content-tooltip::before {
  background: url(images/icon/pointer-polygon.svg);
}
.select__store-grid-cart {
  position: absolute;
  top: -12px;
  width: 100%;
  text-align: center;
}
.select__store-grid-cart-value {
  border-radius: 2px;
  padding: 0 12px 2px;
  background: #6f95cc;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #fff;
}
.select__store-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 9px;
  color: #000;
}
.select__store-location-icon {
  margin-bottom: 30px;
}
.select__store-location-icon i {
  font-size: 50px;
}
.no-location-heading {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 42px;
  color: #2f2432;
}
.no-location-content {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  color: #777f8c;
}
.filter__location-search {
  margin: 20px auto 30px auto;
  max-width: 500px;
}
.filter__location-search-input {
  position: relative;
}
.filter__location-search-input input {
  height: 45px;
  width: 100%;
  -webkit-appearance: searchfield;
  padding-left: 12px;
  border-radius: 3px;
  border: 1.5px solid #dddfe2;
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.17);
  color: #3e5575;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.filter__location-search-input input:focus {
  border: 2px solid #6f95cc;
}
.filter__location-search-input button {
  position: absolute;
  top: 0;
  font-size: 20px;
  right: 10px;
  outline: 0;
  border: none;
  background: 0 0;
}
.franchise-content {
  max-width: 755px;
  margin: auto;
  text-align: center;
  font-weight: 500;
  color: #2f2432;
}
.p-all-brands__sections {
  padding-top: 40px;
}
.p-all-brands__header .c-cover-image h1 {
  color: #546385;
}
.p-all-brands__no-brand-available {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-all-brands__no-brand-available-image {
  margin-bottom: 5px;
  text-align: center;
}
.p-all-brands__no-brand-available-image i {
  font-size: 40px;
}
.p-all-brands__no-brand-available-description {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .p-all-brands__char-navigation .c-char-navigation::-webkit-scrollbar {
    width: 12px;
    height: 1px !important;
    background-color: #dddfe2;
  }
  .p-all-brands__char-navigation .c-char-navigation__items {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.p-brand-detail__content {
  margin-top: 0;
}
.p-brand-detail__secondary-sections {
  margin-top: 40px !important;
}
.p-brand-detail__banner-card {
  padding: 40px 0 40px 0;
}
.p-brand-detail__featured-products {
  margin-top: 0 !important;
  padding: 40px 0 40px 0;
  background: #f0f2f4;
}
.p-brand-detail__featured-products-container {
  background: #fff;
  padding: 0 40px;
  border-radius: 3px;
  border: 1px solid #dddfe2;
}
.p-brand-detail__featured-products .c-multi-product-slider__slide {
  padding: 15px 0;
  margin-right: 0;
}
.p-brand-detail__featured-products
  .c-multi-product-slider__slide:first-child
  .c-product-card {
  border-left: 1px dashed #dddfe2;
}
.p-brand-detail__featured-products
  .c-multi-product-slider__slide
  .c-product-card {
  border: 0;
  border-right: 1px dashed #dddfe2;
  border-radius: 0;
}
.p-brand-detail__featured-products .c-multi-product-slider__nav-item::before {
  font-size: 20px;
  background-image: url(images/icon/arrow-right-thick-primary.svg);
}
.p-brand-detail__featured-products .c-multi-product-slider__nav-next {
  transform: translateX(10px) translateY(-100%);
}
.p-brand-detail__featured-products .c-multi-product-slider__nav-prev {
  transform: translateX(-10px) translateY(-100%) translateX(-100%)
    rotate(180deg);
}
.p-brand-detail__mobile-brand-definition {
  display: none;
  width: 100%;
  margin-top: 35px;
}
.p-brand-detail__mobile-brand-definition-logo {
  max-width: 240px;
  margin: 0 auto;
}
.p-brand-detail__mobile-brand-definition-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #4c454d;
  margin-top: 20px;
}
.p-brand-detail .p-products__list .page__section-caption {
  display: none;
}
.p-brand-detail .p-products__list .c-list-view-settings__did-you-mean,
.p-brand-detail .p-products__list .c-list-view-settings__view-mode {
  display: none;
}
@media (max-width: 767.98px) {
  .p-brand-detail .p-brand-detail__mobile-brand-definition {
    display: block;
  }
  .p-brand-detail .p-brand-detail__banner-card {
    padding: 40px 0 0 0;
  }
  .p-brand-detail .p-brand-detail__featured-products {
    padding: 40px 0 0 0;
    background: #fff;
  }
  .p-brand-detail .p-brand-detail__featured-products-container {
    padding: 0;
    border: 0;
  }
}
.all-checkout {
  color: #2f2432;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .all-checkout {
    padding: 0 20px;
  }
  .all-checkout .page__section-card-list-item {
    max-width: 50%;
  }
}
@media (max-width: 500.98px) {
  .all-checkout .page__section-card-list-item {
    max-width: 100%;
  }
}
.all-checkout .select__store-grid-cart-value {
  padding: 0 43px 2px;
}
.all-checkout .c-product-card__preview {
  height: auto;
}
.all-checkout .c-product-card__preview-slider {
  padding: 15px 20px 5px;
}
.all-checkout .c-product-card__preview .select__store-grid-item {
  position: relative;
}
.all-checkout .c-product-card__preview .select__store-grid-item-store_id {
  position: static;
}
.all-checkout .c-product-card__preview .select__store-grid-item-total {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
}
.all-checkout .c-product-card__preview .select__store-grid-item-total-grand {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.all-checkout .c-product-card__preview .select__store-grid-item-total-discount {
  color: #7aad6e;
}
.all-checkout .c-product-card__preview .select__store-grid-item .c-button,
.all-checkout
  .c-product-card__preview
  .select__store-grid-item
  .c-choice-box
  .choices__button,
.c-choice-box
  .all-checkout
  .c-product-card__preview
  .select__store-grid-item
  .choices__button {
  padding: 0.35em 2em !important;
  line-height: 1.5 !important;
}
.all-checkout
  .c-product-card__preview
  .select__store-grid-item
  .c-button--outline {
  color: #4b658a;
}
.all-checkout .c-product-card__preview .brand {
  height: 65px;
  background: #f0f2f4;
  color: #4b658a;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.all-checkout .c-product-card__preview .brand span {
  margin-right: 5px;
}
.all-checkout .c-choice-box a.c-button--outline.my-3.choices__button:hover,
.all-checkout a.c-button.c-button--outline.my-3:hover,
.c-choice-box .all-checkout a.c-button--outline.my-3.choices__button:hover {
  background: #fff !important;
}
.p-category-list .page__section + .page__section {
  margin-top: 30px;
}
.p-category-list .page__sections:last-of-type {
  margin-bottom: 30px;
}
.p-category-list__hero-shop-all-button {
  display: none;
  justify-content: center;
  padding: 12px;
  background: #546385;
}
.p-category-list__hero-shop-all-button a {
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.p-category-list__hero-shop-all-button i {
  font-size: 12px;
  margin: 2px 0 0 10px;
  transform: rotate(-90deg);
}
.p-category-list__hero .c-category-slider {
  margin-top: 25px;
}
.p-category-list__hero .c-cover-image--content-primary .c-breadcrumb__item a {
  color: #4c454d;
}
.p-category-list__hero .c-cover-image--content-primary h1 {
  font-weight: 400 !important;
  line-height: 1 !important;
}
.p-category-list__sections {
  margin-top: 30px;
}
.p-category-list__filter-area {
  width: 100%;
}
.p-category-list__mobile-pills {
  margin: 0 -15px;
  overflow-x: auto;
  padding: 10px 0 10px 20px;
  background: #f0f2f4;
}
.p-category-list__mobile-pills .c-pill-group__items {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.p-category-list__mobile-pills .c-pill-group__item--info,
.p-category-list__mobile-pills .c-pill-group__item--show-more {
  display: none;
}
.c-choice-box
  .p-category-list__mobile-pills
  .c-pill-group__item--action
  .choices__button,
.p-category-list__mobile-pills .c-pill-group__item--action .c-button,
.p-category-list__mobile-pills
  .c-pill-group__item--action
  .c-choice-box
  .choices__button {
  font-size: 13px;
  line-height: 15px;
}
.p-category-list__mobile-pills .c-pill-group__item .c-pill-button__container {
  padding: 8px 10px 8px 14px;
}
.p-category-list__mobile-pills
  .c-pill-group__item
  .c-pill-button__caption-title {
  display: none;
}
.p-category-list__manufacturer-promotions-items {
  margin: -15px;
}
.p-category-list__manufacturer-promotions-item {
  padding: 15px;
}
@media (max-width: 991.98px) {
  .p-category-list .page__section + .page__section {
    margin-top: 15px;
  }
  .p-category-list .page__sections:last-of-type {
    margin-bottom: 15px;
  }
  .p-category-list__sections {
    margin-top: 15px;
  }
  .p-category-list__hero .c-category-slider {
    display: none;
  }
  .p-category-list__hero-shop-all-button {
    display: flex;
  }
  .p-category-list__filter-area {
    flex-direction: column;
  }
  .p-category-list__filter-area-settings {
    margin-bottom: 15px;
  }
  .p-category-list__filter-bar {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .p-category-list .p-products__list-items {
    margin: 0 -15px;
  }
  .p-category-list .p-products__list-item {
    padding: 0 15px;
  }
  .p-category-list .p-products__list-item .c-product-card {
    border: none;
    border-top: 1px solid #dddfe2;
  }
  .p-category-list .p-products__list-item:last-child .c-product-card {
    border-bottom: 1px solid #dddfe2;
  }
}
.p-404-recommendation .page__sections {
  margin-top: 30px;
}
.p-404-recommendation .page__section-caption {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  color: #2f2432;
  margin-bottom: 20px;
  justify-content: center;
}
.p-404-recommendation__intro-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #2f2432;
  margin-bottom: 15px;
}
.p-404-recommendation__intro-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4c454d;
  margin-bottom: 20px;
}
.p-404-recommendation__intro-image {
  max-width: 300px;
  margin: 0 auto;
}
.p-404-recommendation__intro-image img {
  vertical-align: middle;
}
.p-404-recommendation__search .c-header__content {
  justify-content: center;
  background: #f0f2f4;
}
.p-404-recommendation__search .c-header__input-bar input {
  background: #fff;
  border: 1px solid #dddfe2;
}
@media (max-width: 991.98px) {
  .p-404-recommendation .page__section-caption {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
  }
  .p-404-recommendation__intro-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
  }
  .p-404-recommendation__intro-image {
    max-width: 200px;
  }
  .p-404-recommendation .c-header__content-bar {
    border-bottom: 0;
  }
  .p-404-recommendation .c-header__search {
    margin: 0;
    max-width: 100%;
    display: flex;
  }
}
.p-no-result .page__sections {
  margin-top: 30px;
}
.p-no-result .page__section-caption {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  color: #2f2432;
  margin-bottom: 20px;
  justify-content: center;
}
.p-no-result__intro-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #2f2432;
  margin-bottom: 15px;
}
.p-no-result__intro-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4c454d;
  margin-bottom: 10px;
}
.p-no-result__contact-section-features {
  margin-bottom: 20px;
}
.p-no-result__contact-section-info h1,
.p-no-result__contact-section-info h2,
.p-no-result__contact-section-info h3,
.p-no-result__contact-section-info h4,
.p-no-result__contact-section-info h5,
.p-no-result__contact-section-info-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #2f2432;
  margin-bottom: 15px;
}
.p-no-result__contact-section-info p,
.p-no-result__contact-section-info-description {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4c454d;
  margin-bottom: 20px;
}
.p-no-result__contact-section-info p + p,
.p-no-result__contact-section-info-description + p {
  margin-top: 20px;
}
.p-no-result__contact-section-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #2f2432;
  margin-bottom: 20px;
}
.p-no-result__contact-feature-card-items {
  margin: -10px;
}
.p-no-result__contact-feature-card-item {
  padding: 10px;
}
.p-no-result__contact .c-feature-card {
  padding-top: 0;
}
.p-no-result__contact .c-feature-card__container {
  flex-direction: row;
  padding: 10px 15px;
  text-align: left;
  background: #f0f2f4;
  border: 0;
}
.p-no-result__contact .c-feature-card__icon {
  height: 100px;
  width: 100px;
  margin-top: 0;
}
.p-no-result__contact .c-feature-card__icon img {
  width: 40px !important;
  height: auto;
}
.p-no-result__contact .c-feature-card__title h1,
.p-no-result__contact .c-feature-card__title h2,
.p-no-result__contact .c-feature-card__title h3,
.p-no-result__contact .c-feature-card__title h4,
.p-no-result__contact .c-feature-card__title h5 {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 5px;
}
.p-no-result__contact .c-feature-card__header {
  padding: 0 10px 0 0;
}
.p-no-result__contact .c-feature-card__content {
  min-height: 60px;
  padding: 0;
}
.p-no-result__contact .c-feature-card__description {
  height: auto;
}
.p-no-result__contact .c-feature-card__description,
.p-no-result__contact .c-feature-card__description p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
}
.p-no-result__contact .c-feature-card__description p {
  height: auto;
  -webkit-line-clamp: 2;
}
@media (max-width: 991.98px) {
  .p-no-result .page__section-caption {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
  }
  .p-no-result__intro-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
  }
  .p-no-result__contact-section--features-info {
    margin-top: 30px;
  }
  .p-no-result__contact-section--form {
    padding-right: 0 !important;
  }
  .p-no-result__contact-section-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
  }
  .p-no-result__contact-section-info h1,
  .p-no-result__contact-section-info h2,
  .p-no-result__contact-section-info h3,
  .p-no-result__contact-section-info h4,
  .p-no-result__contact-section-info h5,
  .p-no-result__contact-section-info-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2f2432;
    margin-bottom: 15px;
  }
  .p-no-result__contact-section-info p,
  .p-no-result__contact-section-info-description {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    color: #4c454d;
    margin-bottom: 20px;
  }
  .p-no-result__contact-section-info p + p,
  .p-no-result__contact-section-info-description + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  #__rr_instant_survey_container
    #__rr_instant_survey_modal
    .QuestionBox
    .Raty
    img {
    height: 1.5em !important;
    margin: unset;
  }
}
.p-checkout-result .c-footer__mail-sub-bar,
.p-checkout-result .c-header__info-box,
.p-checkout-result .c-header__mobile-clone,
.p-checkout-result .c-header__top-bar-content.container {
  display: none;
}
.p-checkout-result .c-header__logo {
  display: flex;
}
@media (max-width: 991.98px) {
  .p-checkout-result .c-header__logo .c-header-keep-shopping {
    font-size: 13px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .p-checkout-result .c-header__logo {
    max-width: 300px;
  }
  .p-checkout-result .c-header__logo .c-header-keep-shopping {
    font-size: 14px;
    padding-left: 30px;
  }
}
.p-checkout-result .c-header__right {
  display: flex;
}
.p-checkout-result .l-main__content {
  margin-top: 0;
}
.s-page {
  color: #2f2432;
}
.s-page-basic {
  background: url(images/pattern/fsd-success-banner.png);
  background-repeat: no-repeat;
  background-size: auto 470px;
  color: #fff;
}
.s-page-basic-icon-success {
  font-size: 70px;
}
.s-page-basic-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.s-page-basic-order-desc {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.s-page-basic-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
}
.s-page-basic-desc {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
}
.s-page-basic-content {
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
}
.s-page-sigupform {
  background: #fff;
  color: #2f2432;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #cfd0df;
}
.s-page-sigupform-terms {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.s-page-sigupform-terms img {
  height: 100%;
}
.s-page-sigupform-title {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  padding-bottom: 10px;
}
.s-page-sigupform-desc {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.s-page-order__address-name {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #2f2432;
}
.s-page-order-detail {
  background-color: #f5f5f5;
}
.s-page-order-detail-products {
  background-color: #fff;
  border: 1px solid #dddfe2;
  border-radius: 4px;
}
.s-page-title {
  font-size: 18px;
}
.s-page-value {
  line-height: 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #777f8c;
}
.s-page .onepage-checkout-summary-box-cart-items-item__content {
  width: 300px;
}
@media (min-width: 768px) {
  .s-page-padding {
    padding-left: 220px;
    padding-right: 220px;
  }
  .s-page-sigupform {
    padding: 30px;
  }
  .s-page-order {
    padding-top: 30px;
  }
  .s-page-order-detail {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-page-order-detail-products {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .s-page-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-page-basic-title {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
  }
  .s-page-basic-desc {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  .s-page-sigupform {
    padding: 10px;
  }
  .s-page-sigupform-terms {
    display: none;
  }
  .s-page-sigupform-title {
    text-align: left;
  }
  .s-page-sigupform-desc {
    display: none;
  }
  .s-page-order {
    padding-top: 10px;
  }
  .s-page-order-detail {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
.p-about .c-cover-image__content h1,
.p-about .c-cover-image__content h2,
.p-about .c-cover-image__content h3,
.p-about .c-cover-image__content h4,
.p-about .c-cover-image__content h5 {
  color: #fff;
}
.p-about .c-cover-image__content .c-breadcrumb__item {
  color: #fff;
}
.p-about .c-cover-image__content .c-breadcrumb__item-link {
  color: #fff;
}
.p-about .c-cover-image__content .c-breadcrumb__item-link:hover {
  color: #777f8c;
}
.p-about .page__section-caption-title {
  color: #546385;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
}
.p-about .page__section-caption-title::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-about .page__section-caption-title::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-about .page__section-caption-subtitle {
  color: #546385;
  font-family: blog-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
}
.p-about .page__section-caption-subtitle::before {
  content: "";
  display: block;
  padding-top: 0.4em;
}
.p-about .page__section-caption-subtitle::after {
  content: "";
  display: block;
  margin-bottom: -0.125em;
}
.p-about .page__section-caption-content {
  margin-top: 16px;
  margin-bottom: 32px;
  max-width: 853px;
  color: #546385;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.p-about .page__sections:last-of-type {
  margin-bottom: 0;
}
.p-about .page__content,
.p-about__content {
  padding-top: 32px;
}
.p-about__team-slider {
  background-color: #f0f2f4;
  margin-top: 73;
  margin-bottom: 29px;
}
.p-about__team-slider .page__section-caption-subtitle {
  padding-top: 53px;
}
.p-about .c-category-navigation {
  margin-top: 40px;
}
.p-about .c-category-navigation__nav-item::before {
  height: 24px;
  width: 24px;
}
.p-about .c-category-navigation__item-title {
  font-size: 14px;
}
.p-about__image-gallery {
  margin-top: 24px;
}
.p-about__social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-about__social-title {
  color: #546385;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 16px;
}
.p-about__social-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about__social-list-item + .p-about__social-list-item {
  margin-left: 8px;
}
.p-about__social-list-item--twitter > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/twitter.svg);
  line-height: 44px;
  width: 2em;
  height: 2em;
}
.p-about__social-list-item--facebook > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/facebook.svg);
  line-height: 44px;
  width: 2em;
  height: 2em;
}
.p-about__social-list-item--instagram > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/instagram.svg);
  line-height: 44px;
  width: 2em;
  height: 2em;
}
.p-about__social-list-item--pinterest > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/pinterest.svg);
  line-height: 44px;
  width: 2em;
  height: 2em;
}
.p-about__social-list-item--youtube > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/youtube.svg);
  line-height: 44px;
  width: 2em;
  height: 2em;
}
.p-about__social-list-item--pinterest > a {
  content: "";
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 1em;
  height: 1em;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icon/pinterest.svg);
  line-height: 44px;
  width: 2em;
  height: 2em;
}
.p-about__overall {
  display: flex;
  justify-content: center;
  margin-bottom: -110px;
}
.p-about__overall-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  height: 220px;
  width: 220px;
  border: 1px solid #dddfe2;
  border-radius: 110px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}
.p-about__overall-box__title {
  margin-top: 26px;
  height: 21px;
  color: #2f2432;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 100%;
}
.p-about__overall-box__point {
  margin-top: 6px;
  color: #546385;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
}
.p-about__overall-box__rating {
  margin-top: 8px;
}
.p-about__overall-box__rating .c-rating__star {
  height: 22px;
}
.p-about__overall-box__rating .c-rating__star + .c-rating__star {
  margin-left: 5px;
}
.p-about__overall-box__statistic-info {
  margin-top: 5px;
  color: #546385;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 13px;
}
.p-about__overall-box__statistic-info-total-count {
  margin-top: 5px;
  color: rgba(76, 69, 77, 0.6);
}
.p-about__comment-list {
  width: 100%;
  background-color: #f0f2f4;
}
.p-about__comment-list-header {
  padding-top: 148px;
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .p-about .page .page__content {
    padding: 0 0;
  }
  .p-about .page__section-caption {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-about .page__section-caption-title {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    margin-top: 24px;
  }
  .p-about .page__section-caption-title::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .p-about .page__section-caption-title::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .p-about .page__section-caption-subtitle {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    margin-top: 24px;
  }
  .p-about .page__section-caption-subtitle::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .p-about .page__section-caption-subtitle::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .p-about .page__section-caption-content {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
  }
  .p-about__sections-subheader {
    font-family: blog-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
  }
  .p-about__sections-subheader::before {
    content: "";
    display: block;
    padding-top: 0.4em;
  }
  .p-about__sections-subheader::after {
    content: "";
    display: block;
    margin-bottom: -0.125em;
  }
  .p-about__feedback-list {
    padding: 0 15px;
  }
  .p-about__team-slider {
    padding: 0 15px;
  }
  .p-about__category-navigation {
    padding: 0 15px;
  }
  .p-about__image-gallery {
    padding: 0 15px;
  }
  .p-about__comment-list {
    padding: 0 15px;
  }
}
.img-zoom-lens {
  position: absolute;
  border: 0 solid #000;
  width: 250px;
  height: 250px;
}
.c-product-image-modal {
  position: relative;
  display: block;
  max-width: 1081px;
  border-radius: 4px;
  background: #fff;
}
.c-product-image-modal_container {
  padding: 24px;
}
.c-product-image-modal_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.c-product-image-modal_social {
  display: flex;
  align-items: center;
}
.c-product-image-modal_social-title {
  display: flex;
  align-items: center;
}
.c-product-image-modal_social-arrow {
  font-size: 14px;
  color: #444;
  margin-right: 10px;
}
.c-product-image-modal_social-icon {
  font-size: 20px;
  margin-left: 4px;
}
.c-product-image-modal_close {
  cursor: pointer;
}
.c-product-image-modal_close i {
  font-size: 16px;
}
.c-product-image-modal_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-product-image-modal_title {
  max-width: 617px;
  text-align: center;
  font-size: 22px;
  line-height: 29px;
  color: #4a474a;
  margin-bottom: 16px;
}
.c-product-image-modal_slider {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.c-product-image-modal_slider-items {
  display: flex;
  justify-content: center;
}
.c-product-image-modal_slider-item {
  max-width: 650px;
  width: 100%;
  height: 100%;
}
.c-product-image-modal_slider-item img {
  width: 100%;
  height: 100%;
}
.c-product-image-modal_slider-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-size: 36px;
  z-index: 2;
}
.c-product-image-modal_slider-nav-item {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-product-image-modal_slider-nav-item:focus {
  outline: 0;
}
.c-product-image-modal_slider-nav-item::before {
  font-size: 24px;
  height: 24px;
  width: 24px;
  color: #999;
  letter-spacing: 0;
  line-height: 36px;
}
.c-product-image-modal_slider-nav-item--disabled {
  opacity: 0.3;
}
.c-product-image-modal_slider-nav-prev {
  left: 0;
  top: 50%;
}
.c-product-image-modal_slider-nav-next {
  right: 0;
  left: auto;
  top: 50%;
}
.c-product-image-modal_preview {
  width: 100%;
}
.c-product-image-modal_preview-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-product-image-modal_preview-items {
  display: flex;
  flex-wrap: wrap;
}
.c-product-image-modal_preview-item {
  max-width: 79px;
  height: auto;
  border-radius: 2px;
  border: 2px solid #e2e5e7;
  margin: 4px;
  cursor: pointer;
}
.c-product-image-modal_preview-item--active {
  border: 2px solid tertiary;
}
.c-product-image-modal_preview-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.modal-fsd {
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-fsd-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 1081px;
  width: 80%;
}
.modal-fsd-content.review {
  width: 30%;
}
.close-fsd {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.close-fsd:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-fsd-content .swiper-slide {
  height: 100%;
  max-height: 50vh;
}
img.full-width-img {
  width: 100%;
}
div.c-product-image-modal_content
  div.c-product-viewer__image-slide.swiper-slide
  img.full-width-img {
  width: 70%;
}
.sf-fsd-tooltip {
  position: relative;
  display: inline-block;
}
.sf-fsd-tooltip .sf-fsd-tooltiptext {
  position: absolute;
  display: block;
  opacity: 1;
  z-index: 4000;
  padding-bottom: 12px;
  background-color: #fff;
  color: #4c454d;
  visibility: hidden;
  width: 200px;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  bottom: 150%;
  left: 50%;
  margin-left: -90px;
  border: 4px solid #ccc;
}
.sf-fsd-tooltip .sf-fsd-tooltiptext .sf-fsd-tooltiptext-tip {
  left: 90px;
  margin-left: 0;
  position: absolute;
  transform: translate(-10px, 0) rotate(45deg);
  z-index: 4001;
  background-color: #fff;
  height: 20px;
  width: 20px;
  border: 4px solid #ccc;
  bottom: -13px;
  border-top: none;
  border-left: none;
}
.sf-fsd-tooltip .sf-fsd-tooltiptext div.c-cart-box__ship-fee-icon {
  margin-right: 0;
  margin-top: 7%;
}
@media (min-width: 1024px) {
  .sf-fsd-tooltip .sf-fsd-tooltiptext {
    width: 120px;
    margin-left: -60px;
  }
  .sf-fsd-tooltip .sf-fsd-tooltiptext .sf-fsd-tooltiptext-tip {
    left: 60px;
  }
  .sf-fsd-tooltip .sf-fsd-tooltiptext.long .sf-fsd-tooltiptext-tip {
    left: 140px;
  }
  .sf-fsd-tooltip .sf-fsd-tooltiptext.long {
    width: 275px;
    margin-left: -140px;
  }
}
.sf-fsd-tooltip:hover .sf-fsd-tooltiptext {
  visibility: visible;
}
.c-product-card--shrink {
  border: 1px solid #dddfe2;
  padding: 15px;
}
.right-align {
  position: relative;
  float: right;
}
.modal-fsd-content h2 {
  font-size: 140%;
}
input.fsd-review-input.title {
  font-size: 120%;
  border-bottom: 2px solid #536283;
}
input.fsd-review-input.username {
  font-size: 110%;
}
.fsd-review-label {
  padding: 4px 20px;
  font-size: 110%;
  margin: 8px 10px;
}
input.fsd-review-input {
  width: 60%;
  padding: 4px 20px;
  margin: 8px 10px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #536283;
}
textarea.fsd-review-message {
  width: 100%;
  height: 150px;
  margin: 0 10px 8px 10px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
.full-width {
  width: 100%;
  height: 40px;
}
@media (max-width: 1100.98px) {
  .modal-fsd-content.review {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .modal-fsd-content.review {
    width: 100%;
  }
  /* .c-product-viewer__action-zoom{display:none!important} */
  .swiper-pagination-bullet {
    margin: 3px;
  }
  .c-product-viewer__thumb-container {
    display: none;
  }
  .p-popup-slider {
    padding-top: 0;
  }
  .p-popup-slider .modal-fsd-content {
    padding: 0;
  }
  .p-popup-slider .c-product-image-modal_preview-items {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .p-popup-slider .c-product-image-modal_preview-item img {
    width: 50px;
  }
}

.c-product-card.c-product-card--shrink .c-product-card__preview {
  height: 100px;
}
.c-mini-cart-notification__action .c-cart-recommendation {
  padding-bottom: 20px;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-multi-product-slider__wrapper {
  display: block;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card--shrink {
  border: 1px solid #dddfe2 !important;
  padding: 0 10px !important;
  margin-bottom: 10px;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card__add-button {
  font-size: 36px !important;
  flex-shrink: 0;
  background: #f0f2f4;
  border: 0 !important;
}
.c-mini-cart-notification__action .c-cart-recommendation .c-button--icon {
  height: 1em;
  width: 1em;
  line-height: 1em !important;
  padding: 0px !important;
  position: relative;
}
.c-mini-cart-notification__action .c-cart-recommendation .c-button,
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-choice-box
  .choices__button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none !important;
  text-transform: unset !important;
  min-height: auto !important;
  min-width: auto !important;
  white-space: nowrap;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card_free-shipping-flag {
  padding: 6px 6px;
}
.lancher-bottom {
  bottom: 66px !important;
}
.swiper-pagination-bullet {
  margin: 3px;
}

.c-mini-cart-notification__action
  #slider-recys
  .c-multi-product-slider__wrapper {
  border-left: 1px solid #dddfe2 !important;
  border-right: 1px solid #dddfe2 !important;
  border-top: unset !important;
  border: unset !important;
  border-radius: 0.25rem;
}
.c-mini-cart-notification__action #slider-recys .c-cart-recommendation {
  padding-bottom: 20px;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-multi-product-slider__wrapper {
  display: block;
}
.c-mini-cart-notification__action #slider-recys .c-cart-recommendation .c-product-card {
  /* height: auto;
  margin-bottom: unset;
  border-top: unset !important;
  border-bottom: 1px solid #dddfe2 !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; */
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container {
  display: flex;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__content {
  height: auto;
  padding: 8px 0px;
  width: 100%;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__preview
  .c-preview-image-slider__slide
  img {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__preview
  .c-preview-image-slider__content {
  height: 100%;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__preview {
  width: 28%;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0px 15px 0px 0px;
  cursor: pointer;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__preview {
  height: 108px;
}
.c-mini-cart-notification__action #slider-recys .c-cart-recommendation .c-product-card .c-product-card__ship-info-text {
  color: #777f8c;
  margin: unset;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card
  .c-product-card__price-current {
  font-size: 18px;
  padding-right: 20px;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card
  .c-product-card__title
  a {
  -webkit-line-clamp: 2;
}
.c-mini-cart-notification__action #slider-recys .c-cart-recommendation .c-product-card--shrink {
  /* margin-bottom: unset;
  border-left: unset !important;
  border-right: unset !important;
  border-radius: unset; */
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-button--icon {
  padding: 0px !important;
}
.c-mini-cart-notification__action
  #slider-recys
  .c-cart-recommendation
  .c-product-card_free-shipping-flag {
  padding: 6px 6px;
}

@media (min-width: 576px) {
  .c-mini-cart-notification__action
    #slider-recys
    .c-multi-product-slider__wrapper {
    border: 1px solid #dddfe2 !important;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
  }
  .c-mini-cart-notification__action
    #slider-recys
    .c-cart-recommendation
    .c-product-card {
    border-top: unset !important;
    border-bottom: 1px solid #dddfe2 !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .c-mini-cart-notification__action
    #slider-recys
    .c-cart-recommendation
    .c-product-card--shrink {
    border-left: unset !important;
    border-right: unset !important;
    margin-bottom: 10px;
    border: 1px solid #dddfe2 !important;
    padding: 0 10px !important;
    border-radius: 0.25rem;
  }
  .c-mini-cart-notification__action
    #slider-recys
    .c-multi-product-slider__wrapper:last-child
    .c-product-card {
    border-bottom: unset;
    margin-bottom: unset;
  }
}
@media (min-width: 992px) {
  .c-mini-cart-notification__action #slider-recys .c-multi-product-slider__wrapper {
    border-left: 1px solid #dddfe2 !important;
    border-right: 1px solid #dddfe2 !important;
    border-top: unset !important;
    border: unset !important;
    border-radius: 0.25rem;
  }
  .c-mini-cart-notification__action
    #slider-recys
    .c-cart-recommendation
    .c-product-card {
    border-top: unset !important;
    border-bottom: 1px solid #dddfe2 !important;
  }
  .c-mini-cart-notification__action
    #slider-recys
    .c-cart-recommendation
    .c-product-card--shrink {
    border-left: unset !important;
    border-right: unset !important;
    margin-bottom: 10px;
    border: 1px solid #dddfe2 !important;
    padding: 0 10px !important;
    border-radius: 0.25rem;
  }
  .c-mini-cart-notification__action
    #slider-recys
    .c-multi-product-slider__wrapper:last-child
    .c-product-card {
    border-bottom: unset;
    margin-bottom: unset;
  }
}
.c-mini-cart-notification__action
  .page__section-caption-title.page__section-caption-title--unbxd-title
  h2 {
  font-size: 18px !important;
}
.c-mini-cart-notification__action .c-cart-recommendation {
  padding-bottom: 20px;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-multi-product-slider__wrapper {
  display: block;
}
.c-mini-cart-notification__action .c-cart-recommendation .c-product-card {
  height: auto;
  margin-bottom: 10px;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container {
  display: flex;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__content {
  height: auto;
  padding: 8px 0px;
  width: 100%;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__preview
  .c-preview-image-slider__slide
  img {
  height: auto;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__preview
  .c-preview-image-slider__content {
  height: 100%;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__preview {
  width: 28%;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0px 15px 0px 0px;
  cursor: pointer;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card
  .c-product-card__container
  .c-product-card__preview {
  height: 108px;
}
.c-mini-cart-notification__action .c-cart-recommendation .c-product-card .c-product-card__ship-info-text {
  color: #777f8c;
  margin: unset;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card
  .c-product-card__price-current {
  font-size: 18px;
  padding-right: 20px;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card
  .c-product-card__title
  a {
  -webkit-line-clamp: 2;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card--shrink {
  margin-bottom: 10px;
  border-radius: 0.25rem;
}
.c-mini-cart-notification__action .c-cart-recommendation .c-button--icon {
  padding: 0px !important;
}
.c-mini-cart-notification__action
  .c-cart-recommendation
  .c-product-card_free-shipping-flag {
  padding: 6px 6px;
}

@media (min-width: 576px) {
  .c-mini-cart-notification__action
    .c-cart-recommendation
    .c-product-card--shrink {
    border: 1px solid #dddfe2 !important;
    padding: 0 10px !important;
    border-radius: 0.25rem;
  }
  .c-mini-cart-notification__action .c-cart-recommendation .c-product-card {
    border: 1px solid #dddfe2 !important;
    padding: 0 10px !important;
    border-radius: 0.25rem;
  }
  .c-mini-cart-notification__action
    .c-cart-recommendation
    .c-product-card
    .c-product-card_additional-flags {
    right: unset;
    left: 0;
  }
}

.locationicon {
  display: inherit;
  font-style: normal !important;
}
.locationicon::before {
  background-image: url("images/icon/location-gray.svg") !important;
  content: "";
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  overflow: hidden;
  font-size: inherit;
  line-height: 1em;
  width: 20px;
  height: 20px;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 5px;
}
.postallocation {
  display: contents;
  font-style: normal !important;
  /* &:hover {
    cursor: pointer;
    text-decoration: underline;
  } */
}
.c-product-card__vendor{font-size:13px}
.zipCopeError {
  color: #af1a31;
  font-size: 14px;
  text-align: center;
}
.Zipmodal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.Zipmodal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 0px 20px 20px 20px;
  border: 1px solid #ffffff;
  width: 60%;
  top: 40%;
  position: fixed;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.Ziptextblock > p {
  font-family: sofia-pro, sans-serif;
  line-height: 1.2;
  color: #000000;
  font-size: 15px;
}
.Zipmodal-content > p {
  color: #4c454d;
}
.Ziptextblock {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.Ziptextblock .chromelink {
  color: #21487d;
}
/* The Close Button */
.Zipcloseblock {
  width: 100%;
  display: block;
  text-align: right;
}
.Zipclose {
  color: #21487d;
  font-size: 28px;
  font-weight: bold;
}
.Zipclose:hover,
.Zipclose:focus {
  color: #19233b;
  text-decoration: none;
  cursor: pointer;
}
/* ===== */
.zipFormClass {
  display: inline-block;
  width: 100%;
}
.inputZipClass {
  padding: 4px 12px 5px;
  border-width: unset;
  border: 1px solid #21487d;
  display: block;
  width: 100%;
}
.updateZiButton {
  background-color: #21487d;
  border: 0;

  border: 0;
  font-size: 13px;
  padding: 8px 30px 11px;
  color: #ffffff;
  margin-top: 18px;
  display: block;
  width: 100%;
}
.zipheader {
  color: #21487d;
  font-size: 20px;
  text-align: left;
}
@media screen and (min-width: 300px) and (max-width: 991.98px) {
  .locationicon {
    font-size: 13px;
  }
  .locationicon::before {
    width: 15px;
    height: 15px;
  }
  .c-header .c-header__menu-bar-account-menu-title {
    margin-left: 10px;
  }
  .Zipmodal-content {
    width: 92%;
    top: 16%;
  }
}
.errorArea {
  height: 20px;
}

.image {
  width: 250px;
  float: left;
  margin: 20px;
}
body {
  font-size: small;
  line-height: 1.4;
}
p {
  margin: 0;
}
.performance-facts {
  border: 1px solid black;
  /* margin: 20px; */
  width: 260px;
  padding: 0.5rem;
}
@media (max-width: 380px) {
  .performance-facts {
    width: unset;
  }
  .performance-facts__table th {
    font-size: 12px;
  }
}
.performance-facts table {
  border-collapse: collapse;
}
.performance-facts__title {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 0.25rem 0;
}
.performance-facts__header {
  border-bottom: 10px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
.performance-facts__header p {
  margin: 0;
}
.performance-facts__table {
  width: 100%;
}
.performance-facts__table thead tr th {
  border: 0;
}
.performance-facts__table thead tr td {
  border: 0;
}
.performance-facts__table th {
  font-weight: normal;
  text-align: left;
  padding: 0.25rem 0;
  border-top: 1px solid black;
  width: 60%;
  /* word-break: break-all; */
}
.performance-facts__table td {
  font-weight: normal;
  text-align: left;
  padding: 0.25rem 0;
  border-top: 1px solid black;
  width: 40%;
  word-break: break-all;
}
.performance-facts__table tr:last-child {
  border-bottom: 1px solid black;
}
.performance-facts__table td:last-child {
  text-align: right;
}
.performance-facts__table .blank-cell {
  width: 1rem;
  border-top: 0;
}
.performance-facts__table .thick-row th,
td {
  border-top-width: 5px;
}
/* ========================== */
.small-info {
  font-size: 0.7rem;
}
.performance-facts__table--small {
  width: 100%;
}
.performance-facts__table--small {
  border-bottom: 1px solid #999;
  margin: 0 0 0.5rem 0;
}
.performance-facts__table--small {
  border-bottom: 1px solid #999;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
.performance-facts__table--small thead tr {
  border-bottom: 1px solid black;
}
.performance-facts__table--small td:last-child {
  text-align: center;
}
.performance-facts__table--small tbody tr th {
  border: 0;
  padding: 0;
  text-align: left;
}
.performance-facts__table--small td {
  border: 0;
  padding: 0;
}
.performance-facts__table--grid td {
  font-weight: normal;
  text-align: left;
  padding: 0.25rem 0;
  border-top: 1px solid black;
  white-space: nowrap;
}
.performance-facts__table--grid {
  width: 100%;
}
.performance-facts__table--grid {
  margin: 0 0 0.5rem 0;
}
.performance-facts__table--grid td:last-child {
  text-align: left;
}
/* .performance-facts__table--grid td:last-child::before {
  content: "•";
  font-weight: bold;
  margin: 0 0.25rem 0 0;
} */
.text-center {
  text-align: center;
}
.thick-end {
  border-bottom: 10px solid black;
}
.thin-end {
  border-bottom: 1px solid black;
}

.c-rating_sprite_image {
  background: url(./images/sprite/star_sprite.png);
}

.c-header__vertical-seperator {
  width: 1px;
  height: 17px;
  /* background-color: #fff; */
  background-color: rgb(47, 36, 50);
  opacity: 0.3;
  margin: 0 10px;
}
.c-header__menu-bar-sign span {
  font-family: sofia-pro, sans-serif;
  /* font-weight: 700; */
  /* font-style: italic; */
  font-size: 14px;
  color: rgb(47, 36, 50);
}
.c-header .c-header__shipping-info {
  font-size: 13px;
  color: #21487d !important;
  font-family: sofia-pro, sans-serif;
}
.c-header .postallocation {
  display: flex;
  font-style: normal !important;
  color: rgb(47, 36, 50) !important;
}

/* other vendor data */
.other-vendor-data {
  position: relative;
  width: 100%;
  display: block;
}
.other-vendor-data__container {
  border: 1px solid #dddfe2;
  border-radius: 3px;
}
.other-vendor-data__title {
  padding: 10px;
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #2f2432;
  line-height: 19px;
  border-bottom: 1px solid #dddfe2;
}
.other-vendor-data__list {
  padding: 10px 15px 10px 22px;
}
.other-vendor-data__name i {
  text-transform: capitalize;
  color: #58b637;
  font-style: normal !important;
}
.sell-on-fsd {
  text-align: center;
}
.sell-on-fsd-btn {
  color: #000000 !important;
  font-size: 14px;
  background-color: #ffffff !important;
}

/* default vendor data */
.default-vendor-data__name i {
  text-transform: capitalize;
  color: #58b637;
  font-style: normal !important;
}

.c-cart-box__zipcode-container {
  margin: 15px 0px;
  font-family: sofia-pro,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #4c454d;
}
.c-cart-box__zipcode-container .Ziptext {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #3E3E3E;
}
.c-cart-box__zipcode-container .zipchange {
  display: inline-block;
}
.c-cart-box__zipcode-container .zipchange a {
  color: #21487d;
}

.popupcard {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  position: absolute;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .popupcard {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .popupcard {
    width: 90%;
  }
}
.popupcard .popupcontent {
  padding: 0px 20px 0px 20px;
}
.popupcard .popupheader {
  width: 100%;
  display: flex;
  align-items: baseline;
}
.popupcard .popuptitle {
  flex: 1;
  font-size: 1.2rem;
}
.popupcard .popupclose {
  color: #dddfe2;
  font-size: 2rem;
  font-weight: normal;
  cursor: pointer;
}
.popupcard .popupclose:hover {
  color: #777f8c;
}
.popupcard .popupaddress {
  margin-top: 20px;
}
.popupcard .addresscard {
  width: 100%;
  border: 1px solid #dddfe2;
  transition: 0.3s;
  border-radius: 3px;
  margin-bottom: 10px;
}
.popupcard .addresscontainer {
  color: #777f8c;
  padding: 15px;
  font-size: 0.9rem;
}
.popupcard .addressmanage {
  text-align: right;
}
.popupcard .addressmanage a {
  font-size: 1rem;
  color: #21487d;
}

.popupcard .orclass {
  margin: 10px 0px;
  position: relative;
  text-align: center;
  font-size: 1.1rem;
  color: #dddfe2;
}
.popupcard .orclass p {
  position: relative;
}
.popupcard .orclass p:before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #dddfe2;
  left: 0;
  top: 50%;
  position: absolute;
}
.popupcard .orclass p:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #dddfe2;
  right: 0;
  top: 50%;
  position: absolute;
}
.popupcard .ziparea {
  text-align: center;
}
.popupcard .zipcodetitle {
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.popupcard .changezipcode {
  width: 40%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .popupcard .changezipcode {
    width: 60%;
  }
}
@media screen and (max-width: 512px) {
  .popupcard .changezipcode {
    width: 100%;
  }
}
.popupcard .changezipinput {
  width: 100%;
  border: 1px solid #dddfe2;
  margin: 0px;
  outline: none;
  padding: 14px;
  transition: 0.3s;
  border-radius: 3px;
  color: #4c454d;
  font-size: 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.popupcard .changezipinput:focus {
  border-color: #21487d;
  box-shadow: 10px 10px 9px 0px rgba(119, 127, 140, 0.11);
  -webkit-box-shadow: 10px 10px 9px 0px rgba(119, 127, 140, 0.11);
  -moz-box-shadow: 10px 10px 9px 0px rgba(119, 127, 140, 0.11);
}
.popupcard .changezipinput::placeholder {
  color: #dddfe2;
  opacity: 1;
  font-size: 1rem;
}
.popupcard .changezipbutton {
  top: 17px;
  right: 0px;
  border: none;
  z-index: 2;
  position: absolute;
  transform: translateX(-16px);
  font-size: 1rem;
  color: #21487d;
  -webkit-transform: translateX(-16px);
  -moz-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  -o-transform: translateX(-16px);
}
.popupcard .popupfooter {
  width: 100%;
  padding: 10px 0px;
  margin-top: 10px;
  text-align: center;
  /* background-color: #f0f2f4; */
}
.popupcard .donezipbutton {
  color: #fff;
  width: 38%;
  border: 1px solid #21487d;
  margin: 0px;
  outline: none;
  padding: 14px;
  transition: 0.3s;
  border-radius: 3px;
  background-color: #21487d;
  font-size: 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
@media screen and (max-width: 992px) {
  .popupcard .donezipbutton {
    width: 57%;
  }
}
@media screen and (max-width: 512px) {
  .popupcard .donezipbutton {
    width: 88%;
  }
}
.popupcard .donezipbutton:hover {
  color: #fff;
  background-color: #19375f;
  border-color: #163155;
}
.c-cart-box__delivery-date-container {
  font-family: sofia-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #8cbb4a;
}
.c-product-card:hover {
  box-shadow: 0px 4px 25px rgba(0,0,0,0.14);
  -webkit-box-shadow: 0px 4px 25px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 4px 25px rgba(0,0,0,0.14);
}
