/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* This fixes whitespace on the sides of the screen for mobiles and makes the black navbar work correctly */
html {
  overflow-x: hidden;
}

body {
  font-family: "Epilogue", sans-serif;
  color: #000;
}

.width-85 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.width-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .width-85 {
    width: 90%;
  }
}

.-translate-1\/3-x {
  transform: translateX(-33%);
}

.thumb-icon-description {
  flex-direction: column;
}

@media (min-width: 420px) {
  .thumb-icon-description {
    flex-direction: row;
  }
}

.legend-block {
  position: relative;
  padding: 1rem 2rem;
  margin: 1rem auto;
  background: #f3f3f2;
}
/*
  .legend-block::before,
  .legend-block::after {
    content: "\275D";
    font-size: 3rem;
    font-family: Georgia, "Times New Roman", serif;
    color: #ccc;
    position: absolute;
  }

  .legend-block::before {
    left: 20px;
    top: 0px;
  }

  .legend-block::after {
    content: "\275E"; 
    bottom: -10px;
    right: 30px;
  }*/


.gray {
  color: gray;
}

.blue {
  color: #3ea3dc;
}

a {
  color: #0a71ab;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

.hide {
  display: none;
}

.navbar-brand img {
  height: 80px;
}

.orange-bg {
  background: #eaba72;
}

.pink-bg {
  background: #fea09e;
}

.purple-bg {
  background: #c0a1e5;
}

.blue-bg {
  background: #8bc6e6;
}

.green-bg {
  background: #cfded7;
}

.black-bg {
  background: #000;
}

.white-bg {
  background: #FFF !important;
}

.dark-orange-bg {
  background: #8c7044;
}

.dark-pink-bg {
  background: #ac4f4d;
}

.dark-purple-bg {
  background: #c0a1e5;
}

.dark-blue-bg {
  background: #55a3d1;
}

.dark-green-bg {
  background: #9cc8af;
}

.bg-grey {
  background: #c3bfbe;
}

a.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white a,
p.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff !important;
}

a.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black p,
.black a,
p.black,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black {
  color: #000 !important;
}

.bold700 {
  font-weight: 700 !important;
}

.black-button {
  margin-top: 0px;
}

.black-button a {
  background: #000;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 32px;
  transition: background 0.15s ease-in;
}

.black-button a:hover {
  background: #fff;
  color: #000 !important;
  text-transform: uppercase;
  cursor: pointer;
}

.blue-button {
  color: #FFF;
  transition: transform 0.15s ease-out
}

.blue-button:hover {
  transform: translateY(1px)
}

.blue-button:active {
  transform: translateY(2px)
}

.blue-button a {
  background: #0a71ab;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.15s ease-out;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
}

.blue-button a:hover {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.blue-button a:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
}

/*NTT To Do added so that it's not an href*/
.blue-buttonB :hover {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px;
}

.blue-buttonB {
  background: #0a71ab;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px;
}

/*NTT To Do END added so that it's not an href*/

.blue-button.squarer a {
  border-radius: 6px;
}

.greyborder {
  border-top: 1px solid #ccc;
}

.footer-grey {
  background: #101015 !important;
}

.footer-grey:first-child {
  padding: 70px 0;
}

.footer-grey:nth-child(2) {
  padding-top: 30px;
  border: solid 1px rgba(255,255,255,.1)
}

.whiteborder {
  border-top: 1px solid #fff;
  padding-top: 4px;
}

.blackborder {
  border-top: 1px solid #000;
  padding-top: 4px;
}

.small p {
  font-size: 12px;
}

.large {
  font-size: 1.5rem;
}

.mobile-show {
  display: none;
}

.mobile-hide {
  display: block;
}

.mobile-nav-links.social-links a {
  display: none;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.dropdownlist {
  border: 1px solid #999;
  font-size: 18px;
  color: #0a71ab;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 4px 4px #ccc;
}

#page-body h1 {
  text-align: center;
  font-weight: 600;
  font-family: 'Epilogue', sans-serif;
}

@media only screen and (max-width: 767px) {
  #page-body h1 {
    flex-direction: column;
    row-gap: 6px;
  }
}

#page-body h2 {
  color: #000;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 42px;
}

#page-body h2 a {
  color: #000;
}

#page-body h2 a:hover {
  text-decoration: none;
}

#page-body h2::before,
#page-body h2::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid black;
}

#page-body h2::before {
  margin-right: 50px; /* Space between line and text */
}

#page-body h2::after {
  margin-left: 50px; /* Space between text and line */
}

@media only screen and (max-width: 1200px) {

  #page-body h2::before {
    margin-right: 20px; /* Space between line and text */
  }

  #page-body h2::after {
    margin-left: 20px; /* Space between text and line */
  }
}

@media only screen and (max-width: 767px) {
  #page-body h2 {
    flex-direction: column;
    row-gap: 6px;
  }

  #page-body h2::before {
    display: none;
  }

  #page-body h2::after {
    display: none;
  }
}

