.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

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

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

.add-to-cart-messages {
  z-index: 70; }

.price {
  font-size: 13px; }

.is-desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .is-desktop {
      display: block; } }

.is-mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .is-mobile {
      display: none; } }

.covid-info-container .covid-header {
  margin-top: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #2e2e2e; }

.covid-info-container .covid-description {
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #7c7c7c;
  word-wrap: normal; }

.covid-info-container .covid-description-next {
  margin: 0;
  padding-left: 9%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #7c7c7c; }
  @media screen and (min-width: 768px) {
    .covid-info-container .covid-description-next {
      padding-left: 8%; } }

.covid-info-container .covid-link {
  padding-left: 8%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px; }

.covid-info-container .covid-link-mobile {
  margin: 0;
  padding-left: 9%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #7c7c7c; }

.product-detail.container {
  margin-top: 0;
  margin-bottom: 0; }

.product-detail .product-breadcrumb {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  color: #7c7c7c; }
  @media (min-width: 769px) {
    .product-detail .product-breadcrumb {
      text-align: left; } }
  .product-detail .product-breadcrumb .breadcrumb {
    border-top: none;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 769px) {
      .product-detail .product-breadcrumb .breadcrumb {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .product-detail .product-breadcrumb .breadcrumb > .breadcrumb-item > a.breadcrumb-link {
    color: #7c7c7c; }

.product-detail .product-name {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  border-bottom: none; }
  @media (min-width: 769px) {
    .product-detail .product-name {
      font-size: 32px;
      line-height: 36px; } }

.product-detail .product-detail-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 10px; }
  .product-detail .product-detail-header .product-details-location,
  .product-detail .product-detail-header .product-details-pid {
    font-size: 12px;
    line-height: 20px;
    color: #7c7c7c; }
  .product-detail .product-detail-header .product-details-pid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .product-detail .product-detail-header .product-details-ratings-pid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .product-detail .product-detail-header .product-details-ratings-pid .bv-custom-rating-summary {
      min-width: 200px; }
  .product-detail .product-detail-header .product-details-supplier #product-supplier-field {
    display: none; }

.product-detail h4.product-unavailable-header {
  line-height: 1.25; }

.product-detail .product-location-map {
  background-color: #7c7c7c;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  border-radius: 4px; }
  @media (max-width: 543.98px) {
    .product-detail .product-location-map {
      height: 250px; } }

.product-detail .product-badge {
  margin-bottom: 6px; }

.product-detail .attribute-container + .attribute-container {
  margin-top: 24px; }

.product-detail .quantity,
.product-detail .simple-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 12px;
  float: none;
  width: auto;
  text-align: right; }
  @media (min-width: 769px) {
    .product-detail .quantity,
    .product-detail .simple-quantity {
      text-align: left; } }
  @media (min-width: 544px) {
    .product-detail .quantity,
    .product-detail .simple-quantity {
      text-align: left; } }
  .product-detail .quantity .quantity-select,
  .product-detail .simple-quantity .quantity-select {
    border: 0;
    height: 36px;
    font-size: 18px;
    text-align: center;
    width: 48px;
    margin: 0 6px; }

.product-detail .prices-add-to-cart-actions {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px; }
  .product-detail .prices-add-to-cart-actions .cart-and-ipay {
    text-align: left;
    margin-top: 24px; }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.add-to-cart,
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.update-cart-product-global {
      padding: 16px;
      font-size: 16px;
      line-height: 19px; }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .add-to-cart-multiple-action .btn.add-to-cart {
      padding-left: 0px;
      padding-right: 0px;
      -ms-flex: 1;
          flex: 1; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .add-to-cart-multiple-action .btn.add-to-cart.buy-as-voucher {
        -ms-flex: 1.3;
            flex: 1.3; }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.update-cart-product-global:disabled {
      border: solid 1px #dddddd;
      background-color: #f4f4f4;
      color: #9d9d9d;
      opacity: 1; }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .sales {
      font-size: 19px;
      line-height: 21px;
      margin: 0; }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .strike-through,
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .other-info,
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .discount {
      margin: 0;
      font-size: 13px;
      line-height: 14px; }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .discount {
      display: block; }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .selected-item-description {
      color: #7c7c7c;
      font-size: 12px;
      line-height: 14px;
      display: block;
      text-align: left; }

.product-detail .attribute {
  margin: 0;
  padding: 0; }
  .product-detail .attribute.d-none + .quantity {
    margin-top: 0; }
  .product-detail .attribute .attribute-label {
    font-size: 14px;
    line-height: 18px; }
  .product-detail .attribute .attribute-options {
    display: -ms-flexbox;
    display: flex;
    margin: -4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-detail .attribute .attribute-options .attribute-option {
      display: table;
      margin: 4px; }
      .product-detail .attribute .attribute-options .attribute-option > input {
        display: none; }
        .product-detail .attribute .attribute-options .attribute-option > input:checked + label {
          background-color: #c8e1f5;
          color: #358ed7 !important; }
        .product-detail .attribute .attribute-options .attribute-option > input:disabled + label {
          border-color: #dddddd;
          color: #dddddd; }
          .product-detail .attribute .attribute-options .attribute-option > input:disabled + label:hover {
            background-color: inherit; }
      .product-detail .attribute .attribute-options .attribute-option .attribute-option-label {
        text-align: center;
        min-width: 68px;
        height: 68px;
        border-radius: 4px;
        border: 1px solid #3086cd;
        color: #358ed7;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        padding: 6px 4px 3px 4px;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        margin-bottom: 0;
        display: table-cell;
        vertical-align: middle; }
        .product-detail .attribute .attribute-options .attribute-option .attribute-option-label:hover {
          background-color: #c8e1f5; }
        .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-name.single {
          line-height: 38px; }
        .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-description {
          font-size: 12px;
          line-height: 14px;
          font-weight: 300;
          margin-top: 4px; }
        .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-price {
          margin-top: 6px; }
          .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-price .price {
            font-size: 12px;
            text-align: center;
            color: inherit; }
            .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-price .price .starting,
            .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-price .price .range,
            .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-price .price .sales {
              font-weight: 500;
              color: inherit; }
            .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-price .price .strike-through {
              margin-right: 0;
              color: #7c7c7c;
              font-weight: 300; }
            .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-price .price .discount,
            .product-detail .attribute .attribute-options .attribute-option .attribute-option-label .attribute-option-price .price .other-info {
              display: none; }

.product-detail .primary-images {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .product-detail .primary-images .carousel .carousel-inner {
    border-radius: 4px;
    background: #f4f4f4; }
    .product-detail .primary-images .carousel .carousel-inner .carousel-item {
      padding-bottom: 56%; }
      .product-detail .primary-images .carousel .carousel-inner .carousel-item img,
      .product-detail .primary-images .carousel .carousel-inner .carousel-item .carousel-video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: transparent; }
  .product-detail .primary-images .carousel .carousel-btn {
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #2e2e2e;
    background: white; }
    @media (min-width: 769px) {
      .product-detail .primary-images .carousel .carousel-btn {
        font-size: 33px;
        width: 50px;
        height: 50px;
        line-height: 50px; } }

.product-detail .product-details-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 4fr;
      grid-template-columns: 8fr 4fr;
  grid-column-gap: 12px; }
  .product-detail .product-details-body .wishlistTile {
    color: red !important;
    font-size: 18px;
    display: inline-block;
    cursor: pointer; }
  .product-detail .product-details-body .description-detail-con {
    -ms-grid-column: 1;
        grid-column-start: 1; }
  .product-detail .product-details-body .add-cart-part {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-row-end: 4; }

.product-detail.product-quickview .product-details-body {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; }

.product-detail .product-add-cart-panel .bonus {
  border-radius: 4px;
  border: solid 1.5px #00b797;
  background-color: rgba(0, 183, 151, 0.1);
  text-align: left;
  font-size: 13px;
  margin-top: 12px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #4b4b4b; }
  .product-detail .product-add-cart-panel .bonus .title {
    font-size: 14px;
    font-weight: bold; }

.product-detail .product-add-cart-panel .product-add-cart-section {
  border-bottom: 1px solid #dddddd;
  padding-top: 14px;
  padding-bottom: 14px; }
  .product-detail .product-add-cart-panel .product-add-cart-section:last-child {
    border-bottom: none; }
  .product-detail .product-add-cart-panel .product-add-cart-section .nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.product-detail .product-add-cart-panel .live-book-toggle-section {
  border-top: 1px solid #dddddd;
  padding-top: 24px;
  padding-bottom: 10px;
  margin-top: 12px;
  display: none; }
  @media (min-width: 769px) {
    .product-detail .product-add-cart-panel .live-book-toggle-section {
      border-top: none;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 8px; } }
  .product-detail .product-add-cart-panel .live-book-toggle-section.hide {
    display: none; }

.product-detail .product-add-cart-panel .live-book-section {
  border-top: 1px solid #dddddd;
  margin-top: 12px;
  padding-top: 14px; }
  .product-detail .product-add-cart-panel .live-book-section .form-group.required .form-control-label::after {
    content: "*";
    color: #c00;
    margin-left: 4px; }
  .product-detail .product-add-cart-panel .live-book-section #live-datepicker + i {
    margin: 12px 6px; }
  .product-detail .product-add-cart-panel .live-book-section.show {
    display: block; }
  @media (min-width: 769px) {
    .product-detail .product-add-cart-panel .live-book-section {
      border-top: none;
      padding-top: 0; } }
  .product-detail .product-add-cart-panel .live-book-section .select-date-text {
    margin-bottom: 12px; }
    @media (min-width: 769px) {
      .product-detail .product-add-cart-panel .live-book-section .select-date-text {
        display: none; } }
  .product-detail .product-add-cart-panel .live-book-section .limited-availability-section {
    padding: 11px 10px 10px 21px;
    background: #fef2cf;
    color: #846315;
    border: 1px solid #feedbd;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 16px;
    font-family: Roboto;
    font-style: normal;
    font-size: 16px;
    line-height: 20px; }
    @media (max-width: 543.98px) {
      .product-detail .product-add-cart-panel .live-book-section .limited-availability-section {
        padding-left: 15px; } }
    .product-detail .product-add-cart-panel .live-book-section .limited-availability-section .limited-availability {
      font-weight: bold; }
    .product-detail .product-add-cart-panel .live-book-section .limited-availability-section .next-available {
      font-weight: normal; }
      .product-detail .product-add-cart-panel .live-book-section .limited-availability-section .next-available a {
        color: #846315 !important;
        text-decoration: underline !important; }

.product-detail .product-add-cart-panel .live-section-separator {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-align: center;
      align-items: center;
  color: #2e2e2e;
  margin: 8px 0px;
  margin-top: 12px;
  margin-bottom: 12px; }
  .product-detail .product-add-cart-panel .live-section-separator::before {
    content: "";
    -ms-flex-positive: 1;
        flex-grow: 1;
    background: #dddddd;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin-right: 6px; }
  .product-detail .product-add-cart-panel .live-section-separator::after {
    content: "";
    -ms-flex-positive: 1;
        flex-grow: 1;
    background: #dddddd;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin-left: 6px; }

.product-detail .product-add-cart-panel .live-book-section.d-none ~ .prices-add-to-cart-actions {
  margin-top: 12px; }

.product-detail .product-add-cart-panel .live-book-not-available {
  color: #ee3f3a;
  line-height: 16px;
  font-size: 14px;
  margin-top: 12px;
  padding-top: 24px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #dddddd; }
  @media (min-width: 769px) {
    .product-detail .product-add-cart-panel .live-book-not-available {
      border-top: none;
      padding-top: 0;
      margin-top: 24px; } }

.product-detail .product-add-cart-panel .product-description-container,
.product-detail .product-add-cart-panel .product-pay-info-container {
  font-size: 12px;
  color: #7c7c7c; }
  .product-detail .product-add-cart-panel .product-description-container .product-description-icon,
  .product-detail .product-add-cart-panel .product-pay-info-container .product-description-icon {
    margin-right: 9px;
    font-size: 14px;
    width: 14px;
    height: 14px; }

.product-detail .product-add-cart-panel .prices {
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .product-detail .product-add-cart-panel .prices .price {
    font-size: 14px; }
    .product-detail .product-add-cart-panel .prices .price .discount {
      display: block;
      margin: 0; }
    .product-detail .product-add-cart-panel .prices .price .strike-through,
    .product-detail .product-add-cart-panel .prices .price .other-info {
      margin: 0; }
    .product-detail .product-add-cart-panel .prices .price .sales {
      margin: 0;
      line-height: 18px;
      font-size: 16px; }
      @media (min-width: 544px) and (max-width: 768.98px) {
        .product-detail .product-add-cart-panel .prices .price .sales {
          line-height: 24px;
          font-size: 24px; } }
      @media (min-width: 769px) {
        .product-detail .product-add-cart-panel .prices .price .sales {
          line-height: 36px;
          font-size: 32px; } }

@media (min-width: 769px) {
  .product-detail .product-add-cart-panel .product-description-container,
  .product-detail .product-add-cart-panel .product-unavailable-container {
    border-top: 1px solid #dddddd; } }

.product-detail .product-add-cart-panel .product-pay-info-container {
  border-bottom: none; }
  @media (min-width: 769px) {
    .product-detail .product-add-cart-panel .product-pay-info-container {
      border-bottom: 1px solid #dddddd; } }
  .product-detail .product-add-cart-panel .product-pay-info-container .experience-now {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #7c7c7c;
    margin-bottom: 17px; }
  .product-detail .product-add-cart-panel .product-pay-info-container .btn-learn-more,
  .product-detail .product-add-cart-panel .product-pay-info-container .humm-more-info {
    padding: 0;
    margin-bottom: 2px;
    font-size: 12px;
    margin-left: 2px;
    width: 28px;
    text-decoration: underline;
    color: #358ed7;
    font-weight: 400; }
  .product-detail .product-add-cart-panel .product-pay-info-container img {
    height: 15px; }
  .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 12px; }
    .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .afterpay-content-section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
      .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .afterpay-content-section .afterpay-content-description {
        text-align: right;
        -ms-flex-positive: 2;
            flex-grow: 2;
        font-size: 12px; }
    .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .humm-widget {
      width: 100%; }
      .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .humm-widget > .humm-price-info-widget {
        display: -ms-flexbox;
        display: flex;
        font-family: "Roboto", sans-serif;
        padding: 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .humm-widget > .humm-price-info-widget .humm-widget-logo {
          margin-left: 0;
          padding-top: 0;
          text-align: center;
          display: -ms-flexbox;
          display: flex; }
      .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .humm-widget .humm-description {
        text-align: right;
        -ms-flex-positive: 2;
            flex-grow: 2;
        font-size: 12px;
        font-weight: 400;
        color: #7c7c7c; }
        .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .humm-widget .humm-description .humm-main {
          margin-right: 0; }
          .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .humm-widget .humm-description .humm-main .humm-price {
            font-size: inherit !important;
            font-weight: inherit; }
        .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .humm-widget .humm-description .humm-more-info {
          font-size: inherit;
          margin-top: 0;
          vertical-align: inherit;
          line-height: normal;
          padding: 0;
          margin-bottom: 0; }
    .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .afterpay-content-section + .afterpay-content-section {
      margin-top: 6px; }
    .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .payment-description {
      max-width: 90%;
      margin: auto; }
      @media (min-width: 451px) and (max-width: 624px) {
        .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .payment-description {
          max-width: 62%; } }
      @media (min-width: 625px) and (max-width: 768px) {
        .product-detail .product-add-cart-panel .product-pay-info-container .after-pay-panel .payment-description {
          max-width: 48%; } }

.product-detail .product-add-cart-panel .wishlist-social {
  text-align: left; }
  .product-detail .product-add-cart-panel .wishlist-social .social-icons {
    font-size: 24px;
    width: 24px;
    height: 24px; }
    .product-detail .product-add-cart-panel .wishlist-social .social-icons .social-icon {
      margin-left: 36px;
      cursor: pointer; }

.product-detail .product-add-cart-panel .promise-icon {
  margin-right: 9px;
  width: 18px;
  height: 18px;
  font-size: 18px; }

.product-detail .product-add-cart-panel .promise-container {
  cursor: pointer;
  padding: 12px 0; }

.product-detail.product-detail-live .btn.add-to-cart,
.product-detail.product-detail-live .btn.add-to-cart-live,
.product-detail.product-detail-live .btn-live-availability {
  width: 100%; }

.product-detail.product-detail-live .prices-add-to-cart-actions .cart-and-ipay {
  margin-top: 0; }

.product-detail .description-and-detail {
  margin-top: 10px;
  margin-left: -12px;
  margin-right: -12px; }
  @media (min-width: 769px) {
    .product-detail .description-and-detail {
      margin-top: 18px;
      margin-left: 0;
      margin-right: 0; } }

.product-detail .selectedDateandTime {
  display: none; }

@media (max-width: 768.98px) {
  .product-detail .prices-add-to-cart-actions {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 50; }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay {
      padding-bottom: 12px;
      margin-top: 0;
      margin-bottom: 0;
      text-align: right; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.add-to-cart,
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.update-cart-product-global {
        padding: 0;
        height: 56px;
        width: 152px;
        margin: 0;
        float: right; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .add-to-cart-multiple-action .btn.buy-as-voucher-short {
        width: 200px; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.update-cart-product-global {
        height: 48px !important; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .selected-item-description {
        float: left;
        max-width: 30%;
        width: 100%; }
        .product-detail .prices-add-to-cart-actions .cart-and-ipay .selected-item-description .selected-variation {
          min-height: 14px;
          margin-top: 21px; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .selectedDateandTime {
        display: block;
        max-width: 30%;
        float: left;
        text-align: center;
        font-size: 12px;
        padding-top: 11px; }
        .product-detail .prices-add-to-cart-actions .cart-and-ipay .selectedDateandTime label {
          margin-bottom: 0; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .prices {
        text-align: left;
        padding: 0;
        margin-right: 12px;
        margin-top: 12px; }
        .product-detail .prices-add-to-cart-actions .cart-and-ipay .prices .price {
          text-align: left; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .discount {
        display: none; }
      .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.add-to-cart.bookthis {
        padding: 0;
        width: 110px;
        margin: 0; }
  .product-detail .live-btn-container {
    text-align: center; }
    .product-detail .live-btn-container .btn.add-to-cart-live,
    .product-detail .live-btn-container .btn.add-to-cart {
      width: 256px; }
  .product-detail .live-book-toggle-section {
    text-align: center; }
    .product-detail .live-book-toggle-section .btn-live-availability {
      width: 256px; } }

@media (max-width: 543.98px) {
  .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.add-to-cart,
  .product-detail .prices-add-to-cart-actions .cart-and-ipay .btn.update-cart-product-global {
    height: 48px; }
  .product-detail .prices-add-to-cart-actions .cart-and-ipay .add-to-cart-multiple-action .btn.add-to-cart {
    width: 99px; }
  .product-detail .prices-add-to-cart-actions .cart-and-ipay .selected-item-description .selected-variation {
    margin-top: 13px; } }

.product-detail .collapse-header {
  background-color: #f4f4f4; }
  .product-detail .collapse-header h2 {
    font-size: 18px;
    padding: 0;
    line-height: 24px;
    color: #2e2e2e;
    margin: 0;
    font-weight: 400; }
  .product-detail .collapse-header .collapse-header-icon {
    height: 18px;
    width: 18px;
    font-size: 18px;
    margin-right: 12px;
    text-align: center; }
  .product-detail .collapse-header .collapse-header-toggle {
    padding: 12px;
    padding-right: 30px;
    text-decoration: none;
    display: block;
    position: relative; }
    .product-detail .collapse-header .collapse-header-toggle::after {
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 18px;
      width: 18px;
      content: "\F3D8";
      color: #9d9d9d;
      font-family: "Ionicons";
      position: absolute; }
    .product-detail .collapse-header .collapse-header-toggle.collapsed::after {
      content: "\F3D0"; }

.product-detail .collapse-section-spacing {
  margin-top: 12px; }

.product-detail .collapse-body.show + .collapse-section-spacing {
  display: none; }

.product-detail .collapse-body section {
  padding: 15px;
  line-height: 24px;
  color: #535353;
  font-size: 16px;
  font-weight: 400; }
  .product-detail .collapse-body section h3 {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500; }
  .product-detail .collapse-body section + section {
    border-top: 1px solid #dddddd; }
    .product-detail .collapse-body section + section > :last-child {
      margin-bottom: 0;
      padding-bottom: 0; }

.product-detail .pdc-tag-con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .product-detail .pdc-tag-con .product-description {
    margin-right: 24px; }

.product-detail .mobile-product-name {
  display: none; }

.product-detail .mobile-prices-con {
  display: none; }

.product-detail .price-quantity-con {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; }
  .product-detail .price-quantity-con .attribute-container {
    grid-column: 1 / -1; }

.product-detail .add-to-cart-button-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-detail.mobile-wrapper .product-name {
  font-weight: 400; }

.product-detail.mobile-wrapper .payment-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.product-detail.mobile-wrapper .product-add-cart-panel .promise-container {
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  color: #2e2e2e; }
  .product-detail.mobile-wrapper .product-add-cart-panel .promise-container .html-slot-container {
    display: -ms-grid;
    display: grid;
    row-gap: 8px; }

.product-detail.mobile-wrapper .product-pay-info-container .after-pay-panel {
  border-bottom: 0;
  padding-top: 12px; }

@media screen and (max-width: 768px) {
  .product-detail .product-details-body {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
    .product-detail .product-details-body .description-detail-con {
      -ms-grid-column: auto;
          grid-column-start: auto; }
    .product-detail .product-details-body .add-cart-part {
      -ms-grid-row: 2;
          grid-row-start: 2;
      -ms-grid-column: auto;
          grid-column-start: auto;
      grid-row-end: auto; }
  .product-detail.mobile-wrapper > .product-name, .product-detail.mobile-wrapper > .product-detail-header {
    display: none; }
  .product-detail.mobile-wrapper .product-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-detail.mobile-wrapper .product-description > div {
      padding: 6px 12px;
      background-color: #ececec;
      color: #535353;
      border-radius: 6px;
      font-weight: 600;
      font-size: 12px;
      margin-right: 6px;
      margin-bottom: 6px; }
      .product-detail.mobile-wrapper .product-description > div .ion {
        display: none; }
  .product-detail.mobile-wrapper .product-details-body .add-cart-part {
    -ms-grid-row: 3;
        grid-row-start: 3; }
  .product-detail.mobile-wrapper .product-add-cart-panel .product-description-container {
    border: 0; }
    .product-detail.mobile-wrapper .product-add-cart-panel .product-description-container .prices {
      display: none; }
  .product-detail.mobile-wrapper .product-add-cart-panel .promise-container {
    border-bottom: 1px solid #dddddd; }
  .product-detail.mobile-wrapper .product-add-cart-panel .prices .price .list, .product-detail.mobile-wrapper .product-add-cart-panel .prices .price .sales {
    font-size: 26px; }
  .product-detail.mobile-wrapper .product-quantity-con {
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 0 12px; }
  .product-detail.mobile-wrapper .mobile-product-name {
    display: block; }
  .product-detail.mobile-wrapper .mobile-prices-con {
    display: block; }
  .product-detail.mobile-wrapper .collapse-header {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    margin: 0 12px; }
  .product-detail.mobile-wrapper .quantity, .product-detail.mobile-wrapper .simple-quantity {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    .product-detail.mobile-wrapper .quantity .qty-select-label, .product-detail.mobile-wrapper .simple-quantity .qty-select-label {
      margin-bottom: 12px; } }

.after-pay-modal {
  color: #2e2e2e; }
  .after-pay-modal .modal-header {
    text-align: center; }
    .after-pay-modal .modal-header .modal-title {
      margin: auto;
      margin-bottom: 12px; }
      .after-pay-modal .modal-header .modal-title .after-pay-modal-title {
        width: 200px; }
      .after-pay-modal .modal-header .modal-title .modal-title-description {
        font-size: 16px;
        text-transform: uppercase;
        display: block; }
    .after-pay-modal .modal-header .modal-title-icon-block-container {
      padding-bottom: 6px; }
      .after-pay-modal .modal-header .modal-title-icon-block-container .modal-title-icon-block {
        text-align: center;
        color: #000;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase; }
        .after-pay-modal .modal-header .modal-title-icon-block-container .modal-title-icon-block .modal-title-icon {
          width: 30px;
          height: 30px;
          font-size: 30px;
          display: block;
          margin: auto; }
  .after-pay-modal .modal-body h3 {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase; }
  .after-pay-modal .modal-body ul {
    padding-left: 18px; }

#live-datepicker:-ms-input-placeholder {
  color: #495057 !important;
  font-weight: 400; }

#live-datepicker::placeholder {
  color: #495057 !important;
  font-weight: 400; }

select.live-time:disabled {
  color: darkgrey; }

@media (max-width: 768.98px) {
  body .embeddedServiceHelpButton .helpButton {
    bottom: 87px !important; } }

.rbe-924-buy-now-hide-trigger > * {
  display: block !important; }

.add-to-cart-single-action {
  display: none !important; }

.romco-16-product-price {
  display: none; }

.romco-16-product-location {
  display: none; }

.romco-16-old {
  display: block; }

.romco-16-new {
  display: none; }

* {
  box-sizing: border-box; }

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative; }

/* Hide the images by default */
.mySlides {
  display: none; }

.mySlides-mob {
  display: none;
  position: relative;
  margin-bottom: 8px;
  margin-left: -23px;
  margin-right: -23px; }

@media (min-width: 760px) {
  .overlay-mySlides {
    margin-top: 10px;
    width: 100%; } }

@media (max-height: 760px) {
  .overlay-mySlides-mob {
    margin-top: 15vh; } }

@media (min-height: 760px) {
  .overlay-mySlides-mob {
    margin-top: 20vh; } }

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer; }

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-left: 20px;
  padding: 30px;
  background-color: black;
  opacity: 0.5;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.next {
  cursor: pointer;
  position: absolute;
  background-color: black;
  opacity: 0.5;
  top: 40%;
  width: auto;
  padding: 30px;
  right: 0;
  margin-right: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

/* Position the "next button" to the right */
/* .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  } */
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Next & previous buttons */
.overlay-prev {
  cursor: pointer;
  position: absolute;
  left: 10%;
  top: 50%;
  width: 3%;
  height: 5.3%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-weight: bolder;
  font-size: 15px;
  padding: 0.75%;
  border: 0;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.overlay-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 3%;
  height: 5.3%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.75%;
  color: white;
  font-weight: bolder;
  font-size: 15px;
  margin-left: 35%;
  border: 0;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

/* Position the "next button" to the right */
/* On hover, add a black background color with a little bit see-through */
.overlay-prev:hover,
.overlay-next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.overlay-prev-mob {
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 68%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  /* padding: 16px; */
  margin-top: -50px;
  color: white;
  font-weight: bold;
  padding: 6px;
  font-size: 20px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.overlay-next-mob {
  cursor: pointer;
  position: absolute;
  top: 68%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 30%;
  /* padding: 16px; */
  padding: 6px;
  margin-left: 80%;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.mob-prev {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-left: 20px;
  padding: 30px;
  background-color: black;
  opacity: 0.5;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

.mob-next {
  cursor: pointer;
  position: absolute;
  background-color: black;
  opacity: 0.5;
  top: 40%;
  width: auto;
  padding: 30px;
  right: 0;
  margin-right: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

/* Position the "next button" to the right */
/* .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  } */
/* On hover, add a black background color with a little bit see-through */
.mob-prev:hover,
.mob-next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  color: white;
  font-size: 100%;
  margin-left: 40%;
  font-weight: bolder; }
  @media (max-width: 576px) {
    .numbertext {
      margin-left: 45%;
      margin-right: 15%;
      position: absolute;
      font-family: 'Mulish';
      font-style: normal;
      font-weight: 800;
      font-size: 16px;
      line-height: 24px;
      top: 25px; } }

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white; }

.row:after {
  content: "";
  display: table;
  clear: both; }

/* Six columns side by side */
.column-mob {
  float: left;
  width: 16.66%; }

.column {
  float: left;
  width: 50%; }

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6; }

.demo-mob {
  opacity: 1;
  height: 50px;
  border-radius: 4px; }

.overlay-demo {
  opacity: 1;
  border-radius: 4px; }

.active-border {
  border: 2px solid white; }
  @media (max-width: 576px) {
    .active-border {
      border: 2px solid #4F8CD1; } }

.active,
.overlay-demo:hover {
  opacity: 1; }

.active,
.demo:hover {
  opacity: 1; }

.active,
.demo-mob:hover {
  opacity: 1; }

.ROMCO-16-gap {
  margin-top: 0px; }

.new-container-romco-16-desktop {
  width: 1400px;
  display: none; }

.new-container-romco-16-mobile {
  display: none; }

.thumbnails {
  height: 650px; }

.thumbnail-tiles {
  float: left;
  margin-left: 4%;
  margin-bottom: 4%; }

.thumbnail-tiles-gal-mob-right {
  float: left;
  width: 92.5%;
  margin: 5%;
  margin-left: 2.5%;
  margin-bottom: 0%; }

.thumbnail-tiles-gal-mob-left {
  float: left;
  width: 92.5%;
  margin: 5%;
  margin-right: 2.5%;
  margin-bottom: 0%; }

.thumbnail-tiles-mob {
  float: left;
  margin-left: 4%;
  margin-bottom: 4%; }

.thumbnail-tiles-rt {
  float: left;
  margin-left: 4%;
  margin-bottom: 4%; }

.thumbnail-column {
  width: 500px; }

.thumbnail-column-rt {
  width: 200px; }

.slide-column {
  width: 750px; }

/* Container holding the image and the text */
.img-container {
  position: relative; }

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  height: 103px; }

.view-tile-text {
  font-weight: bolder;
  opacity: 1;
  font-size: medium;
  padding-left: 8px;
  line-height: 30px; }

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  display: none;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: black;
  /* Black fallback color */
  overflow-x: auto; }

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */ }

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }

.romco-16-btn-display {
  display: block;
  width: 100%; }

.column-left-overlay {
  float: left;
  width: 80%; }

.column-right-overlay {
  float: left;
  width: 20%;
  position: relative;
  margin-left: 78%; }
  @media (max-width: 576px) {
    .column-right-overlay {
      display: none;
      width: 100%; } }

.row-overlay {
  width: 1050px; }
  @media (max-width: 576px) {
    .row-overlay {
      width: 500px; } }

.grid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 4px; }

/* Create two equal columns that sits next to each other */
.grid-column {
  -ms-flex: 50%;
      flex: 50%;
  padding: 0 4px; }

.grid-column img {
  margin-top: 8px;
  vertical-align: middle; }

.close-btn-overlay {
  margin-left: 3.5%;
  /* margin-top: 1px; */
  border: 1px solid white;
  color: white;
  border-radius: 4px;
  /* font-size: 90%; */
  background-color: black;
  color: white;
  cursor: pointer; }

.close-btn-overlay:hover {
  background-color: black;
  color: white; }

.close-btn-overlay-mob {
  border: 2px solid white;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  margin-left: 5%;
  margin-top: 7%;
  margin-right: 5%;
  font-size: x-large;
  padding: 4px;
  float: left; }

.back-btn-overlay-mob {
  border: 2px solid white;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  margin-left: 5%;
  margin-top: 7%;
  margin-right: 15%;
  font-size: x-large;
  padding: 4px; }

.image-title {
  margin-top: 7%;
  position: absolute;
  text-overflow: ellipsis;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  /* or 133% */
  /* RB/White/White (100%) */
  color: #FFFFFF; }

.ViewAll-btn-overlay {
  margin-left: 2%;
  margin-top: 1px;
  border-color: white;
  width: fit-content;
  height: fit-content;
  background-color: black;
  color: white; }

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  margin-left: -20px;
  margin-right: -20px; }

div.scrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none; }

div.scrollmenu a:hover {
  background-color: #777; }

/* Container holding the image and the text */
.img-container-mob {
  position: relative;
  display: inline-block; }

/* Bottom right text */
.text-block-mob {
  position: absolute;
  bottom: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  width: 90px;
  height: 50px;
  padding-top: 10px; }

.text-viewall-mob {
  position: absolute;
  right: 10px;
  top: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  width: 86px;
  height: 25px;
  border-radius: 20px; }

.slide-image-overlay {
  width: 95%; }

.slide-image-overlay-mob {
  width: 100%; }

.Mobile-Overlay-Header {
  display: none;
  height: 60px;
  background: black;
  color: white;
  padding-right: 15px; }

.full-gallery-mobile {
  display: none;
  background: white; }

.slideshow-mobile {
  display: none; }

.viewall-image {
  width: 25px;
  transform: scale(0.75);
  background: url("../../images/viewall.svg") no-repeat; }

.viewall-image-mob {
  width: 20px;
  background: url("../../images/viewall-mob.svg") no-repeat;
  height: 15px;
  margin-top: 4px; }

.prev-image {
  height: 100%;
  background: url("../../images/prev-icon.svg") no-repeat center; }

.next-image {
  height: 100%;
  background: url("../../images/nex-icon.svg") no-repeat center; }

.cross-icon {
  width: 18px;
  height: 20px;
  background: url("../../images/crossicon.svg") no-repeat; }

.cross-icon-mob {
  width: 18px;
  height: 20px;
  background: url("../../images/crossicon-mob.svg") no-repeat; }

.viewall-mob-tile-text {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  margin-top: 6px;
  letter-spacing: 0px; }

.cross-icon-img {
  height: 19px; }

.prev-img {
  height: 30px; }
