/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Merienda:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");

#header {
  position: initial;
  background-image: linear-gradient(
    0deg,
    rgba(230, 230, 230, 1) 0%,
    rgba(255, 255, 255, 1) 28%,
    rgba(238, 238, 238, 1) 29%,
    rgba(255, 255, 255, 1) 29%
  );
  border-bottom: 1px solid #aaa;
}
#header .header-top {
  /*  top: -40px;
  position: relative; */
}

#header .header-nav {
  border-bottom: 0px solid #f1f1f1;
  margin-bottom: 30px;
  background: #8d8083;
}

#header .header-nav .blockcart {
  background: transparent;
}

.logo {
  margin-top: 0px;
}
@import url("https://fonts.googleapis.com/css2?family=Barlow&family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway&display=swap");
body {
  /* font-family: "Barlow", sans-serif; */
  /* font-family: "Lato", sans-serif; */
  /* font-family: "Pacifico", cursive; */

  /*  font-family: "Open Sans", sans-serif; */

  font-family: "Roboto", sans-serif;
  /*   font-family: "Cinzel", sans-serif; */
  /*   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */

  /* font-family: "Pacifico", sans-serif; */
}
.product-description h3 {
  /*  font-family: "Pacifico", cursive; */
  font-family: "Open Sans", sans-serif;
}
.block-category h1 {
  /*  font-family: "Pacifico", cursive; */
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 8px;
}

.caption h2 {
  /* font-family: "Pacifico", cursive; */
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 8px;
}

.product-variants {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.product-variants > .product-variants-item {
  margin: 0;
  padding: 12px;
}

.radio-label {
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: #8d8083;
  display: inline-block;
  padding: 0.125rem 0.625rem;
  font-weight: 600;
  border: 2px solid #635458;
  color: #ffff;
  border: 2px solid #b8b8b8;
  background: #ffffff;
  color: #cccbcb;
  padding: 0.5rem;
  font-size: 1rem;
}

.input-color:checked + span,
.input-radio:checked + span {
  border: 2px solid #635458;
  background: #8d8083;
  color: #ffff;
}

.input-color:hover + span,
.input-radio:hover + span {
  border: 2px solid #b8b8b8;
  background: #ffffff;
  color: #797979;
}

.product-personalized {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
.product-personalized > .product-personalized-text {
  margin: 0;
  padding: 12px;
}

#header .header-nav .cart-preview.active {
  background: #8d8083;
}

#wrapper {
  /* background: #e5e0dc; */
  background-color: #f9f6f3;
  /*  padding-top: 20px; */
}

#content-wrapper {
  margin-top: 20px;
}

#product #content {
  position: relative;
  max-width: 75%;
  margin: 0 auto;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  border: 1px solid #bfbfbf;
  /*  font-family: "Pacifico", cursive; */
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
  border: 1px solid #bfbfbf;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  border-top: 1px solid #bfbfbf;
}
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
  margin: 0 0.7rem;
}
.product-flags li.product-flag {
  margin-top: -0.2rem;
  margin-left: -7px;
  margin-bottom: 0.6rem;
  font-size: 1rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.6);
}

.product-flags li.new {
  /* background: #ffffff;
  color: #8d8083; */

  background: #5b5448;
  color: #ffffff;
}
.product-flags li.personalizowany {
  /* background: #ffffff;
  color: #8d8083; */

  background: #f79f47;
  color: #ffffff;
}
.pagination .current a {
  color: #ffffff;
  background-color: #8d8083;
  padding-left: 5px;
  padding-right: 5px;
}

.block-categories a {
  color: rgb(91, 84, 72);
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  color: rgb(91, 84, 72);
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #8d8083;
  border-color: transparent;
}
.btn-primary {
  color: #fff;
  background-color: #8d8083;
  border-color: transparent;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #635458;
  border-color: transparent;
}

.tabs .nav-tabs .nav-link.active {
  color: #635458;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 3px solid #635458;
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border: 3px solid #635458;
}

.product-price {
  color: #635458;
  display: inline-block;
  font-size: 130%;
}

#custom-text {
  border: 1px solid #dedede;
}
.search-widget form input[type="text"]:focus {
  outline: 1px solid #635458;
  color: #635458;
  background: #fff;
}
.search-widget form button[type="submit"] .search:hover {
  color: #635458;
}
.search-widget form input[type="text"]:focus + button .search {
  color: #635458;
}