.heading-title h3 {
  font-size: 18px;
  line-height: 24px;
  padding: 6px 10px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.heading-title h4 {
  font-size: 16px;
  line-height: 22px;
  padding: 6px 10px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.heading-title h3 a,
.heading-title h4 a,
.heading-title h3,
.heading-title h4 {
  color: #fff;
}

.heading-title h3 a:hover,
.heading-title h4 a:hover {
  color: #ebebeb;
}

.dropdown-menu h5 {
  white-space: nowrap;
}

.dropdown-menu h5,
.dropdown-menu h5 a {
  color: #FFF !important;
}

@media (min-width:1400px) {
  .dropdown-menu h5,
  .dropdown-menu h5 a {
    color: #000 !important;
  }
}

.lead a:hover {
  text-decoration: underline;
}

.lead {
  width: 85%;
  margin: 0 auto 10px;
}

.about-expand ul {
  padding-left: 0rem !important;
}

.about-expand li {
  margin-bottom: 5px;
  list-style: none;
}

@media only screen and (max-width: 540px) {
  .mobilexs-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-bar {
  background: #fff;
}

.top-bar a {
  color: #000 !important;
}

.flag {
  padding: 0px 40px 0px 0px !important;
}

.english {
  background: url(../img/england-flag.png) no-repeat right;
  background-size: 30px;
}

li.second-nav {
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
}

.searchbox {
  background: #f3f3f2;
  color: #595958;
  padding: 6px 16px;
  border: 0px;
  width: 575px !important;
}

button.searchbutton {
  background-color: #f3f3f2;
  background-size: 18px;
  width: 26px;
  height: 26px;
  border: 0px !important;
  position: relative;
  left: -32px;
  top: -6px;
}

.second-nav-area {
  position: relative;
  top: 40px;
}

.red {
  color: #f90908;
}

.italic {
  font-style: italic;
}

.greyinfo {
  font-size: small;
  font-style: italic;
  text-decoration: underline;
  color: dimgrey;
  cursor: pointer;
}

#product-page-content label {
  margin-right: 10px;
}

#product-page-content button,
#product-page-content input,
#product-page-content optgroup,
#product-page-content select,
#product-page-content textarea {
  padding: 4px 6px;
  margin-right: 10px;
}

#product-page-content [type="button"],
#product-page-content [type="reset"],
#product-page-content [type="submit"],
#product-page-content button {
  background: #000;
  border: 0px;
  color: #fff;
  font-weight: 600;
  padding: 8px 12px;
}

.green-btn {
  background: #01a455 !important;
}

.blue-btn {
  background: #0a71ab !important;
}

.form-align {
  font-size: 14px;
}


.form-align label {
  width: 30%;
}

.form-align button,
.form-align input,
.form-align optgroup,
.form-align select,
.form-align textarea {
  width: 60%;
  margin-bottom: 5px;
  background: transparent;
  border: 0px;
}

.form-align button:focus,
.form-align input:focus,
.form-align optgroup:focus,
.form-align select:focus,
.form-align textarea:focus {
  background: #fff;
}

.form-align [type="button"],
.form-align [type="reset"],
.form-align [type="submit"],
.form-align button {
  margin-top: 10px;
}

.form-align [type="button"] {
  background: #000;
  color: #fff;
  padding: 8px;
}

.form-align-wide label {
  width: 250px;
}

.form-align-wide button,
.form-align-wide input,
.form-align-wide optgroup,
.form-align-wide select,
.form-align-wide textarea {
  width: 250px;
  margin-bottom: 5px;
}

.form-align-wide [type="button"],
.form-align-wide [type="reset"],
.form-align-wide [type="submit"],
.form-align-wide button {
  margin-top: 10px;
}

.mw-650 {
  max-width: 650px !important;
}

.mw-750 {
  max-width: 750px !important;
}

.height35 {
  display: inline-block;
  height: 35px;
}

.height50 {
  display: inline-block;
  height: 50px;
}

.height180 {
  height: 180px;
}

.height660 {
  height: 660px;
}

.block-content {
  padding: 20px;
}

.min-h-26 {
  min-height: 26px;
}

.max-h-297 {
  max-height: 297px;
}

.max-h-150 {
  max-height: 150px;
}

#search-page {
  display: none;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero-slider {
  height: 275px;
}

@media only screen and (min-width: 460px) {
  .hero-slider {
    background-image: url(/img/banner-w980.webp);
  }
}

@media only screen and (max-width: 460px) {
  .hero-slider {
    background-image: url(../img/banner-w460.webp);
    background-size: auto !important;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.breadcrumbs a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0 0 10px 0;
  margin: auto;
  font-size: 14px;
}

.breadcrumbs ul li {
  display: inline;
}

.breadcrumbs ul li + li {
  padding-left: 10px;
}

.breadcrumbs ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.magazine-title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.magazine-content {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .collapse.show {
    display: block !important;
  }
}

.accordion-button::after {
  margin-left: 10px !important;
}

.accordion-button:focus {
  border: 0px !important;
  outline: 0 !important;
}

.accordion-button {
  display: block;
  padding-right: 50px;
  justify-content: center;
  transform: translateX(3ch);
}

.accordion-item {
  border: 0px !important;
}

.accordion-item:first-of-type .accordion-button {
  border: 0px !important;
  background: transparent !important;
  box-shadow: 0px 0px !important;
  color: #000 !important;
}

.button:focus:not(:focus-visible) {
  box-shadow: none;
}

.accordion-body {
  padding: 0px !important;
}

.accordion-body ul {
  padding-left: 0px !important;
}

.accordion-body ul li {
  margin-bottom: 5px;
}

.accordion-body p,
.accordion-body li {
  font-size: 1.15rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .accordion-body p,
  .accordion-body li {
    font-size: 14px;
    font-weight: 300;
  }
}

.accordion-reviews p {
  font-size: 1rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Category Page
--------------------------------------------------------------*/
.category-holder {
  padding: 12px;
  border: 1px solid #aaaaaa99;
  margin-bottom: -1px;
  margin-left: -1px;
}

.category-holder a {
  color: #000;
}

.category-grid {
  background: #fff;
  border: 1px solid #c0c2c1;
}

.category-grid-info {
  padding: 20px 10px;
}

#product-page-content .col-lg-3 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.refine-selection {
  padding: 20px;
}

.refine-selection ul {
  padding-left: 0px !important;
}

.refine-selection li {
  list-style: none;
}

.refine-selection a:hover,
.refine-selection a.active {
  color: #0a71ab !important;
}

.filter-search {
  margin-right: 10px;
}

/*--------------------------------------------------------------
# LeaveFeedback page
--------------------------------------------------------------*/
.rating {
  cursor: pointer;
}

.star {
  color: gray;
  transition: color 0.3s;
  display: inline-block;
  font-size: 1.6rem;
}

.star:hover,
.star.checked {
  color: gold;
}

.rating-input {
  display: none;
}

/*--------------------------------------------------------------
# Product Page
--------------------------------------------------------------*/
#review-widget {
  gap: 0.2rem;
}

#review-widget img {
  width: 500px;
  height: 28px;
}

