@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
.badge, .main-nav .navbar-light .navbar-nav .nav-link.active {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty, .main-nav .navbar-light .navbar-nav .nav-link.active:empty {
    display: none; }

.btn .badge, .btn .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .btn .nav-link.active {
  position: relative;
  top: -1px; }

.badge-pill, .main-nav .navbar-light .navbar-nav .nav-link.active {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #0664c6; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #054b95; }

.badge-secondary {
  color: #fff;
  background-color: #868e96; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d; }

.badge-success {
  color: #fff;
  background-color: #2bc653; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #229c41; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #111;
  background-color: #ffc107; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #ec3925; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc2512; }

.badge-light {
  color: #111;
  background-color: #f8f9fa; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.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: #0664c6 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #054b95 !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #2bc653 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #229c41 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #ec3925 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #cc2512 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

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

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

.border {
  border: 1px solid #e9ecef !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: #0664c6 !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #2bc653 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #ec3925 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !important; }

.rounded-0, .pagination,
.page-link {
  border-radius: 0 !important; }

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

.d-none, .gridview.grid > div > .card > .card-body .description-text, .gridview.grid > div > .card > .card-body .small-offers > .col {
  display: none !important; }

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

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

.d-block, .gridview.grid > div > .card > .card-body .small-offers > .col:first-child {
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !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 iframe,
  .embed-responsive embed,
  .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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-2, .gridview.grid > div > .card > .card-body {
  padding: 0.5rem !important; }

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

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

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

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

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

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

.pr-3,
.px-3,
.facet-card .card-body > .nav {
  padding-right: 1rem !important; }

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

.pl-3,
.px-3,
.facet-card .card-body > .nav {
  padding-left: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-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; } }

.text-justify {
  text-align: justify !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, .gridview > div > .card .price, .gridview.grid > div > .card > .card-body .small-offers > .col-auto, .nav-banner {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #0664c6 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #054b95 !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #2bc653 !important; }

a.text-success:focus, a.text-success:hover {
  color: #229c41 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #ec3925 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #cc2512 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

body {
  color: #232f3e; }

footer a {
  color: #fff; }

footer a:hover,
footer a:active {
  color: #f2f2f2; }

hr {
  border-color: #3f4d6e;
  display: inline-block;
  width: 100%; }

.bg-dark {
  background-color: #29395d !important; }

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

.bg-primary {
  background-color: #f2f2f2 !important; }

button.bg-primary:hover {
  background-color: #dbdbdc !important; }

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

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

a.bg-secondary:focus,
a.bg-secondary:active,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:active,
button.bg-secondary:hover {
  background-color: #fea134 !important;
  color: #fff !important;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.bg-tertiary {
  background-color: #36c459; }

.bg-tertiary:hover {
  background-color: #58cd77;
  color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

a.bg-tertiary:focus,
a.bg-tertiary:hover,
a.bg-tertiary:active {
  background-color: #58cd77;
  color: #fff !important;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.bg-quaternary {
  background-color: #ec3925; }

a.bg-quaternary:focus,
a.bg-quaternary:hover,
a.bg-quaternary:active {
  background-color: #e85144;
  color: #fff !important;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.bg-btngray {
  background-color: #eff0f1 !important;
  color: #000000 !important; }

.bg-btngray:focus,
.bg-btngray:hover,
.bg-btngray:active {
  background-color: #dbdbdc !important;
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.sideBg {
  background-color: #f7f7f7 !important; }

.nobg {
  background: none !important; }

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

.bg-mother:hover {
  background-color: #D64C8A !important;
  color: #fff !important; }

.bg-lighttrans {
  background-color: rgba(245, 245, 245, 0.9) !important; }

.bg-primarytrans {
  background-color: rgba(242, 242, 242, 0.8) !important; }

.bg-tertiarytrans {
  background-color: rgba(43, 198, 83, 0.8); }

.bg-darktrans {
  background-color: rgba(41, 57, 93, 0.78) !important; }

.bg-orangetrans {
  background-color: rgba(254, 161, 52, 0.8) !important; }

.socialbg {
  background: #66718a; }

.text-primary {
  color: #232f3e; }

.text-secondary {
  color: #fff !important;
  text-decoration: none; }

.text-tertiary {
  color: #0664c6 !important; }

.text-quaternary {
  color: #36c459 !important; }

.text-btn-dark {
  color: #29395d !important; }

.text-price {
  color: #ec3925 !important;
  font-size: 1rem; }

.text-red {
  color: #ec3925 !important; }

.text-black {
  color: #000000 !important; }

.text-heading {
  color: #232f3e; }

.lighttext {
  color: #a0a0a0; }

.darktext {
  color: #666666; }

.text-light-grey {
  color: #f2f2f2 !important; }

.grey-text {
  color: #999999; }

.bullet {
  color: #e7e7e7 !important; }

.thegrey {
  color: #f7f7f7; }

.sitemap li {
  list-style: disc !important; }
  .sitemap li li {
    list-style: circle !important; }
    .sitemap li li li {
      list-style: square !important; }

#price-filter-from,
#price-filter-to,
.price-slider,
.tiered-card .icon {
  z-index: 1; }

div#footerSection {
  height: 100px; }

.icon {
  display: inline-block; }

h5 {
  font-size: 1.125rem; }

h2 {
  font-size: 2.215rem; }

body {
  font-family: "Regular", "Roboto", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased; }

.thin-100 {
  font-family: "Thin", "Roboto", sans-serif, sans-serif;
  font-weight: 100; }

.thin-100-Italic {
  font-family: "ThinItalic", "Roboto", sans-serif, sans-serif;
  font-weight: 100;
  font-style: italic; }

.light-300, .deals-jumbotron h1 {
  font-family: "Light", "Roboto", sans-serif, sans-serif;
  font-weight: 300; }

.light-300-Italic {
  font-family: "LightItalic", "Roboto", sans-serif, sans-serif;
  font-weight: 300;
  font-style: italic; }

.regular-400, body, .title-bar .navbar .mobile-main-nav .nav-link, .title-bar .user-links .user-not-logged-in span,
.title-bar .user-links .user-logged-in span, .title-bar .user-links .user-cart .media .row .col-6:first-child, .departments-dropdown .list-group .list-group-item, .departments-dropdown .tab-content ul li li a, .gridview > div > .card .description-text,
.gridview > div > .card .model-text, .btn.add-to-compare, .product-values, .facet-card-categories .nav-item .nav .nav-item .nav-link, .card.daily-deal .timer, .deals-tags div, .deals-jumbotron .lead, .deals-jumbotron small, .shop-details-page .sideBg, header > .navbar .searchBar .form-control, .discover-slider .card .card-img-overlay .card-subtitle, .discover-slider .card .card-img-overlay .card-text, .searchbar-dropdown .container .row .card .card-body .title, .searchbar-dropdown .container .row .card .card-body .lighttext {
  font-family: "Regular", "Roboto", sans-serif, sans-serif;
  font-weight: 400; }

.regular-400-Italic {
  font-family: "Regular", "Roboto", sans-serif, sans-serif;
  font-weight: 400;
  font-style: italic; }

.medium-500, .outbound .nav.outbound-nav .nav-link, .title-bar .navbar .nav.mobile-cart-hamburger .nav-link.mobile-cart-link, .title-bar .user-links .user-not-logged-in .nav .nav-item .nav-link,
.title-bar .user-links .user-logged-in .nav .nav-item .nav-link, .title-bar .user-links .user-cart .alert, .title-bar .user-links .user-cart a, .title-bar .user-links .user-cart .media .btn.btn-link, .title-bar .user-links .user-cart .media .row .col-6:last-child, .title-bar .user-links .user-cart .total-price .col-6:first-child, .title-bar .user-links .user-cart .buttons .btn.btn-secondary, .title-bar .user-links .user-cart .buttons .btn.btn-primary, .title-bar .user-links .dropdown-your-account .loyalty .badge, .title-bar .user-links .dropdown-your-account .loyalty .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .title-bar .user-links .dropdown-your-account .loyalty .nav-link.active, .departments-dropdown .list-group .list-group-item.active, .departments-dropdown .btn.btn-secondary, .departments-dropdown .tab-content .h5, .departments-dropdown .tab-content ul li a, .promotions-dropdown .h5, .dropdown.shopping-cart .btn, .dropdown-mobile-nav .dropdown-menu .dropdown-header, .dropdown-mobile-nav .dropdown-menu .dropdown-item, .gridview > div > .card .card-title a, .btn.bg-secondary, .facet-card-categories .nav-item .nav-link, .browsing-in .nav-item .nav-link,
.page-link, .card.daily-deal .timer strong, .card.daily-deal .card-title, .deals-tags div strong, .shop-details-page .theshop strong, .shop-details-page .is-trusted,
.shop-details-page .is-marketplace, .browsecatpage .top-picks, .browsecatpage .page-header .display-4, .browsecatpage .cat-row .cat-col .card, .browsecatpage .card-columns .card, .slider-card .card-header, .slider-card .card-body .slider .slide .title a, .discover-slider .card .card-body p.card-text, .discover-slider .card .card-img-overlay .card-title, .auto-list .product-suggestion-list .product.suggestion .text, .auto-list .product-suggestion-list .product-auto, .searchbar-dropdown .container .row .card .h6 {
  font-family: "Medium", "Roboto", sans-serif, sans-serif;
  font-weight: 500; }

.medium-500-Italic, .card.daily-deal .was-price, .slider-card .card-body .slider .slide .price del {
  font-family: "MediumItalic", "Roboto", sans-serif, sans-serif;
  font-weight: 500;
  font-style: italic; }

.bold-700, .title-bar .navbar .nav.mobile-cart-hamburger .nav-link.mobile-cart-link .badge, .title-bar .navbar .nav.mobile-cart-hamburger .nav-link.mobile-cart-link .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .title-bar .navbar .nav.mobile-cart-hamburger .nav-link.mobile-cart-link .nav-link.active, .title-bar .user-links .user-cart .badge, .title-bar .user-links .user-cart .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .title-bar .user-links .user-cart .nav-link.active, .title-bar .user-links .user-cart .total-price .col-6:last-child, .dropdown.shopping-cart .btn .badge, .dropdown.shopping-cart .btn .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .dropdown.shopping-cart .btn .nav-link.active, .card.daily-deal .price, .compare-card .price, .searchbar-dropdown .container .row .card .card-body .text-price {
  font-family: "Bold", "Roboto", sans-serif, sans-serif;
  font-weight: 700; }

.bold-700-Italic {
  font-family: "BoldItalic", "Roboto", sans-serif, sans-serif;
  font-weight: 700;
  font-style: italic; }

.black-900, .title-bar .user-links .dropdown-your-account .loyalty .badge .loyalty-points-total, .title-bar .user-links .dropdown-your-account .loyalty .main-nav .navbar-light .navbar-nav .nav-link.active .loyalty-points-total, .main-nav .navbar-light .navbar-nav .title-bar .user-links .dropdown-your-account .loyalty .nav-link.active .loyalty-points-total {
  font-family: "Black", "Roboto", sans-serif, sans-serif;
  font-weight: 900; }

.black-900-Italic {
  font-family: "BlackItalic", "Roboto", sans-serif, sans-serif;
  font-weight: 900;
  font-style: italic; }

.nav .nav-link {
  color: #29395d; }

.outbound {
  position: relative;
  z-index: 2;
  background-color: #fff; }
  .outbound .nav.outbound-nav {
    display: none; }
    @media (min-width: 768px) {
      .outbound .nav.outbound-nav {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        margin-left: 100px; } }
    @media (min-width: 992px) {
      .outbound .nav.outbound-nav {
        margin-left: 11.6rem; } }
    .outbound .nav.outbound-nav .nav-link {
      padding-top: 0;
      padding-bottom: 0;
      font-size: 0.9375rem;
      display: inline-block;
      line-height: 40px;
      margin: 8px 0; }
      .outbound .nav.outbound-nav .nav-link:hover {
        text-decoration: underline; }
      .outbound .nav.outbound-nav .nav-link.active {
        color: #999999;
        position: relative; }
        .outbound .nav.outbound-nav .nav-link.active:hover {
          text-decoration: none; }
        .outbound .nav.outbound-nav .nav-link.active:after {
          content: "";
          position: absolute;
          left: calc(50% - 3.5px);
          bottom: -6px;
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #29395d; }
  @media (max-width: 767px) {
    .outbound .outbound-banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.mobile-user-links {
  background-color: #fff; }
  .mobile-user-links .nav-link {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    padding: 0 0.5rem;
    margin: 5px 0; }
    .mobile-user-links .nav-link.icon-Icons_User {
      color: #fea134;
      padding-right: 0; }
      .mobile-user-links .nav-link.icon-Icons_User:hover {
        text-decoration: none; }
    .mobile-user-links .nav-link:last-child {
      margin-right: 0.75rem; }
    .mobile-user-links .nav-link:hover {
      text-decoration: underline; }

.main-nav {
  position: relative;
  z-index: 2; }
  .main-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 50%);
    height: 100%;
    background-color: #f2f2f2;
    z-index: -1; }
  .main-nav .navbar {
    background-color: transparent !important;
    height: 38px; }
    .main-nav .navbar .navbar-nav {
      margin-left: 100px;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-nav .navbar .navbar-nav {
          margin-left: 60px; } }
      .main-nav .navbar .navbar-nav:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -40px;
        height: 45px;
        width: 40px;
        background-image: url(../../../images/nav-corner.png); }
      .main-nav .navbar .navbar-nav .nav-item {
        background-color: #f2f2f2;
        color: #29395d; }
        .main-nav .navbar .navbar-nav .nav-item:first-child {
          background-color: #e7e7e7; }
          .main-nav .navbar .navbar-nav .nav-item:first-child > .triangle {
            display: block;
            position: relative; }
            .main-nav .navbar .navbar-nav .nav-item:first-child > .triangle:before {
              position: absolute;
              top: -6px;
              right: -35px;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 60px 0 0 35px;
              border-color: transparent transparent transparent #e7e7e7;
              background-color: #f2f2f2; }
        .main-nav .navbar .navbar-nav .nav-item.active .nav-link {
          display: inline-block;
          background-color: #e7e7e7;
          border-radius: 10em; }
        .main-nav .navbar .navbar-nav .nav-item.show:first-child > .triangle:after {
          position: absolute;
          top: 0px;
          left: -40px;
          content: "";
          width: 40px;
          height: 56px;
          background-color: #e7e7e7; }
  .main-nav .navbar-light .navbar-nav .nav-link {
    color: #29395d; }
    .main-nav .navbar-light .navbar-nav .nav-link.active {
      background-color: #e7e7e7;
      font-size: 100% !important;
      margin-top: 15px; }

.title-bar {
  background-color: #29395d;
  height: auto;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 3; }
  @media (max-width: 767px) {
    .title-bar > .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .title-bar {
      height: 5.625rem; } }
  @media (min-width: 768px) {
    .title-bar .navbar {
      padding: 20px 0 !important; } }
  .title-bar .navbar .navbar-brand.pricecheck-logo {
    position: absolute;
    width: 134px;
    height: 88px;
    background-image: url(../../../images/PriceCheck-logo.webp), url(../../../images/PriceCheck-logo.png);
    top: -24px;
    left: -6px;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .title-bar .navbar .navbar-brand.pricecheck-logo {
        width: 154px;
        height: 103px;
        background-image: url(../../../images/PriceCheck-logo.webp), url(../../../images/PriceCheck-logo.png);
        top: -40px;
        background-repeat: no-repeat; } }
    @media (min-width: 1200px) {
      .title-bar .navbar .navbar-brand.pricecheck-logo {
        width: 174px;
        height: 118px;
        background-image: url(../../../images/PriceCheck-logo.webp), url(../../../images/PriceCheck-logo.png);
        background-repeat: no-repeat; } }
  .title-bar .navbar .nav .nav-link {
    color: #fff; }
  .title-bar .navbar .nav.mobile-cart-hamburger {
    position: absolute;
    top: 8px; }
    @media (min-width: 768px) {
      .title-bar .navbar .nav.mobile-cart-hamburger {
        display: none; } }
    .title-bar .navbar .nav.mobile-cart-hamburger .nav-link {
      padding: 0; }
      .title-bar .navbar .nav.mobile-cart-hamburger .nav-link.mobile-cart-link {
        line-height: 42px;
        font-size: 0.875rem;
        margin-right: 7px; }
        .title-bar .navbar .nav.mobile-cart-hamburger .nav-link.mobile-cart-link .badge, .title-bar .navbar .nav.mobile-cart-hamburger .nav-link.mobile-cart-link .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .title-bar .navbar .nav.mobile-cart-hamburger .nav-link.mobile-cart-link .nav-link.active {
          font-size: 14px; }
    .title-bar .navbar .nav.mobile-cart-hamburger .dropdown {
      line-height: 42px; }
      .title-bar .navbar .nav.mobile-cart-hamburger .dropdown .dropdown-toggle:after {
        display: none; }
      .title-bar .navbar .nav.mobile-cart-hamburger .dropdown .dropdown-menu {
        left: unset;
        right: -15px;
        width: 100vw;
        background-color: #202d4a; }
        .title-bar .navbar .nav.mobile-cart-hamburger .dropdown .dropdown-menu .dropdown-item {
          color: #fff; }
        .title-bar .navbar .nav.mobile-cart-hamburger .dropdown .dropdown-menu.show:before {
          content: "";
          position: absolute;
          right: 31px;
          top: -7px;
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #202d4a; }
  .title-bar .navbar .searchbar-w-100 {
    position: relative;
    height: 3.125rem;
    width: 100%; }
    @media (min-width: 992px) {
      .title-bar .navbar .searchbar-w-100 {
        width: 345px; } }
    @media (min-width: 1200px) {
      .title-bar .navbar .searchbar-w-100 {
        width: 650px; } }
    .title-bar .navbar .searchbar-w-100 input,
    .title-bar .navbar .searchbar-w-100 button {
      position: relative;
      height: 3.125rem; }
    .title-bar .navbar .searchbar-w-100 .form-control {
      border-top-left-radius: 0.25rem !important;
      border-bottom-left-radius: 0.25rem !important; }
    .title-bar .navbar .searchbar-w-100 .clear-searchbar {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #e7e7e7;
      right: 62px;
      width: 20px;
      height: 20px;
      text-align: center;
      border-radius: 50%;
      padding: 4px; }
      .title-bar .navbar .searchbar-w-100 .clear-searchbar i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 16px; }
    .title-bar .navbar .searchbar-w-100 .btn {
      position: absolute; }
      .title-bar .navbar .searchbar-w-100 .btn.btn-primary {
        right: 0;
        bottom: 0;
        background-color: #fea134;
        border-color: #fea134;
        width: 50px;
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        padding: 0; }
        .title-bar .navbar .searchbar-w-100 .btn.btn-primary i {
          font-size: 24px;
          width: 100%;
          height: 100%;
          line-height: 50px; }
        .title-bar .navbar .searchbar-w-100 .btn.btn-primary:hover, .title-bar .navbar .searchbar-w-100 .btn.btn-primary:active {
          background-color: #fea134;
          border-color: #fea134; }
        .title-bar .navbar .searchbar-w-100 .btn.btn-primary span {
          font-weight: normal; }
      .title-bar .navbar .searchbar-w-100 .btn.btn-light {
        right: 60px;
        width: 38px;
        height: 38px;
        background-color: #e6e6e7; }
        .title-bar .navbar .searchbar-w-100 .btn.btn-light i {
          font-size: 18px;
          line-height: 38px; }
  .title-bar .navbar .search-container {
    padding: 72px 0 0 0; }
    @media (min-width: 768px) {
      .title-bar .navbar .search-container {
        padding: 0; } }
    @media (min-width: 992px) {
      .title-bar .navbar .search-container {
        margin-left: 202px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .title-bar .navbar .search-container .search-block {
        margin-left: 140px; } }
  .title-bar .navbar .mobile-main-nav {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .title-bar .navbar .mobile-main-nav .nav-link {
      padding: 0;
      font-size: 0.875rem; }
    @media (min-width: 768px) {
      .title-bar .navbar .mobile-main-nav {
        display: none; } }
  .title-bar .user-links {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none; }
    .title-bar .user-links .user-not-logged-in,
    .title-bar .user-links .user-logged-in {
      color: #fff;
      margin-left: 0px;
      padding-right: 0;
      border-right-width: 0;
      border-right-style: solid;
      border-right-color: rgba(255, 255, 255, 0.1); }
      .title-bar .user-links .user-not-logged-in span,
      .title-bar .user-links .user-logged-in span {
        font-size: 0.8125rem;
        line-height: 0.8125rem; }
      .title-bar .user-links .user-not-logged-in .nav .nav-item .nav-link,
      .title-bar .user-links .user-logged-in .nav .nav-item .nav-link {
        padding: 0;
        font-size: 0.875rem;
        line-height: 1.5rem; }
        .title-bar .user-links .user-not-logged-in .nav .nav-item .nav-link:hover,
        .title-bar .user-links .user-logged-in .nav .nav-item .nav-link:hover {
          text-decoration: underline; }
      .title-bar .user-links .user-not-logged-in .nav .nav-item:first-child,
      .title-bar .user-links .user-logged-in .nav .nav-item:first-child {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: rgba(255, 255, 255, 0.1);
        padding-right: 10px; }
      .title-bar .user-links .user-not-logged-in .nav .nav-item:last-child,
      .title-bar .user-links .user-logged-in .nav .nav-item:last-child {
        padding-left: 10px; }
      .title-bar .user-links .user-not-logged-in .nav .nav-item:only-child,
      .title-bar .user-links .user-logged-in .nav .nav-item:only-child {
        padding-right: 0;
        padding-left: 0;
        border-right-style: none !important; }
    .title-bar .user-links .user-cart {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 0.875rem;
      color: #fff;
      margin-left: 32px; }
      .title-bar .user-links .user-cart .alert {
        color: #36c459;
        font-size: 0.875rem; }
      .title-bar .user-links .user-cart .icon {
        margin-right: 6px; }
      .title-bar .user-links .user-cart a {
        color: #fff; }
      .title-bar .user-links .user-cart .badge, .title-bar .user-links .user-cart .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .title-bar .user-links .user-cart .nav-link.active {
        font-size: 0.875rem;
        margin-left: 6px; }
      .title-bar .user-links .user-cart.dropdown .dropdown-toggle {
        cursor: pointer; }
        .title-bar .user-links .user-cart.dropdown .dropdown-toggle:after {
          display: none; }
      .title-bar .user-links .user-cart.dropdown .dropdown-menu {
        width: 360px;
        padding-top: 20px;
        padding-bottom: 20px;
        left: unset;
        right: 0; }
        .title-bar .user-links .user-cart.dropdown .dropdown-menu .table tr:first-child > th,
        .title-bar .user-links .user-cart.dropdown .dropdown-menu .table tr:first-child > td {
          border-top: none; }
        .title-bar .user-links .user-cart.dropdown .dropdown-menu .table .img-thumbnail {
          max-width: 70px; }
      .title-bar .user-links .user-cart.dropdown.show .dropdown-menu {
        top: calc(100% + 17px); }
        .title-bar .user-links .user-cart.dropdown.show .dropdown-menu:before {
          content: "";
          position: absolute;
          top: -7px;
          right: 0;
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #fff; }
      .title-bar .user-links .user-cart .media .close-x {
        top: -18px;
        right: -12px; }
      .title-bar .user-links .user-cart .media .background-image {
        width: 80px;
        min-height: 50px; }
      .title-bar .user-links .user-cart .media .btn.btn-link {
        color: #0664c6;
        font-size: 0.875rem; }
      .title-bar .user-links .user-cart .media .row {
        font-size: 0.8125rem; }
      .title-bar .user-links .user-cart .total-price .col-6:first-child {
        font-size: 0.875rem;
        line-height: 1.125rem; }
      .title-bar .user-links .user-cart .total-price .col-6:last-child {
        color: #36c459;
        font-size: 1.125rem;
        line-height: 1.125rem; }
      .title-bar .user-links .user-cart .buttons .btn.btn-secondary {
        background-color: #e6e6e7;
        color: #29395d;
        font-size: 0.875rem; }
      .title-bar .user-links .user-cart .buttons .btn.btn-primary {
        background-color: #36c459;
        color: #fff;
        font-size: 0.875rem; }
    .title-bar .user-links .dropdown-your-account {
      top: calc(100% + 7px); }
      .title-bar .user-links .dropdown-your-account .loyalty {
        background-color: #f2f2f2;
        padding: 0.8125rem; }
        .title-bar .user-links .dropdown-your-account .loyalty .badge, .title-bar .user-links .dropdown-your-account .loyalty .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .title-bar .user-links .dropdown-your-account .loyalty .nav-link.active {
          color: #999999;
          font-size: 0.8125rem;
          text-align: left;
          width: 100%; }
          .title-bar .user-links .dropdown-your-account .loyalty .badge .icon, .title-bar .user-links .dropdown-your-account .loyalty .main-nav .navbar-light .navbar-nav .nav-link.active .icon, .main-nav .navbar-light .navbar-nav .title-bar .user-links .dropdown-your-account .loyalty .nav-link.active .icon {
            margin-right: 0.625rem; }
          .title-bar .user-links .dropdown-your-account .loyalty .badge .loyalty-points-total, .title-bar .user-links .dropdown-your-account .loyalty .main-nav .navbar-light .navbar-nav .nav-link.active .loyalty-points-total, .main-nav .navbar-light .navbar-nav .title-bar .user-links .dropdown-your-account .loyalty .nav-link.active .loyalty-points-total {
            color: #36c459;
            font-size: 26px; }
    .title-bar .user-links .dropdown.show .dropdown-your-account:before {
      content: "";
      position: absolute;
      left: 20px;
      top: -7px;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #f2f2f2; }
    @media (min-width: 768px) {
      .title-bar .user-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

/*!
* Custom use Yamm!3 (http://geedmo.github.com/yamm3)
* Lightweight and pure CSS megamenu
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 0; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: -40px;
  right: 0; }

.departments-dropdown > div[class^="col"]:first-child {
  background-color: #e1e1e1; }

.departments-dropdown .list-group {
  padding: 1.25rem; }
  .departments-dropdown .list-group .list-group-item {
    background-color: transparent;
    color: #232f3e;
    font-size: 0.875rem; }
    .departments-dropdown .list-group .list-group-item.active {
      position: relative; }
      .departments-dropdown .list-group .list-group-item.active:after {
        content: "";
        position: absolute;
        right: -7px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #e1e1e1; }

.departments-dropdown .btn.btn-secondary {
  background-color: #29395d;
  border-color: #29395d;
  color: #fff;
  font-size: 0.875rem; }

.departments-dropdown .tab-content {
  padding: 1.25rem; }
  .departments-dropdown .tab-content .h5 {
    font-size: 0.9375rem;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7; }
  .departments-dropdown .tab-content ul li a {
    font-size: 0.8125rem;
    color: #232f3e; }

.promotions-dropdown .yamm-content > .container {
  padding-top: 30px;
  padding-bottom: 30px; }

.promotions-dropdown .h5 {
  font-size: 0.9375rem;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7; }

.promotions-dropdown .row .col .nav.justify-content-center {
  background-color: #29395d; }
  .promotions-dropdown .row .col .nav.justify-content-center .nav-item {
    margin: 0;
    background-color: transparent; }
    .promotions-dropdown .row .col .nav.justify-content-center .nav-item .nav-link {
      background-color: transparent;
      color: #fff; }

.promotions-dropdown .promo-banners {
  margin-bottom: 2rem; }

#promotions-dropdown {
  left: 0; }

.dropdown.user-links .btn-link,
.dropdown.shopping-cart .btn-link {
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  border: none; }

.dropdown.user-links .dropdown-menu:before,
.dropdown.shopping-cart .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f2f2f2; }

.dropdown.shopping-cart .btn {
  font-size: 0.875rem;
  line-height: 0.875rem; }
  .dropdown.shopping-cart .btn .icon {
    margin-right: 0.4375rem; }
  .dropdown.shopping-cart .btn .badge, .dropdown.shopping-cart .btn .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .dropdown.shopping-cart .btn .nav-link.active {
    background-color: rgba(239, 240, 241, 0.5);
    color: #fff;
    font-size: 0.875rem; }

.dropdown-mobile-nav .dropdown-menu {
  padding-left: 20px;
  padding-right: 20px; }
  .dropdown-mobile-nav .dropdown-menu .dropdown-header {
    background-color: #29395d;
    color: #fff;
    font-size: 0.9375rem; }
  .dropdown-mobile-nav .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    line-height: 1.75rem; }
    .dropdown-mobile-nav .dropdown-menu .dropdown-item .icon {
      color: #36c459;
      background-color: #29395d;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      margin-right: 14px; }
    .dropdown-mobile-nav .dropdown-menu .dropdown-item.active, .dropdown-mobile-nav .dropdown-menu .dropdown-item:active {
      background-color: transparent;
      color: #36c459 !important; }
    .dropdown-mobile-nav .dropdown-menu .dropdown-item:focus, .dropdown-mobile-nav .dropdown-menu .dropdown-item:hover {
      background-color: transparent;
      text-decoration: underline; }

.searchBar .form-control {
  border-color: #fff; }
  .searchBar .form-control:focus {
    border-color: #fea134; }

.searchBar .btn {
  background-color: #fea134;
  border-color: #fea134; }
  .searchBar .btn:hover, .searchBar .btn:active {
    background-color: #36c459;
    border-color: #36c459; }
  .searchBar .btn span {
    font-weight: normal; }

::-webkit-input-placeholder {
  text-align: left; }

::-moz-placeholder {
  text-align: left; }

::-ms-input-placeholder {
  text-align: left; }

::placeholder {
  text-align: left; }

input::-moz-placeholder {
  text-align: left; }

input:-moz-placeholder {
  text-align: left; }

#button-categorydropdown {
  background-color: #f2f2f2;
  z-index: 910;
  padding-right: 0;
  height: 50px;
  padding-top: 15px;
  padding-left: 10px;
  border-top-left-radius: 0.25rem; }

.rounded-departments-btn {
  border-bottom-left-radius: 0.25rem; }

a.searchbarDropdownDepartments.dropdown-toggle::after {
  margin-left: 0;
  border-right: 0; }

.searchbarDropdownDepartments {
  color: #29395d; }

.search-block button.show {
  border-bottom-left-radius: 0 !important; }

.search-block ul.show {
  border-top-left-radius: 0 !important; }

.list-group-item-searchbar {
  padding: 0.05rem 0.5rem; }

.dropdown-menu-searchbar {
  overflow-y: scroll;
  max-height: 500px;
  font-size: 0.9375rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.dropdown-menu-searchbar.show {
  height: 500px;
  -webkit-transition: height, 1s ease;
  transition: height, 1s ease; }

.dropdown-menu-searchbar {
  background-color: #f2f2f2;
  height: 0px;
  -webkit-transition: height, 1s ease;
  transition: height, 1s ease; }

.dropdown-menu-searchbar {
  min-width: 225px; }

.dropdown-arrow-styling-desktop {
  margin-right: 5px;
  margin-top: -2px;
  margin-left: 5px; }

.default-dropdown-styling-desktop {
  margin-right: 5px;
  margin-top: -2px;
  margin-left: 5px; }

.dropdown-menu-searchbar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.dropdown-menu-searchbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.dropdown-menu-searchbar::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-bottom-right-radius: 0.25rem; }

@media screen and (min-width: 769px) {
  #searchbar {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; } }

@media screen and (max-width: 768px) {
  #searchbar {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; } }

.border-top-1 {
  border-top: 1px solid #e9ecef !important; }

.border-right-1 {
  border-right: 1px solid #e9ecef !important; }

.border-bottom-1 {
  border-bottom: 1px solid #e9ecef !important; }

.border-left-1 {
  border-left: 1px solid #e9ecef !important; }

.borderDark-top-1 {
  border-top: 1px solid #e9ecef !important; }

.borderDark-right-1 {
  border-right: 1px solid #e9ecef !important; }

.borderDark-bottom-1 {
  border-bottom: 1px solid #e9ecef !important; }

.borderDark-left-1 {
  border-left: 1px solid #e9ecef !important; }

.border-right-1-green {
  border-right: 1px solid #36c459 !important; }

.grey-border, .tiered-card.grey-border, .searchbar-dropdown .container .row .card.Quartz-border {
  border: 1px solid #e7e7e7 !important; }

.grey-border-dark {
  border: 1px solid #e9ecef !important; }

.bl-0 {
  border-left: none !important; }

.bb-0 {
  border-bottom: none !important; }

.bt-0 {
  border-top: none !important; }

.no-border {
  border: none !important; }

.green-border, .tiered-card.green-border, .searchbar-dropdown .container .row .card.Emerald-border {
  border: 1px solid #36c459; }

.red-border {
  border: 1px solid #ec3925; }

.blue-border {
  border: 1px solid #0664c6 !important; }

.grey-border-big {
  border: 6px solid #e7e7e7; }

.footerbord {
  border-top: 1px solid #3d4c6c !important; }

.orange-border, .tiered-card.orange-border, .searchbar-dropdown .container .row .card.Amber-border {
  border: 1px solid #fea134; }

.green-border, .tiered-card.green-border, .searchbar-dropdown .container .row .card.Emerald-border {
  border: 1px solid #36c459; }

.search-radius {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important; }

.white-border {
  border: 1px solid #fff !important; }

.white-borderx2 {
  border: 6px solid #fff !important; }

.white-border-right-1 {
  border-right: 1px solid #fff !important; }

.white-border-left-1 {
  border-left: 1px solid #fff !important; }

.radius-sm {
  border-radius: 0.2rem; }

.radius-lg {
  border-radius: 0.3rem; }

.radius-xl {
  border-radius: 0.25rem; }

.radius-xxl {
  border-radius: 0.5rem; }

.radius-xxxl {
  border-radius: 1rem; }

.radius-none {
  border-radius: 0; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.top {
  top: 0; }

.bottom {
  bottom: 0; }

.left {
  left: 0; }

.right {
  right: 0; }

/* List */
.nomargin {
  margin: 0 !important; }

.m-minus {
  margin-left: -15px;
  margin-right: -15px; }

.nopadding {
  padding: 0 !important; }

img {
  width: 100%;
  height: auto; }

img.auto {
  width: auto !important;
  height: auto; }

.valign {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* vendor prefixes omitted due to brevity */ }

.full-height {
  height: 100%; }

.site-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000; }
  .site-overlay.fade {
    opacity: 0; }
  .site-overlay.show {
    opacity: 0.5;
    z-index: 1; }

button {
  cursor: pointer; }

.btn.btn-buy-now {
  background-color: #ec3925 !important;
  border-color: #ec3925 !important; }
  .btn.btn-buy-now:hover, .btn.btn-buy-now:active {
    background-color: #ea503e !important;
    border-color: #ea503e !important; }

#hamburger {
  width: 20px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #hamburger span:nth-child(1) {
      top: 0px; }
    #hamburger span:nth-child(2), #hamburger span:nth-child(3) {
      top: 5px; }
    #hamburger span:nth-child(4) {
      top: 10px; }
  #hamburger.open span {
    background: #fea134; }
    #hamburger.open span:nth-child(1) {
      top: 5px;
      width: 0%;
      left: 50%; }
    #hamburger.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #hamburger.open span:nth-child(4) {
      top: 5px;
      width: 0%;
      left: 50%; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 80px;
  height: 80px; }

.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #29395d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear; }

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

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

.background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block; }

html,
body {
  height: 100%; }

/* Fonts */
/* [sales-menu-css-20200124] - pieter */
body {
  font-family: "Roboto", sans-serif, sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
  /* 15px */
  text-rendering: optimizeLegibility;
  line-height: 1.375rem !important; }

ul.visa-bullet li {
  list-style: circle !important; }

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
  font-weight: 500 !important; }

.zero2 {
  display: none; }

.zero3 {
  display: none; }

/*.zero1 img {
  width: 500px !important;
  height: auto !important;
}*/
.dayzero {
  height: 60px;
  display: inline-block;
  margin: 20px 15px 0px 0;
  float: left !important; }

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flexend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

ul.visa-bullet li {
  list-style: circle; }

:focus {
  outline: none; }

.cat-overlay {
  top: 20% !important;
  cursor: pointer; }

.cat-over-offer {
  cursor: pointer; }

/* visa campaign */
.visa-slider {
  background: url("/images/campaign/visa/bgslider.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #030618; }
  .visa-slider .card-header {
    color: #ffffff !important;
    font-weight: 300 !important;
    font-size: 1.125rem !important;
    margin-bottom: 0.5rem !important; }
  .visa-slider .slider-card {
    background: none;
    padding-top: 10px; }

.visa-slider .cardslid p {
  margin-top: 0;
  padding-top: 0; }

.visa-slider .slider-card .card-body .slider .slide .img {
  height: 98px;
  margin-bottom: 5px; }

.visa-slider .slider-card .card-body .slider-controls .next,
.visa-slider .slider-card .card-body .slider-controls .prev {
  top: calc(43% - 0.1rem) !important; }

.visa-slider .slider-card .card-body .slider-controls .next {
  right: -29px;
  background: none;
  font-size: 1rem; }

.visa-slider .slider-card .card-body .slider-controls .prev {
  left: -29px;
  background: none;
  font-size: 1rem; }

.visa-slider .slider-card .card-body .slider-controls .prev.icon-Icons_Circle-arrow-left:before {
  content: url(/images/prev_arrow-visa.png); }

.visa-slider .slider-card .card-body .slider-controls .next.icon-Icons_Circle-arrow-right:before {
  content: url(/images/next_arrow-visa.png); }

.visa-slider .slider-card {
  background: 0 0;
  padding: 10px 30px; }

/*******/
/**BF page styling **/
.bf-ribbon {
  font-size: 2.125rem; }

.bf-dialog {
  max-width: 450px !important; }

.bf-row {
  padding: 5px 15px; }

.bf-input {
  width: 100%;
  background: #efefef;
  padding: 8px 5px 8px 12px;
  border: none;
  font-size: 18px;
  border: 1px solid #f7f7f7; }

.bf-input-error {
  background: #f9dada;
  border: 1px solid red; }

.bf-input:focus {
  outline: none;
  background: #eaebed; }

.bf-label {
  width: 100px;
  font-size: 24px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: bold;
  color: #222020; }

.bf-heading {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin: 10px 0;
  color: #222020; }

.bf-heading-modal {
  letter-spacing: 4px;
  font-size: 75px;
  font-weight: 900;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 80px; }

.bf-modal-header {
  padding-bottom: 0; }

.bf-close {
  color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  font-weight: 200;
  margin: 0 !important;
  padding: 0 !important; }

.bf-close:hover {
  color: #fefefe;
  cursor: pointer; }

.bf-body {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 30px; }

.bf-submit-btn {
  display: block;
  margin: 10px auto;
  background: #363537;
  color: white !important;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 5px;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  max-width: 300px;
  text-align: center;
  min-width: 200px; }

.bf-submit-btn:hover {
  background: #000000; }

.bf-submit-btn:focus {
  outline: none; }

@font-face {
  font-family: "montextralight_demo";
  src: url("/fonts/mont-extralightdemo-webfont.ttf") format("truetype"), url("/fonts/mont-extralightdemo-webfont.woff2") format("woff2"), url("/fonts/mont-extralightdemo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "montheavy_demo";
  src: url("/fonts/mont-heavydemo-webfont.woff2") format("woff2"), url("/fonts/mont-heavydemo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.montheavy_demo {
  font-family: "montheavy_demo"; }

.montextralight_demo {
  font-family: "montextralight_demo"; }

.slideInNewsletter {
  background: #f2f2f2;
  font-family: "Myriad Pro", sans-serif;
  background-position: center right !important;
  background-size: 100% 100%;
  position: fixed;
  bottom: 20px;
  right: -1200px;
  opacity: 1;
  z-index: 99;
  color: #000000;
  padding: 30px 40px;
  display: inline-block;
  max-width: 470px;
  width: 100%;
  text-align: center; }
  .slideInNewsletter .dz-close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px 9px 0;
    font-size: 16px;
    cursor: pointer; }
  .slideInNewsletter .dz-close.bf-close {
    font-size: 23px; }
  .slideInNewsletter .dz-logo {
    display: inline-block; }
    .slideInNewsletter .dz-logo img {
      width: auto;
      height: 240px; }
  .slideInNewsletter form {
    display: inline-block; }
  .slideInNewsletter h4 {
    margin-bottom: 0; }
    .slideInNewsletter h4 span {
      color: #ed1c24;
      font-size: 16px;
      margin-left: 5px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .slideInNewsletter h1 {
    font-size: 3.8rem;
    letter-spacing: -2px;
    color: #29395d;
    text-align: center;
    line-height: 0.9; }
  .slideInNewsletter h1.bf-news {
    font-size: 3.7rem;
    letter-spacing: -2px;
    color: #ffffff;
    text-align: center;
    line-height: 0.9;
    font-family: "montextralight_demo"; }
  .slideInNewsletter p.bf-news-p {
    line-height: normal;
    letter-spacing: normal;
    font-size: 14.5px;
    margin: 0 auto 14px auto;
    color: #ffffff !important; }
  .slideInNewsletter button {
    color: #ffffff;
    /*width: 99.2%;*/
    border: none;
    font-size: 1.3rem;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer; }
    .slideInNewsletter button .dzloader {
      display: none; }
      .slideInNewsletter button .dzloader img {
        width: 25px; }
  .slideInNewsletter button:hover {
    cursor: pointer; }
  .slideInNewsletter .btn:hover {
    cursor: pointer; }
  .slideInNewsletter .slideInNewsletterContainer {
    display: inline-block;
    width: 100%;
    color: #ffffff; }
    .slideInNewsletter .slideInNewsletterContainer .form-group {
      display: inline-block;
      width: 49.2%;
      margin-bottom: 8px;
      position: relative; }
      .slideInNewsletter .slideInNewsletterContainer .form-group input {
        margin-bottom: 5px;
        border-radius: 0;
        padding: 15px 10px;
        margin-bottom: 0px !important;
        background: #e8e7e5;
        border: none; }
      .slideInNewsletter .slideInNewsletterContainer .form-group span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: inline-block; }
      .slideInNewsletter .slideInNewsletterContainer .form-group span.noemail {
        display: none;
        color: #ed1c24; }
      .slideInNewsletter .slideInNewsletterContainer .form-group span.validemail {
        display: none;
        color: #ed1c24; }
      .slideInNewsletter .slideInNewsletterContainer .form-group input::-webkit-input-placeholder {
        color: #707070;
        font-size: 12px; }
      .slideInNewsletter .slideInNewsletterContainer .form-group input::-moz-placeholder {
        color: #707070;
        font-size: 12px; }
      .slideInNewsletter .slideInNewsletterContainer .form-group input::-ms-input-placeholder {
        color: #707070;
        font-size: 12px; }
      .slideInNewsletter .slideInNewsletterContainer .form-group input::placeholder {
        color: #707070;
        font-size: 12px; }
    .slideInNewsletter .slideInNewsletterContainer label {
      color: #808285;
      margin-bottom: 0; }

.bf-slide {
  background: #000000;
  color: #ffffff;
  max-width: 470px;
  padding: 30px 30px !important; }

.bf-tick {
  font-size: 1.6rem !important; }

.ticker-tape {
  display: none !important; }

.slideInNewsletter {
  -webkit-animation-name: blackfridayslidein;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes blackfridayslidein {
  0 {
    right: -1200px; }
  100% {
    right: 0px; } }

@keyframes blackfridayslidein {
  0 {
    right: -1200px; }
  100% {
    right: 0px; } }

.radius-xxl {
  border-radius: 0.5rem; }

.just-right {
  -webkit-box-pack: right !important;
  -ms-flex-pack: right !important;
  justify-content: right !important; }

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

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

.weight-medium {
  font-weight: 500 !important; }

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

.btn {
  font-weight: 500;
  font-size: 0.875rem; }

.capitalize {
  text-transform: capitalize; }

.icon-Icons_Arrow-down::before {
  color: #bdbdbd !important;
  font-weight: 600 !important; }

.zoomContainer {
  z-index: 0 !important; }

.zoomLens {
  z-index: 0 !important; }

.zoomWindowContainer {
  z-index: 0 !important; }

.zoomWindow {
  z-index: 0 !important; }

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.vert-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.card.daily-deal .shop-logo {
  cursor: pointer !important; }

.card.daily-deal .shop-logo:hover {
  cursor: pointer !important; }

span.accord {
  color: #444;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 15px; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
span.accord::after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

span.accord.active::after {
  content: "\2212"; }

/* Style the accordion panel. Note: hidden by default */
#collapseFacetCategories ul li a.nav-link {
  font-weight: 700 !important; }

#collapseFacetCategories ul li ul li a.nav-link {
  font-weight: 400 !important; }

.showLessCategoriesAnchorMain,
.showMoreCategoriesAnchorMain {
  cursor: pointer; }

ul.panel {
  display: none;
  overflow: hidden; }

ul.panel li ul {
  display: block; }

ul.panel a {
  display: block !important; }

.magnifying {
  background: url("../../images/magnifying-glass.png");
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer; }

.SoccerBall {
  background: url("../../images/campaign/world_cup/SoccerBall.png");
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: none;
  z-index: 1; }

.pointer {
  cursor: pointer; }

.stick-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.ellipsis {
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.icon-Icons_Arrow-left::before {
  color: #bdbdbd !important;
  font-weight: 600 !important;
  position: relative;
  bottom: 1px;
  right: 5px;
  font-size: 0.6rem; }

.icon-Icons_Arrow-right::before {
  color: #bdbdbd !important;
  font-weight: 600 !important;
  position: relative;
  bottom: 1px;
  left: 5px;
  font-size: 0.6rem; }

.icon-Icons_Arrow-up::before {
  color: #bdbdbd !important;
  font-weight: 600 !important; }

.noflow {
  overflow: hidden; }

select.prov {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #cdcdcd;
  /* webkit*/ }

select.prov option {
  text-align: left;
  /* reset to left*/ }

select.prov option :not(:first-of-type) {
  color: black; }

/****************/
.nomorecatalogue div#slider-controls-daily-deals-homepage {
  margin-top: 10px !important; }

hr {
  border-color: #e7e7e7; }

a:hover {
  text-decoration: none; }

.buttonwidth {
  min-width: 185px !important; }

.buttonwidth2 {
  min-width: 150px !important; }

ul li {
  list-style: none; }

.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/*
footer {
  position: absolute;
  bottom: 0;
}*/
/* QTY Number increment */
.quantity {
  position: relative; }
  .quantity ul {
    border-radius: 3px; }

a {
  text-decoration: none !important; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input.coupon_code {
  border-color: 1px solid #e7e7e7 !important; }

.user-logged-in span {
  text-transform: capitalize; }

.btn {
  padding: 0.375rem 1rem; }

.btn.focus,
.btn:focus,
.btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.offer .incorrect-offer-trigger:hover,
.offer .question-offer-trigger:hover,
.offer .trigger-product-review span:hover {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.small-offers .tiered-card .card-body > .icon {
  position: absolute;
  top: -12px;
  left: -11px; }

.small-offers .tiered-card .card-body .icon-Icons_Corner-grey {
  position: absolute;
  top: 0px;
  left: 0px; }

.small-offers .tiered-card .card-body .icon-Icons_Corner-green {
  position: absolute;
  top: 0px;
  left: 0px; }

.small-offers .tiered-card .card-body .icon-Icons_Corner-orange {
  position: absolute;
  top: 0px;
  left: 0px; }

.tiered-card.quartz .icon.icon-Icons_Corner-grey {
  font-size: 52px;
  z-index: 1; }

.tiered-card.quartz .icon.icon-Icons_Corner-orange {
  font-size: 52px;
  z-index: 1; }

.tiered-card.quartz .icon.icon-Icons_Corner-green {
  font-size: 52px;
  z-index: 1; }

.daily-deals h5.card-title {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis; }

.deals-tags.deals-tags-mailer div {
  padding-left: 40px; }

.deals-tags.deals-tags-mailer div:first-child {
  background-image: url(../../../images/daily-deals-tag-mailer.png);
  background-position: 0px 9px;
  background-repeat: none; }

.deals-tags.deals-tags-mailer div:last-child {
  background-image: url(../../../images/daily-deal-clock-mailer.png);
  background-position: 0px 9px;
  background-repeat: none; }

.masonry-grid-item-mailer .card-body .two-col .background-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem; }

.masonry-grid-item-mailer .card-body .two-col .container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem; }

.masonry-grid-item-mailer .card-body .two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px; }

.offer .offer-score-badge .score-text {
  padding-top: 23px; }

.offer .offer-score-badge {
  z-index: 999; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  z-index: 999; }

.ct-ui-base {
  z-index: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 97%; }

.w-94 {
  width: 94%; }

.slider-card .card-body .slider .slide .img {
  background-size: 70% auto !important; }

.outbound-tab {
  height: 54px; }

.slider-card .card-body .slider-controls .next,
.slider-card .card-body .slider-controls .prev {
  top: calc(20% - 0.1rem) !important; }

.quantity input {
  width: 30px;
  padding: 0 8px;
  margin: 0;
  border: 1px solid #ffffff;
  border-top: none;
  border-bottom: none;
  text-align: center; }

.card {
  padding: 15px; }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  float: left;
  position: relative; }

.prod-descr ul {
  margin-left: 6px !important;
  padding-left: 0 !important;
  text-align: left !important; }
  .prod-descr ul li {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important; }

.main-nav .navbar-light .navbar-nav .nav-link.active {
  background-color: #ffffff; }

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #36c459;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.feature-icons {
  font-size: 0.875rem; }

.spinner {
  background: url(/../images/ajax-loader.gif);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block; }

.overflow {
  overflow: hidden; }

.limit-head {
  height: 20px;
  overflow: hidden;
  display: inline-block; }

.discoverheight {
  min-height: 95px; }

/* Profile pages */
.profile-links li a:hover {
  background-color: #fff;
  color: #000000; }

.profile-links li a.active {
  background-color: #fff;
  color: #000000; }

.tiered-card.emerald .background-image {
  z-index: 0;
  position: relative;
  width: 100% !important; }

.tiered-card.amber .background-image {
  z-index: 0;
  position: relative;
  width: 100% !important; }

.tiered-card.emerald .card-body .product-values .background-image {
  width: 200px; }

.full-height {
  min-height: 100%; }

/* Featured collections */
.curated-small {
  min-height: 283px;
  max-height: 283px; }

.curated-big {
  min-height: 591px;
  max-height: 591px; }

.featureddetail .grey-border, .featureddetail .searchbar-dropdown .container .row .card.Quartz-border, .searchbar-dropdown .container .row .featureddetail .card.Quartz-border {
  border-width: 6px !important; }

.featuredCol .icon-Icons_New {
  left: 10px;
  top: 10px;
  color: #29395d; }

.featuredCol a.bg-primary:focus,
a.bg-primary:hover {
  background: #f2f2f2 !important; }

.featureddetail .icon-Icons_New {
  left: 10px;
  top: 10px;
  color: #29395d; }

.feat-filter ul li {
  list-style: none;
  background: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px; }
  .feat-filter ul li a {
    padding: 5px 10px;
    color: #000000; }
  .feat-filter ul li a.active {
    background: #29395d;
    color: #fff; }

/*.featured-layout .featuredCol:nth-child(5n){
  width:100% !important;
  max-width:100% !important;
  flex: 0 0 100% !important;;
}*/
.scroll-more span {
  background: #29395d;
  border: 10px solid #eff0f2;
  border-radius: 40px;
  padding: 20px 14px;
  color: #ffffff; }

.scroll-more p {
  color: #999999; }

.youracc::after,
.dropup .youracc::after {
  content: url(/images/droparrow.png);
  border-top: none;
  position: relative;
  top: 3px; }

.dep::after,
.dropup .dep::after {
  border-top: none; }

.validemail p {
  line-height: normal;
  letter-spacing: 0;
  font-size: 1.5rem;
  width: auto;
  margin: 0 auto; }

.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 50px solid #e6e6e7;
  border-right: 50px solid transparent; }

.browsecatpage .page-header form .btn {
  padding: 0.485rem 0.7rem !important; }

/* Custom select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: autox;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 7px 10px;
  position: relative;
  z-index: 10;
  background: #ffffff;
  font-size: 14px;
  z-index: 0; }

.dropdown-menu {
  z-index: 999; }

.selectArrow {
  position: relative;
  right: 15px;
  z-index: 0;
  font-size: 6px;
  color: #999999;
  cursor: pointer; }
  .selectArrow :hover {
    cursor: pointer; }

/* Custom radio buttons*/
.customradio[type="radio"]:checked,
.customradio[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.customradio[type="radio"]:checked + label,
.customradio[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

.customradio[type="radio"]:checked + label:before,
.customradio[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #f3f3f3; }

.customradio[type="radio"]:checked + label:after,
.customradio[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #36c459;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.customradio[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.customradio[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* Form */
.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Search bar*/
.searchbar-w-100 input {
  position: relative;
  height: 2.5rem; }

.searchbar-w-100 .btn.btn-primary {
  right: 0;
  bottom: 0;
  background-color: #f38f29;
  border-color: #f38f29;
  width: 50px;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  padding: 0; }

.searchbar-w-100 .btn {
  position: absolute; }

.searchbar-w-100 button {
  position: relative;
  height: 2.5rem; }

.searchpage .srchbtn {
  max-width: 120px;
  min-width: 120px; }

.searchpage .quartz .srchbtn {
  max-width: auto;
  min-width: 90px; }

/* Checkbox styling */
/* Base for label styling */
.customcheck[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.customcheck[type="checkbox"]:not(:checked) + label,
.customcheck[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 10px !important;
  padding-top: 2px;
  cursor: pointer; }

/* checkbox aspect */
.customcheck[type="checkbox"]:not(:checked) + label:before,
.customcheck[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #e7e7e7;
  background: #f3f3f3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.addcomp {
  bottom: 1px;
  left: -122px; }

.tablecheck[type="checkbox"]:not(:checked) + label:before,
.tablecheck[type="checkbox"]:checked + label:before {
  left: 0px;
  top: -16px; }

.tablecheck [type="checkbox"]:not(:checked) + label:after,
.tablecheck [type="checkbox"]:checked + label:after {
  top: -10px;
  left: 4px; }

/* checked mark aspect */
.customcheck[type="checkbox"]:not(:checked) + label:after,
.customcheck[type="checkbox"]:checked + label:after {
  content: url(/images/check.png);
  position: absolute;
  top: 4px;
  left: -23px;
  font-size: 1.4em;
  line-height: 0.8;
  color: #09ad7e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: Helvetica, Arial, sans-serif; }

/* checked mark aspect changes */
.customcheck[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.customcheck[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

#nav-tabContent ul li a {
  font-weight: 400; }

#nav-tabContent ul {
  padding-left: 0; }
  #nav-tabContent ul li a:hover {
    font-weight: 500; }

#nav-tabContent h5 a,
#nav-tabContent h5 a:hover {
  color: #000000 !important; }

#idx-variant-container {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

/* Travel */
.brands {
  text-align: center; }
  .brands div {
    display: inline-block;
    width: 200px;
    margin: 20px; }
    .brands div img {
      width: auto; }

.world_cup-check[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0px; }

.background-image-auto {
  background-size: auto; }

.background-image-contain {
  background-size: contain; }

.ct-btn-s {
  background: #36c459;
  border: none; }

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0; }

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative; }

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px; }

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  background: #dfdfdf;
  top: 43px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 30px;
  height: 30px;
  background: #36c459;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: 5px; }

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 20px 0; }

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dfdfdf; }

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%; }

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-stepnum {
  color: #36c459; }

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%; }

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%; }

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%; }

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #dfdfdf;
  width: 25px;
  height: 25px;
  top: 49px; }

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0; }

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%; }

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%; }

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none; }

.progress {
  background-color: #dfdfdf; }

.bs-wizard > .bs-wizard-step > .bs-wizard-dot > span {
  z-index: 99;
  position: relative;
  left: 15px;
  top: 8px;
  color: #fff;
  font-size: 16px; }

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot > span {
  left: 9px;
  top: 0;
  font-size: 13px; }

/* disabled checkbox */
.customcheck [type="checkbox"]:disabled:not(:checked) + label:before,
.customcheck [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.customcheck [type="checkbox"]:disabled:checked + label:after {
  color: #999; }

.customcheck [type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
.customcheck [type="checkbox"]:checked:focus + label:before,
.customcheck [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #e7e7e7; }

/* Icons */
.icon-Icons_Corner-orange {
  font-size: 52px;
  color: #fea134;
  z-index: 999; }

.icon-Icons_Corner-green,
.icon-Icons_Pricecheck-score-text {
  top: 0;
  left: 0;
  z-index: 999; }

.icon-Icons_Corner-green::before {
  content: "\e90e";
  color: #2bc653;
  position: relative; }

.icon-Icons_Corner-grey {
  color: #e6e6e7;
  font-size: 52px;
  z-index: 999; }

.icon-Icons_New,
.icon-Icons_10 {
  font-size: 40px;
  color: #36c459; }

.icon-Icons_Delivery-truck,
.icon-Icons_Lock,
.icon-Icons_Shield,
.icon-Icons_Check {
  font-size: 16px;
  color: #36c459; }

.icon-Icons_Wishlist-icon,
.icon-Icons_Plus,
.icon-Icons_Price-Alert-icon,
.icon-Icons_Share-icon {
  font-size: 25px;
  color: #e7e7e7; }

.lineheight-small {
  line-height: 16px; }

.lineheight-med {
  line-height: 18px; }

.spofferbadge {
  position: relative;
  left: -11px;
  top: -10px; }

.iconsmall {
  font-size: 32px;
  position: relative;
  z-index: 99; }

.small-icon {
  font-size: 26px;
  right: 5px;
  top: 5px; }

.smaller-icon {
  font-size: 8px;
  right: 5px;
  top: 5px; }

.portrait-block {
  height: 280px;
  max-height: 280px;
  overflow: hidden !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

a.portrait-block:hover {
  height: 280px;
  max-height: 280px;
  overflow: hidden !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #ffffff !important; }

input.text-place-success::-webkit-input-placeholder {
  color: #2bc653; }

input.text-place-success::-moz-placeholder {
  color: #2bc653; }

input.text-place-success::-ms-input-placeholder {
  color: #2bc653; }

input.text-place-success::placeholder {
  color: #2bc653; }

.icon-Icons_Circle-arrow-left,
.icon-Icons_Circle-arrow-right {
  background: #fff;
  border-radius: 100px; }

.icon-Icons_Circle-arrow-left.disabled,
.icon-Icons_Circle-arrow-right.disabled {
  background: #fff;
  border-radius: 100px;
  color: #f7f7f7 !important;
  cursor: inherit !important; }

.icon-Icons_Circle-arrow-left.disabled:hover,
.icon-Icons_Circle-arrow-right.disabled:hover {
  background: #fff;
  border-radius: 100px;
  color: #f7f7f7 !important;
  cursor: inherit !important; }

.fashionImgContainer {
  max-height: 500px;
  overflow: hidden;
  min-height: 500px; }

#viewer-controls {
  background: #fff !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #333; }
  #viewer-controls a {
    color: #333333 !important; }

#viewer-controls a.back {
  background-color: #29395d !important;
  color: #fff !important; }

#viewer-pages {
  background: #fff !important; }

.tablegreencheck img {
  width: 25px !important; }

ol.breadcrumb {
  background: none !important; }

.bread .breadcrumb-item a {
  color: #29395d;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize; }

button.selected {
  cursor: default; }

/* Search Grid view */
.gridview.grid .gridprice {
  width: auto !important; }

.gridview.grid .mainimg {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.gridview.grid .mainhead {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  .gridview.grid .mainhead .card-title {
    min-height: 25px !important; }
    .gridview.grid .mainhead .card-title a {
      min-height: 25px !important;
      max-height: 30px !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }

.gridview.grid .contentmain {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.gridview.grid .star-rating {
  margin-bottom: 5px !important;
  float: none !important;
  width: 100%;
  text-align: center !important;
  margin: 0 auto !important;
  display: inline-block !important; }
  .gridview.grid .star-rating .review-link {
    display: inline-block; }

.gridview.grid .offerdivide {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.gridview.grid .productpricegrid {
  margin-bottom: 5px !important; }

.gridview.grid .brand-and-model .brand,
.gridview.grid .brand-and-model .model {
  min-height: 35px;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center; }

.altView .gridview.grid .mainimg {
  height: auto !important; }

.altView .gridview.grid .has-no-offer .has-no-offer-card {
  border-left: 1px solid #e9ecef; }

.altView .gridview.grid .gridprice {
  width: auto !important; }

.altView .gridview.grid .mainimg {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.altView .gridview.grid .mainhead {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  .altView .gridview.grid .mainhead .card-title {
    min-height: 25px !important; }
    .altView .gridview.grid .mainhead .card-title a {
      min-height: 25px !important;
      max-height: 30px !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }

.altView .gridview.grid .contentmain {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.altView .gridview.grid .star-rating {
  margin-bottom: 5px !important;
  float: none !important;
  width: 100%;
  text-align: center !important;
  margin: 0 auto !important;
  display: inline-block !important; }
  .altView .gridview.grid .star-rating .review-link {
    display: inline-block; }

.altView .gridview.grid .offerdivide {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.altView .gridview.grid .productpricegrid {
  margin-bottom: 5px !important; }

.altView .gridview > div > .card .description-text {
  min-height: 52px; }

.altView .gridview.grid .brand-and-model .brand,
.gridview.grid .brand-and-model .model {
  min-height: 35px;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center; }

.altView .gridview > div .small-offers .background-image {
  height: 100% !important;
  margin: 0;
  background-size: contain; }

.altView .gridview > div .small-offers .background-image {
  margin: 0;
  background-size: contain !important; }

/******************************************/
.gridview > div > .card .description-text {
  min-height: 45px; }

.gridview.grid .brand-and-model .brand,
.gridview.grid .brand-and-model .model {
  min-height: 35px;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center; }

.gridview > div .small-offers .background-image {
  height: 100% !important;
  margin: 0;
  background-size: contain; }

.gridview > div .small-offers .background-image {
  margin: 0;
  background-size: 70px auto !important;
  height: 40px !important; }

.gridview > div > .card .price {
  white-space: normal;
  padding: 5px 10px 0; }

.description-text {
  min-height: 45px; }

.bread .breadcrumb-item:last-child a {
  color: #a0a0a0; }

.card {
  border: none; }

#accordion .card {
  border: none;
  background: #fff; }

.card ul li {
  list-style: none; }

.card-header:first-child {
  border-radius: 0; }

.card-header {
  border-bottom: none; }

.text-limit {
  max-height: 74px;
  overflow: hidden; }

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

.bold-text {
  font-weight: bold; }

.smallest-text {
  font-size: 0.6rem; }

/* 9.6px*/
.blurb-text {
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1.0625rem; }

.small-text {
  font-size: 0.75rem !important;
  /* 12px */
  line-height: 1.2rem !important; }

.mid-text {
  font-size: 0.875rem;
  /* 14px */ }

.midline-text {
  font-size: 1rem;
  /* 16px */ }

.med-text {
  font-size: 0.9375rem !important;
  /* 15px */ }

.slight-med-text {
  font-size: 1.0625rem;
  /* 17px */ }

.big-text {
  font-size: 1.125rem;
  /* 18px */ }

.slight-big-text {
  font-size: 1.25rem;
  /* 20px */ }

.slightly-big-text {
  font-size: 1.375rem !important;
  /* 22px */ }

.big-price {
  font-size: 1.5rem;
  /* 24px */ }

.bigger-text {
  font-size: 2.125rem;
  /* 34px */ }

@media only screen and (min-width: 420px) {
  .affiliate-heading-text {
    font-size: 2.125rem; }
  .affiliate-text {
    font-size: 0.9375rem; } }

@media only screen and (max-width: 420px) {
  .affiliate-heading-text {
    font-size: 1rem; }
  .affiliate-text {
    font-size: 0.75rem; } }

.nappyrbig-text {
  font-size: 2.875rem;
  /* 46px */ }

.biggest-text {
  font-size: 50px; }

.nappy-name {
  min-height: 45px;
  max-height: 45px;
  display: inline-block;
  overflow: hidden; }

.nappyimg {
  height: 155px; }

.badge-secondary {
  color: #fff;
  background-color: #3f4d6e; }

.badge-custom {
  width: 30px;
  height: 30px;
  line-height: 23px; }

.nav-link {
  padding: 1rem 1rem; }

.navbar-height {
  height: 46px; }

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem; }

.navbar-expand-md .navbar-nav #navbarDropdownPromotions {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.BannerSlider {
  height: 260px; }

.recviewslider .card {
  padding: 0 !important; }

.recviewslider .card-header {
  margin-bottom: 0 !important;
  padding: 0.75rem 1.25rem !important; }

.small-lineheight {
  line-height: 1rem !important; }

.relatedProductsSlider .container .slider-card {
  padding-left: 0;
  padding-right: 0; }

.header-text-limit {
  min-height: 57px;
  overflow: hidden; }

.body-text-limit {
  min-height: 105px;
  overflow: hidden;
  display: inline-block; }

.borderTop {
  border-top: 1px solid #e6e6e7; }

.tab-content {
  background: none !important; }

.max-img-height {
  max-height: 170px; }

.max-img-height-small {
  max-height: 135px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.checkout-head .breadcrumb {
  background: none;
  margin: 0 auto; }

.mobi-cart {
  position: absolute;
  right: 34px;
  display: inline-block;
  top: 10px;
  color: #ffffff;
  z-index: 999; }

.mobi-cart:hover {
  color: #ffffff; }

.mobi-logo {
  width: 134px;
  height: 88px;
  position: absolute;
  top: 0;
  z-index: 999; }

a.breadcrumb-item {
  color: grey; }
  a.breadcrumb-item .bc-circle {
    padding: 5px 10px;
    border-radius: 100px;
    background: #475471;
    color: #a0a0a0;
    margin-right: 8px; }
  a.breadcrumb-item .bc-circle.active {
    background: #36c459; }

a.breadcrumb-item.active {
  color: #fff; }
  a.breadcrumb-item.active .bc-circle.active {
    color: white; }

.featureddetail a.breadcrumb-item.active,
.featureddetail a.breadcrumb-item.active .bc-circle.active {
  color: #868e96; }

a.breadcrumb-item::before {
  font-family: icomoon;
  content: "\e903";
  float: right;
  color: grey;
  src: url(../../fonts/icomoon.ttf?bdg0bh) format("truetype"), url(../../fonts/icomoon.woff?bdg0bh) format("woff"), url(../../fonts/icomoon.svg?bdg0bh#icomoon) format("svg");
  font-size: 10px;
  margin: 0 auto;
  display: inline-block;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  padding-top: 0; }

.breadcrumb-item::before {
  font-family: icomoon;
  content: "\e903";
  float: right;
  color: grey;
  src: url(../../fonts/icomoon.ttf?bdg0bh) format("truetype"), url(../../fonts/icomoon.woff?bdg0bh) format("woff"), url(../../fonts/icomoon.svg?bdg0bh#icomoon) format("svg");
  font-size: 10px;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  padding-top: 0; }

.breadcrumb-item + .breadcrumb-item::before {
  font-family: icomoon;
  content: "\e903";
  float: right;
  color: grey;
  src: url(../../fonts/icomoon.ttf?bdg0bh) format("truetype"), url(../../fonts/icomoon.woff?bdg0bh) format("woff"), url(../../fonts/icomoon.svg?bdg0bh#icomoon) format("svg");
  font-size: 10px;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  padding-top: 0; }

a.breadcrumb-item:last-child:before {
  content: ""; }

.breadcrumb li:last-child:before {
  display: none; }

.checkout-title {
  height: auto;
  padding: 10px 0; }
  .checkout-title .navbar .navbar-brand.pricecheck-logo {
    width: 174px;
    height: 96px;
    background-image: url(../../../public/images/new-pricecheck-logo.webp), url(../../../public/images/new-pricecheck-logo.png);
    top: -3px; }

.visabut .icon {
  font-size: 0.375rem;
  float: right;
  margin-top: 9.5px; }
  .visabut .icon.icon-Icons_Arrow-down {
    display: none; }
  .visabut .icon.icon-Icons_Arrow-up {
    display: inline-block; }

.visabut.collapsed .icon {
  font-size: 0.375rem; }
  .visabut.collapsed .icon.icon-Icons_Arrow-down {
    display: inline-block; }
  .visabut.collapsed .icon.icon-Icons_Arrow-up {
    display: none; }

.visabut:hover {
  cursor: pointer;
  text-decoration: underline !important; }

#price-filter-from,
#price-filter-to,
.price-slider,
.tiered-card .icon {
  z-index: 1 !important; }

.middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.middleabsolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.abscenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-justify {
  text-align: justify; }

.browsecatpage .page-header form {
  position: relative;
  z-index: 0; }

#promotions-dropdown {
  position: absolute;
  z-index: 999; }

.border-rad-none {
  border-radius: 0 !important; }

.example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: linear-gradient(to bottom, white, black); }

.abs-bottom {
  position: absolute;
  bottom: 0; }

.full-width-bg {
  position: absolute;
  top: 0; }

.BlogCardCatergory-card {
  background: none;
  margin-top: 10px;
  margin-left: 15px; }
  .BlogCardCatergory-card > .card-body {
    background-color: rgba(0, 0, 0, 0.5); }

.overlay-bg {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block; }

.bg-rp {
  background: #f2f2f2 url("/images/bg-discover.png") repeat-x; }

.price {
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #999;
  font-weight: 400;
  white-space: nowrap; }
  .price strong {
    color: #ec3925;
    font-size: 1rem;
    font-weight: 700; }

.star-rating {
  text-align: center; }
  .star-rating div {
    text-align: center;
    margin: 0 auto; }

.justifyleft {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important; }

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

.bg-trans {
  background: rgba(255, 255, 255, 0.5); }

.brand ul li {
  width: 85px;
  height: 70px; }
  .brand ul li a {
    line-height: 50px; }

.layer-top {
  z-index: 999 !important; }

.layer-mid {
  z-index: 99; }

just-padding {
  padding: 15px; }

.list-group.list-group-root {
  padding: 0;
  overflow: hidden; }

.list-group.list-group-root .list-group {
  margin-bottom: 0; }

.list-group.list-group-root .list-group-item {
  border-radius: 0; }

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0; }

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px; }

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px; }

.cater .list-group-item {
  border: none !important; }

.cater,
.cater a.list-group-item,
.cater a.list-group-item:focus,
.cater a.list-group-item:hover {
  background: #f2f2f2 !important; }

footer .container {
  bottom: 50px;
  position: relative; }

.hidedesktop {
  display: none; }

.showdesktop {
  display: inline-block; }

/*Cards*/
.BlogCard .BlogCardImg {
  position: relative;
  min-height: 100px;
  max-height: 170px;
  width: 100%;
  overflow: hidden; }

.BlogCard .BlogCardCatergory {
  position: absolute; }

.BlogCard .BlogCardUserReview .BlogCardUserReviewRating {
  unicode-bidi: bidi-override;
  direction: rtl; }

.BlogCard .BlogCardUserReview .BlogCardUserReviewRating > span {
  display: inline-block;
  position: relative;
  width: 1.1em; }

.BlogCard .BlogCardUserReview .BlogCardUserReviewRating > span:hover:before,
.BlogCard .BlogCardUserReview .BlogCardUserReviewRating > span:hover ~ span:before {
  content: "\2605";
  position: absolute; }

.BlogCard .BlogCardImg-desktop {
  position: relative;
  height: 154px;
  width: 100%;
  overflow: hidden; }

.BlogCardBG {
  background: url("http://kenyayote.com/wp-content/uploads/2015/05/Samuel-Etoo-Buggati-Veyron.jpg") no-repeat;
  background-size: auto auto; }

.prod-descr ul br {
  display: none; }

.prod-descr ul li {
  width: 100% !important;
  list-style: disc !important;
  margin-bottom: 10px; }

.nav-tabs .nav-link.active {
  border: none;
  border-radius: 0; }

div.icon.icon-Icons_Close-menu-icon.close-button-lists {
  padding: 4px;
  color: #fff; }

.box-devider {
  border-left: 1px solid #f2f2f2; }

.box-devider:hover {
  border: 1px solid #36c459; }

.tab-content.tab-spacing-top {
  border-bottom: 1px solid #e7e7e7 !important; }

.close-button-wishlist-item {
  top: 24px !important;
  right: 8px !important; }

/* Brands*/
.BrandImg img {
  width: 100%;
  height: auto; }

.BrandImg img[title="Apple"] {
  width: 50px; }

.button-slanted {
  height: 0;
  width: 125px;
  border-bottom: 40px solid #eaeaea;
  border-left: 25px solid transparent; }

.sidemenu li a:hover {
  background: #fff; }

/* Product carousel */
.homepage .slider-card {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.recviewslider h4.card-header {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ProductSlider button.next {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background: #e6e6e7;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .ProductSlider button.next img {
    width: auto; }
  .ProductSlider button.next button.next:hover {
    background: #eff0f1; }

.ProductSlider button.prev {
  position: absolute;
  top: 50%;
  left: 0;
  border: none;
  background: #e6e6e7;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .ProductSlider button.prev img {
    width: auto; }
  .ProductSlider button.prev button.prev:hover {
    background: #eff0f1; }

.ProductSlider .siema div {
  height: 100%; }
  .ProductSlider .siema div .Product_item {
    display: inline-block;
    min-height: 326px;
    position: relative; }
  .ProductSlider .siema div .ProductInfo {
    bottom: 0;
    height: auto;
    position: absolute;
    vertical-align: bottom; }

.recviewslider .siema div .Product_item {
  min-height: 130px;
  height: 130px; }

.recviewslider .siema div.recviewsliderimg {
  width: 50px; }

.recviewslider .siema div .Product_item img {
  width: 100% !important; }

.recviewslider .siema button.prev {
  top: 40%;
  left: 10px; }

.recviewslider .siema button.next {
  top: 40%;
  right: 10px; }

.SliderImg {
  min-height: 160px;
  text-align: center;
  border-right: 1px solid #f2f2f2; }

.SliderImgSmall {
  min-height: 90px;
  text-align: center; }
  .SliderImgSmall img {
    width: 70px !important; }

.SliderBlurb {
  overflow: hidden;
  height: 50px; }

.ProductInfo {
  text-align: center; }
  .ProductInfo .from {
    color: #999999;
    font-size: 12px; }

.rightarrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  background: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.departments-dropdown .list-group .list-group-item:hover {
  font-weight: 500 !important; }

.departments-dropdown .list-group .list-group-item:after {
  content: "";
  width: 8px;
  height: 17px;
  position: absolute;
  right: -28px;
  bottom: 0; }

.departments-dropdown .list-group .list-group-item.active::after {
  content: "";
  position: absolute;
  right: -27px !important;
  top: 5px !important;
  width: 0;
  height: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important; }

.departments-dropdown > div[class^="col"]:first-child {
  background-color: #e7e7e7 !important; }

.departments-dropdown .list-group .list-group-item:hover:after {
  background: url("/images/Arrowright.png");
  background-repeat: no-repeat; }

.icon-icon-Icons_CircleArrowRight::before {
  background: #ffffff;
  border-radius: 100px; }

.icon-icon-Icons_CircleArrowLeft::before {
  background: #ffffff;
  border-radius: 100px; }

.icon-Full_Star {
  color: #fdb65a; }

.MarketplaceSlider,
.RecSlider {
  position: relative; }

.theBadge {
  position: absolute;
  background-color: #36c459;
  border-top: 0px solid #fff;
  top: 0;
  right: 10px;
  z-index: 99;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px 4px 0px 0px; }

.related-blog-posts .media-body p.card-header {
  background: none; }

.theBadge::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #36c459;
  padding-bottom: 51%;
  width: 57.7%;
  z-index: -1;
  bottom: -24px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-30deg) skewX(30deg); }

.offerstablehead {
  width: 100%;
  display: inline-block; }

.offerstable td.relative {
  width: 120px; }

.skybanner img {
  width: auto !important; }

.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 35px solid #e6e6e7;
  border-right: 35px solid transparent; }

.icon-Icons_Shoping-cart.triangle-topleft::before {
  content: "î¤°";
  font-size: 12px;
  position: absolute;
  top: -32px;
  left: 2px;
  color: #fff; }

.icon-Icons_Shoping-cart.triangle-topleft.large-triangle::before {
  content: "\e930";
  font-size: 12px;
  position: absolute;
  top: -31px;
  left: 3px;
  color: #fff; }

.star-six {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
  position: relative; }

.star-six:after {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 100px solid red;
  position: absolute;
  content: "";
  top: 30px;
  left: -50px; }

.recviewslider .slider-card .card-body .slider-controls .prev {
  left: -30px;
  top: calc(50% - 1.313rem) !important; }

.recviewslider .slider-card .card-body .slider-controls .next {
  right: -30px;
  top: calc(50% - 1.313rem) !important; }

.gridimg {
  min-height: 150px; }

.gridimg2 {
  min-height: 100px; }

.icon-Icons_New::before {
  background: #fff;
  height: 26px;
  display: inline-block; }

.offer .offer-score-badge .badge-text .tabbedsection ul li {
  font-size: 0.9em;
  border-radius: 2px 2px 0px 0;
  width: 158px;
  text-align: center; }
  .offer .offer-score-badge .badge-text .tabbedsection ul li a {
    background: #f2f2f2;
    color: #232f3e;
    color: #000000;
    font-size: 1rem;
    font-weight: 400; }

.offer .offer-score-badge .badge-text .tabbedsection ul li.active {
  background: #29395d;
  color: #fff; }
  .offer .offer-score-badge .badge-text .tabbedsection ul li.active a {
    color: #fff; }

.offer .offer-score-badge .badge-text .tabbedsection ul li.hover {
  cursor: pointer; }

.tabbedsection ul li {
  background: #f2f2f2;
  color: #232f3e;
  color: #000000;
  font-size: 1rem;
  font-weight: 400; }

.tabbedsection ul li.active {
  background: #29395d; }

.tabbedsection ul li.active a {
  color: #fff; }

.product-details-table ul li {
  list-style: disc !important;
  background: none !important; }

.sitemap .row ul li.nav-item {
  list-style: none !important; }

.sitemap li {
  list-style: none !important; }

.sitemap .row ul li {
  list-style: disc !important; }

.nappycon {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 0px;
  right: 4px; }

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "icomoon";
  /* essential for enabling glyphicon */
  content: "\e901";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
  src: url("../fonts/icomoon.ttf?bdg0bh") format("truetype"), url("../fonts/icomoon.woff?bdg0bh") format("woff"), url("../fonts/icomoon.svg?bdg0bh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px; }

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e904";
  /* adjust as needed, taken from bootstrap.css */
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px; }

.accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "icomoon";
  /* essential for enabling glyphicon */
  content: "\e903";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
  src: url("../fonts/icomoon.ttf?bdg0bh") format("truetype"), url("../fonts/icomoon.woff?bdg0bh") format("woff"), url("../fonts/icomoon.svg?bdg0bh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  position: absolute;
  right: 10px; }

.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e901";
  /* adjust as needed, taken from bootstrap.css */
  font-size: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  position: absolute;
  right: 10px; }

.facets-accordion .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "icomoon";
  /* essential for enabling glyphicon */
  content: "\e904";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #afa9a9;
  /* adjust as needed */
  line-height: 27px;
  src: url("../fonts/icomoon.ttf?bdg0bh") format("truetype"), url("../fonts/icomoon.woff?bdg0bh") format("woff"), url("../fonts/icomoon.svg?bdg0bh#icomoon") format("svg");
  font-weight: bold;
  font-style: normal;
  font-size: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  position: absolute;
  right: 10px; }

.facets-accordion .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e901";
  /* adjust as needed, taken from bootstrap.css */
  font-size: 7px; }

#search-blog-related img.align-self-start {
  padding: 6px; }

.green-border, .tiered-card.green-border, .searchbar-dropdown .container .row .card.Emerald-border,
.searchbar-dropdown .container .row .card.Emerald-border,
.tiered-card.green-border,
.searchbar-dropdown .container .row .tiered-card.card.Emerald-border {
  min-height: 100%; }

.chartjs-render-monitor {
  margin: 20px 0 0 1px !important; }

.input-group {
  width: 70% !important;
  margin: 10px auto auto auto; }

div.price-slider .noUi-horizontal {
  width: 83%;
  margin: auto; }

.tabprice {
  width: 140px;
  text-align: center; }

.offersslider .container .slider-card .card-body .slider .slide {
  min-height: 100px !important; }

.offersslider .slider-card {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.newssignup input.form-control {
  width: 100%;
  height: 46px; }

/*
  Required element for loading-idicator
  <div class="loading-indicator"><div></div><div></div><div></div></div>
*/
.loading-indicator {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto; }

.loading-indicator div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #bcc2d2;
  -webkit-animation: loading-indicator 0.8s ease-in-out infinite;
  animation: loading-indicator 0.8s ease-in-out infinite; }

.loading-indicator div:nth-child(1) {
  left: 6px;
  -webkit-animation-delay: -0.34s;
  animation-delay: -0.34s; }

.loading-indicator div:nth-child(2) {
  left: 26px;
  -webkit-animation-delay: -0.17s;
  animation-delay: -0.17s; }

.loading-indicator div:nth-child(3) {
  left: 45px;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes loading-indicator {
  0% {
    top: 6px;
    height: 51px; }
  50%,
  100% {
    top: 19px;
    height: 25px; } }

@keyframes loading-indicator {
  0% {
    top: 6px;
    height: 51px; }
  50%,
  100% {
    top: 19px;
    height: 25px; } }

/*
  Required element for loading-idicator-small
  <div class="loading-indicator-small"><div></div><div></div><div></div></div>
*/
.loading-indicator-small {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto; }

.loading-indicator-small div {
  display: inline-block;
  position: absolute;
  left: 3px;
  width: 7px;
  background: #bcc2d2;
  -webkit-animation: loading-indicator-small 0.8s ease-in-out infinite;
  animation: loading-indicator-small 0.8s ease-in-out infinite; }

.loading-indicator-small div:nth-child(1) {
  left: 3px;
  -webkit-animation-delay: -0.34s;
  animation-delay: -0.34s; }

.loading-indicator-small div:nth-child(2) {
  left: 13px;
  -webkit-animation-delay: -0.17s;
  animation-delay: -0.17s; }

.loading-indicator-small div:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes loading-indicator-small {
  0% {
    top: 3px;
    height: 25px; }
  50%,
  100% {
    top: 9px;
    height: 13px; } }

@keyframes loading-indicator-small {
  0% {
    top: 3px;
    height: 25px; }
  50%,
  100% {
    top: 9px;
    height: 13px; } }

/*
  Facet tooltips
*/
.facet-tooltip {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  top: -28px;
  left: 14px;
  margin-left: 100%;
  padding: 5px;
  text-align: center; }

.facet-tooltip:after,
.facet-tooltip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.facet-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px; }

.facet-tooltip:before {
  border-color: rgba(156, 156, 156, 0);
  border-right-color: #d4caca;
  border-width: 13px;
  margin-top: -13px; }

.facet-tooltip p {
  margin: 0 0 7px 0;
  line-height: 18px; }

.facet-tooltip-icon {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 2px; }

.facet-tooltip-icon.icon-earth {
  background-image: url("/images/earth_icon.png"); }

.card-header .imp:hover {
  cursor: pointer; }

.card-header:hover .facet-tooltip.hidden {
  display: inherit;
  cursor: default; }

.card-header:active .facet-tooltip.hidden {
  display: block;
  cursor: default; }

.card-header:focus .facet-tooltip.hidden {
  display: block;
  cursor: default; }

.card-header .facet-tooltip.hidden {
  display: none;
  cursor: default; }

.facet-tooltip-offer {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  top: 200px;
  left: -350px;
  margin-left: 100%;
  padding: 5px;
  text-align: center;
  cursor: default; }

.facet-tooltip-offer:after,
.facet-tooltip-offer:before {
  right: 26%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.facet-tooltip-offer:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -11%; }

.facet-tooltip-offer:before {
  border-color: rgba(156, 156, 156, 0);
  border-bottom-color: #d4caca;
  border-width: 13px;
  margin-top: -13px;
  top: -14%; }

.card-header:hover .facet-tooltip-offer.hidden {
  display: block;
  cursor: default; }

.card-header:active .facet-tooltip-offer.hidden {
  display: block;
  cursor: default; }

.card-header:focus .facet-tooltip-offer.hidden {
  display: block;
  cursor: default; }

.facet-tooltip-offer-mobile {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  margin-top: 35px;
  text-align: center;
  width: 100%;
  cursor: default; }
  .facet-tooltip-offer-mobile p {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 0;
    line-height: normal; }

.facet-tooltip-offer-mobile:after,
.facet-tooltip-offer-mobile:before {
  right: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.facet-tooltip-offer-mobile:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -12%; }

.facet-tooltip-offer-mobile:before {
  border-width: 13px;
  margin-top: -13px;
  top: -7%; }

.card-header:hover .facet-tooltip-offer-mobile.hidden {
  display: block;
  cursor: default; }

.card-header:active .facet-tooltip-offer-mobile.hidden {
  display: block;
  cursor: default; }

.card-header:focus .facet-tooltip-offer-mobile.hidden {
  display: block;
  cursor: default; }

.facet-tooltip-productpage-offer {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  margin-top: 40px;
  left: -300px;
  margin-left: 100%;
  padding: 5px;
  text-align: center;
  cursor: default; }

.facet-tooltip-productpage-offer:after,
.facet-tooltip-productpage-offer:before {
  right: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.facet-tooltip-productpage-offer:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -14%; }

.facet-tooltip-productpage-offer:before {
  border-width: 13px;
  margin-top: -13px;
  top: -18%; }

.facet-tooltip-productpage-offer p {
  margin: 0 0 7px 0;
  line-height: 18px; }

.card-header:hover .facet-tooltip-productpage-offer.hidden {
  display: block;
  cursor: default; }

.card-header:active .facet-tooltip-productpage-offer.hidden {
  display: block;
  cursor: default; }

.card-header:focus .facet-tooltip-productpage-offer.hidden {
  display: block;
  cursor: default; }

.card-header .facet-tooltip-productpage-offer.hidden {
  display: none;
  cursor: default; }

.facet-tooltip-productpage-more-offers-mobile {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  margin-top: 40px;
  left: -260px;
  margin-left: 100%;
  padding: 5px;
  text-align: center;
  cursor: default; }

.facet-tooltip-productpage-more-offers-mobile:after,
.facet-tooltip-productpage-more-offers-mobile:before {
  right: 26%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.facet-tooltip-productpage-more-offers-mobile:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -14%; }

.facet-tooltip-productpage-more-offers-mobile:before {
  border-color: rgba(156, 156, 156, 0);
  border-bottom-color: #d4caca;
  border-width: 13px;
  margin-top: -13px;
  top: -18%; }

.facet-tooltip-productpage-more-offers-mobile p {
  margin: 0 0 7px 0;
  line-height: 18px; }

.card-header:hover .facet-tooltip-productpage-more-offers-mobile.hidden {
  display: block;
  cursor: default; }

.card-header:active .facet-tooltip-productpage-more-offers-mobile.hidden {
  display: block;
  cursor: default; }

.card-header:focus .facet-tooltip-productpage-more-offers-mobile.hidden {
  display: block;
  cursor: default; }

.card-header .facet-tooltip-productpage-more-offers-mobile.hidden {
  display: none;
  cursor: default; }

.facet-tooltip-productpage-small-offer {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  margin-top: 40px;
  left: -300px;
  margin-left: 100%;
  padding: 5px;
  text-align: center;
  cursor: default; }

.facet-tooltip-productpage-small-offer:after,
.facet-tooltip-productpage-small-offer:before {
  right: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.facet-tooltip-productpage-small-offer:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -14%; }

.facet-tooltip-productpage-small-offer:before {
  border-color: rgba(156, 156, 156, 0);
  border-bottom-color: #d4caca;
  border-width: 13px;
  margin-top: -13px;
  top: -18%; }

.facet-tooltip-productpage-small-offer p {
  margin: 0 0 7px 0;
  line-height: 18px; }

.card-header:hover .facet-tooltip-productpage-small-offer.hidden {
  display: block;
  cursor: default; }

.card-header:active .facet-tooltip-productpage-small-offer.hidden {
  display: block;
  cursor: default; }

.card-header:focus .facet-tooltip-productpage-small-offer.hidden {
  display: block;
  cursor: default; }

.card-header .facet-tooltip-productpage-small-offer.hidden {
  display: none;
  cursor: default; }

.facet-tooltip-toprightoffer {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  top: 66px;
  left: -250px;
  margin-left: 100%;
  padding: 5px;
  text-align: center;
  cursor: default; }

.facet-tooltip-toprightoffer:after,
.facet-tooltip-toprightoffer:before {
  right: 22%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.facet-tooltip-toprightoffer:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -14%; }

.facet-tooltip-toprightoffer:before {
  border-width: 13px;
  margin-top: -13px;
  top: -18%; }

.facet-tooltip-toprightoffer p {
  margin: 0 0 7px 0;
  line-height: 18px; }

.card-header:hover .facet-tooltip-toprightoffer.hidden {
  display: block;
  cursor: default; }

.card-header:active .facet-tooltip-toprightoffer.hidden {
  display: block;
  cursor: default; }

.card-header:focus .facet-tooltip-toprightoffer.hidden {
  display: block;
  cursor: default; }

.card-header .facet-tooltip-productpage-small-offer.hidden {
  display: none;
  cursor: default; }

.card-header .facet-tooltip-toprightoffer.hidden {
  display: none;
  cursor: default; }

.facet-tooltip-toprightoffer-emerald {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  top: 95px;
  left: -250px;
  margin-left: 100%;
  padding: 5px;
  text-align: center; }

.facet-tooltip-toprightoffer-emerald:after,
.facet-tooltip-toprightoffer-emerald:before {
  right: 22%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.facet-tooltip-toprightoffer-emerald:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -14%; }

.facet-tooltip-toprightoffer-emerald:before {
  border-color: rgba(156, 156, 156, 0);
  border-bottom-color: #d4caca;
  border-width: 13px;
  margin-top: -13px;
  top: -18%; }

.facet-tooltip-toprightoffer-emerald p {
  margin: 0 0 7px 0;
  line-height: 18px; }

.card-header:hover .facet-tooltip-toprightoffer-emerald.hidden {
  display: inherit; }

.card-header .facet-tooltip-toprightoffer-emerald.hidden {
  display: none; }

.facet-tooltip-toprightoffer-quartz {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  top: 95px;
  left: -250px;
  margin-left: 100%;
  padding: 5px;
  text-align: center; }

.facet-tooltip-toprightoffer-quartz:after,
.facet-tooltip-toprightoffer-quartz:before {
  right: 22%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.facet-tooltip-toprightoffer-quartz:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -14%; }

.facet-tooltip-toprightoffer-quartz:before {
  border-color: rgba(156, 156, 156, 0);
  border-bottom-color: #d4caca;
  border-width: 13px;
  margin-top: -13px;
  top: -18%; }

.facet-tooltip-toprightoffer-quartz p {
  margin: 0 0 7px 0;
  line-height: 18px; }

.card-header:hover .facet-tooltip-toprightoffer-quartz.hidden {
  display: inherit; }

.card-header .facet-tooltip-toprightoffer-quartz.hidden {
  display: none; }

.facet-tooltip-toprightoffer-amber {
  background: white;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: #0664c5;
  width: 260px;
  z-index: 101;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
  top: 95px;
  left: -250px;
  margin-left: 100%;
  padding: 5px;
  text-align: center; }

.facet-tooltip-toprightoffer-amber:after,
.facet-tooltip-toprightoffer-amber:before {
  right: 22%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.facet-tooltip-toprightoffer-amber:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  top: -14%; }

.facet-tooltip-toprightoffer-amber:before {
  border-color: rgba(156, 156, 156, 0);
  border-bottom-color: #d4caca;
  border-width: 13px;
  margin-top: -13px;
  top: -18%; }

.facet-tooltip-toprightoffer-amber p {
  margin: 0 0 7px 0;
  line-height: 18px; }

.card-header:hover .facet-tooltip-toprightoffer-amber.hidden {
  display: inherit;
  cursor: default; }

.card-header .facet-tooltip-toprightoffer-amber.hidden {
  display: none;
  cursor: default; }

.mobile-hidden {
  display: block !important; }

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

@media screen and (max-width: 769px) {
  .mobile-hidden {
    display: none !important; }
  .desktop-hidden {
    display: block !important; }
  .facet-tooltip-toprightoffer-mobile {
    background: white;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #0664c5;
    width: 260px;
    z-index: 101;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    top: 95px;
    left: -260px;
    margin-left: 100%;
    padding: 5px;
    text-align: center; }
  .facet-tooltip-toprightoffer-mobile:after,
  .facet-tooltip-toprightoffer-mobile:before {
    right: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .facet-tooltip-toprightoffer-mobile:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
    top: -14%; }
  .facet-tooltip-toprightoffer-mobile:before {
    border-color: rgba(156, 156, 156, 0);
    border-bottom-color: #d4caca;
    border-width: 13px;
    margin-top: -13px;
    top: -18%; }
  .facet-tooltip-toprightoffer-mobile p {
    margin: 0 0 7px 0;
    line-height: 18px; }
  .card-header:hover .facet-tooltip-toprightoffer-mobile.hidden {
    display: inherit;
    cursor: default; }
  .card-header .facet-tooltip-toprightoffer-mobile.hidden {
    display: none;
    cursor: default; }
  .facet-tooltip-toprightoffer-emerald-mobile {
    background: white;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #0664c5;
    width: 260px;
    z-index: 101;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    top: 95px;
    left: -260px;
    margin-left: 100%;
    padding: 5px;
    text-align: center; }
  .facet-tooltip-toprightoffer-emerald-mobile:after,
  .facet-tooltip-toprightoffer-emerald-mobile:before {
    right: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .facet-tooltip-toprightoffer-emerald-mobile:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
    top: -14%; }
  .facet-tooltip-toprightoffer-emerald-mobile:before {
    border-color: rgba(156, 156, 156, 0);
    border-bottom-color: #d4caca;
    border-width: 13px;
    margin-top: -13px;
    top: -18%; }
  .facet-tooltip-toprightoffer-emerald-mobile p {
    margin: 0 0 7px 0;
    line-height: 18px; }
  .card-header:hover .facet-tooltip-toprightoffer-emerald-mobile.hidden {
    display: inherit;
    cursor: default; }
  .card-header .facet-tooltip-toprightoffer-emerald-mobile.hidden {
    display: none;
    cursor: default; }
  .facet-tooltip-toprightoffer-quartz-mobile {
    background: white;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #0664c5;
    width: 260px;
    z-index: 101;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    top: 95px;
    left: -260px;
    margin-left: 100%;
    padding: 5px;
    text-align: center; }
  .facet-tooltip-toprightoffer-quartz-mobile:after,
  .facet-tooltip-toprightoffer-quartz-mobile:before {
    right: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .facet-tooltip-toprightoffer-quartz-mobile:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
    top: -14%; }
  .facet-tooltip-toprightoffer-quartz-mobile:before {
    border-color: rgba(156, 156, 156, 0);
    border-bottom-color: #d4caca;
    border-width: 13px;
    margin-top: -13px;
    top: -18%; }
  .facet-tooltip-toprightoffer-quartz-mobile p {
    margin: 0 0 7px 0;
    line-height: 18px; }
  .card-header:hover .facet-tooltip-toprightoffer-quartz-mobile.hidden {
    display: inherit; }
  .card-header .facet-tooltip-toprightoffer-quartz-mobile.hidden {
    display: none; }
  .facet-tooltip-toprightoffer-amber-mobile {
    background: white;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #0664c5;
    width: 260px;
    z-index: 101;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    top: 95px;
    left: -260px;
    margin-left: 100%;
    padding: 5px;
    text-align: center; }
  .facet-tooltip-toprightoffer-amber-mobile:after,
  .facet-tooltip-toprightoffer-amber0mobile:before {
    right: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .facet-tooltip-toprightoffer-amber-mobile:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
    top: -14%; }
  .facet-tooltip-toprightoffer-amber-mobile:before {
    border-color: rgba(156, 156, 156, 0);
    border-bottom-color: #d4caca;
    border-width: 13px;
    margin-top: -13px;
    top: -18%; }
  .facet-tooltip-toprightoffer-amber-mobile p {
    margin: 0 0 7px 0;
    line-height: 18px; }
  .card-header:hover .facet-tooltip-toprightoffer-amber-mobile.hidden {
    display: inherit;
    cursor: default; }
  .card-header .facet-tooltip-toprightoffer-amber-mobile.hidden {
    display: none;
    cursor: default; } }

@media screen and (max-width: 1500px) {
  .dayzero {
    margin: 17px 15px 0px 0; }
  .zero1 img {
    width: 300px !important;
    height: auto !important; } }

@media screen and (max-width: 1300px) {
  .dayzero {
    margin: 10px 15px 0px 0; }
  .zero1 img {
    width: 250px !important;
    height: auto !important; } }

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none; } }

@media (max-width: 1285px) {
  .hidden-xl-down {
    display: none; } }

@media (max-width: 1025px) {
  .bf-tick {
    font-size: 2rem !important; }
  .bf-heading,
  .bf-label {
    font-size: 40px;
    color: #222020; }
  .bf-label {
    width: 170px; }
  .gridview > div > .card .background-image {
    background-size: 70px auto !important; }
  .gridview > div > .card .background-image.prod-img {
    background-size: contain !important; }
  .mid-text-tablet {
    width: 100%;
    display: inline-block; }
  .btn.altsectiontxt2 {
    font-size: 0.53rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .dayzero {
    width: 160px;
    height: 45px;
    margin: 10px 15px 0px 0; }
    .dayzero img {
      width: 100%;
      height: auto;
      margin-bottom: 6px; }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.69rem; }
  .btn {
    font-size: 0.775rem !important; }
  .gridview.grid .contentmain {
    padding: 0 !important; }
  .gridview.grid .brand,
  .gridview.grid .model {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 5px auto; }
  .gridview.grid .brand p,
  .gridview.grid .model p {
    text-align: center !important; }
  .gridview.grid .mainhead {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .gridview.grid .mainimg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  h5.card-title {
    font-size: 1rem; }
  .collect-descript {
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis; }
  .collect-descript:after {
    display: inline-block;
    width: 20px;
    position: absolute;
    bottom: 16px;
    right: 0px;
    color: #000; }
  .fashionImgContainer {
    min-height: auto; }
  .tabprice {
    width: 170px;
    text-align: center; }
  .tabletwidewrap {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important; }
  .hidden-md-down {
    display: none !important; }
  .shop-sort-by .icon {
    top: 15px; }
  .tablet-abscenter {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .tabbedsection ul li {
    width: 140px; }
    .tabbedsection ul li a {
      font-size: 0.8rem; }
  .line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px; }
  .btn {
    white-space: normal; }
  .disabledbtn,
  .disabledbtn:hover {
    cursor: inherit !important;
    background: #eff0f1 !important;
    color: #cccccc !important; }
  .BannerSlider div a img {
    width: 100% !important; }
  .discoverheight {
    min-height: 152px; }
  .check button {
    min-width: 90px !important; }
  .tablet-med-text {
    font-size: 14px; }
  img.full-tablet {
    width: 100% !important; }
  .BlogCard p.BlogCardBlurbReviews {
    overflow: hidden;
    height: 50px; }
  .popsearch div.col-4:nth-child(3) {
    display: none; }
  .popsearch div.col-4:nth-child(1),
  .popsearch div.col-4:nth-child(2) {
    width: 50% !important;
    max-width: 50% !important;
    -webkit-box-flex: 50% !important;
    -ms-flex: 50% !important;
    flex: 50% !important; }
  .checkout-title .navbar .search-container {
    margin-left: 156px; }
  .checkout-head .tablet-med-text {
    font-size: 14px; }
  .hidetablet {
    display: none; }
  .showtablet {
    display: inline-block; }
  .tabletnopadding {
    padding: 0 !important; }
  .tabletnomargin {
    margin: 0 !important; }
  .tabletnopaddingleft {
    padding-left: 0 !important; }
  .tabletnopaddingright {
    padding-right: 0 !important; }
  .tabletnomarginright {
    margin-right: 0 !important; }
  .tabletnomarginleft {
    margin-left: 0 !important; }
  .tabletpadding {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .checkout-head .tablet-margin-padding-center {
    padding: 0 !important;
    margin: 0 auto !important; }
  .tabfullwidth {
    width: 100% !important;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .deals-jumbotron {
    padding: 2rem !important; }
  .altView .gridview.grid .contentmain {
    padding: 0 !important; }
  .altView .gridview.grid .brand,
  .gridview.grid .model {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 5px auto; }
  .altView .gridview.grid .brand p,
  .altView .gridview.grid .model p {
    text-align: center !important; }
  .altView .gridview.grid .mainhead {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .altView .gridview.grid .mainimg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    height: auto !important; }
  .altView .altsectiontxt2 {
    font-size: 0.5rem !important; }
  .altsectiontxt3 {
    font-size: 0.7rem !important; } }

.offerprice {
  font-size: 22px; }

.offerprice2 {
  font-size: 16px; }

.catcardimg {
  height: 30px; }

.absbottom {
  position: absolute;
  bottom: 0; }

.smallstars {
  font-size: 12px; }

.page-link {
  font-size: 16px; }

@media (max-width: 991px) {
  #slideInNewsletter {
    bottom: 48px; }
  .discoverheight {
    min-height: 92px; }
  .header-text-limit {
    min-height: 55px !important; }
  .checkout-user {
    display: none !important; }
  .checkout-title .navbar .search-container {
    margin-left: 0px; }
  .checkout-head .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin: 3px auto; }
  .checkout-head a.breadcrumb-item::before {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin: 3px auto; }
  .checkout-head .breadcrumb {
    background: 0 0;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 12px; }
  .checkout-title .navbar .navbar-brand.pricecheck-logo {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 127px;
    height: 90px; }
  .footerterms div p,
  .footerterms div ul li {
    font-size: 13px; }
  .newssignup {
    width: 175px; }
    .newssignup input[type="email"] {
      width: 100%; }
  .checkout-head .title-bar .navbar {
    padding: 0px 0 !important; }
  /*footer .container .appstore {
	 display: inline-block;
	 li a img {
		width: 100%;
	 }
  }*/
  div.visa-product-card {
    padding: 0; }
  div.visa-product-card:nth-child(odd) {
    padding-right: 15px; }
  div.visa-product-card:nth-child(even) {
    padding-left: 15px; } }

@media (max-width: 800px) {
  div.row.no-side-margin.popsearch.mb-4 > div.col-lg-6.col-md-6.col-sm-12.col-xs-12.mb-3.pl-0 {
    padding-right: 0 !important; }
  div.showmobile.hidedesktop.col-12.seemore.pb-2.pt-2.pl-0.pr-0.mb-5.mid-text {
    margin-bottom: 0 !important; }
  body.homepage div.container div.row.no-side-margin.popsearch.mb-4 div.ProductSlider.small-product.recviewslider.relative {
    padding-left: 0 !important; }
  body.homepage div.container div.row.no-side-margin.popsearch.mb-4 div.ProductSlider.recviewslider.relative {
    padding-left: 0 !important; }
  .shop-details-page .search-item .add-compare {
    position: absolute;
    left: 0; }
  .cat-mobile-height {
    height: 500px; }
  .bf-heading,
  .bf-label {
    font-size: 30px;
    color: #222020; }
  .bf-ribbon {
    font-size: 2.125rem;
    margin: 8px 0; }
  .bf-tick {
    font-size: 1.4rem !important; }
  .bf-heading,
  .bf-label {
    font-size: 16px; }
  .tabletwrap {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important; }
  .tabletleftaligned {
    text-align: left !important; }
  .searchbar-dropdown {
    z-index: 999; }
  .tabletfontsizeprice {
    font-size: 1.1875rem;
    /* 19px */ }
  .tabletfontsizetext {
    font-size: 0.8125rem; }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.6rem; }
  .BannerSlider {
    height: 200px; }
  .pagination {
    display: inline-block; }
    .pagination li {
      display: inline-block;
      width: auto !important; }
  .checkout-title {
    padding: 0 !important; }
  .tiered-card.emerald .background-image {
    width: 100% !important;
    height: 100%;
    position: relative;
    z-index: 0; }
  .tiered-card.amber .background-image {
    width: 100% !important;
    height: 100%;
    position: relative;
    z-index: 0; }
  .grid-toggle-controller {
    height: 100% !important; }
  .gridview.list > div .col-price {
    border-left: 1px solid #e6e6e7; }
  .has-small-offers {
    border-right: 1px solid #e7e7e7 !important;
    border-left: none !important;
    border-bottom: 1px solid #e7e7e7; }
  #toggle-list {
    display: inline-block !important; }
  #toggle-grid {
    display: inline-block !important; }
  #idx-variant-container {
    margin-top: 15px; }
  .price strong {
    font-size: 1.1rem; }
  .title-bar .user-links .user-logged-in,
  .title-bar .user-links .user-not-logged-in {
    margin-left: 20px; }
  .BlogCardBlurb {
    min-height: 164px;
    max-height: 100px; }
  .BlogCard .BlogCardImg {
    position: relative;
    min-height: 170px;
    max-height: 170px;
    width: 100%; }
  .mobile-spacer {
    width: 90% !important;
    margin: 4px 3px;
    font-weight: bold; }
  .mobile-spacer-width {
    width: 96% !important; }
  .mobile-spacer-price {
    margin: 5px; }
    .mobile-spacer-price p span {
      font-weight: bold; }
  .w-94 {
    width: 90%; }
  .w-90 {
    width: 95%; }
  .check button {
    min-width: 85px !important; }
  .checkout-title .navbar .navbar-brand.pricecheck-logo {
    left: 10px; }
  .checkout-title .navbar .navbar-brand.pricecheck-logo {
    top: 2px !important; }
  .ProductSlider .siema div .ProductInfo {
    position: relative;
    width: 200px;
    margin: 0 auto; }
  .tablet-padding-center {
    padding: 0 3rem; }
  .tablet-relative {
    position: relative !important; }
  .tabletnopadding {
    padding: 0 !important; }
  .tabletnomargin {
    margin: 0 !important; }
  .tabletnopaddingleft {
    padding-left: 0 !important; }
  .tabletnopaddingright {
    padding-right: 0 !important; }
  .tabletnomarginright {
    margin-right: 0 !important; }
  .tabletnomarginleft {
    margin-left: 0 !important; }
  .tabletnomargincenter {
    margin: 0 auto !important; }
  .tablet-center {
    text-align: center !important; }
  .tablet-w100 {
    width: 100% !important; }
  .imgauto-sm {
    width: 150px !important; }
  .iconsmall {
    font-size: 50px;
    z-index: 99; }
  .text-center-sm {
    text-align: center !important; }
  .mobile-nofull-height {
    height: auto !important;
    min-height: auto !important; }
  .title-bar .user-links .user-logged-in,
  .title-bar .user-links .user-not-logged-in {
    margin-left: 0px; }
  .title-bar .user-links .user-logged-in,
  .title-bar .user-links .user-not-logged-in {
    padding-right: 10px; }
  .deals-jumbotron {
    padding: 2rem !important; }
    .deals-jumbotron .lead {
      font-size: 16px !important;
      text-align: center; }
    .deals-jumbotron .altView .gridview.list > div .col-price {
      border-left: 1px solid #e6e6e7; }
    .deals-jumbotron .altView .altsectionbtn {
      padding-right: 0 !important; }
    .deals-jumbotron .altView .altsectiontxt {
      font-size: 0.72rem !important; }
  .bg-rp {
    background: #f2f2f2 url("/images/bg-discover.png") repeat-x;
    background-size: auto 100%; } }

@media (max-width: 769px) {
  .hidden-md-port-down {
    display: none !important; }
  .tabbedsection ul li {
    width: 158px; }
  .text-elipsis {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden; }
  .catalogue p a.blurb-text {
    font-size: 0.7125rem; } }

@media (max-width: 767px) {
  div.visa-product-card {
    padding: 0 !important; } }

@media (max-width: 680px) {
  .shop-details-page .search-item .add-compare {
    position: relative;
    left: 0; }
  .bf-tick {
    font-size: 0.6rem !important;
    font-weight: bold; }
  .BannerSlider {
    margin: 0 auto;
    height: auto; }
  .hidden-smm-down {
    display: none !important; }
  .main-nav {
    display: none; }
  .outbound-tab {
    height: auto; }
  .emerald .sideBg p {
    font-size: 1rem; } }

@media (max-width: 650px) {
  #slider-content-pop-products h5.block-with-text-2lines {
    height: auto;
    min-height: auto;
    max-height: auto; }
  .title-bar .navbar .mobile-main-nav .nav-link {
    font-size: 0.8rem;
    font-weight: 400; }
  .merchants .trusted-shop,
  .merchants .marketplace {
    padding-top: 0.1rem;
    padding-bottom: 1rem; }
  .merchants .list-group-item .row > div {
    padding: 0 5px !important; }
  .merchants .view-offer {
    padding: 0.8rem 0;
    display: inline-block; }
  .page-link {
    padding: 0 4px; }
  .absbottom {
    position: relative; }
  .BlogCardBlurb {
    min-height: 150px;
    max-height: 400px; }
  .mobile-margin {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .checkout-title .navbar .search-container {
    padding: 50px 2px 0 2px; }
  .mobile-absolute {
    position: absolute !important; }
  .checkout-head .breadcrumb-item + .breadcrumb-item::before,
  .checkout-head a.breadcrumb-item::before {
    margin: 0px auto; }
  .checkout-title .navbar .navbar-brand.pricecheck-logo {
    left: 10px;
    top: -33px; }
  .inline-mobile {
    display: inline; }
  footer {
    padding: 30px;
    overflow-x: hidden; }
  .SliderImg {
    border: 0; }
  .hidemobile {
    display: none; }
  .showmobile {
    display: inline-block; }
  .halfwidth {
    width: 50% !important;
    float: left;
    display: inline-block; }
  .text-right-xs {
    text-align: right !important; }
  .text-left-xs {
    text-align: left !important; }
  .grid-toggle-controller .text-align-xs-none {
    text-align: left !important; }
  .quarterwidth {
    width: 33.3% !important; }
  .threequarterwidth {
    width: 75% !important; }
  .hidden-xs-down {
    display: none; }
  .no-side-margin {
    margin-left: 0;
    margin-right: 0; }
  .BlogCardBG {
    background-size: 96% auto;
    background-position: center center; }
  .BlogCardUserReview {
    margin: 10px auto;
    padding: 0 !important;
    width: 380px; }
  .mobilenopadding {
    padding: 0 !important; }
  .mobilenomargin {
    margin: 0 !important; }
  .seemore {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; }
  .m-sm-0 {
    margin: 0 !important; }
  .imgauto-sm {
    width: 150px !important; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .gridimg {
    min-height: 160px; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (max-width: 600px) {
  .text-center-xs {
    text-align: center !important; }
  .thetool .midline-text {
    font-size: 0.8rem !important; }
  .searchpage #hotSpotLeft {
    display: none !important; }
  .searchpage #hotSpotRight {
    display: none !important; }
  .absolute-sm {
    position: absolute; }
  .slideInNewsletter {
    padding: 20px 40px; }
    .slideInNewsletter p {
      width: 100% !important;
      font-size: 1rem; }
    .slideInNewsletter h1 {
      font-size: 3rem; }
    .slideInNewsletter button {
      width: 60% !important; }
      .slideInNewsletter button span {
        font-size: 1rem; }
  .no-flex-basis {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important; }
  /* importer styling */
  .small-offers .col-4:nth-child(3) .facet-tooltip-offer-mobile {
    float: right;
    width: 267px;
    position: absolute;
    z-index: 999;
    right: 0; }
    .small-offers .col-4:nth-child(3) .facet-tooltip-offer-mobile p {
      padding-bottom: 8px;
      padding-top: 8px;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 0;
      line-height: normal; }
  .small-offers .col-4:nth-child(3) .facet-tooltip-offer-mobile:before {
    border-color: transparent;
    border-bottom-color: transparent;
    border-width: 22px;
    margin-top: 0;
    top: 0;
    right: 68px; }
  .small-offers .col-4:nth-child(3) .facet-tooltip-offer-mobile:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-top: -10px;
    top: -10px;
    right: 70px; }
  .small-offers .col-4:nth-child(1) .facet-tooltip-offer-mobile {
    width: 320px; }
    .small-offers .col-4:nth-child(1) .facet-tooltip-offer-mobile p {
      padding-bottom: 8px;
      padding-top: 8px;
      padding-left: 2px;
      padding-right: 2px;
      margin-bottom: 0;
      line-height: normal; }
  .small-offers .col-4:nth-child(1) .facet-tooltip-offer-mobile:before {
    border-color: transparent;
    border-bottom-color: transparent;
    border-width: 22px;
    margin-top: 0;
    top: 0;
    right: 68px; }
  .small-offers .col-4:nth-child(1) .facet-tooltip-offer-mobile:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-top: -10px;
    top: -10px;
    right: auto;
    left: 10px; }
  .small-offers .col-4:nth-child(2) .facet-tooltip-offer-mobile {
    width: 218px; }
    .small-offers .col-4:nth-child(2) .facet-tooltip-offer-mobile p {
      padding-bottom: 8px;
      padding-top: 8px;
      padding-left: 2px;
      padding-right: 2px;
      margin-bottom: 0;
      line-height: normal; }
  .small-offers .col-4:nth-child(2) .facet-tooltip-offer-mobile:before {
    border-color: transparent;
    border-bottom-color: transparent;
    border-width: 22px;
    margin-top: 0;
    top: 0;
    right: 68px; }
  .small-offers .col-4:nth-child(2) .facet-tooltip-offer-mobile:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-top: -10px;
    top: -10px;
    right: auto;
    left: 10px; }
  .cat-overlay {
    top: 30% !important; }
  .btn.mobile-small-font,
  .mobile-small-font {
    font-size: 0.8rem !important; }
  .prm-write-review {
    font-size: 0.8125rem !important; }
  .shop-details-page .tabbedsection .nav-tabs .nav-item {
    background: #f7f7f7; }
  .shop-details-page .mobile-auto-center {
    margin: 0 auto; }
  .shop-details-page #topoffers > .row:first-child {
    border-top: none !important; }
  .shop-details-page #topoffers .search-item.grey-border, .shop-details-page #topoffers .searchbar-dropdown .container .row .search-item.card.Quartz-border, .searchbar-dropdown .container .row .shop-details-page #topoffers .search-item.card.Quartz-border {
    border-bottom: 1px solid #e7e7e7 !important;
    border-right: none !important; }
    .shop-details-page #topoffers .search-item.grey-border div, .shop-details-page #topoffers .searchbar-dropdown .container .row .search-item.card.Quartz-border div, .searchbar-dropdown .container .row .shop-details-page #topoffers .search-item.card.Quartz-border div {
      border: none !important; }
    .shop-details-page #topoffers .search-item.grey-border div.shopdscr, .shop-details-page #topoffers .searchbar-dropdown .container .row .search-item.card.Quartz-border div.shopdscr, .searchbar-dropdown .container .row .shop-details-page #topoffers .search-item.card.Quartz-border div.shopdscr {
      text-align: center; }
  #viewer {
    padding-top: 0 !important; }
    #viewer #viewer-controls {
      position: relative !important; }
    #viewer #viewer-arrows {
      position: absolute !important; }
  input.bf-input {
    -webkit-appearance: none;
    border-radius: 0; }
  .bf-ribbon {
    font-size: 0.9rem;
    margin: 8px 0; }
  .bf-heading,
  .bf-label {
    font-size: 14px;
    color: #222020; }
  .bf-label {
    width: 100px; }
  h3.bf-news {
    font-size: 2rem !important; }
  .slideInNewsletter h1.bf-news {
    font-size: 2rem; }
  .bf-heading-modal {
    letter-spacing: 4px;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 50px; }
  .gridview > div > .card .card-title {
    text-align: center !important; }
  .slideInNewsletter {
    max-width: 350px;
    right: 0;
    bottom: 0;
    padding-bottom: 60px; }
  .slideInNewsletter,
  .slideInNewsletter .dz-logo,
  .slideInNewsletter form {
    display: inline-block;
    width: 100%; }
  .slideInNewsletter p {
    margin: 10px auto 0 auto;
    font-size: 21.3px; }
  .slideInNewsletter button {
    color: #fff;
    border: none;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 27px !important;
    cursor: pointer;
    padding: 5px 7px !important; }
  .outbound-tab {
    height: auto; }
  .block-with-text-3lines {
    line-height: 1.2rem; }
  .small-offers .icon-Icons_Corner-orange {
    font-size: 16px !important; }
  .small-offers .icon-Icons_Corner-green {
    font-size: 16px !important; }
  .small-offers .icon-Icons_Corner-grey {
    font-size: 16px !important; }
  .gridview.list > div .card.has-small-offers .small-offers > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    max-width: 33% !important; }
  .gridview.list > div .card.has-small-offers .small-offers > div.mregr8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .gridview.list > div .card.has-small-offers .col-price {
    border-bottom: none !important;
    border-top: none !important; }
  .mobile-small-offers .col-4:nth-child(3) .card {
    border: none !important; }
  .icon-Icons_Corner-orange {
    font-size: 36px; }
  .icon-Icons_Corner-grey {
    font-size: 36px; }
  .icon-Icons_Corner-green {
    font-size: 36px; }
  .pcvideo iframe {
    width: 100% !important; }
  .mobile-nofull-height {
    height: auto !important;
    min-height: auto !important; }
  .d-inline-block-mobile {
    display: inline-block !important; }
  .tabbedsection ul li {
    width: 120px; }
  #idx-variant-container .variants-type {
    display: inline-block;
    width: 100%; }
    #idx-variant-container .variants-type .input-group-prepend {
      display: inline-block;
      width: 100%; }
    #idx-variant-container .variants-type button {
      display: inline-block; }
  .BannerSlider .container {
    margin-bottom: 0 !important; }
  .curated-big {
    min-height: 280px;
    max-height: 280px; }
  .w-94 {
    width: 95%; }
  .checkout-title .navbar .search-container {
    padding: 85px 2px 0; }
  .mobile-spacer-width {
    width: 98% !important; }
  .mobile-side-padding {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .mobile-side-margin {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mobile-min-height {
    min-height: 240px !important; }
  .page-link {
    padding: 5px 13px; }
  .altView .gridview.list > div .card.has-small-offers .small-offers > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    max-width: 33% !important; }
  .altView .gridview.list > div .card.has-small-offers .small-offers > div.mregr8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .altView .gridview.list > div .card.has-small-offers .col-price {
    border-bottom: none !important;
    border-top: none !important; }
  .altView .gridview {
    border-right: 1px solid #e9ecef !important; } }

@media (max-width: 500px) {
  .bigger-text {
    line-height: 2rem; }
  .cat-mobile-font {
    font-size: 2rem !important; }
  .cat-mobile-font2 {
    font-size: 1.2rem !important; }
  .mb-xs-0 {
    margin-bottom: 0 !important; }
  .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    top: 64px; }
  .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    top: 64px; }
  .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    top: 69px !important; }
  .bs-wizard > .bs-wizard-step > .bs-wizard-dot > span {
    top: 10px; }
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 14px;
    font-weight: 400;
    min-height: 44px; }
  .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot > span {
    top: 1px; }
  .merchants .view-offer {
    font-size: 15px; }
  .text-center-sm {
    text-align: center !important; }
  .btn {
    font-size: 0.7rem !important;
    padding: 9px 7px !important; }
  .gridview.list > div .col-price {
    border-left: none; }
  .title-bar .navbar .searchbar-w-100 .btn.btn-primary i {
    line-height: 36px !important; }
  .mobileoffer .icon-Icons_Corner-green {
    left: -12px !important;
    top: -5px; }
  .h4,
  h4 {
    font-size: 1.3rem; }
  .h3,
  h3 {
    font-size: 1.2rem; }
  .mobile-center {
    text-align: center !important; }
  .mobile-left {
    text-align: left !important; }
  .checkout-head {
    margin-top: 76px; }
  .checkout-title .navbar .navbar-brand.pricecheck-logo {
    left: 0;
    right: 0;
    top: -28px !important;
    bottom: 0;
    margin: auto !important; }
  .hidden-sm-down {
    display: none !important; }
  .checkout-head .breadcrumb {
    font-size: 8px !important; }
  .checkout-title .navbar .search-container {
    padding: 85px 2px 0; }
  .text-left-xs {
    text-align: left !important; }
  .small-text-mobile {
    font-size: 13px; }
  .BlogCardBlurb {
    min-height: 100px;
    max-height: 400px; }
  .green-border, .tiered-card.green-border, .searchbar-dropdown .container .row .card.Emerald-border,
  .searchbar-dropdown .container .row .card.Emerald-border,
  .searchbar-dropdown .container .row .tiered-card.card.Emerald-border,
  .tiered-card.green-border,
  .searchbar-dropdown .container .row .tiered-card.card.Emerald-border {
    min-height: auto; }
  .mobile-margin-bottom {
    margin-bottom: 10px !important; }
  .mobile-margin-top {
    margin-top: 10px !important; }
  .mobile-margin-bottom-small {
    margin-bottom: 5px !important; }
  .mobile-margin-top-small {
    margin-top: 5px !important; }
  .my-sm {
    margin: 5px 8px !important; }
  .py-sm {
    padding: 8px 0 !important; }
  .px-sm {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-m-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .pt-sm {
    padding-top: 0 !important; }
  .pb-sm {
    padding-bottom: 0 !important; }
  .mt-sm-0 {
    margin-top: 0rem !important; }
  .mb-sm-0 {
    margin-bottom: 0rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .pt-sm-0 {
    padding-top: 0rem !important; }
  .pb-sm-0 {
    padding-bottom: 0rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .pt-ssm-3 {
    padding-top: 1rem !important; }
  .pb-ssm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pl-m-4 {
    padding-left: 1.5rem !important; }
  .pr-m-4 {
    padding-right: 1.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .ml-sm-0 {
    margin-left: 0rem !important; }
  .mr-sm-0 {
    margin-right: 0rem !important; }
  .mx-sm {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mobile-margin-bottom-none {
    margin-bottom: 0px !important; }
  .mobile-height-auto {
    height: auto !important;
    min-height: auto !important; }
  .mobile-width-auto {
    width: auto !important; }
  .mobile-w-50 {
    width: 50%; }
  .mobile-w-80 {
    width: 80% !important; }
  .mobile-w-90 {
    width: 90% !important; }
  .mobile-w-100 {
    width: 100% !important; }
  .mobile-absolute {
    position: absolute; }
  .float-none-sm {
    float: none !important; }
  .bottom-mobile {
    bottom: 0 !important;
    top: auto; }
  .tabs-container-lists .nav-tabs .nav-item .nav-link {
    font-size: 11px;
    padding: 0.5rem 0.3rem; }
  .altView .gridview.list > div .col-price {
    border-left: none; }
  .altView .gridview > div .small-offers .background-image {
    margin: 0;
    background-size: 70px auto !important; } }

@media (max-width: 390px) {
  .page-link {
    padding: 0 6px; }
  .bf-heading,
  .bf-label {
    font-size: 17px;
    color: #222020; }
  .slideInNewsletter {
    padding: 20px 15px; }
  .slideInNewsletter > p {
    font-size: 16px; } }

@media (max-width: 340px) {
  .btn.mobile-small-font,
  .mobile-small-font {
    font-size: 0.6rem !important; }
  .bf-tick {
    font-size: 0.56rem !important;
    font-weight: bold; }
  .page-link {
    padding: 0 4px; }
  .px-ssm {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .px-ssm .smile_logo {
      width: 85px !important; } }

@media (min-width: 300px) {
  .hidden-sm-up {
    display: none !important; } }

@media (min-width: 780px) {
  .hidden-md-up {
    display: none !important; } }

@media (min-width: 700px) {
  .bf-tick {
    font-family: montextralight_demo; }
  .hidden-md-port-up {
    display: none !important; }
  input.bf-input::-webkit-input-placeholder {
    color: transparent; }
  input.bf-input::-moz-placeholder {
    color: transparent; }
  input.bf-input::-ms-input-placeholder {
    color: transparent; }
  input.bf-input::placeholder {
    color: transparent; }
  input.bf-input::-webkit-input-placeholder {
    color: transparent; }
  /* import styling */
  .thetool p {
    margin-bottom: 0;
    margin-top: 4px; }
  .thetool p span {
    font-size: 0.8rem !important;
    cursor: default; }
  .thetool .midline-text {
    font-size: 0.8rem !important; }
  .facet-tooltip-offer {
    width: 300px;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.42);
    top: 168px;
    left: -320px;
    margin-left: 100%; }
    .facet-tooltip-offer p {
      margin-bottom: 0px;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 5px;
      padding-right: 5px;
      line-height: normal; }
  .facet-tooltip-offer:before {
    border-color: transparent;
    border-bottom-color: transparent;
    border-width: 13px;
    margin-top: -13px;
    top: -14%; }
  .facet-tooltip-offer:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-top: -10px;
    top: -14%; }
  .facet-tooltip-offer:after,
  .facet-tooltip-offer:before {
    right: 110px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .facet-tooltip-productpage-small-offer {
    margin-top: 30px; }
  .small-offers .col:nth-child(1) .facet-tooltip-productpage-small-offer {
    left: -283px; }
  .small-offers .col:nth-child(2) .facet-tooltip-productpage-small-offer {
    left: -273px; }
  .small-offers .col:nth-child(3) .facet-tooltip-productpage-small-offer {
    left: -273px; }
  .facet-tooltip-productpage-small-offer:before {
    border-color: transparent;
    border-bottom-color: transparent; }
  .facet-tooltip-productpage-small-offer:after,
  .facet-tooltip-productpage-small-offer:before {
    right: auto; } }

@media (max-width: 700px) {
  .slideInNewsletter h1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 80px;
    bottom: 0 !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; }
  .container-departments {
    width: 855px;
    margin-left: 0;
    padding-left: 0; }
  .hidden-lg-up {
    display: none !important; }
  .container {
    max-width: 980px; }
  .gridview.list > div {
    border-top: none !important; }
  .gridview.list > div .card.has-small-offers .col-price {
    border-bottom: 1px solid #e9ecef !important; }
  .gridview.grid .contentmain,
  .gridview.grid .borderDark-top-1,
  .gridview.grid .borderDark-left-1 {
    border: none !important; }
  .gridview.grid .mainimg {
    border-top: none !important; }
  .gridview.grid .mainhead {
    border-top: none !important; }
  .gridview.grid > div > .card {
    border-right: 1px solid #e9ecef !important; }
  .gridview.list > div > .card {
    border-right: 1px solid #e9ecef !important; }
  .has-no-offer .contentmain {
    border-bottom: none !important; }
  .gridview.grid .has-no-offer .has-no-offer-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gridview.grid .has-no-offer .has-no-offer-card .rowgrid {
    display: inline-block;
    width: 100%; }
  .gridview.grid .has-no-offer .has-no-offer-card .rowgrid h5.card-title {
    text-align: center; }
  .gridview.grid .has-small-offers .has-no-offer-card {
    display: inline-block;
    position: relative;
    top: 0px !important; }
  .altView .gridview.list > div {
    border-top: none !important; }
  .altView .gridview.grid > div > .card > .card-body, .p-2, .gridview.grid > div > .card > .card-body {
    padding: 0 !important; }
  .altView .gridview.grid .has-small-offers {
    height: 100%;
    border-right: 1px solid #e9ecef !important; }
  .altView .gridview.list > div div.no-offer-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .altView .gridview.list > div .card.has-small-offers .col-price {
    border-bottom: none !important; }
  .altView .gridview.grid div.contentmain {
    border: none !important; }
  .altView .gridview.list div.contentmain {
    border-bottom: none !important; }
  .altView .gridview.grid .has-no-offer .has-no-offer-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .altView .gridview.grid .has-no-offer .has-no-offer-card .rowgrid {
    display: inline-block;
    width: 100%; }
  .altView .gridview.grid .has-no-offer .has-no-offer-card .rowgrid h5.card-title {
    text-align: center; }
  .altView .gridview.grid .has-small-offers .has-no-offer-card {
    display: inline-block;
    position: relative;
    top: 0px !important; }
  .altView .gridview.grid .contentmain.vert-center {
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .altView .gridview > div > .card .clientimg {
    height: 40px !important; }
  .altView .gridview.list .offerdivide .col-12 {
    min-height: 40px; }
  .altView .gridview.grid .card-title,
  .altView .gridview.grid .starz {
    margin-bottom: 0 !important; }
  .altView .gridview.grid .mainhead .card-title {
    min-height: 15px !important; }
  .altView .gridview.grid .mainhead .card-title a {
    min-height: 15px !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; }
  .container {
    max-width: 1200px; }
  .flex-promo-plus-user-links .flex-item.flex2 {
    -ms-flex-preferred-size: -100px !important;
    flex-basis: -100px !important; }
  .newssignup {
    width: 240px; } }

#cart-total-qty-mobi-updated {
  background-color: #868e96;
  -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s;
  /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0% {
    background-color: rgba(43, 198, 83, 0.8); }
  15% {
    background-color: #868e96; }
  30% {
    background-color: rgba(43, 198, 83, 0.8); }
  45% {
    background-color: #868e96; }
  60% {
    background-color: rgba(43, 198, 83, 0.8); }
  75% {
    background-color: #868e96; }
  90% {
    background-color: rgba(43, 198, 83, 0.8); }
  100% {
    background-color: #868e96; } }

/* Standard syntax */
@keyframes example {
  0% {
    background-color: rgba(43, 198, 83, 0.8); }
  15% {
    background-color: #868e96; }
  30% {
    background-color: rgba(43, 198, 83, 0.8); }
  45% {
    background-color: #868e96; }
  60% {
    background-color: rgba(43, 198, 83, 0.8); }
  75% {
    background-color: #868e96; }
  90% {
    background-color: rgba(43, 198, 83, 0.8); }
  100% {
    background-color: #868e96; } }

.cart-tooltip .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #2bc653;
  border-radius: 0.25rem; }

.whiteStar {
  color: #e4e3e4; }

.productpage .offer-shop-logo {
  width: 60%;
  max-width: 100%;
  padding-top: 20%; }

span.remove-category-filter {
  cursor: pointer; }

body.only-pay-shipping button.visa-search-button {
  padding: 0.5rem 0.5rem !important; }

body.only-pay-shipping div.visa-slider {
  margin-left: 0 !important;
  margin-right: 0 !important; }

body.only-pay-shipping a.visa-add-to-cart-btn {
  margin-bottom: 0.45rem; }

div#visa-products-container {
  margin: 0;
  padding: 0; }

div.visa-product-card {
  margin-bottom: 30px; }

.adspace.only-this-ad-grey-border-bottom {
  border-bottom: 20px solid #f0f0f0 !important; }

@media (max-width: 680px) {
  .increase-size-of-x {
    font-size: 18px; }
  .align-right-browse-in-box {
    padding-left: 8px; } }

.slideInHalloween {
  font-family: "Myriad Pro", sans-serif;
  background-position: center right !important;
  background-size: 100% 100%;
  position: fixed;
  bottom: 20px;
  right: -1200px;
  opacity: 1;
  z-index: 99;
  color: #000000;
  padding: 10px 10px;
  display: inline-block; }
  .slideInHalloween .dz-close-halloween {
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 2px 9px 0;
    font-size: 16px;
    cursor: pointer; }

.slideInHalloween {
  -webkit-animation-name: blackfridayslidein1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes blackfridayslidein1 {
  0 {
    right: -1200px; }
  100% {
    right: 0px; } }

@keyframes blackfridayslidein1 {
  0 {
    right: -1200px; }
  100% {
    right: 0px; } }

@media (max-width: 680px) {
  .increase-size-of-x {
    font-size: 18px; }
  .align-right-browse-in-box {
    padding-left: 8px; } }

div.visa-product-card {
  margin-bottom: 30px; }

.block-with-text-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 45px;
  line-height: 21px; }

body:before {
  content: "phone";
  display: none;
  /* Prevent from displaying. */ }

@media (min-width: 700px) {
  body:before {
    content: "tablet"; } }

@media (min-width: 991px) {
  body:before {
    content: "desktop"; } }

#slider-controls-small-popular-products > span.prev.icon.icon-Icons_Circle-arrow-left {
  display: block !important; }

/* styling for nav bar on desktop view */
hr.travel-lines {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.3rem;
  margin-bottom: 0.3rem; }

.travel-list-item {
  color: #29395d;
  background-color: #f2f2f2; }

.travel-container {
  background-color: #f2f2f2;
  padding: 10px !important;
  color: #29395d;
  font-size: 0.875rem !important; }

.travel-container-width {
  width: 200px; }

@media (min-width: 768px) {
  .container-departments {
    width: 855px;
    margin-left: 0;
    padding-left: 0; } }

@media (max-width: 768px) {
  .homepage header.mb-2 div.container-fluid.main-nav.mb-0.hidden-sm-down {
    display: none; } }

.bg-color-travel-menu {
  background-color: transparent; }

.product-page-h1-font {
  font-size: 1.5rem; }

@media (max-width: 500px) {
  .product-page-h1-font {
    font-size: 1.3rem; } }

.ticker-bf-ea {
  background-image: url("https://images.pricecheck.co.za/images/objects/curated/bf-2020-early-access-ticker.png"); }

.ticker-bf {
  background-image: url("https://images.pricecheck.co.za/images/objects/curated/bf-2020-ticker.png"); }

.ticker-cm {
  background-image: url("https://images.pricecheck.co.za/images/objects/curated/cm-2020-ticker.png"); }

.ticker-bday {
  background-image: url("https://images.pricecheck.co.za/images/objects/curated/bday-2021-ticker.png"); }

.desktop-ticker {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; }
  @media (min-width: 1601px) {
    .desktop-ticker {
      height: 55px; } }
  @media (max-width: 1600px) {
    .desktop-ticker {
      height: 40px; } }

.mobile-ticker {
  position: relative;
  height: 40px; }

.mobile-ticker.ticker-bf-ea {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240%; }

.mobile-ticker.ticker-bf {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 214%; }

.mobile-ticker.ticker-cm {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 207%; }

.mobile-ticker.ticker-bday {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://images.pricecheck.co.za/images/objects/curated/bday-2021-ticker-m.png"); }

.featured-product-slider-discount {
  background: #ec3925 !important;
  height: 33px !important; }

/*20191121 custom styling for breadcrumb -Dom //keep after BF */
.breadcrumb-item a {
  color: #29395d !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important; }

.breadcrumb-item:last-child a {
  color: #a0a0a0 !important; }

.featured-product-slider-discount {
  background: #ec3925 !important;
  height: 33px !important; }

/* [sales-menu-css-20200124] - pieter */
#navbarNavDropdown .nav-item > a[href="/sale?itm_source=nav_bar&itm_medium=banner&itm_campaign=sale_140619&itm_content=sale_140619"] {
  color: #ec3925 !important; }

div.price-slider {
  padding: 3em 0 0;
  height: auto;
  margin-bottom: 1rem; }
  div.price-slider .noUi-target {
    background: #ebebec;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  div.price-slider .noUi-horizontal {
    height: 4px; }
    div.price-slider .noUi-horizontal .noUi-handle {
      left: -6px;
      top: -4px; }
  div.price-slider .noUi-connect {
    background: #ebebec;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  div.price-slider .noUi-handle {
    border: none;
    border-radius: 100%;
    background: #c0c0c0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 12px;
    height: 12px; }
    div.price-slider .noUi-handle:before, div.price-slider .noUi-handle:after {
      display: none; }
  div.price-slider .noUi-tooltip {
    display: block;
    position: absolute;
    border: none;
    border-radius: 3px;
    background: #36c459;
    color: #fff;
    padding: 5px;
    text-align: center;
    white-space: nowrap; }
    div.price-slider .noUi-tooltip:before {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #36c459 transparent transparent transparent;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.price-inputs .btn.btn-primary {
  background: #fdb75b;
  border-color: #fdb75b; }

.offer .offer-score-badge {
  position: relative;
  background: #27c752;
  height: 5.5rem !important;
  width: 6rem !important;
  border-radius: 0.25rem; }
  .offer .offer-score-badge:after {
    content: "";
    position: absolute;
    top: 5.36rem;
    left: 39%;
    margin-left: -38px;
    width: 0;
    height: 0;
    border-top: solid 33px #27c752;
    border-left: solid 50px transparent;
    border-right: solid 48px transparent;
    z-index: -2;
    border-radius: 10px; }
  .offer .offer-score-badge .score-text {
    font-size: 2.8em;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    width: 5.2rem;
    text-align: center;
    background: #54d275;
    border-top: 0.45rem #27c752 solid;
    border-bottom: 0.45rem #54d275 solid;
    border-radius: 0.5rem;
    height: 100%;
    padding-top: 23px; }
    .offer .offer-score-badge .score-text:after {
      content: "";
      position: absolute;
      top: 5.33rem;
      left: 38%;
      margin-left: -28px;
      width: 0;
      height: 0;
      border-top: solid 25.5px #54d275;
      border-left: solid 40px transparent;
      border-right: solid 40px transparent;
      z-index: -1; }
  .offer .offer-score-badge .badge-text {
    color: #fff;
    font-size: 0.85em;
    width: 6rem;
    margin-top: -20px;
    z-index: 1;
    text-align: center;
    font-weight: 900;
    line-height: 1.25em; }

.offer .offer-score-container {
  padding-bottom: 2.5rem;
  float: left; }

.offer .expert-review-link {
  margin-left: 32%;
  font-size: 0.85em; }

.offer .offer-sticky {
  padding-bottom: 25rem;
  z-index: 0; }

.offer .side-bar-offer .spoffer-shop-logo,
.offer .side-bar-spoffer .spoffer-shop-logo {
  width: auto; }

.offer .side-bar-offer .offer-shop-logo,
.offer .side-bar-spoffer .offer-shop-logo {
  width: auto; }

.offer .side-bar-offer .offer-shop-name,
.offer .side-bar-spoffer .offer-shop-name {
  font-size: 0.95em;
  word-wrap: break-word; }

.offer .product-details-table .feature-icons img {
  max-height: 45px;
  width: auto; }

.offer .incorrect-offer-trigger:hover,
.offer .question-offer-trigger:hover,
.offer .trigger-product-review span:hover {
  cursor: pointer;
  text-decoration: underline; }

.offer .trigger-product-review span {
  color: #0664c6; }

.offer .incorrect-offer-card .card-img-top {
  width: 6rem; }

.offer .incorrect-offer-card .card-text span img {
  max-width: 7rem;
  padding-left: 2rem; }

.offer .feature-icons p {
  /* word-break: break-all; */
  overflow-wrap: break-word; }

.offer .review-body.collapse.show {
  display: inline; }

.select-rating .star-rating {
  height: 25px; }
  .select-rating .star-rating .empty-star {
    background: url(../../../images/icons/sprites.svg) 6px 60px;
    width: 30px;
    height: 20px;
    display: inline-block;
    background-size: 30px; }
  .select-rating .star-rating .empty-star:hover {
    cursor: pointer; }
  .select-rating .star-rating .selected-star {
    background: url(../../../images/icons/sprites.svg) 95px 40px;
    width: 30px;
    height: 20px;
    display: inline-block;
    background-size: 30px; }
  .select-rating .star-rating .selected-star:hover {
    cursor: pointer; }

.btn.variants {
  background-color: #efefef; }

button.variants.disabled {
  background-color: #fcfcfc !important;
  color: #efefef !important; }

.btn.variants.selected {
  border: 1px;
  border-color: #f38f29 !important;
  font-weight: bold !important; }

div.accordion-body > div.accordion-inner {
  overflow-wrap: break-word; }

.gridview > div > .card .background-image {
  height: 140px;
  margin-bottom: 1.875rem; }
  @media (min-width: 992px) {
    .gridview > div > .card .background-image {
      height: 150px; } }

.gridview > div > .card .card-title {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  .gridview > div > .card .card-title a {
    color: #0664c6;
    font-size: 1rem; }
  @media (min-width: 992px) {
    .gridview > div > .card .card-title {
      text-align: left; } }

.gridview > div > .card .star-rating,
.gridview > div > .card .free-delivery,
.gridview > div > .card .category-text {
  font-size: 0.8125rem; }

.gridview > div > .card .star-rating {
  color: #999; }

.gridview > div > .card .free-delivery {
  color: #a0a0a0; }

.gridview > div > .card .category-text {
  color: #a0a0a0; }
  .gridview > div > .card .category-text a {
    color: #666666; }

.gridview > div > .card .description-text,
.gridview > div > .card .model-text {
  font-size: 0.8125rem; }

.gridview > div > .card .description-text {
  color: #666666; }

.gridview > div > .card .model-text {
  color: #a0a0a0; }

.gridview > div > .card .price {
  font-size: 0.875rem;
  line-height: 1.125rem; }
  .gridview > div > .card .price strong {
    font-size: 1.125rem; }
  .gridview > div > .card .price b {
    font-weight: normal;
    color: #232f3e; }

.gridview > div .small-offers .icon.icon-Icons_Corner-green {
  font-size: 45px; }

.gridview > div .small-offers .background-image {
  height: 35px;
  margin: 0;
  background-size: auto; }

.gridview > div .small-offers .col .row .col-12:last-child {
  background-color: #f7f7f7; }

.gridview > div .small-offers .star-rating {
  min-height: 19px; }

.gridview > div .small-offers .view-offer {
  font-size: 0.8125rem; }

@media (max-width: 991px) {
  .gridview.list {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; } }

.gridview.list > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .gridview.list > div {
      border-top: 1px solid #e6e6e7; }
      .gridview.list > div .col-price {
        border-left: 1px solid #e6e6e7; } }
  @media (min-width: 992px) {
    .gridview.list > div .card.has-small-offers .col-price {
      border-bottom: 1px solid #e6e6e7; } }
  @media (max-width: 991px) {
    .gridview.list > div .card.has-small-offers .small-offers > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .gridview.list > div .card.has-small-offers .small-offers > .col {
      display: none; }
      .gridview.list > div .card.has-small-offers .small-offers > .col:first-child {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  @media (max-width: 767px) {
    .gridview.list > div .card.has-small-offers .small-offers > div > .col {
      display: inline-block; } }
  .gridview.list > div .card.has-small-offers .small-offers .icon-Icons_Curved-Arrow {
    font-size: 50px; }

@media (max-width: 991px) {
  .gridview.grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; } }

.gridview.grid > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .gridview.grid > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .gridview.grid > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .gridview.grid > div > .card > .card-body > .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .gridview.grid > div > .card > .card-body .card-title {
    min-height: 42px; }
  .gridview.grid > div > .card > .card-body .small-offers > .col:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .gridview.grid > div > .card > .card-body .small-offers > .col-auto {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .gridview.grid > div > .card > .card-body .small-offers .icon-Icons_Curved-Arrow {
    display: none; }

.btn.bg-secondary {
  color: #fff !important;
  font-size: 0.875rem; }

.btn.add-to-compare {
  color: #a0a0a0;
  font-size: 0.8125rem; }

.grid-toggle-controller {
  background-color: #f2f2f2;
  border-top: 1px solid #e6e6e7;
  /*.lead,
  .form-inline {
    font-size: 0.8125rem;
    @include media-breakpoint-up(lg) {
      font-size: 1.125rem;
    }
  }*/ }
  @media (max-width: 991px) {
    .grid-toggle-controller .form-inline label {
      margin-bottom: 0; } }

.product-values {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 0.75rem;
  color: #999; }

.gridview.list .show-in-list {
  display: block; }

.gridview.list .show-in-grid {
  display: none; }

.gridview.grid .category-text {
  display: none !important; }

.gridview.grid .show-in-list {
  display: none !important; }

.gridview.grid .show-in-grid {
  display: block; }

.gridview.grid .brand-and-model {
  line-height: 1rem; }
  .gridview.grid .brand-and-model .model,
  .gridview.grid .brand-and-model .brand {
    min-height: 35px; }

.gridview.grid .card-title.card-title-line-3 {
  text-align: center; }

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.card-title-line-3 {
  min-height: 60px !important; }
  .card-title-line-3 a {
    line-height: 1.2rem; }

.facet-card {
  padding: 0; }
  .facet-card .card-header {
    background-color: #f2f2f2;
    margin-bottom: 3px; }
  .facet-card .card-body {
    background-color: #f7f7f7;
    padding: 0; }
    .facet-card .card-body .nav .nav-link {
      color: #0664c6; }
      .facet-card .card-body .nav .nav-link .nav {
        padding: 0; }
  .facet-card:first-child .card-header {
    border-top: none !important; }

.facets-accordion .card-header button {
  color: #232f3e; }
  .facets-accordion .card-header button:hover, .facets-accordion .card-header button:active {
    color: #232f3e;
    text-decoration: none; }
  .facets-accordion .card-header button .icon {
    font-size: 0.375rem;
    float: right;
    margin-top: 9.5px; }
    .facets-accordion .card-header button .icon.icon-Icons_Arrow-down {
      display: none; }
    .facets-accordion .card-header button .icon.icon-Icons_Arrow-up {
      display: inline-block; }
  .facets-accordion .card-header button.collapsed .icon {
    font-size: 0.375rem; }
    .facets-accordion .card-header button.collapsed .icon.icon-Icons_Arrow-down {
      display: inline-block; }
    .facets-accordion .card-header button.collapsed .icon.icon-Icons_Arrow-up {
      display: none; }

.facets-accordion .card-body .flex-column .nav-link {
  font-size: 0.8125rem; }

#facets-accordion {
  margin-bottom: 20px; }

#facets-accordion .card {
  padding: 0;
  border-radius: 0; }

#facets-accordion .card-header {
  padding: 0; }

#facets-accordion .accordion-toggle {
  font-size: 16px !important;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-top: 2px solid white;
  border-radius: 0;
  background-color: #f2f2f2; }

#facets-accordion .card-body {
  padding: 0;
  background-color: #f7f7f7;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: scroll; }

#facets-accordion .card-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #f7f7f7; }

#facets-accordion .card-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c1bfbf;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.facet-card-categories #facets-accordion {
  margin-bottom: 20px; }

.facet-card-categories #facets-accordion .card {
  padding: 0;
  border-radius: 0; }

.facet-card-categories #facets-accordion .card-header {
  padding: 0; }

.facet-card-categories #facets-accordion .accordion-toggle {
  font-size: 16px !important;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-top: 2px solid white;
  border-radius: 0;
  background-color: #f2f2f2; }

.facet-card-categories #facets-accordion .card-body {
  padding: 0;
  background-color: #f7f7f7;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: scroll; }

.facet-card-categories #facets-accordion .card-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #f7f7f7; }

.facet-card-categories #facets-accordion .card-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c1bfbf;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.browsing-in .nav-item .nav-link {
  font-size: 0.8125rem; }

.mobile-filter-search {
  background: rgba(0, 0, 0, 0.5); }

.col-hilte {
  background-color: #f2f2f2;
  border-top: 1px solid #fff; }
  .col-hilte .list-group {
    border-top: 1px solid #fff; }
    .col-hilte .list-group .list-group-item {
      border-top: 1px solid #fff;
      border-bottom: none; }

#price-filter-from,
#price-filter-to {
  font-size: 0.875rem; }

.facet-disabled {
  font-size: 13px;
  font-weight: normal;
  color: gray;
  margin: 0; }

.facet-link-blue {
  color: #0664c6 !important; }

.facets-accordin .nav-link {
  padding: 3px 10px !important;
  color: #0664c6 !important; }

.facets-browsing-in-header {
  padding: .575rem 1rem !important; }

.facets-accordion .nav-link, .facets-accordion .nav .nav-item .nav-link {
  font-size: .8325rem !important; }

.facets-accordion .nav .nav-item .nav-link {
  font-weight: 400 !important;
  color: #0664c6 !important; }


.tiered-card.green-border,
.searchbar-dropdown .container .row .tiered-card.card.Emerald-border, .tiered-card.orange-border, .searchbar-dropdown .container .row .tiered-card.card.Amber-border, .tiered-card.grey-border, .searchbar-dropdown .container .row .tiered-card.card.Quartz-border {
  border-radius: 0; }

.tiered-card .card-body .text-price {
  color: #ec3925;
  font-size: 1rem; }

.tiered-card .card-body > .icon {
  position: absolute;
  top: -1px;
  left: -1px; }

.tiered-card .card-body .offer-image {
  width: 100px;
  height: 100px; }

.tiered-card.emerald .background-image {
  width: 200px;
  height: 100%; }

.tiered-card.emerald .card-body .row .col:last-child {
  background-color: #f7f7f7; }

.tiered-card.emerald .card-body .product-values .background-image {
  height: 48px;
  background-color: #fff;
  max-width: 50px; }

.tiered-card.amber .background-image {
  width: 200px;
  height: 100%; }

.tiered-card.amber .card-body .row .col:last-child {
  background-color: #f7f7f7; }

.tiered-card.amber .card-body .product-values .background-image {
  height: 48px;
  background-color: #fff;
  max-width: 50px; }

.tiered-card.quartz .icon.icon-Icons_Corner-grey {
  font-size: 35px; }

.tiered-card.quartz .background-image {
  height: 100%; }

.pagination,
.page-link {
  background-color: #f2f2f2; }

.pagination {
  border-top: 1px solid #e6e6e7; }

.page-link {
  font-size: 0.875rem;
  color: #999; }

.page-item.disabled .page-link {
  background-color: #f2f2f2;
  color: #232f3e; }

.card.daily-deal {
  border: 6px solid #f2f2f2; }
  .card.daily-deal .shop-logo {
    height: 40px;
    width: 80px; }
  .card.daily-deal .timer {
    background-color: #f2f2f2;
    font-size: 0.875rem;
    line-height: 40px; }
  .card.daily-deal .deal-image .badge, .card.daily-deal .deal-image .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .card.daily-deal .deal-image .nav-link.active {
    font-size: 0.8125rem;
    bottom: 0;
    right: 0; }
  .card.daily-deal .card-title {
    font-size: 0.9375rem;
    line-height: 1.375rem; }
  .card.daily-deal .price {
    font-size: 18px;
    line-height: 18px;
    color: #ec3925; }
  .card.daily-deal .was-price {
    font-size: 0.875rem;
    line-height: 1.313rem;
    color: #999999; }
  .card.daily-deal .btn.btn-secondary {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #0664c6;
    border: 1px solid #fff; }
    .card.daily-deal .btn.btn-secondary:first-child {
      border-right: 0.5px solid #fff; }
    .card.daily-deal .btn.btn-secondary:last-child {
      border-left: 0.5px solid #fff; }
  .card.daily-deal .btn-buy-now {
    font-size: 14px; }
  .card.daily-deal .deal-share {
    background-color: #f2f2f2; }
    .card.daily-deal .deal-share a {
      color: #0664c6;
      font-size: 0.8125rem;
      line-height: 30px;
      padding: 5px 10px; }
      .card.daily-deal .deal-share a img {
        width: 30px;
        margin-right: 10px; }

.dd-main .normalDeals {
  margin-left: -5px;
  padding-right: 9px; }

.dd-main .bfc-row-top {
  padding: 0 14px 0 15px; }

.dd-main .dd-no-deals {
  padding-left: 6px; }

.dd-no-padding {
  padding: 0 0 0 6px; }
  .dd-no-padding .bfc-shop-logo {
    padding-top: 10px; }

.dd-header {
  height: 30px;
  padding: 0 10px 0 0;
  margin-top: 0 !important; }

.dd-sidebar {
  padding: 0; }

.dd-main {
  padding: 0 10px; }

.dd-card-discount {
  background: #ec3925;
  color: #fff;
  font-weight: 700;
  line-height: 1.1em;
  padding: 7px 0 0 0;
  height: auto;
  text-align: center;
  border: 1px solid #ec3925; }
  .dd-card-discount span {
    font-weight: normal; }
  .dd-card-discount .dd-card-stock {
    background: white;
    color: #ec3925;
    width: 100%;
    display: block;
    margin-top: 5px;
    padding: 5px 0; }

.daily-deals-header {
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
  padding: 20px 0 10px 0;
  background: #efefef; }
  .daily-deals-header .daily-deals-header-left {
    width: 60%;
    float: left;
    padding-top: 15px;
    padding-left: 15px; }
  .daily-deals-header .daily-deals-header-right {
    width: 40%;
    float: left;
    padding-left: 30px;
    border-left: 2px solid #36c459; }
    .daily-deals-header .daily-deals-header-right div {
      font-size: 30px;
      line-height: 60px;
      background-size: 40px;
      padding-left: 50px; }
  .daily-deals-header h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 0; }
  .daily-deals-header h2 {
    font-size: 40px;
    font-weight: normal; }

@media (max-width: 1200px) {
  .daily-deals-header .daily-deals-header-right div {
    font-size: 26px; }
  .daily-deals-header h1 {
    font-size: 60px; }
  .daily-deals-header h2 {
    font-size: 30px; } }

@media (max-width: 770px) {
  .daily-deals-header {
    margin-top: 10px; }
    .daily-deals-header .daily-deals-header-left {
      padding-top: 0; }
    .daily-deals-header .daily-deals-header-right div {
      font-size: 16px;
      line-height: 50px;
      background-size: 30px; }
    .daily-deals-header h1 {
      font-size: 40px; }
    .daily-deals-header h2 {
      font-size: 22px; } }

@media (max-width: 500px) {
  .dd-modal {
    margin-top: 15px; }
    .dd-modal #bfc-accordion .accordion-toggle {
      padding: 8px 10px !important; }
  .daily-deals-header {
    padding: 5px 0; }
    .daily-deals-header .daily-deals-header-right {
      padding-left: 16px;
      width: 45%; }
      .daily-deals-header .daily-deals-header-right div {
        background-size: 22px;
        padding-left: 32px;
        background-position: 0 12px;
        height: 40px !important;
        line-height: 40px;
        font-size: 15px;
        min-height: unset; }
    .daily-deals-header .daily-deals-header-left {
      width: 55%;
      padding-left: 8px;
      padding-top: 8px; }
    .daily-deals-header h1 {
      height: 40px;
      line-height: 40px;
      font-size: 26px; }
    .daily-deals-header h2 {
      font-size: 13px; } }

@media (min-width: 992px) {
  .fix-top-spacing {
    margin-top: -23px;
    margin-bottom: -52px !important; } }

.deals-tags div {
  background-repeat: no-repeat;
  padding-left: 90px;
  min-height: 60px;
  font-size: 0.9375rem; }
  .deals-tags div strong {
    font-size: 1.125rem;
    color: #36c459;
    display: block; }
  .deals-tags div:first-child {
    background-image: url(../../../images/daily-deals-tag.png);
    background-position: 13px center; }
  .deals-tags div:last-child {
    background-image: url(../../../images/daily-deal-clock.png);
    background-position: 10px center; }

.deals-jumbotron .background-image {
  height: 50px;
  width: 48px; }
  @media (min-width: 992px) {
    .deals-jumbotron .background-image {
      height: 100px;
      width: 96px; } }

.deals-jumbotron h1 {
  color: #29395d;
  font-size: 6vw;
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .deals-jumbotron h1 {
      font-size: 2.875rem;
      line-height: 2.875rem;
      text-align: left; } }

.deals-jumbotron .lead {
  color: #36c459;
  font-size: 4vw; }
  @media (min-width: 992px) {
    .deals-jumbotron .lead {
      font-size: 1.5rem;
      line-height: 1.5rem; } }

.deals-jumbotron small {
  bottom: 0;
  left: 0;
  line-height: 2.5rem;
  color: #999;
  font-size: 0.9375rem; }

.dailydealspage .nav-tabs {
  border-bottom-color: #29395d; }
  .dailydealspage .nav-tabs .nav-item .nav-link.active {
    background-color: #29395d;
    color: #fff; }

.dailydealspage .card-columns .card {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.dailydealspage .deals-by-category .badge, .dailydealspage .deals-by-category .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .dailydealspage .deals-by-category .nav-link.active {
  color: #29395d; }
  .dailydealspage .deals-by-category .badge:hover, .dailydealspage .deals-by-category .main-nav .navbar-light .navbar-nav .nav-link.active:hover, .main-nav .navbar-light .navbar-nav .dailydealspage .deals-by-category .nav-link.active:hover {
    background-color: #29395d !important;
    color: #fff; }

.dailydealspage .deals-by-shop .nav {
  padding: 0 !important; }

.dailydealspage .mobileTabsDropdown .btn-secondary {
  background-color: #29395d;
  border-color: #29395d; }

.dailydealspage .mobileTabsDropdown .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: calc(50% - 2.4px); }

.masonry-grid .masonry-grid-sizer,
.masonry-grid .masonry-grid-item {
  width: 100%; }
  @media (min-width: 768px) {
    .masonry-grid .masonry-grid-sizer,
    .masonry-grid .masonry-grid-item {
      width: calc((100% / 3) - 2%); } }

@media (min-width: 992px) {
  .masonry-grid .masonry-grid-item {
    height: 305px !important; }
    .masonry-grid .masonry-grid-item .compare-and-share {
      position: absolute;
      bottom: 0; } }

.masonry-grid .masonry-grid-item h5.card-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 43px; }

.masonry-grid .masonry-grid-item.not-hot-deal .card.daily-deal .deal-image {
  height: 110px; }

.masonry-grid .masonry-grid-item.hot-deal .card.daily-deal .deal-image {
  height: 110px; }

.masonry-grid .masonry-gutter-sizer {
  width: 2%; }

.masonry-grid .deal-description {
  display: none;
  font-size: 13px; }

.masonry-grid .hot-tag {
  width: 44px;
  height: 40px;
  background: url(../../../images/hot.png);
  left: 10px; }

.masonry-grid .masonry-grid-item--width2 {
  width: 100%; }
  @media (min-width: 992px) {
    .masonry-grid .masonry-grid-item--width2 {
      width: calc(66.6% - 2%); } }
  .masonry-grid .masonry-grid-item--width2 .card-body .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px; }
    .masonry-grid .masonry-grid-item--width2 .card-body .two-col .background-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 1rem;
      padding-right: 1rem; }
      .masonry-grid .masonry-grid-item--width2 .card-body .two-col .background-image .badge, .masonry-grid .masonry-grid-item--width2 .card-body .two-col .background-image .main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .masonry-grid .masonry-grid-item--width2 .card-body .two-col .background-image .nav-link.active {
        right: 1rem; }
    .masonry-grid .masonry-grid-item--width2 .card-body .two-col .container {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 1rem !important;
      padding-right: 1rem !important; }
      .masonry-grid .masonry-grid-item--width2 .card-body .two-col .container .row {
        margin-bottom: 1rem; }
        .masonry-grid .masonry-grid-item--width2 .card-body .two-col .container .row .col-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          text-align: left !important; }
          .masonry-grid .masonry-grid-item--width2 .card-body .two-col .container .row .col-6 .price-and-was-price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -7.5px;
            margin-left: -7.5px; }
            .masonry-grid .masonry-grid-item--width2 .card-body .two-col .container .row .col-6 .price-and-was-price .price {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%;
              max-width: 50%; }
            .masonry-grid .masonry-grid-item--width2 .card-body .two-col .container .row .col-6 .price-and-was-price .was-price {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%;
              max-width: 50%; }
          .masonry-grid .masonry-grid-item--width2 .card-body .two-col .container .row .col-6 div {
            text-align: left !important; }
    .masonry-grid .masonry-grid-item--width2 .card-body .two-col h5.card-title {
      text-align: left !important; }
    .masonry-grid .masonry-grid-item--width2 .card-body .two-col .deal-description {
      display: block;
      margin-bottom: 1rem;
      font-size: 13px; }

.masonry-grid:after {
  content: "";
  display: block;
  clear: both; }

.overlay-offer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(242, 242, 242, 0.9);
  z-index: 2;
  position: absolute; }

.sorry-lines span {
  display: inline-block;
  position: relative; }

.sorry-lines span:before,
.sorry-lines span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #29395d;
  top: 30px;
  width: 200px; }

.sorry-lines span:before {
  right: 100%;
  margin-right: 15px; }

.sorry-lines span:after {
  left: 100%;
  margin-left: 15px; }

.overlay-text {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 1025px) {
  .daily-deals-jumbotron-hide-mobile {
    display: none; } }

.dd-overlay-offer {
  width: 98%;
  height: 98%;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  background-color: rgba(242, 242, 242, 0.9);
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-horizontal-view-offer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1025px) {
  .dd-expired-text {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: justify;
    text-justify: inter-word;
    padding-top: 0; }
  .dd-button-position {
    bottom: -4px;
    position: absolute; } }

@media (min-width: 1026px) {
  .dd-expired-text {
    font-size: 3rem;
    line-height: 3rem;
    text-align: justify;
    text-justify: inter-word;
    padding-top: 0.75rem; }
  .dd-button-position {
    bottom: 2px;
    position: absolute; } }

.compare-table {
  overflow-x: scroll;
  margin-left: 2em; }
  .compare-table .static-col {
    position: absolute;
    width: 2em;
    left: 0; }

.compare-card {
  border: 6px solid #f2f2f2; }
  .compare-card .background-image {
    height: 167px;
    margin: 16px; }
  .compare-card .price {
    font-size: 1.213rem;
    color: #ec3925; }
    .compare-card .price span {
      font-size: 14px;
      color: #999999;
      font-weight: normal; }

.comparepage .card-body.bg-dark {
  background-color: #f2f2f2 !important;
  color: #29395d; }

.comparepage .btn.btn-secondary {
  background-color: #f38f29 !important;
  border-color: #f38f29 !important;
  color: #fff !important;
  font-size: .875rem; }

.comparepage .btn {
  font-size: 14px !important; }

.comparepage .compare-share {
  background-color: #f7f7f7;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

.comparepage .offers-list .offers tr:last-child {
  border-bottom: none !important; }

.comparepage .flex-offer-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-top: 1px; }
  .comparepage .flex-offer-list > div {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .comparepage .flex-offer-list > div:last-child {
      border-bottom: none !important; }
    .comparepage .flex-offer-list > div .price {
      font-size: 18px;
      line-height: 18px;
      color: #ec3925;
      font-weight: bold; }
    .comparepage .flex-offer-list > div a {
      font-size: 13px;
      line-height: 13px; }

/* offers */
table.offers {
  width: 100%; }

.offers img {
  width: 83px;
  position: relative;
  left: 20px; }

.offers .red {
  color: #ec3925;
  font-weight: bold;
  text-align: center; }

.price-offer a {
  font-weight: normal;
  font-size: 13px; }

td.price-offer {
  background-color: #f6f6f6; }

.offers tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-body a.btn.btn-secondary {
  font-size: 0.675rem; }

.comparepage {
  /* width */
  /* Track */
  /* Handle */ }
  .comparepage ::-webkit-scrollbar {
    width: 20px; }
  .comparepage ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f2f2f2;
    box-shadow: inset 0 0 5px #f2f2f2;
    border-radius: 10px;
    background-color: #f2f2f2; }
  .comparepage ::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px; }

.shop-details-page .theshop {
  font-size: 14px !important; }
  .shop-details-page .theshop .background-image {
    height: 80px;
    width: 100%; }
  .shop-details-page .theshop img {
    width: auto;
    max-height: 80px; }
  .shop-details-page .theshop strong {
    color: #0664c6;
    font-size: 16px !important; }
  .shop-details-page .theshop b {
    color: #e7e7e7; }
  .shop-details-page .theshop span {
    color: #29395d; }

.shop-details-page .is-trusted,
.shop-details-page .is-marketplace {
  font-size: 0.8125rem; }

.shop-details-page .is-trusted {
  color: #36c459; }

.shop-details-page .is-marketplace {
  color: #fea134; }

.shop-details-page .sideBg {
  font-size: 13px; }
  .shop-details-page .sideBg .panel-title a {
    color: #29395d; }

@media (max-width: 991px) {
  .shop-details-page .pricecheckTabs {
    padding: 0; }
    .shop-details-page .pricecheckTabs .nav-item {
      margin: 0 !important;
      width: 100%;
      background-color: #fff;
      border-top: 1px solid #ddd; }
      .shop-details-page .pricecheckTabs .nav-item .nav-link {
        border: none;
        font-size: 14px;
        color: #0664c6;
        font-weight: bold;
        background: no-repeat url(../../../images/tab-arrow-right.png) 95% center; }
        .shop-details-page .pricecheckTabs .nav-item .nav-link.active {
          background-image: url(../../../images/tab-arrow-down.png); } }

@media (min-width: 768px) {
  .shop-details-page .pricecheckTabs {
    border-color: #29395d; }
    .shop-details-page .pricecheckTabs .nav-item {
      border-bottom: 1px solid #29395d; }
      .shop-details-page .pricecheckTabs .nav-item .nav-link {
        color: #29395d;
        font-size: 1rem; }
        .shop-details-page .pricecheckTabs .nav-item .nav-link.active {
          color: #fff;
          background-color: #29395d;
          border: none; } }

.shop-details-page #reviewstab h4 {
  font-size: 18px !important; }

.shop-details-page #reviewstab .reviews {
  font-size: 14px; }
  .shop-details-page #reviewstab .reviews h5 {
    font-size: 18px; }

.shop-details-page #marketplacetab {
  font-size: 14px; }
  .shop-details-page #marketplacetab h5 {
    font-size: 18px; }
  .shop-details-page #marketplacetab p::first-letter {
    text-transform: capitalize; }
  .shop-details-page #marketplacetab ul li {
    background-color: transparent;
    font-size: 14px;
    list-style: disc; }
    .shop-details-page #marketplacetab ul li::first-letter {
      text-transform: capitalize; }

.merchants {
  font-size: 12px; }
  .merchants .shop-name {
    font-size: 16px; }
  .merchants .trusted-shop,
  .merchants .marketplace {
    font-size: 12px; }
    .merchants .trusted-shop img,
    .merchants .marketplace img {
      width: 20px; }
  .merchants .view-top-offer-col {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 768px) {
      .merchants .view-top-offer-col {
        border-top: none;
        padding-top: 0;
        padding-bottom: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.125); } }
  .merchants .list-group-item .row > div {
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 768px) {
      .merchants .list-group-item .row > div {
        padding-top: 0;
        padding-bottom: 0; } }
  .merchants .view-offer {
    font-size: 13px; }

.shop-details-page .side-col .background-image {
  height: 72px; }

.shop-details-page .panel-heading .accordion-toggle:after {
  font-size: 6px; }

#topoffers > .row {
  border-top: none !important; }
  #topoffers > .row:first-child {
    border-top: 1px solid #e7e7e7 !important; }

.promises {
  font-size: 10px;
  color: #999; }
  .promises .icon {
    font-size: 10px; }

.shop-sort-by {
  position: relative; }
  .shop-sort-by .selectpicker {
    padding-right: 25px; }
  .shop-sort-by .icon {
    font-size: 6px;
    position: absolute;
    right: 10px;
    z-index: 11; }

.discount-badge {
  background: url(../../../images/discount-bg.png);
  width: 44px;
  height: 40px;
  line-height: 30px; }

/* mixin for multiline */
.block-with-text-2lines {
  overflow: hidden;
  position: relative;
  line-height: 1.375rem;
  max-height: 2.6rem;
  min-height: 2.6rem; }
  .block-with-text-2lines:before {
    content: '';
    position: relative;
    right: 0;
    bottom: 0; }
  .block-with-text-2lines:after {
    content: '...';
    position: relative;
    right: 0;
    width: 2.75rem;
    height: 1.375rem; }

.block-with-text-3lines {
  overflow: hidden;
  position: relative;
  line-height: 1.1rem;
  max-height: 2.6rem;
  min-height: 2.6rem; }
  .block-with-text-3lines:before {
    content: '';
    position: relative;
    right: 0;
    bottom: 0; }
  .block-with-text-3lines:after {
    content: '...';
    position: relative;
    right: 0;
    width: 3.3rem;
    height: 1.1rem; }

.browsecatpage .top-picks {
  font-size: 14px;
  background-color: #f7f7f7 !important; }
  .browsecatpage .top-picks .card-title {
    font-size: 22px; }
  .browsecatpage .top-picks .more-top-picks {
    bottom: -15px;
    right: -15px;
    color: #29395d;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 40px solid  #f2f2f2;
    border-left: 25px solid transparent; }

.browsecatpage .page-header {
  background-color: #f2f2f2;
  border-top: 1px solid #e6e6e7; }
  .browsecatpage .page-header .display-4 {
    font-size: 21px;
    height: 60px;
    line-height: 60px; }
  .browsecatpage .page-header form {
    margin-top: calc( (60px - 38px) / 2);
    margin-right: 20px; }
    .browsecatpage .page-header form input {
      border-top-left-radius: .25rem !important;
      border-bottom-left-radius: .25rem !important;
      border-top-right-radius: 0rem !important;
      border-bottom-right-radius: 0rem !important; }
    .browsecatpage .page-header form .btn {
      border-top-right-radius: .25rem !important;
      border-bottom-right-radius: .25rem !important;
      border-top-left-radius: 0rem !important;
      border-bottom-left-radius: 0rem !important;
      background-color: #f38f29;
      border-color: #f38f29; }
      .browsecatpage .page-header form .btn:hover {
        background-color: #36c459;
        border-color: #36c459; }

.browsecatpage .browse-toggle .toggle-cat {
  display: none; }

.browsecatpage .browse-toggle.show-cat .toggle-cat {
  display: block; }

.browsecatpage .cat-row .cat-col .card {
  background-color: #f7f7f7;
  padding-bottom: 1rem; }
  .browsecatpage .cat-row .cat-col .card .card-title {
    font-size: 22px; }
    .browsecatpage .cat-row .cat-col .card .card-title a {
      color: #29395d; }
  .browsecatpage .cat-row .cat-col .card ul li {
    font-size: 14px; }
  .browsecatpage .cat-row .cat-col .card .cat-see-more {
    cursor: pointer;
    margin-top: 1rem;
    bottom: 0;
    right: 0;
    color: #29395d;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 40px solid  #f2f2f2;
    border-left: 25px solid transparent; }

.browsecatpage .card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }
  @media (min-width: 768px) {
    .browsecatpage .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (min-width: 992px) {
    .browsecatpage .card-columns {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  .browsecatpage .card-columns .card {
    background-color: #f7f7f7;
    font-size: 14px; }
    .browsecatpage .card-columns .card .card-title {
      font-size: 22px; }
      .browsecatpage .card-columns .card .card-title a {
        color: #29395d; }

.browsecatpage .show-grandchild .icon {
  font-size: 7px;
  color: #0664c6;
  cursor: pointer; }
  .browsecatpage .show-grandchild .icon.icon-Icons_Arrow-down {
    display: inline-block; }
  .browsecatpage .show-grandchild .icon.icon-Icons_Arrow-up {
    display: none; }

.browsecatpage .show-grandchild.active .icon-Icons_Arrow-down {
  display: none !important; }

.browsecatpage .show-grandchild.active .icon-Icons_Arrow-up {
  display: inline-block !important; }

.browsecatpage .list-group .list-group-item {
  border: none; }

.browsecatpage .select2-container .select2-selection--single {
  height: 38px;
  text-align: left; }

.browsecatpage .select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.browsecatpage .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px; }

.browsecatpage .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px; }

.highlighter button {
  color: #fff; }

.jssocials .jssocials-shares {
  margin: 0;
  padding: 0; }
  .jssocials .jssocials-shares .jssocials-share {
    display: block;
    margin: 0 0 8px 0;
    padding: 0; }
    .jssocials .jssocials-shares .jssocials-share:last-child {
      margin-bottom: 0; }
    .jssocials .jssocials-shares .jssocials-share .jssocials-share-link {
      margin: 0;
      padding: 0; }
      .jssocials .jssocials-shares .jssocials-share .jssocials-share-link .jssocials-share-logo {
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px; }
      .jssocials .jssocials-shares .jssocials-share .jssocials-share-link .jssocials-share-label {
        padding-left: 10px; }

.dropdown-share:hover,
.fb-comments-link:hover {
  background-color: inherit; }

.dropdown-share:active,
.fb-comments-link:active {
  background-color: inherit; }

.star-rating img {
  width: 12px; }

.pumpkin {
  width: 80px;
  height: 80px;
  position: relative;
  float: left;
  z-index: 0;
  top: -140px;
  background: url("/images/campaign/halloween/Pumpkin.gif");
  background-size: 100% auto;
  animation: pumpkin 10s 1 linear;
  -webkit-animation: pumpkin 10s 1 linear;
  -moz-animation: pumpkin 10s 1 linear;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes pumpkin {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg); }
  75% {
    opacity: 1;
    -webkit-transform: translate(0px, 600px) rotateZ(270deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 800px) rotateZ(360deg); } }

@keyframes pumpkin {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg); }
  75% {
    opacity: 1;
    -webkit-transform: translate(0px, 600px) rotateZ(270deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 800px) rotateZ(360deg); } }

.pumpkin2 {
  width: 80px;
  height: 80px;
  position: relative;
  float: right;
  z-index: 0;
  top: -140px;
  background: url("/images/campaign/halloween/Pumpkin.gif");
  background-size: 100% auto;
  animation: pumpkin 10s 1 linear;
  -webkit-animation: pumpkin2 10s 1 linear;
  -moz-animation: pumpkin2 10s 1 linear;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes pumpkin2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg); }
  75% {
    opacity: 1;
    -webkit-transform: translate(0px, 600px) rotateZ(270deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 800px) rotateZ(360deg); } }

@keyframes pumpkin2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg); }
  75% {
    opacity: 1;
    -webkit-transform: translate(0px, 600px) rotateZ(270deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 800px) rotateZ(360deg); } }

@media (max-width: 1025px) {
  .pumpkin {
    display: none !important; }
  .pumpkin2 {
    display: none !important; } }

#flying-bat {
  position: absolute;
  z-index: 1;
  bottom: -150px;
  left: -400px; }
  #flying-bat .the_bat {
    width: 200px !important; }

#flying-bat-mobile {
  position: absolute;
  z-index: 1;
  bottom: -150px;
  left: -300px; }
  #flying-bat-mobile .the_bat {
    width: 150px !important; }

#bfSignupModal .modal-content {
  background: #000;
  color: #fff; }

.blckfdy-row {
  padding: 5px 15px; }

.blckfdy-input {
  width: 100%;
  background: #f1f1f1;
  padding: 8px 5px 8px 12px;
  border: none;
  font-size: 18px;
  border: 1px solid #f7f7f7; }

.blckfdy-input-error {
  background: #f9dada;
  border: 1px solid red; }

.blckfdy-input:focus {
  outline: none;
  background: #e9e9f3; }

.blckfdy-label {
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: bold; }

.blckfdy-submit-btn {
  display: block;
  margin: 10px auto;
  background: #41b64c;
  color: white !important;
  padding: 8px 10px;
  font-size: 20px;
  border-radius: 5px;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  max-width: 180px;
  min-width: 150px;
  text-align: center; }

.blckfdy-submit-btn:hover {
  background: #3ab745; }

.blckfdy-submit-btn:focus {
  outline: none; }

.blckfdy-error-list {
  padding: 15px 0 0 0;
  color: red;
  text-align: center; }

@media screen and (max-width: 768px) {
  .blckfdy-label {
    width: 100%; }
  .col {
    padding: 0; }
  .blckfdy-check {
    margin: 5px 0; }
  .blckfdy-checkbox-group {
    margin-top: 15px; }
  .blckfdy-heading {
    font-size: 18px; }
  .blckfdy-check > span {
    width: 80%; }
  .blckfdy-checkmark {
    margin-top: 6px; }
  .searchpage div.container.p-0.mb-2 div.row.pr-3 div.no-flex-basis.col.pr-0 {
    padding-left: 15px; } }

.festive-slider .container {
  padding: 0 !important; }

.festive_header {
  width: 100%;
  position: relative;
  top: 10px;
  margin-top: 40px; }
  .festive_header h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px; }
    .festive_header h2 span {
      background: #fff;
      padding: 0 10px; }

.festive_header {
  width: 100%;
  position: relative;
  top: 10px;
  margin-top: 40px; }
  .festive_header h3 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px; }
    .festive_header h3 span {
      background: #fff;
      padding: 0 10px; }

a.bfc-back-link, a.bfc-back-link:hover {
  cursor: pointer; }

.festive-slider div#slider-controls-daily-deals-homepage {
  margin-top: 0px !important; }

.topban {
  cursor: pointer; }

.festive-slider .dailydealssliderlink {
  display: none; }

.festivestick-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }

@media (max-width: 500px) {
  .festive_header {
    margin-top: 20px; }
    .festive_header h2 {
      font-size: 1.5rem; }
  a.topban img {
    width: 54px !important; }
  .festiv-cont {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .bfc-back-link {
    padding-left: .5rem;
    padding-right: .5rem; } }

header {
  z-index: 2; }
  header > .navbar {
    min-height: 90px; }
    header > .navbar > .container:first-child {
      height: 4.563rem; }
    header > .navbar .nav .nav-link {
      color: #fff; }
    header > .navbar .searchBar {
      margin-left: 200px;
      width: 600px; }
      header > .navbar .searchBar .form-control {
        color: #999;
        font-size: 1.063rem;
        height: 3.125rem; }
      header > .navbar .searchBar .btn {
        height: 3.125rem;
        font-size: 1.5rem; }
        header > .navbar .searchBar .btn:hover, header > .navbar .searchBar .btn:active {
          background-color: #fea134;
          border-color: #fea134; }

.nav-banner {
  background-color: #fff;
  margin-right: auto !important;
  height: 50px;
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .nav-banner {
      height: auto; } }
  .nav-banner img {
    max-height: 50px; }

.slider-card {
  border: none;
  border-radius: 0; }
  .slider-card .card-header {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0 0 0.9375rem; }
  .slider-card .card-body {
    position: relative;
    padding: 0; }
    .slider-card .card-body .slider .slide {
      text-align: center;
      padding: 0 10px; }
      .slider-card .card-body .slider .slide .img {
        height: 126px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: block;
        margin-bottom: 15px; }
      .slider-card .card-body .slider .slide .title a {
        font-size: 0.9375rem;
        line-height: 1.375rem; }
      .slider-card .card-body .slider .slide .price {
        font-size: 0.75rem;
        line-height: 1.375rem;
        color: #999; }
        .slider-card .card-body .slider .slide .price strong {
          color: #ec3925;
          font-size: 1rem; }
        .slider-card .card-body .slider .slide .price del {
          font-size: 0.875rem; }
    .slider-card .card-body .slider-controls .prev,
    .slider-card .card-body .slider-controls .next {
      cursor: pointer;
      color: #e6e6e7;
      font-size: 2.625rem;
      position: absolute;
      top: calc(18% - 1.313rem); }
      .slider-card .card-body .slider-controls .prev:hover, .slider-card .card-body .slider-controls .prev:active,
      .slider-card .card-body .slider-controls .next:hover,
      .slider-card .card-body .slider-controls .next:active {
        color: #dbdbdc; }
    .slider-card .card-body .slider-controls .prev {
      left: 0; }
    .slider-card .card-body .slider-controls .next {
      right: 0; }
    .slider-card .card-body .ProductInfo .btn-primary {
      background-color: #f38f29;
      border-color: #f38f29; }

.static-slider .prev,
.static-slider .next {
  cursor: pointer;
  color: #e6e6e7;
  font-size: 2.625rem;
  position: absolute;
  top: calc(50% - 1.313rem); }
  .static-slider .prev:hover, .static-slider .prev:active,
  .static-slider .next:hover,
  .static-slider .next:active {
    color: #dbdbdc; }

.static-slider .prev {
  left: 0; }

.static-slider .next {
  right: 0; }

.discover-slider .card {
  height: 220px;
  background-color: #a9a9a9; }
  .discover-slider .card .card-body {
    background-color: #f2f2f2 !important; }
    .discover-slider .card .card-body p.card-text {
      font-size: 1.125rem;
      line-height: 1.375rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      min-height: 43px; }
  .discover-slider .card .card-img-overlay .card-title {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #0664c6;
    text-transform: capitalize; }
  .discover-slider .card .card-img-overlay .card-subtitle {
    font-size: 0.75rem;
    line-height: 1.375rem;
    color: #29395d; }
  .discover-slider .card .card-img-overlay .card-text {
    font-size: 0.8125rem;
    line-height: 1.063rem; }

.discover-controllers .prev,
.discover-controllers .next,
.promo-controllers .prev,
.promo-controllers .next {
  cursor: pointer;
  color: #e6e6e7;
  font-size: 2.625rem;
  position: absolute;
  top: calc(50% - 1.313rem - 20px);
  background-color: #fff;
  padding: 10px; }
  .discover-controllers .prev:hover, .discover-controllers .prev:active,
  .discover-controllers .next:hover,
  .discover-controllers .next:active,
  .promo-controllers .prev:hover,
  .promo-controllers .prev:active,
  .promo-controllers .next:hover,
  .promo-controllers .next:active {
    color: #dbdbdc; }
  .discover-controllers .prev.disabled,
  .discover-controllers .next.disabled,
  .promo-controllers .prev.disabled,
  .promo-controllers .next.disabled {
    display: none !important; }

.discover-controllers .prev,
.promo-controllers .prev {
  left: -31px; }

.discover-controllers .next,
.promo-controllers .next {
  right: -31px; }

.auto-list {
  background: #fff;
  width: calc(100% - 50px);
  z-index: 1;
  position: relative; }
  .auto-list .product-suggestion-list .product.suggestion .text {
    font-size: 0.875rem;
    color: #0664c6;
    text-transform: capitalize; }
  .auto-list .product-suggestion-list .product-auto {
    font-size: 0.875rem; }

.searchbar-dropdown {
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(100% - 50px);
  display: none; }
  .searchbar-dropdown hr {
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 1rem - 1rem); }
  .searchbar-dropdown .container .row .card {
    position: relative;
    margin-bottom: 10px; }
    .searchbar-dropdown .container .row .card .icon {
      position: absolute;
      z-index: 1;
      font-size: 2.5rem; }
    .searchbar-dropdown .container .row .card:last-child {
      margin-bottom: 0; }
    .searchbar-dropdown .container .row .card.min-auto {
      min-height: auto; }
    .searchbar-dropdown .container .row .card .card-body {
      padding: 1em; }
      .searchbar-dropdown .container .row .card .card-body .title {
        font-size: 0.9375rem;
        line-height: 1.125rem; }
      .searchbar-dropdown .container .row .card .card-body .lighttext {
        font-size: 0.75rem;
        line-height: 1rem; }
      .searchbar-dropdown .container .row .card .card-body .text-price {
        font-size: 1rem;
        line-height: 1rem; }
      .searchbar-dropdown .container .row .card .card-body .img-thumbnail {
        max-width: 55px;
        max-height: 65px;
        border: 0;
        border-radius: 0; }
    .searchbar-dropdown .container .row .card .h6 {
      color: red; }
    .searchbar-dropdown .container .row .card .line-clamp {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .searchbar-dropdown .suggested-products .card .card-body a img.img-thumbnail[alt] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .searchbar-dropdown #relevant-auto-search {
    margin-top: 1em;
    margin-bottom: 1em; }
    .searchbar-dropdown #relevant-auto-search hr {
      margin-bottom: 0; }
    .searchbar-dropdown #relevant-auto-search .col-auto {
      padding-top: 1em; }
  .searchbar-dropdown #relevant-auto-search-cars {
    border-right: 1px solid #e7e7e7; }
  .searchbar-dropdown #relevant-auto-search-cars,
  .searchbar-dropdown #relevant-auto-search-properties {
    width: 50%; }
    .searchbar-dropdown #relevant-auto-search-cars:empty,
    .searchbar-dropdown #relevant-auto-search-properties:empty {
      padding: 0 !important;
      width: 0;
      border-right: none; }
      .searchbar-dropdown #relevant-auto-search-cars:empty + .col-auto,
      .searchbar-dropdown #relevant-auto-search-properties:empty + .col-auto {
        width: 100%; }

.title-bar .navbar .searchbar-w-100 .form-control.active {
  border-bottom-left-radius: 0 !important; }

.auto-suggest-product.selected {
  text-decoration: underline; }

.tooltip .arrow:before {
  border-top-color: #36c459 !important; }

.tooltip .tooltip-inner {
  background-color: #36c459; }

/**
 * File: viewer/_load.scss
 * Type: SASS component
 * Author: PriceCheck
 */
#viewer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 54px;
  overflow: hidden; }

@media only screen and (min-width: 43.813em) {
  #viewer {
    padding-top: 0px; } }

#viewer-arrows {
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 2; }

#viewer-arrows a {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  color: #383838;
  line-height: 44px;
  line-height: 2.75rem;
  background-color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: padding-box; }

#viewer-arrows a.page-next {
  right: 0; }

@media only screen and (min-width: 43.813em) {
  #viewer-arrows {
    position: absolute; } }

#viewer-controls {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #404040;
  z-index: 3; }

#viewer-controls:before,
#viewer-controls:after {
  content: " ";
  display: table; }

#viewer-controls:after {
  clear: both; }

#viewer-controls a {
  float: left;
  position: relative;
  width: 25%;
  height: 54px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300; }

#viewer-controls a span {
  display: block;
  padding-top: 9px;
  padding-bottom: 3px;
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.5); }

#viewer-controls a.back {
  background-color: #262626; }

#viewer-controls a.zoom-in,
#viewer-controls a.zoom-out {
  display: none; }

.no-touch #viewer-controls a:hover {
  background-color: #333333; }

.touch #viewer-controls a {
  float: left;
  position: relative;
  width: 20%; }

.touch #viewer-controls a.zoom-in {
  display: block; }

@media only screen and (min-width: 56.25em) {
  .touch #viewer-controls a.zoom-in {
    display: none; } }

#viewer-controls.less a {
  float: left;
  position: relative;
  width: 33.3333333333%; }

.touch #viewer-controls.less a {
  float: left;
  position: relative;
  width: 25%; }

#viewer-controls.less-two a {
  float: left;
  position: relative;
  width: 50%; }

.touch #viewer-controls.less-two a {
  float: left;
  position: relative;
  width: 33.3333333333%; }

@media only screen and (min-width: 43.813em) {
  #viewer-controls {
    position: relative; }
  #viewer-controls a,
  #viewer-controls.less a {
    padding: 0px;
    margin: 0px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 54px;
    line-height: 3.375rem; }
  #viewer-controls a span,
  #viewer-controls.less a span {
    display: inline;
    padding-right: 5px;
    font-size: 14px;
    font-size: 0.875rem; }
  .touch #viewer-controls a,
  .touch #viewer-controls.less a {
    width: auto; } }

#viewer-images {
  width: 100%; }

#viewer-images:before,
#viewer-images:after {
  content: " ";
  display: table; }

#viewer-images:after {
  clear: both; }

#viewer-images .image-container {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  z-index: 1; }

#viewer-images .image-container.active {
  display: block; }

@media only screen and (min-width: 56.25em) {
  #viewer-images .image-container {
    width: 50%; } }

#viewer-images img {
  width: 100%; }

#viewer-images a.image-link {
  position: absolute;
  display: block;
  z-index: 1;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.no-touch #viewer-images a.image-link:hover,
#viewer-images a.image-link.hover,
#viewer-images a.image-link:active {
  border: 2px solid #e74c3c; }

.no-touch #viewer-images a.image-link.blue:hover,
#viewer-images a.image-link.blue.hover,
#viewer-images a.image-link.blue:active {
  border: 2px solid #3498db; }

#viewer-number {
  display: none;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  margin-left: -50px;
  padding: 10px 5px;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  z-index: 2; }

@media only screen and (min-width: 43.813em) {
  #viewer-number {
    margin-top: 100px; } }

#viewer-pages {
  display: none;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.4);
  background-color: #404040; }

#viewer-pages:before,
#viewer-pages:after {
  content: " ";
  display: table; }

#viewer-pages:after {
  clear: both; }

@media only screen and (min-width: 40em) {
  #viewer-pages {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px; } }

@media only screen and (min-width: 43.813em) {
  #viewer-pages {
    height: auto; } }

#viewer-pages div {
  float: left;
  position: relative;
  width: 50%;
  height: 150px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#viewer-pages div img {
  width: 100%; }

@media only screen and (min-width: 30em) {
  #viewer-pages div {
    width: 33.3333333333%; } }

@media only screen and (min-width: 40em) {
  #viewer-pages div {
    width: 25%;
    height: 220px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px; } }

.no-touch #viewer-pages div:hover {
  cursor: pointer; }

.no-touch #viewer-pages div:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85); }

@font-face {
  font-family: 'icomoon';
  src: url("../../../fonts/pricecheck-icons/fonts/icomoon.ttf?bdg0bh") format("truetype"), url("../../../fonts/pricecheck-icons/fonts/icomoon.woff?bdg0bh") format("woff"), url("../../../fonts/pricecheck-icons/fonts/icomoon.svg?bdg0bh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Icons_10:before {
  content: ""; }

.icon-Icons_Arrow-down:before {
  content: ""; }

.icon-Icons_Arrow-left:before {
  content: ""; }

.icon-Icons_Arrow-right:before {
  content: ""; }

.icon-Icons_Arrow-up:before {
  content: ""; }

.icon-Icons_Bullet-point:before {
  content: ""; }

.icon-Icons_Check .path1:before {
  content: "";
  color: #2bc653; }

.icon-Icons_Check .path2:before {
  content: "";
  margin-left: -0.9453125em;
  color: #2bc653; }

.icon-Icons_Check .path3:before {
  content: "";
  margin-left: -0.9453125em;
  color: white; }

.icon-Icons_Circle-arrow-left:before {
  content: ""; }

.icon-Icons_Circle-arrow-right:before {
  content: ""; }

.icon-Icons_Close-menu-icon:before {
  content: ""; }

.icon-Icons_Comment-box:before {
  content: ""; }

.icon-Icons_Compare-icon:before {
  content: ""; }

.icon-Icons_Corner-green:before {
  content: ""; }

.icon-Icons_Corner-grey:before {
  content: ""; }

.icon-Icons_Corner-orange:before {
  content: ""; }

.icon-Icons_Curved-Arrow:before {
  content: ""; }

.icon-Icons_Delivery-truck:before {
  content: ""; }

.icon-Icons_Green-promo-shape:before {
  content: ""; }

.icon-Icons_Lock:before {
  content: ""; }

.icon-Icons_Magnifying-glass:before {
  content: ""; }

.icon-Icons_New:before {
  content: ""; }

.icon-Icons_Plus:before {
  content: ""; }

.icon-Icons_Price-Alert-icon:before {
  content: ""; }

.icon-Icons_Pricecheck-score-shape-only .path1:before {
  content: "";
  color: #2bc653; }

.icon-Icons_Pricecheck-score-shape-only .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
  opacity: 0.2; }

.icon-Icons_Pricecheck-score-text .path1:before {
  content: "";
  color: #2bc653; }

.icon-Icons_Pricecheck-score-text .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
  opacity: 0.2; }

.icon-Icons_Pricecheck-score-text .path3:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path5:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path6:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path7:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path8:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path9:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path10:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path11:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path12:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path13:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path14:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path15:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path16:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path17:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path18:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Pricecheck-score-text .path19:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-Icons_Share-icon:before {
  content: ""; }

.icon-Icons_Shield:before {
  content: ""; }

.icon-Icons_Shoping-cart:before {
  content: ""; }

.icon-Icons_Special-Offer-shape-only:before {
  content: ""; }

.icon-Icons_Special-Offer-text .path1:before {
  content: "";
  color: #2bc653; }

.icon-Icons_Special-Offer-text .path2:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path3:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path4:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path5:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path6:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path7:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path8:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path9:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path10:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path11:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path12:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Special-Offer-text .path13:before {
  content: "";
  margin-left: -1.5em;
  color: white; }

.icon-Icons_Star-half .path1:before {
  content: "";
  color: #dcdde0; }

.icon-Icons_Star-half .path2:before {
  content: "";
  margin-left: -1.0517578125em;
  color: #fdb75b; }

.icon-Icons_Star-half .path3:before {
  content: "";
  margin-left: -1.0517578125em;
  color: #e78606; }

.icon-Icons_Star-off:before {
  content: ""; }

.icon-Icons_Star-on .path1:before {
  content: "";
  color: #fdb75b; }

.icon-Icons_Star-on .path2:before {
  content: "";
  margin-left: -1.0517578125em;
  color: #e78606; }

.icon-Icons_User-circle .path1:before {
  content: "";
  color: #29395d; }

.icon-Icons_User-circle .path2:before {
  content: "";
  margin-left: -1em;
  color: #2bc653; }

.icon-Icons_User-circle .path3:before {
  content: "";
  margin-left: -1em;
  color: #2bc653; }

.icon-Icons_User:before {
  content: ""; }

.icon-Icons_Wishlist-icon:before {
  content: ""; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

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

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

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

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

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

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

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

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

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

.tab-content {
  background-color: #f0f0f0; }

.tabs-container-lists {
  background-color: #edeced; }

.tab-spacing-top {
  background-color: #fff !important; }

.box-devider, .box-devider-empty {
  height: 90px; }

.box-devider-empty-wishlist {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.box-devider-empty {
  text-align: center;
  width: 119px;
  height: 105px;
  padding-top: 18%;
  font-size: 25px;
  /*  border-left: 1px solid #f7f7f7; */
  /* border-right: 1px solid #f7f7f7; */ }

.box-devider {
  text-align: center;
  border-left: 1px solid #f7f7f7;
  /* border-right: 1px solid #f7f7f7; */ }

.slick-slide img {
  padding: 10px;
  position: relative;
  max-width: 80%;
  margin: auto; }

.slick-prev {
  left: -36px !important; }

.icon.icon-Icons_Circle-arrow-right.slick-arrow {
  float: right;
  position: relative;
  left: 10px;
  top: -69px;
  color: #e4e3e4;
  font-size: 25px; }

.icon.icon-Icons_Circle-arrow-left.slick-arrow {
  float: left;
  position: relative;
  right: -37px;
  top: 45px;
  color: #e4e3e4;
  font-size: 25px; }

.wislist-row {
  margin-left: 3.6%; }

.slick-list.draggable {
  width: 100%; }

.tab-content.tab-spacing-top {
  border-bottom: 3px solid #f7f7f7;
  padding-bottom: 10px;
  padding-top: 10px; }

.tab-content, .tabs-container-lists {
  margin-bottom: 10px; }

div.icon.icon-Icons_Close-menu-icon.close-button-lists {
  float: right;
  position: relative;
  right: 30%;
  top: 13px;
  cursor: pointer;
  border: 1px solid #e4e3e4;
  border-radius: 25px;
  background-color: #e4e3e4; }

.close-button-alertlist-item, .close-button-comparelist-item, .close-button-wishlist-item {
  float: right;
  position: relative;
  top: 20px;
  right: 10px;
  cursor: pointer;
  color: #e4e3e4;
  margin-top: -20px;
  z-index: 10; }

.close-button-comparelist-item:active, .close-button-wishlist-item:active {
  outline: none;
  border: none; }

.tabs-container-lists {
  display: none; }

.icon-Icons_Circle-arrow-left {
  display: none; }

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse_animation;
  animation-name: pulse_animation;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.checkBoxClass {
  position: initial !important;
  left: 0; }

.top-compare-to-page {
  position: relative;
  top: 0px;
  left: 10px;
  padding: 0 10px 0 0;
  color: #27be49;
  font-size: 17px; }

.top-compare-to-page:hover {
  color: #e4e3e4; }

.wimage.box-devider.pop {
  background-repeat: no-repeat;
  background-position: center center;
  height: 90px;
  background-size: auto;
  display: block;
  margin-bottom: 15px; }

i.icon.icon-Icons_Price-Alert-icon {
  cursor: pointer; }

i.icon.icon-Icons_Share-icon {
  cursor: pointer; }

.bar-header {
  font-size: 17px; }

.remove-div .icon-Icons_Price-Alert-icon {
  margin-bottom: 10px;
  margin-top: -5px; }

div.hidden {
  display: none; }

@media screen and (max-width: 1024px) {
  .box-devider-empty {
    width: 99.5px;
    padding-top: 46%; }
  .hidden-on-small-devices {
    display: none; } }

@media screen and (max-width: 812px) {
  .box-devider-empty {
    width: 94.5px;
    padding-top: 46%; } }

@media screen and (max-width: 768px) {
  .box-devider-empty {
    width: 94.5px;
    padding-top: 49%; }
  .icon.icon-Icons_Circle-arrow-right.slick-arrow {
    left: 5px;
    top: -61px; }
  div.icon.icon-Icons_Close-menu-icon.close-button-lists {
    right: 10%; } }

@media screen and (max-width: 736px) {
  .box-devider-empty {
    width: 71.5px;
    padding-top: 55%; }
  img.pop {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: relative;
    top: 21px; }
  .icon.icon-Icons_Circle-arrow-right.slick-arrow {
    left: 35px; } }

@media screen and (max-width: 640px) {
  .box-devider-empty {
    width: 72.5px; }
  .slick-slider {
    height: 96px; }
  .icon.icon-Icons_Circle-arrow-right.slick-arrow {
    top: -65px;
    left: 5px; }
  .nav-tabs .nav-item:first-child {
    margin-left: 13.5% !important; } }

@media screen and (max-width: 414px) {
  .icon.icon-Icons_Circle-arrow-right.slick-arrow {
    left: -20px; }
  .close-button-alertlist-item, .close-button-comparelist-item, .close-button-wishlist-item {
    right: 24px; }
  .box-devider-empty {
    width: 148.5px;
    position: relative;
    top: -41px; }
  .nav-tabs .nav-item:first-child {
    margin-left: 0 !important; }
  div.icon.icon-Icons_Close-menu-icon.close-button-lists {
    right: 3%; }
  img.pop {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    position: relative;
    top: 20px; }
  .icon.icon-Icons_Circle-arrow-right.slick-arrow {
    top: -66px; } }

@media screen and (max-width: 375px) {
  .icon.icon-Icons_Circle-arrow-right.slick-arrow {
    left: -20px;
    top: -73px; }
  .box-devider-empty {
    width: 135.5px;
    height: 119px;
    position: relative;
    top: -40px; }
  .close-button-alertlist-item, .close-button-comparelist-item, .close-button-wishlist-item {
    right: 20px; } }

@media screen and (max-width: 360px) {
  .box-devider-empty {
    width: 130px;
    top: -37px;
    height: 135px; }
  .slick-slider {
    height: 96px; }
  .icon.icon-Icons_Circle-arrow-right.slick-arrow {
    top: -72px;
    left: -33px; }
  img.pop {
    width: auto;
    top: 0px; }
  .close-button-alertlist-item, .close-button-comparelist-item, .close-button-wishlist-item {
    right: 37px; } }

@media screen and (max-width: 360px) {
  .slick-slide img {
    padding: 28px; }
  .icon.icon-Icons_Circle-arrow-right.slick-arrow {
    left: -16px; }
  .box-devider-empty {
    width: 130.5px; } }

.popover.greenback {
  background-color: #27be49; }

.popover.greenback .arrow {
  top: 18px !important; }

.popover.greenback .popover-body {
  color: #fff !important; }

.popover.greenback.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-right .arrow::after {
  border-right-color: #27be49 !important; }

.icon.icon-Icons_Wishlist-icon.wishlist.add-wishlist {
  cursor: pointer; }

.icon.icon-Icons_Plus.comparelist.add-compare {
  cursor: pointer; }

/* social share links */
ul.share-buttons {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  top: -78px;
  right: -22px;
  width: 60px;
  z-index: 9999; }

ul.share-buttons li {
  display: inline; }

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

ul.share-buttons img {
  width: 50%;
  margin-bottom: 3px; }

/* social share links */
ul.share-buttons {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  top: -78px;
  right: -22px;
  width: 60px;
  z-index: 9999; }

/* social sharing for nappy alerts */
/* social share links */
ul.share-buttons-nappy {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  top: -78px;
  right: -22px;
  width: 60px;
  z-index: 9999; }

ul.share-buttons-nappy li {
  display: inline; }

ul.share-buttons-nappy .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

ul.share-buttons-nappy img {
  width: 50%;
  margin-bottom: 3px; }

/* 
 LATEST CSS
*/
.answer-buttons {
  width: 140px;
  display: inline-block;
  margin: 18px; }

.top-questions-bar {
  background-color: #f0f0f0;
  padding: 20px; }

.gs-questions-box {
  margin-top: 20px;
  height: 480px;
  background-color: #f0f0f0; }

.gs-questions-box h2 {
  padding-top: 20px; }

.yesbutton {
  /* Style for "Buy Now Button" */
  width: 160px;
  height: 100px;
  -webkit-box-shadow: 0 0 4.8px 0.2px rgba(41, 57, 93, 0.12);
  box-shadow: 0 0 4.8px 0.2px rgba(41, 57, 93, 0.12);
  background-color: #e7e7e7;
  border-radius: 8%;
  border: none;
  font-size: 37px;
  font-weight: 400;
  outline: none; }

.nobutton {
  padding: 60px;
  background-color: #f70000;
  color: #fff; }

/* PRODUCTS */
.products-list-gs li {
  display: inline-block;
  margin: 15px; }

.products-list-gs li img {
  max-width: 120px; }

.data-question-id-2, .data-question-id-3, .data-question-id-4, .data-question-id-5, .data-question-id-6, .data-question-id-7 {
  display: none; }

#questions-list {
  background-color: #f2f2f2;
  margin-top: 30px;
  padding: 20px; }

.btn-group-nxt {
  /* width: 100px; */
  display: inline;
  margin: 10px; }

li.question-we-are-on {
  text-align: center; }

li.btns-text {
  text-align: center; }

ul .brand-options {
  display: inline-block;
  width: 100%; }

.btn-group-nxt.btn-back {
  width: 70px;
  height: 36px;
  background-color: #e7e7e7;
  border: none;
  color: #fff; }

.btn-group-nxt.btn-next {
  width: 70px;
  height: 36px;
  background-color: #2bc653;
  border: none;
  color: #fff;
  border-radius: 8%; }

.blue-yes-button {
  background-color: #29395d;
  color: #fff; }

.pimage {
  border-right: 1px solid #f2f2f2;
  max-height: 150px;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
  display: block;
  margin-bottom: 15px;
  background-size: 100px auto !important; }

.pimage:last-child {
  border: none; }

div#slider-controls-daily-deals-homepage {
  /* top: 50px; */
  /* position: relative; */
  /* margin-top: 209px; */ }

.DailyDealsSlider .container {
  padding: 0; }

.dealslinktable a.btn.bg-secondary.mb-0.mobile-w-90 {
  font-size: 0.775em; }

.dealslinktable .ProductInfo.mt-2 {
  padding-left: 10px; }

.dailydealssliderlink {
  float: right;
  position: absolute;
  right: 1px;
  top: 10px;
  font-size: 12px; }

.DailyDealsSlider {
  margin-top: 6px; }

.DailyDealsSlider .slider-card {
  height: 370px; }

#slider-content-daily-deals-homepage .background-image.bg-white.shop-logo {
  margin-left: 15px; }

.ProductSlider.home-page-padding-null .container {
  padding: 0 !important; }

@media screen and (min-width: 800px) {
  .mp-product-slider.home-slider .container {
    padding: 0; }
  .hide-slider-mobile {
    display: none !important; } }

@media screen and (max-width: 500px) {
  #slider-content-daily-deals-homepage .bottom-mobile {
    top: 0; } }

@media screen and (max-width: 414px) {
  .btn.bg-secondary.home-page-button-width, .btn.btn.bg-quaternary.home-page-button-width {
    width: 9em !important; }
  .bfc-col:nth-child(2n-1) .bfc-product {
    border-left: 1px solid #e4e4e4; }
  .DailyDealsSlider {
    margin-top: 0;
    margin-left: 0px; }
  .ProductSlider.home-page-padding-null {
    margin-top: -13px; }
  .mp-product-slider.home-slider {
    margin-top: -14px; }
  .mp1-product-slider.home-slider {
    margin-top: -14px; }
  .discover-home-mobile {
    margin-top: -10px; }
  .blog-home-mobile {
    margin-top: -10px; }
  .slider-home-group-mobile {
    margin-bottom: -39px; } }

@media screen and (max-width: 411px) {
  .btn.bg-secondary.home-page-button-width, .btn.btn.bg-quaternary.home-page-button-width {
    width: 9em !important; } }

@media screen and (max-width: 375px) {
  .btn.bg-secondary.home-page-button-width, .btn.btn.bg-quaternary.home-page-button-width {
    width: 9em !important; } }

@media screen and (max-width: 360px) {
  .btn.bg-secondary.home-page-button-width, .btn.btn.bg-quaternary.home-page-button-width {
    width: 9em !important; } }

@media screen and (max-width: 320px) {
  .DailyDealsSlider {
    margin-top: 0;
    margin-left: 0px; }
  .ProductSlider.home-page-padding-null {
    margin-top: -13px; } }

.prm-product {
  border: 2px solid #efefef;
  border-radius: 2px;
  margin: 10px 0;
  height: 320px;
  position: relative; }

.prm-product h3 {
  line-height: 16px;
  font-size: 16px;
  margin: 10px 10px 4px 10px;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.prm-product-image {
  height: 180px;
  margin: 15px 0 5px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.prm-star-rating {
  margin: 0 10px 15px 7px;
  overflow: auto;
  width: 130px;
  float: left;
  position: relative; }

.prm-star-rating-modal {
  margin: 15px;
  width: 250px;
  float: left; }

.prm-star {
  background: url(../../../images/icons/sprites.svg) 2px 60px;
  width: 26px;
  height: 20px;
  display: inline-block;
  background-size: 30px;
  float: right; }

.prm-star-modal {
  background: url(../../../images/icons/sprites.svg) 2px 99px;
  width: 50px;
  height: 32px;
  display: inline-block;
  background-size: 50px;
  float: right; }

.prm-star-modal[data-size="small"] {
  max-width: 70%; }

.prm-modal .form-control {
  width: 95%;
  margin: 0 auto 20px auto; }

.prm-star-set,
.prm-star-set ~ .prm-star {
  background: url(../../../images/icons/sprites.svg) 92px 40px;
  background-size: 30px; }

.prm-star-modal:hover,
.prm-star-modal:hover ~ .prm-star-modal,
.prm-star-set-modal,
.prm-star-set-modal ~ .prm-star-modal {
  background: url(../../../images/icons/sprites.svg) 102px 66px;
  background-size: 50px;
  cursor: pointer; }

.prm-deals-btn {
  color: white;
  width: 96%;
  position: absolute;
  left: 2%;
  bottom: 5px;
  background: #a9a7a7 !important; }

.prm-deals-btn:hover {
  background: #888888 !important; }

.prm-modal {
  margin-top: 60px; }

.prm-modal p {
  color: white;
  text-align: center;
  margin: 0 5px;
  width: 100%; }

.prm-modal > .modal-content {
  min-height: 300px;
  max-width: 600px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 0;
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 auto; }

.prm-close:active,
.prm-close:focus {
  outline: none; }

.prm-close:hover {
  color: #dedede; }

.prm-close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: white;
  text-shadow: none;
  font-size: 42px;
  opacity: 1;
  font-weight: normal; }

.prm-modal-heading {
  color: white;
  margin: 0 24px 10px 15px;
  font-size: 30px; }

.prm-input,
.prm-textarea {
  margin: 5px 0;
  padding: 10px;
  background: #fff;
  font-size: 15px;
  border-radius: 2px;
  border: 1px solid #ced4da; }

.prm-modal-submit-btn {
  margin: 15px 10px;
  width: auto;
  padding: 5px 10px;
  background: #29395d;
  color: white;
  font-weight: normal;
  font-size: 20px !important;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s; }

.prm-modal-submit-btn:hover {
  background: #394a6f; }

.prm-modal-loading {
  overflow: hidden;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s; }

.prm-modal-loading.hidden {
  display: block;
  height: 0;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s; }

.prm-modal-errors {
  color: red;
  text-align: center;
  font-weight: bold; }

.prm-modal-auth-btns {
  margin: 10px 0px; }

.prm-auth-btn {
  margin: 10px 0;
  width: 100%;
  padding: 5px 0;
  background: #29395d;
  color: white;
  font-weight: normal;
  font-size: 20px !important;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s; }

.prm-auth-btn:hover {
  background: #394a6f; }

.prm-form {
  width: 100%; }

.prm-active-btn,
.prm-active-btn:hover {
  background: #415890; }

.prm-col {
  padding: 0 5px; }

.prm-sign-heading {
  font-size: 20px;
  margin: 20px 0 !important; }

.prm-success-modal h1 {
  color: white;
  text-align: center;
  margin-top: 70px;
  font-size: 70px; }

.prm-success-modal p {
  font-size: 18px; }

.prm-breakdown {
  position: absolute;
  top: 22px;
  left: -80px;
  background: white;
  width: 250px;
  display: none;
  z-index: 12;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2); }

.prm-breakdown-wrapper {
  position: relative; }

.prm-breakdown-wrapper:hover .prm-breakdown {
  display: block; }

.prm-breakdown-row {
  overflow: auto;
  padding: 2px 5px; }

.prm-bd-label {
  float: left;
  color: #0664c6; }

.prm-bd-bar-bg {
  float: left;
  height: 20px;
  width: 136px;
  background: #d2d2d2;
  margin: 0 5px 0 10px; }

.prm-bd-bar {
  float: left;
  height: 20px;
  background: #29395d; }

.prm-bd-perc {
  float: left; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a6a6;
  opacity: 1;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a6a6;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a6a6;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a7a6a6;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a7a6a6; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a7a6a6; }

.prm-review-stars-prelisted {
  margin: 10px 0;
  text-align: center; }

@media only screen and (max-width: 575px) {
  .prm-modal > .modal-content {
    padding: 5px; }
  .prm-star-rating-modal {
    margin: 15px 0; }
  .prm-product h3 {
    text-align: center; }
  .prm-star-rating {
    display: block;
    margin: 10px 0;
    float: none; }
  .prelisted-image {
    display: block;
    margin: auto; }
  .coming-soon-text-prelisted {
    text-align: center;
    margin: 10px 0; }
  .prm-write-review {
    font-size: 16px;
    display: block; }
  .prm-modal-heading {
    font-size: 24px; }
  .prm-modal {
    margin-top: 20px; }
  .prm-success-modal h1 {
    margin-top: 80px;
    font-size: 40px; }
  .pl-2-prelisted {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .mx-3-prelisted {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.bfc-back-link {
  display: block;
  margin: 10px 0 0 0; }

.bfc-bg-black {
  background: #1d1a1a;
  padding: 0; }

.bfc-bg-black a {
  padding: 0; }

.bfc-campaign {
  overflow-x: hidden; }

.bfc-main-content {
  padding: 0 5px;
  min-height: 1000px;
  overflow: hidden; }

.bfc-product {
  border: 1px solid #d4cdcd;
  margin: 0 0 8px 0;
  display: block; }

.bfc-row-top {
  padding: 0 15px; }

.bfc-shop-logo {
  height: 40px;
  background-size: contain !important;
  background-origin: content-box !important;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 20% 0 10px; }

.bfc-discount {
  background: black;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 1.1em;
  padding: 7px 0;
  font-size: 14px;
  height: 40px; }

.bfc-discount span {
  font-weight: normal;
  display: block; }

.bfc-product-image {
  height: 170px;
  margin: 10px auto;
  text-align: center;
  position: relative; }
  .bfc-product-image img {
    display: inline-block;
    height: auto;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    position: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
  .bfc-product-image:before {
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../../../images/ajax-loader.gif") no-repeat; }
  .bfc-product-image img, .bfc-product-image:before {
    top: 50%;
    display: inherit; }

.bfc-product-title {
  font-size: 14px;
  color: #0664c6;
  text-align: center;
  margin: 5px 0;
  height: 28px;
  line-height: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 2px; }

.bfc-product-prices {
  text-align: center;
  font-size: 12px;
  padding: 10px 0 0 0; }

.bfc-was-price {
  text-decoration: line-through;
  color: gray;
  display: block;
  line-height: 14px; }

.bfc-now-price {
  color: red;
  display: block;
  line-height: 20px;
  font-size: 14px; }

.bfc-price-divider {
  display: none; }

.bfc-view-btn {
  margin: 5px auto;
  width: 90%; }

.bfc-col {
  padding: 0 3px; }

.bfc-sidebar {
  width: 300px;
  position: relative; }

.bfc-sidebar-abs-btm {
  position: absolute !important;
  bottom: 20px !important;
  width: 100%; }

#bfc-campaign-products {
  padding: 0 10px; }

.bfc-ad-300-250 {
  width: 300px;
  height: 250px;
  background: black; }

.bfc-ad-300-600 {
  margin: 20px 0;
  width: 300px;
  height: 600px;
  background: black; }

.loading-indicator {
  margin: 50px auto; }

.loading-indicator div {
  background-color: #29395d; }

.bfc-input {
  border-radius: 0; }

.bfc-input-btn {
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 5px 10px;
  background-color: #fea134;
  color: white;
  border-color: #fea134;
  font-size: 20px; }

.bfc-input-group {
  width: 100% !important;
  margin: 15px 0px;
  z-index: 0; }

#bfc-accordion {
  margin-bottom: 20px; }

#bfc-accordion .card {
  padding: 0;
  border-radius: 0; }

#bfc-accordion .card-header {
  padding: 0; }

#bfc-accordion .accordion-toggle {
  font-size: 16px !important;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-top: 2px solid white;
  border-radius: 0;
  background-color: #f2f2f2; }

#bfc-accordion .card-body {
  padding: 0;
  background-color: #f7f7f7;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: scroll; }

#bfc-accordion .card-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #f7f7f7; }

#bfc-accordion .card-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c1bfbf;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

#bfc-search-input {
  border-right: none; }

.bfc-input-btn {
  border: none; }

.bfc-input-btn:hover {
  background-color: #ffb763; }

.bfc-filter-link {
  padding: 3px 10px;
  cursor: pointer;
  font-weight: normal;
  color: #0664c6; }

.bfc-filter-link:hover {
  background: #f1f1f1; }

.bfc-active-filter {
  font-weight: bold; }

.bfc-browsing {
  margin: 0 0 10px 0; }

.bfc-facet-header {
  color: #232f3e;
  background-color: #F2F2F2;
  padding: 8px 10px;
  font-size: 16px;
  width: 100%; }

.bfc-facet-body {
  padding: 10px;
  background-color: #f7f7f7; }

.bfc-facet-body > div {
  margin-bottom: 5px; }

.bfc-facet-body > div span:first-child {
  font-size: 14px; }

.bfc-browsing-link {
  color: #0664c6;
  font-weight: normal;
  cursor: pointer;
  float: right;
  font-size: 14px; }

.bfc-facet-x {
  margin-left: 20px;
  font-size: 18px !important;
  float: right; }

.bfc-small {
  color: #a7a6a6;
  font-size: 15px;
  margin-bottom: 4px;
  display: block;
  padding: 0 0 0 15px; }

.bfc-gray {
  color: #b1b1b1; }

.bfc-department-link,
.bfc-shop-link,
.bfc-brand-link {
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.bfc-facet-expand {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  width: 8%;
  height: 28px;
  color: gray; }

.bfc-facet-expand[aria-expanded="false"]:before {
  content: '+'; }

.bfc-facet-expand[aria-expanded="true"]:before {
  content: '-'; }

#bfc-products-message {
  text-align: center;
  margin: 40px 0;
  font-size: 20px;
  font-weight: normal;
  color: #b9b9b9; }

.truncate {
  text-transform: capitalize;
  width: 165px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  float: right;
  text-align: right; }

#bfc-bottom {
  width: 100%; }

.scroll-fixed-top {
  position: fixed;
  top: 0;
  z-index: 100;
  width: inherit;
  padding-top: 15px; }

.bfc-collapsible {
  overflow: hidden;
  max-height: 2000px;
  -webkit-transition: max-height ease-in 0.35s;
  transition: max-height ease-in 0.35s; }

.bfc-collapsible.collapsed {
  max-height: 0; }

.bfc-facet-dropdown {
  background: rgba(210, 208, 208, 0.1);
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #e8e2e2;
  border-bottom: 1px solid #e8e2e2; }

.bfc-facet-link-group {
  width: 100%;
  overflow: auto;
  position: relative; }

.bfc-mobile-filter-btn {
  margin: 0 auto; }

.bfc-modal-x {
  display: none; }

.bfc-mobile-hidden {
  display: initial; }

.bfc-desktop-hidden {
  display: none; }

.bfc-mobile-filter-search {
  background: rgba(0, 0, 0, 0.5); }

.bfc-parent-tree {
  padding-left: 30px; }

.bfc-grand-parent-tree {
  padding-left: 20px; }

@media all and (max-width: 991px) {
  .bfc-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 102;
    background: rgba(56, 56, 56, 0.8);
    width: 100%;
    padding: 25px 8px 0 8px !important; }
  .scroll-fixed-top {
    position: initial !important; }
  .bfc-sidebar-abs-btm {
    position: initial !important; }
  #bfc-fixed-sidebar {
    max-width: 450px;
    margin: 20px auto; }
  #bfc-accordion .card-body {
    max-height: 170px; }
  #bfc-accordion .accordion-toggle {
    padding: 5px !important; }
  .bfc-filter-link {
    line-height: 30px;
    border-bottom: 1px solid #f5f0f0; }
  .bfc-input-btn {
    width: 40px;
    height: 40px; }
  .bfc-ad {
    display: none; }
  .bfc-col {
    padding: 0 5px 0 0;
    margin: 5px 0; }
  .bfc-product {
    border: none; }
  .bfc-col:nth-child(even) .bfc-product {
    border-left: 1px solid #e4e4e4; }
  .bfc-view-btn {
    font-weight: normal;
    font-size: 16px !important; }
  .bfc-modal-x {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    color: #eaeaea;
    font-size: 50px;
    z-index: 105;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal; }
  .bfc-mobile-hidden {
    display: none; }
  .bfc-desktop-hidden {
    display: inherit; } }

/* Slider Buttons */
.btn.bg-secondary.home-page-button-width, .btn.btn.bg-quaternary.home-page-button-width {
  width: 9em; }

.searchbar-newsletter-btn {
  background: transparent !important;
  border: 1px solid #ccc;
  color: #fff !important;
  margin-right: 5px;
  width: 135px; }

.searchbar-newsletter-btn:hover {
  background: #fff !important;
  color: #232f3e !important;
  cursor: pointer; }

.searchbar-login-btn {
  background-color: #fff !important;
  color: #232f3e;
  width: 135px;
  margin-left: 5px; }

.searchbar-login-btn:hover {
  background-color: #f2f2f2 !important;
  cursor: pointer; }

.btn-searchbar-userlinks {
  font-size: 13px; }

@media only screen and (max-device-width: 768px) {
  .btn-searchbar-userlinks {
    font-size: 12px;
    width: 100px !important; } }

.lazy-background {
  left: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../../../images/ajax-loader.webp") no-repeat; }