a {
  /* color: #635458; */
  color: #d8722a;
}
a:hover {
  color: #31282b;
  text-decoration: none;
}

a.kreatorlink {
  background-color: #8d8083;
  color: #fff;
  padding: 5px;
  border: 2px solid #635458;
  margin: 10px;
}
a:hover.kreatorlink {
  background-color: #635458;
  color: #fff;
  padding: 5px;
  border: 2px solid #635458;
}

#header a:hover {
  text-decoration: none;
  color: #31282b;
}
#header .top-menu a[data-depth="0"]:hover {
  color: #31282b;
  text-decoration: none;
}
#header a {
  text-decoration: none;
  color: #7a7a7a;
}

.newdescriptionStyle {
  /*  background: #fff;
  
  background-image: linear-gradient(
    360deg,
    #eae3dd 5%,
    transparent 27%,
    transparent 74%,
    #eae3dd57 116%
  );

  
  width: 90%;
  margin-left: 5%;
  border: 1px solid #dcdcdc;
  margin-bottom: -2rem;
  padding: 1rem;
  padding-bottom: 2rem;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); */
}

.newdescriptionStyle {
  background: #fff;
  /* background-image: linear-gradient(180deg, #f1ece88a 50%, transparent 80%); */
  /* background-image: linear-gradient(360deg, #eae3dd 5%, transparent 27%, transparent 74%, #eae3dd57 116%); */
  /* width: 90%; */
  /* margin-left: 5%; */
  border: 1px solid #dcdcdc;
  margin-bottom: -2rem;
  padding: 1rem;
  /* padding-bottom: 2rem; */
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.product-customization {
  margin-bottom: -2.5rem;
}

.product-actions {
  /*  margin-top: -2rem; */
  margin-top: 3rem;
}

.product-add-to-cart {
  margin-top: 3rem;
}

.Qntyty {
  /* width: 40px; */
  /* height: 2.8rem; */
  /* float: left; */
  /* justify-content: right; */
  /* font-size: 120%;
  margin-right: 0.4rem; */
  /* margin-top: 0.8rem; */
  /* padding: 0.7rem; */
  /* background: #8d8083;
  color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); */
}
.carousel {
  /*  margin-top: -1.563rem; */
}
.carousel .carousel-inner {
  height: 100%;
  width: 100%;
  /* margin-left: 0.5%; */
}

@media (max-width: 767px) {
  #header .header-nav .user-info .logged {
    color: #635458;
  }

  #products .product-miniature,
  .featured-products .product-miniature,
  .product-accessories .product-miniature,
  .product-miniature .product-miniature {
    margin: auto;
  }

  .card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }

  #deleteSimpleCreatorData {
    float: left !important;
    width: 100%;
    margin-top: 20px;
  }
  #openSimpleCreator {
    width: 100%;
  }
}
body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: 3px solid #635458;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: #635458;
}

.product-flags li.product-flag {
  font-size: 0.85rem;
}
.product-additional-info {
  margin-top: 50px;
}

.blockreassurance_product {
  margin-top: 0px;
}

.form-control {
  background: #f9f6f3;
  color: #635458;
  border: 1px solid rgba(141 128 131);
}
.form-control-select {
  background: #f1f1f1
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=)
    no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=);
  background-position-x: right 0.5rem;
  background-position-y: center;
  background-size: 1.25rem 1.25rem;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: scroll;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(249, 246, 243);
}

.form-control:focus {
  background-color: #ffffff;
  color: #635458;
  border-color: #8d8083;
}

.form-control:focus,
.input-group.focus {
  outline: 0.1875rem solid #8d8083;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  background-color: #f9f6f3;
  border: 1px solid #635458;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
  background: #8d8083;
}

body#checkout section.checkout-step .delivery-option {
  background: #f9f6f3;
  border: 1px solid #635458;
}
textarea {
  outline-color: #8d8083;
  background-color: #f9f6f3;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background-color: #d6d1cc;
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: #efeae5;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  background: #f9f6f3;
}

#blockcart-modal .product-name {
  color: #8d8083;
  font-size: 1.125rem;
  text-decoration: underline;
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
  border-top: 0px solid #7a7a7a;
}