#review-widget img:nth-child(2) {
  margin-bottom: 0.15rem;
}

section#review-widget-subpage {
  padding: 5px 0 0px;
  overflow: hidden;
}

.review-widget-subpage {
  text-align: center;
}

section#product-intro {
  padding: 20px 0 60px;
  overflow: hidden;
}

section#product-page-content {
  padding: 0px;
  overflow: hidden;
}

.rating_5 {
  background: url(../img/5stars.png) no-repeat;
}

span#avgRating strong, .starRating strong {
  display: none;
}

span#avgRating {
  float: none;
  display: inline-block;
  padding: 0;
  width: 70px;
  height: 20px;
  position: relative;
  top: 8px;
}

#custReviewHead {
  font-size: 14px;
}

#custReviewHead a {
  color: #000;
}

.product-details-slider {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.product-details {
  padding: 20px;
  color: #000;
}

.product-details ul {
  padding-left: 0;
}

.product-details li {
  list-style: none;
  border-bottom: 1px dotted #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.product-details li:last-of-type {
  border-bottom: 0px solid #fff;
}

.product-details strong {
  width: 160px;
  display: inline-block;
}

.info-price {
  font-size: 28px;
  color: #0a71ab;
  text-align: center;
  padding-top: 10px;
}

.info-description {
  padding-top: 15px;
}

.info-button {
  padding-top: 20px;
}

.might-like .carousel {
  padding-bottom: 0px;
}

.might-like .col-md-2 {
  flex: 0 0 auto;
  width: 25%;
}

.basket-page.might-like .col-md-2 {
  width: 16.66%;
}

.basket-page.might-like .carousel-item .img-fluid {
  height: auto;
}

.disabled-link {
  pointer-events: none;
  transition: opacity ease-out 0.3s
}

.disabled-link *:not(.gift-box-limit-alert) {
  opacity: 0.5
}

.gift-box-limit-alert {
  display: none;
}

.disabled-link > .gift-box-limit-alert {
  display: block;
  font-style: italic;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0a71ab;
  margin-left: 5px;
  margin-top: 5px;
}

.ordered-product-info-text {
  font-style: italic;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgb(216, 55, 69);
  margin-left: 5px;
}

.related-details ul {
  padding-left: 0;
}

.related-details li {
  list-style: none;
  border-bottom: 1px dotted #fff;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.related-details li:last-of-type {
  border-bottom: 0px solid #fff;
}

.related-details a {
  color: #fff !important;
}

.related-details {
  padding: 20px;
}

.view-basket input[type="number"] {
  width: 62px;
  margin-left: 10px;
}

.view-basket h3 a {
  color: #000;
}

.country-img {
  border: #000 1px solid;
}

.country-img:hover {
  box-shadow: rgba(0,0,0,.85) 0px 0px 2px 2px;
}

#mobile-image {
  display: none; /* Hide by default */
}

#desktop-image {
  display: block; /* Show by default */
}

@media only screen and (max-width: 991px) {
  #review-widget img {
    width: 600px;
    height: 36px;
  }
}

/* Switch display modes under a certain screen width */
@media only screen and (max-width: 767px) {
  #mobile-image {
    display: block;
  }

  #desktop-image {
    display: none;
  }

  #review-widget {
    gap: 0.5rem;
  }

  #review-widget img {
    width: 320px;
    height: 20px;
  }
}

/*--------------------------------------------------------------
# Voucher page
--------------------------------------------------------------*/
.gvDesign {
  border: 2px solid transparent; /* Default state with transparent border */
  padding: 5px; /* Optional: for better visual effect */
  cursor: pointer; /* Optional: changes the cursor on hover */
}

.gvDesign.selected {
  border-color: #007bff; /* Change border color when selected */
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%; /* Ensure image takes full width of its container */
  display: block; /* Remove bottom space/gap */
}

.image-container .open-fancybox {
  position: absolute;
  top: 70%; /* Adjusts the vertical position to push the button towards the bottom */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Ensures exact centering of the button */
  visibility: hidden; /* Hides the button by default */
  opacity: 0; /* Use for a fade-in effect */
  transition: opacity 0.3s, visibility 0.3s; /* Smooth transition for opacity and visibility */
}

.image-container:hover .open-fancybox {
  visibility: visible; /* Makes the button visible on hover */
  opacity: 1; /* Makes the button fully opaque on hover */
}

/*--------------------------------------------------------------
# RStyles from Existing website for Rating table
--------------------------------------------------------------*/
td.bar-cell .bar {
  display: block;
  float: left;
  height: 12px;
  margin: 0 0
}

td.bar-cell .bar1 {
  background-color: #ff6f31
}

td.bar-cell .bar2 {
  background-color: #ff9f02
}

td.bar-cell .bar3 {
  background-color: #ffcf02
}

td.bar-cell .bar4 {
  background-color: #a4cc02
}

td.bar-cell .bar5 {
  background-color: #88b131
}

div.average-rating {
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  /* They might want to change this as it looks worse */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media only screen and (max-width: 700px) {
  div.average-rating {
    flex-direction: column;
    gap: 0;
  }
}

div.review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media only screen and (max-width: 500px) {
  div.review-header {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}

div.average-rating-value {
  font-size: 30pt;
  line-height: 50pt
}

div#ratingSummary .histogram-table {
  background-color: #fff;
  float: left;
  padding: 10px 0px;
  position: relative
}

div#ratingSummary .histogram-table table {
  border-style: none
}

div#ratingSummary .histogram-table table td {
  line-height: 10pt;
  height: 17pt;
  padding: 0;
  margin: 0
}

div#ratingSummary table td.histogram-msg {
  padding: 0 5pt 0 0
}

div#ratingSummary table td.bar-cell {
  border-left: 1px solid #666;
  padding: 0
}

div#ratingSummary .crossSellLinks {
  float: right
}

div#ratingSummary .crossSellLinks a {
  clear: both;
  display: block;
  margin: 2px 0
}

.preview-slider .img-fluid {
  max-width: 70%;
  height: auto;
  margin: auto;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
}

.swiper-pagination-bullets {
  bottom: 0 !important;
}

.swiper-container.preview-slider {
  border: #ccc solid 1px;
  padding: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  font-size: 0.85rem;
  color: #fff;
  font-weight: 300;
}

footer h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}

footer a {
  font-size: 1rem;
  color: #fff !important;
  font-weight: 300;
}

footer ul {
  padding-left: 0px;
}

footer ul li {
  list-style: none !important;
}

@media (min-width: 992px) {
  footer .col-lg-3 {
    width: 25% !important;
  }
}

.payment img {
  width: 50%;
}

.button-black {
  padding: 8px 12px;
  color: #fff;
  font-weight: 600;
  background: #000;
  text-align: center;
  width: 220px;
}

/* Find a way to hover over an input type */
input[type='button']:hover {
  background-color: #3ea3dc;
  color: #fff;
}

.hotTopicButton {
  float: left;
  margin: 4px 2px;
}

.hotTopicButton a {
  padding: 8px 12px;
  color: #fff;
  font-weight: 600;
  display: block;
  background: #000;
  text-align: center;
}

.hotTopicButton a:hover,
.hotTopicButton .active,
.button-black:hover {
  background: #3ea3dc;
  color: #fff;
  cursor: pointer;
}

.hotTopics {
  justify-items: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .hotTopics {
    overflow: scroll;
    overflow-y: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #999;
  }

  .hotTopics::-webkit-scrollbar-thumb {
    background: #999;
  }

  .hotTopicButton a {
    margin-bottom: 8px;
    font-size: 1.15rem;
    padding: 10px 14px;
  }

  .hotTopics .blue-button {
    white-space: nowrap;
    margin-bottom: 8px;
  }

  .hotTopics .blue-button a {
    padding: 14px 20px;
    font-size: 1.15rem;
  }
}

.uniquelyYouLogo {
  width: 310px;
  height: 64px;
}

.uniquelyYouLogoLink::before, .uniquelyYouLogoLink::after {
  content: "";
  flex: 1;
  border-bottom: 5px solid black;
  margin: 0 24px 30px;
}

.logo-img {
  width: 267px;
  height: 80px;
}

@media only screen and (max-width: 900px) {
  .uniquelyYouLogo {
    width: 213px;
    height: 44px;
  }
}

@media only screen and (max-width: 600px) {
  .uniquelyYouLogoLink::before, .uniquelyYouLogoLink::after {
    content: unset;
  }
}

/*--------------------------------------------------------------
# Dialogs 
--------------------------------------------------------------*/
#passwordResetDialog, #registerInterestDialog {
  display: none;
  left: 50%;
  top: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 1000;
  position: fixed;
}

#topicSubscriptionDialog {
  display: none;
  transform: translate(-45%, 0%);
  position: absolute;
  background-color: transparent;
  z-index: 1000;
  box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.3);
  max-width: 20rem;
  width: 100%
}

#topicSubscriptionDialog::after {
  position: absolute;
  width: 25px;
  height: 20px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

#topicSubscriptionDialog.arrow-up::after {
  content: '';
  clip-path: polygon(50% 60%, 0% 100%, 100% 100%);
  bottom: 100%;
}

#topicSubscriptionDialog.arrow-down::after {
  content: '';
  clip-path: polygon(50% 60%, 100% 0%, 0% 0%);
  top: 100%;
}

@media only screen and (max-width: 900px) {
  #passwordResetDialog, #registerInterestDialog, #topicSubscriptionDialog {
    width: 100%;
  }
}

#passwordResetDialog .visibledialog {
  margin: 0 auto;
}

#passwordResetDialog [type="button"] {
  margin-left: 0px !important;
}

#passwordResetDialog h3 {
  display: inline;
}

.heading-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  #product-page-content .main-product-panel {
    width: 60%;
  }
}

@media only screen and (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0.6rem 0.5rem;
  }

  li.second-nav {
    margin-left: 10px;
  }

  .searchbox {
    width: 475px !important;
  }

  .social-link-hover {
    width: 34px;
    height: 34px;
    font-size: 1.3rem !important;
  }
}

@media only screen and (max-width: 1340px) {
  .form-align-wide label {
    width: 100%;
  }

  .form-align-wide button, .form-align-wide input, .form-align-wide optgroup, .form-align-wide select, .form-align-wide textarea {
    width: 100%;
    margin-top: 5px;
  }

  .height180 {
    height: 260px;
  }

  .form-align-wide [type="button"], .form-align-wide [type="reset"], .form-align-wide [type="submit"], .form-align-wide button {
    margin-left: 0px;
    margin-top: 10px;
  }

  .height660 {
    height: 780px;
  }

  .form-align button, .form-align input, .form-align optgroup, .form-align select, .form-align textarea {
    width: 50%;
  }

  .form-align label {
    width: 40%;
  }

  .renewal-detail-list label {
    width: 93%;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    letter-spacing: 0em;
    font-size: 1rem;
  }

  .renewal-detail-list input {
    width: 3%;
  }
}

@media only screen and (max-width: 992px) {
  #product-page-content .price-col {
    order: 2;
  }

  #product-page-content .description-col {
    order: 1;
  }

  #product-page-content .button-col {
    order: 3;
  }
}

@media only screen and (max-width: 1399px) {
  .lead {
    width: 90%;
  }

  .unique-logo {
    text-align: center;
  }

  .text-end.unique-search {
    text-align: left !important;
  }

  li.second-nav {
    font-size: 0.85rem;
  }

  .second-nav-area {
    position: relative;
    top: 10px;
  }

  .navbar-toggler {
    font-size: 1.75rem !important;
    color: #FFF !important;
    border: 0px !important;
    padding: 0px !important;
    width: 32px;
    height: 32px;
  }

  .navbar-toggler::before {
    margin: 0 !important;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.show {
    background: transparent !important;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-hide {
    display: none !important;
  }

  #product-page-content .container {
    display: flex;
    flex-flow: column;
  }

  #product-page-content .side-product-panel {
    order: 2;
  }

  #product-page-content .main-product-panel {
    order: 1;
  }

  iframe {
    border: 0;
    height: 70px;
  }

  .height660 {
    height: auto;
  }

  .height180 {
    height: auto;
  }

  .hero-slider {
    height: 200px;
  }

  #text-banner-widget_frame {
    width: 100%;
  }

  .nav-link-sub.active {
    color: #fff;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 0rem 0rem;
  }

  #navigationCollapse ul.list-unstyled {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .hotTopicButton {
    margin: 2px 2px;
    white-space: nowrap
  }

  .hotTopicButton a {
    min-height: auto;
  }

  .search-head-mob {
    display: inline;
  }

  button.searchbutton {
    top: 0px;
  }
}