#products .thumbnail-container:hover,
.thumbnail-container:hover {
  box-shadow: 0px 1px 9px #333;
}

.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
  border-bottom: 0px;
  border-top: 0px;
}

@media (min-width: 576px) {
  .container {
    /* width: 540px; */
    width: 96%;
    max-width: 100%;
  }
  #header .header-nav {
    background: transparent;
  }
  .col-md-3 {
    float: left;
    width: 40%;
  }
  .col-md-9 {
    float: left;
    width: 60%;
  }
}

@media (min-width: 768px) {
  .container {
    /*  width: 720px; */
    width: 96%;
    max-width: 100%;
  }

  .col-md-3 {
    float: left;
    width: 30%;
  }
  .col-md-9 {
    float: left;
    width: 70%;
  }
  /*  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    height: 318px;
    width: 250px;
  }
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 250px;
    height: 70px;
  }
  #products .thumbnail-container .product-thumbnail,
  .featured-products .thumbnail-container .product-thumbnail,
  .product-accessories .thumbnail-container .product-thumbnail,
  .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 70px);
  } */

  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    height: 508px;
    width: 422px;
  }
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 422px;
    height: 90px;
  }
  #products .thumbnail-container .product-thumbnail,
  .featured-products .thumbnail-container .product-thumbnail,
  .product-accessories .thumbnail-container .product-thumbnail,
  .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 90px);
  }

  #_desktop_logo {
    margin-top: -45px;
    text-align: left;
  }

  #header .header-top .position-static {
    margin-bottom: -6px;
  }

  #_desktop_top_menu {
    margin-top: 20px;
    margin-bottom: -23px;
  }

  #header .header-top .search-widget {
    margin-top: 13px;
    margin-bottom: -23px;
  }

  .header-top .search-widget form input[type="text"] {
    padding: 6px;
  }
}
@media (min-width: 932px) {
  .container {
    /*  width: 930px; */
    width: 96%;
    max-width: 100%;
  }
  .col-md-3 {
    float: left;
    width: 20%;
  }
  .col-md-9 {
    float: left;
    width: 80%;
  }
  /*  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    height: 508px;
    width: 422px;
  }
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 422px;
    height: 90px;
  }
  #products .thumbnail-container .product-thumbnail,
  .featured-products .thumbnail-container .product-thumbnail,
  .product-accessories .thumbnail-container .product-thumbnail,
  .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 90px);
  } */
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    height: 318px;
    width: 250px;
  }
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 250px;
    height: 70px;
  }
  #products .thumbnail-container .product-thumbnail,
  .featured-products .thumbnail-container .product-thumbnail,
  .product-accessories .thumbnail-container .product-thumbnail,
  .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 70px);
  }
}
@media (min-width: 1200px) {
  .container {
    /*  width: 1170px; */
    width: 96%;
    max-width: 100%;
  }
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    height: 508px;
    width: 422px;
  }
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 422px;
    height: 90px;
  }
  #products .thumbnail-container .product-thumbnail,
  .featured-products .thumbnail-container .product-thumbnail,
  .product-accessories .thumbnail-container .product-thumbnail,
  .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 90px);
  }
}
@media (min-width: 1600px) {
  .container {
    width: 96%;
    max-width: 100%;
  }
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    height: 508px;
    width: 422px;
  }
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 422px;
    height: 90px;
  }
  #products .thumbnail-container .product-thumbnail,
  .featured-products .thumbnail-container .product-thumbnail,
  .product-accessories .thumbnail-container .product-thumbnail,
  .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 90px);
  }
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
  justify-content: center;
}

#product-modal .modal-content .modal-body .mask {
  max-height: 44.38rem;
  margin-top: 3.188rem;
}
#product-modal .modal-content .modal-body .image-caption {
  display: none;
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
  top: -1rem;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
  bottom: -1rem;
}
#wrapper .banner {
  text-align: center;
}

#products .thumbnail-container .product-thumbnail img.hover-product-img {
  z-index: -1;
  opacity: 0;
  transition: linear 0.3s;
}
#products .thumbnail-container .product-thumbnail:hover img.hover-product-img {
  z-index: +1;
  opacity: 1;
  transition: linear 0.5s;
}