.dropdown-menu.megamenu.show {
  margin: 0px !important;
}

.nav-link-sub.active {
  color: #fff;
}

#navigationCollapse ul.list-unstyled {
  padding-top: 0px;
  padding-bottom: 20px;
}

#navigationCollapse .navbar-nav .nav-link.active, #navigationCollapse .navbar-nav .nav-link.show {
  background: transparent !important;
}

@media only screen and (max-width: 820px) {
  .accordion-body .col-md-6 {
    width: 100%;
    text-align: center;
  }

  .second-nav-area ul {
    padding-left: 2rem;
  }

  .navbar .container {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #product-page-content .col-lg-3 {
    padding-left: 14px !important;
    padding-right: 14px !important;
    width: 50%;
  }
}

@media only screen and (max-width: 740px) {
  .searchbox {
    width: 455px !important;
    font-size: 1rem;
  }

  .list-inline-item {
    display: inline-block;
    margin-left: 0rem;
  }

  h2, .h2 {
    font-size: 24px !important;
    letter-spacing: 0px !important;
  }

  .green-btn {
    background: #01a455 !important;
    margin-top: 20px;
  }

  .blue-btn {
    background: #0a71ab !important;
    margin-top: 20px;
  }

  .payment img {
    width: 100%;
  }

  .might-like {
    margin-bottom: 30px;
  }

  .top-bar .list-inline {
    margin: auto !important;
  }

  .info-price {
    text-align: left;
  }

  .renewal-detail-list label {
    width: 85%;
    margin-bottom: 5px;
  }

  #search-results .search-mobile-pb-0 {
    padding-bottom: 0 !important;
  }

  #search-results .search-mobile-py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  #search-results .search-mobile-pt-2 {
    padding-top: 0.75rem !important;
  }

  #search-results .search-mobile-mb-0 {
    margin-bottom: 0 !important;
  }

  #search-results .search-mobile-no-line::after {
    content: unset;
  }
}

@media only screen and (max-width: 590px) {
  .searchbox {
    width: 440px !important;
  }

  h1, .h1 {
    font-size: 20px !important;
    letter-spacing: 0px !important;
  }

  .large {
    font-size: 1.2rem;
  }

  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .navbar .container {
    padding-right: 30px !important;
  }

  iframe {
    border: 0;
  }
}

@media only screen and (max-width: 540px) {
  .searchbox {
    width: 400px !important;
  }
}

@media only screen and (max-width: 460px) {
  .searchbox {
    width: 250px !important;
  }

  .hero-slider {
    height: 100px;
  }
}

.popover-image {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:1399px) {
  #navigationCollapse > ul {
    flex-direction: row;
    gap: 0;
    width: 100%;
    padding-top: 0;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    background: black !important;
    overflow-y: auto;
    height: 100vh;
  }
}

@media only screen and (max-width:991px) {
  .nav-link {
    padding: 0.5rem 1rem !important;
    letter-spacing: 0 !important;
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width:375px) {
  .navbar > .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mobile-show {
    padding-left: 0;
    white-space: nowrap;
  }

  .navbar .second-nav {
    font-size: 0.78rem;
  }

  .list-inline-item:not(:last-child) {
    margin-right: 0rem !important;
  }
}

#navbarTop > .row {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  #navbarTop > .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .searchbutton {
    left: 0 !important;
    height: 100% !important;
    padding: 6px 0;
  }
}

.search-results__product {
  flex: 0 0 50%;
  width: 50%;
}

@media (min-width: 768px) {
  .search-results__product {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .search-results__product {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .search-results__product {
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }
}

@media (min-width: 1800px) {
  .search-results__product {
    flex: 0 0 12.5%;
    width: 12.5%;
  }
}

@media (min-width: 2200px) {
  .search-results__product {
    flex: 0 0 10%;
    width: 10%;
  }
}

/*--------------------------------------------------------------
# Fixing searchbar layout and centering the navbar
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) {
  .second-nav-area:not(.mobile-show) > .second-nav {
    display: inline-flex;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1399px) {
  .second-nav-area:not(.mobile-show) {
    display: flex;
    justify-content: flex-end;
  }

  .second-nav-area:not(.mobile-show) > .second-nav {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .second-nav-area:not(.mobile-show) {
    justify-content: center;
  }

  .top-bar .list-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }

  .top-bar .list-inline-item {
    margin-right: 0;
    margin-left: 0;
  }

  .top-bar .d-flex {
    display: block !important;
  }

  .top-bar .flag {
    padding: 0 !important;
  }
}

@media screen and (max-width: 520px) {
  .top-bar .clickAndCollectImage {
    height: 14px;
    width: 82px;
  }

  .main-product-panel .clickAndCollectImage {
    height: 20px;
    width: 117px;
  }
}

@media only screen and (max-width:420px) {
  .top-bar .list-inline {
    gap: 2%;
  }
}

.unique-search {
  align-self: center;
}

.second-nav-area:not(.mobile-show) {
  margin-bottom: 0;
  top: 0;
}

#navbar {
  justify-content: center;
}

@media only screen and (max-width: 520px) {
  .navbar-light .navbar-nav .nav-link::after {
    margin-left: 0.1rem !important;
  }
}

/*--------------------------------------------------------------
# Styling buttons and forms on My Account pages
--------------------------------------------------------------*/
@media screen and (min-width: 1340px) {
  .btn[value="Reset my password"] {
    margin-left: 255px;
  }

  .form-align-wide label {
    width: 30%;
    text-align: left;
  }

  .form-align-wide input, .form-align-wide #registerTitleSelect {
    width: 40%;
    margin: 5px 29% 0 0
  }

  .form-align-wide {
    text-align: end;
    padding: 20px;
  }

  .greyinfo {
    margin-right: 29%;
    margin-top: 5px;
  }

  #rememberMeContainer {
    margin-left: 31%;
    margin-top: 5px;
  }
}

#rememberMeCheckbox {
  min-height: 1.1rem;
}

@media screen and (min-width: 992px) {
  #passwordResetDialog .col-lg-2 {
    width: 50%;
  }
}

.my-addresses-form-p {
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.my-addresses-form-input {
  width: clamp(50%, 40vw, 100%);
}

#IndexMagazinesSection {
  min-height: 100vh;
}

/*--------------------------------------------------------------
# Styling amount of magazines per row on Category Page for large screens
--------------------------------------------------------------*/
/* ToDo: Do we want a 10th for xxxl screens?*/
@media screen and (min-width: 1800px) {
  .col-xxl-8th {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .related-reading-slider .swiper-slide {
    flex: 0 0 calc(16.666667% - 16px);
    max-width: calc(16.666667% - 16px);
  }
}

@media screen and (min-width: 2000px) {
  .testimonials-slider .swiper-slide {
    width: auto !important;
    max-width: 175px;
  }
}

/*--------------------------------------------------------------
# Fix B2B dropdown menu positioning for different screen sizes
--------------------------------------------------------------*/
#b2bDropdown a {
  color: #000 !important;
}

@media screen and (max-width: 1399px) {
  #b2bDropdown {
    position: absolute;
    height: auto;
    left: unset;
    right: 0;
    width: fit-content;
    overflow: visible;
  }

  #b2bDropdown a {
    color: #fff !important;
    text-align: right;
    padding-right: 0
  }

  .dropdown-item:hover, .dropdown-item:focus {
    background-color: #1f1f1f !important;
  }
}

@media screen and (max-width: 768px) {
  #b2bDropdown {
    width: 100%;
    transform: unset;
    left: unset;
    right: 0;
  }

  #b2bLink {
    position: static;
  }
}

/*--------------------------------------------------------------
# Arrow down icon for country selection modal
--------------------------------------------------------------*/
.country-selection-container::before {
  position: absolute;
  top: 25%;
  right: 1%;
}

#country_modal {
  background: transparent;
  cursor: pointer;
}

#email_modal {
  background: transparent;
}

.topicSubscriptionLink, .loggedInUserTopicSubcriptionLink {
  margin-left: 5px;
  color: #9a9a9a !important;
  transition: color 0.15s ease-in;
}

.topicSubscriptionLink:hover, .loggedInUserTopicSubcriptionLink:hover {
  color: #000 !important;
  text-decoration: none;
}

/* Making the subscribe icons more visible */
.subscribe-icons .icon-thumbs-up::before, .subscribe-icons .icon-thumbs-down::before, .subscribe-icons .icon-heart-empty::before {
  font-weight: 700;
}

.my-interest {
  padding: 10px 0px;
  border: solid 1px #DDD;
}

.thumb-down-legend-icon {
  color: #ff0000 !important;
}

.thumb-down-legend-icon::before {
  font-weight: 700 !important;
}

.thumb-down-legend-icon:hover {
  color: #970606 !important;
}

.thumb-up-legend-icon {
  color: #008000 !important;
}

.thumb-up-legend-icon::before {
  font-weight: 700 !important;
}

.thumb-up-legend-icon:hover {
  color: #003500 !important;
}

.love-legend-icon {
  color: #ff4f6e !important;
}

.love-legend-icon::before {
  font-weight: 700 !important;
}

.love-legend-icon:hover::before {
  content: '\e80f';
  font-weight: 700 !important;
}

.love-legend-icon:hover {
  color: #ff4f6e !important;
}

/* Loved the topic (subscribedStatus = 3) */
.subscribe-icons.subscription-status-loved .subscribe-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-loved .subscribe-icon:hover {
  color: #000 !important;
}

.subscribe-icons.subscription-status-loved .unsubscribe-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-loved .unsubscribe-icon:hover {
  color: #000 !important;
}

.subscribe-icons.subscription-status-loved .love-icon {
  color: #ff4f6e !important;
}

.subscribe-icons.subscription-status-loved .love-icon:hover {
  color: #e3425e !important;
}

/* Make heart icon filled when subscribedStatus = 3 */
.subscribe-icons.subscription-status-loved .love-icon .icon-heart-empty::before {
  content: '\e80f';
}

/* Subscribed to topic (subscribedStatus = 2) */
.subscribe-icons.subscription-status-subscribed .subscribe-icon {
  color: #008000 !important;
}

.subscribe-icons.subscription-status-subscribed .subscribe-icon:hover {
  color: #003500 !important;
}

.subscribe-icons.subscription-status-subscribed .unsubscribe-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-subscribed .unsubscribe-icon:hover {
  color: #000 !important;
}

.subscribe-icons.subscription-status-subscribed .love-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-subscribed .love-icon:hover {
  color: #000 !important;
}

/* Neutral topic-subscription state (subscribedStatus = 1) */
.subscribe-icons.subscription-status-neutral .subscribe-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-neutral .subscribe-icon:hover {
  color: #000 !important;
}

.subscribe-icons.subscription-status-neutral .unsubscribe-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-neutral .unsubscribe-icon:hover {
  color: #000 !important;
}

.subscribe-icons.subscription-status-neutral .love-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-neutral .love-icon:hover {
  color: #000 !important;
}

/* Unsubscribed from topic (subscribedStatus = 0) */
.subscribe-icons.subscription-status-unsubscribed .subscribe-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-unsubscribed .subscribe-icon:hover {
  color: #000 !important;
}

.subscribe-icons.subscription-status-unsubscribed .unsubscribe-icon {
  color: #ff0000 !important;
}

.subscribe-icons.subscription-status-unsubscribed .unsubscribe-icon:hover {
  color: #970606 !important;
}