.product-miniature
  .thumbnail-container
  .product-thumbnail
  img.hover-product-img {
  z-index: -1;
  opacity: 0;
  transition: linear 0.3s;
}
.product-miniature
  .thumbnail-container
  .product-thumbnail:hover
  img.hover-product-img {
  z-index: +1;
  opacity: 1;
  transition: linear 0.5s;
}

.product-miniature
  .thumbnail-container
  .product-thumbnail
  div.hover-product-img {
  z-index: -1;
  opacity: 0;
  transition: linear 0.3s;
}
.product-miniature
  .thumbnail-container
  .product-thumbnail:hover
  div.hover-product-img {
  z-index: +1;
  opacity: 1;
  transition: linear 0.5s;
}

#products .thumbnail-container .product-thumbnail div.hover-product-img {
  z-index: -1;
  opacity: 0;
  transition: linear 0.3s;
}
#products .thumbnail-container .product-thumbnail:hover div.hover-product-img {
  z-index: +1;
  opacity: 1;
  transition: linear 0.5s;
}

/* .video {
  width: 25%;
  height: 25.2%;
  top: 74.8%;
  transition: linear 0.3s;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
    position: absolute;
    left: 0;
    padding-bottom: 0;
    background: #FFFFFF;
}

.video:hover {
  width: 100%;
  height: 100.7%;
  top: 0%;
  transition: linear 0.25s;
  border: 0;
} */

.video1 {
  width: 100%;
  height: 100.7%;
  top: 0%;
  transition: linear 0.25s;
  border: 0;
}

.video {
  width: 25%;
  height: 25.2%;
  top: calc(74.8% - 18px);
  transition: linear 0.2s;
  position: absolute;
  left: -10px;
  /* padding-bottom: 0; */
  border: 1px solid #707070;
  box-sizing: border-box;
  border-radius: 50%;
  /* background: #FFFFFF; */
  margin: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #707070;
}

.video:hover {
  width: 100%;
  height: 100.7%;
  top: 0%;
  left: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0px;
  transition: linear 0.2s;
  border: 0;
}

/* Dodane 2025. maj 10 */

#wrapper .breadcrumb {
  margin-top: 20px;
  text-align: center;
}

.top-menu .sub-menu.collapse {
  /* display: none; */

  left: 5%;
}

.top-menu .sub-menu {
  width: fit-content;
  min-width: 75%;
}

#header .header-top .position-static {
  text-align: center;
}

.header-top .search-widget form input[type="text"] {
  padding: 6px;
  border-radius: 10px;
}

.ui-autocomplete {
  left: 75%;
  width: 25%;
  min-width: 300px;
}

/* 
Blok nowego wyszukiwania */

#search_query_top {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#search_block_top .btn.button-search {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.searched_category,
option.selected {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

#search_block_top {
  margin-top: 10px;
}

.searched_category option:hover {
  background-color: #8d8083 !important;
}
#search_block_top .button-search:hover,
.sbc_show_more:hover {
  background-color: #8d8083 !important;
}

.ac_results li,
.ac_results li:hover,
.ac_results li.ac_over {
  padding-top: 10px;
  padding-bottom: 10px;
}

.addInfo {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 4px;
}
.ac_results {
  border: 1px solid #d6d4d4;
}

#js-product-list-top {
  display: none;
}

#products {
  /* margin-top: -20px; */
}
#left-column {
  padding-top: 20px;
}

.block-category {
  min-height: fit-content;
}
/*  Form SimpleCreatpr */

.overlayOSC {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100vh;
  width: calc(100vw - 0px);
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: -100vh;
  background-color: rgb(255, 255, 255); /* Black fallback color */
  background-color: rgba(255, 255, 255, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow: hidden;
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  padding: 0;
  margin: 0;
}

.OSCshow {
  top: 0;
}
#personalizationIframe {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.CutForOSC {
  height: 100vh;
  overflow: hidden;
}
/* ----------------------------------------------------- */
.tooltip1 {
  position: relative;
  display: inline-block;
  /*  border-bottom: 1px dotted black; */
}

.tooltip1 .tooltiptext {
  visibility: hidden;
  /*  width: 120px; */
  background-color: #8d8083;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px solid #16080b;
}

.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.top-menu a[data-depth="0"] {
  padding-left: 6px;
  padding-right: 6px;
  border-left: 1px solid #dcdcdc;
}

body#checkout .container {
    min-height: auto;
}