.subscribe-icons.subscription-status-unsubscribed .love-icon {
  color: #9a9a9a !important;
}

.subscribe-icons.subscription-status-unsubscribed .love-icon:hover {
  color: #000 !important;
}

.subscribe-icons {
  white-space: nowrap;
}

@media screen and (max-width: 740px) {
  .subscribe-icons {
    margin-bottom: 0rem;
  }

  .subscribe-icon {
    margin-left: 0;
    font-size: 1.4rem;
  }

  .unsubscribe-icon {
    margin-left: 0.5rem;
    font-size: 1.4rem;
  }

  .love-icon {
    margin-left: 0.1rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 741px) {
  .subscribe-icons {
    margin-bottom: 0.5rem;
  }

  .subscribe-icon {
    margin-left: 0.15rem;
    font-size: 1.7rem
  }

  .unsubscribe-icon {
    margin-left: 0.6rem;
    font-size: 1.7rem
  }

  .love-icon {
    margin-left: 0.25rem;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1399px) {
  .subscribe-icons {
    margin-bottom: 0.4rem;
  }

  .subscribe-icon {
    margin-left: 0;
    font-size: 1.8rem;
  }

  .unsubscribe-icon {
    font-size: 1.8rem;
  }

  .love-icon {
    margin-left: 0.15rem;
    font-size: 1.8rem;
  }
}

.interests-slider {
  padding-bottom: 25px !important;
}

.slider-button-holder {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.8rem;
}

.slider-button-holder .price-display {
  text-align: right;
}

@media screen and (max-width: 440px) {
  .slider-button-holder {
    flex-direction: column;
    align-items: stretch;
  }

  .slider-button-holder .price-display {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Setting explicit dimensions on slider images to improve CLS score
--------------------------------------------------------------*/
.slider-image, .category-grid img {
  height: 240px !important;
  width: 175px !important;
}

@media screen and (max-width: 1699px) {
  .slider-image, .category-grid img {
    height: 215px !important;
    width: 160px !important;
  }
}

@media screen and (max-width: 1549px) {
  .slider-image, .category-grid img {
    height: 245px !important;
    width: 170px !important;
  }
}

@media screen and (max-width: 1199px) {
  .slider-image, .category-grid img {
    height: 300px !important;
    width: 230px !important;
  }
}

@media screen and (max-width: 990px) {
  .slider-image, .category-grid img {
    height: 290px !important;
    width: 220px !important;
  }
}

@media screen and (max-width: 767px) {
  .slider-image, .category-grid img {
    height: 330px !important;
    width: 260px !important;
  }
}

@media screen and (max-width: 560px) {
  .slider-image {
    height: 265px !important;
    width: 195px !important;
  }

  .category-grid img {
    height: 240px !important;
    width: 180px !important;
  }

  .xs-text-align-center {
    text-align: center;
  }
}

@media screen and (max-width: 440px) {
  .slider-image, .category-grid img {
    height: 205px !important;
    width: 150px !important;
  }
}

@media screen and (max-width: 379px) {
  .slider-image {
    height: 360px !important;
    width: 270px !important;
  }

  .category-grid img {
    height: 175px !important;
    width: 125px !important;
  }
}

/*--------------------------------------------------------------
Setting initial height to Instagram Section placeholder to minimize Layout Shifts
--------------------------------------------------------------*/

#instagram-placeholder-section {
  min-height: 400px;
}

.make-sticky-placeholder {
  height: 0;
}

/*--------------------------------------------------------------
Magazine slider product image banner styles
--------------------------------------------------------------*/

.product-image-banner {
  position: absolute;
  top: 26px;
  right: -36px;
  width: 150px;
  background: #000;
  padding: 2px 0;
  text-align: center;
  transform: rotate(45deg);
  font-size: 1rem;
  color: #FAFAFA;
  font-weight: 500;
  border-top: 1px solid #aaa;
  z-index: 1;
}

.image-banner-container {
  overflow: hidden;
}

.image-banner-container::before, .image-banner-container::after {
  content: '';
  width: 24px;
  height: 20px;
  background-color: transparent;
  position: absolute;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  background-image: linear-gradient(45deg, transparent 50%, #373737 50%);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.image-banner-container::before {
  left: calc(100% - 110px);
  top: -8px;
  transform: rotate(-90deg)
}

.image-banner-container::after {
  right: -15px;
  top: 56px;
  transform: rotate(90deg)
}

.greyed-out {
  filter: grayscale(0.3) opacity(0.6)
}

.backdrop-blur-6 {
  backdrop-filter: blur(6px)
}


.clickAndCollectLink {
  transition: all 0.10s ease;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.glow {
  position: relative;
}

.glow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, 50%);
  background: transparent;
  width: 100%;
  height: 0;
  border-radius: 8px;
  animation: glowRotation 3s infinite ease-in;
  pointer-events: none;
  z-index: 0;
}

.clickAndCollectMap {
  width: 100%;
  height: 360px;
  border: 1px solid #bcbcbc;
}

.clickAndCollectImage {
  transition: all 0.30s ease-out;
}


.clickAndCollectImage.light-hover:hover {
  filter: invert(1);
}

.clickAndCollectImage.down-hover:hover {
  transform: translateY(2px)
}


@keyframes glowRotation {
  0% {
    box-shadow: 0 0 10px 1px rgba(79, 191, 168, 0.4) /*, 0 0 20px 9px rgba(200, 200, 200, 0.3)*/;
  }

  25% {
    box-shadow: 0 0 12px 4px rgba(79, 191, 168, 0.5) /*, 0 0 25px 6px rgba(200, 200, 200, 0.2)*/;
  }

  50% {
    box-shadow: 0 0 20px 5px rgba(79, 191, 168, 0.7) /*, 0 0 30px 3px rgba(200, 200, 200, 0.1)*/;
  }

  75% {
    box-shadow: 0 0 12px 4px rgba(79, 191, 168, 0.5) /*, 0 0 25px 6px rgba(200, 200, 200, 0.2)*/;
  }

  100% {
    box-shadow: 0 0 10px 1px rgba(79, 191, 168, 0.4) /*, 0 0 20px 9px rgba(200, 200, 200, 0.3)*/;
  }
}


/* Renew Toggle */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* Renew Toggle End */

/*Your Interests Quiz*/
.quiz-card {
  cursor: pointer;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.image-wrapper {
  background: rgba(128, 128, 128, 0.4);
}

.quiz-slider {
  position: relative;
  padding: 2px;
  margin: 0;
}

.quiz-card:hover {
  border-color: #007bff;
  box-shadow: 0 2px 8px #777;
}

.quiz-card.selected {
  background-color: #efefef;
  outline: 1px solid #5e5e5e;
  box-shadow: 0 0 3px 1px #444
}

.quiz-card.selected .quiz-buttons-container {
  position: relative;
  z-index: 2;
  background-color: #69C9B5;
  color: #fff !important;
  border-color: #5e5e5e;
  border: 0;
}

.quiz-card.selected .quiz-buttons-container:hover {
  position: relative;
  z-index: 2;
  background-color: #7cbdb0;
  border-color: #9f9f9f;
}

.quiz-card .quizKeywordSelectionLink {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  margin: 0;
  display: none
}

.quiz-card.selected .quizKeywordSelectionLink {
  color: #222;
}

.quiz-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 24rem
}

.quiz-track {
  transition: transform 0.6s ease;
  will-change: transform;
}

.quiz-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}

.quiz-start {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}

.quiz-finish {
  color: #fff !important;
  background-color: var(--bs-btn-hover-bg) !important;
}

#retakeQuiz {
  font-weight: bold;
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}

#retakeQuiz:hover {
  text-decoration: underline;
  color: #73c5eb;
  cursor: pointer;
}

.quiz-screen.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

#quiz-container .progress-bar {
  height: 3rem;
  background-color: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 100%;
  left: 0;
}

#quiz-container .progress-bar .swiper-pagination-progressbar-fill {
  background-color: #000;
}

#quiz-container .progress-bar.filled {
  background-color: #000;
  position: absolute;
}

.slide-in {
  animation: quizSlideIn .35s ease forwards;
}

.slide-out {
  animation: quizSlideOut .35s ease forwards;
}

@keyframes quizSlideIn {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes quizSlideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(16px);
  }
}

.quiz-card, .quiz-card * {
  user-select: none;
}

.quiz-start-text-section {
  flex: 1;
}

.quiz-uy-logo {
  width: 100%;
  height: auto;
}

.quiz-banner {
  flex: 1 1 auto;
  min-height: 10rem;
  background: url("/img/banner-w460.webp") no-repeat center;
  background-size: cover
}

.quiz-banner-img {
  height: 100%;
  max-height: 5rem;
  width: 100%;
}

.quiz-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 10;
}

.quiz-nav:hover {
  background: rgba(0,0,0,0.8);
}

.prev-page {
  display: none;
}

.next-page {
  display: none;
}

.quiz-keyword-button {
  font-size: 0.8rem;
}

.mt-6 {
  margin-top: 5rem
}

.quiz-email-input {
  background-color: #fff;
  padding: 1rem 4rem;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  max-width: 36rem;
  text-align: center;
}

.hide-quiz-email-input {
  background-color: #f8f9fa;
  padding: 1rem 4rem;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  max-width: 36rem;
  text-align: center;
}

.hide-quiz-email-submit {
  padding: 1rem 4rem !important;
}

.quiz-email-text-container {
  max-width: 36rem;
}

@media screen and (min-width: 561px) {
  .quiz-slider {
    margin: 0 4rem;
  }

  .quiz-keyword-button {
    font-size: 1rem;
  }

  .prev-page {
    display: block;
  }

  .next-page {
    display: block;
  }

  #quiz-container .progress-bar {
    width: calc(100% - 8rem);
    border-radius: 5rem;
    border: 2px solid #000;
    left: 4rem;
  }

  .quiz-email-input {
    padding: 2rem 4rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .quiz-screen {
    flex-direction: row;
  }

  .quiz-uy-logo {
    width: auto;
    max-height: 5rem;
  }

  .quiz-banner {
    background: url("/img/banner.webp") no-repeat center;
  }

  .quiz-banner-img {
    max-height: unset;
  }
}

/*--------------------------------------------------------------
# Setting explicit dimensions on slider images to improve CLS score
--------------------------------------------------------------*/
.quiz-slider-image {
  height: 400px !important;
  width: 280px !important;
}

@media screen and (max-width: 2999px) {
  .quiz-slider-image {
    height: 250px !important;
    width: 195px !important;
  }
}

@media screen and (max-width: 2199px) {
  .quiz-slider-image {
    height: 250px !important;
    width: 195px !important;
  }
}

@media screen and (max-width: 1799px) {
  .quiz-slider-image {
    height: 250px !important;
    width: 195px !important;
  }

  .quiz-keyword-button {
    font-size: 12pt;
  }
}

@media screen and (max-width: 1399px) {
  .quiz-slider-image {
    height: 200px !important;
    width: 170px !important;
  }

  .quiz-keyword-button {
    font-size: 10pt;
  }
}

@media screen and (max-width: 1199px) {
  .quiz-slider-image {
    height: 200px !important;
    width: 170px !important;
  }

  .quiz-keyword-button {
    font-size: 10pt;
  }
}

@media screen and (max-width: 990px) {
  .quiz-slider-image {
    height: 150px !important;
    width: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  .quiz-slider-image {
    height: 250px !important;
    width: 190px !important;
  }
}

@media screen and (max-width: 660px) {
  .quiz-slider-image {
    height: 210px !important;
    width: 150px !important;
  }
}

@media screen and (max-width: 560px) {
  .quiz-slider-image {
    height: 300px !important;
    width: 230px !important;
  }
}

@media screen and (max-width: 420px) {
  .quiz-slider-image {
    height: 245px !important;
    width: 185px !important;
  }
}

@media screen and (max-width: 350px) {
  .quiz-slider-image {
    height: 220px !important;
    width: 160px !important;
  }
}
