@media screen and (min-width: 1200px){
.type-index #header {position: relative !important;top: 0 !important;background-color: #000 !important;}
.type-index .top-navigation-bar {z-index: 2 !important;top: 0 !important;position: relative !important;background-color: #272727 !important;}
.one-column-body .carousel-inner > .item.carousel-link a::before, .one-column-body .carousel-inner > .item:not(.carousel-link)::before {display: none;}
}
@media (min-width: 768px) {
ul.menu-level-3 {
    display: none !important;
}}
.p-info-wrapper .detail-parameters .variant-list td, .p-info-wrapper .detail-parameters .surcharge-list td, .p-info-wrapper .detail-parameters th {
    margin-bottom: 0 !important;
}
tr.surcharge-list {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin: 20px 0;
}
.p-info-wrapper .detail-parameters select {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}
.p-info-wrapper .detail-parameters th {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.surcharge-config-btn:focus { outline:2px solid #222; }
.surcharge-config-modal { display:none; z-index:9999; }
.surcharge-config-modal[aria-hidden="false"] { display:block; }
.surcharge-config-modal .modal__overlay {
  position:fixed;
  top:0; left:0; width:100vw; height:100vh;
  background:rgba(0,0,0,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.surcharge-config-modal .modal__container {
  width:min(900px,92vw);
  max-height:70vh;
  background:#fff;
  border-radius:10px;
  padding:25px;
  overflow:auto;
}
@media(max-width:768px){
.surcharge-config-modal .modal__container {
  padding:15px;
}}
.surcharge-config-modal .modal__header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:16px;
}
.surcharge-config-modal .modal__title { margin:0; }
.surcharge-config-modal .modal__close {
  background:none;
  border:none;
  font-size:22px;
  cursor:pointer;
}

.material-tabs,
.color-list {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.material-tile,
.color-card {
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #E5E5E5;
  border-radius:10px;
  padding:5px;
  background:#fff;
  flex: 0 1 calc(25% - 11px);
  transition:.2s border-color,.2s box-shadow;
  cursor: pointer;
  flex-direction: column;
}
.material-tile.active,
.color-card.active {
  border-color:var(--color-primary);
  box-shadow:0 0 0 2px rgba(179,140,77,.15);
}
.material-tab-img,
.color-card-img {
  object-fit:cover;
  border-radius:5px;
  border:1px solid #eee;
  padding:4px;
  background:#fff;
}
.material-tile button {
  all:unset;
  font-size:15px;
  font-weight:500;
  color:#111;
  cursor:pointer;
  text-align: center;
}
.color-card-label {
  font-size:14px;
  color:#111;
  font-weight:500;
  text-align: center;
  line-height: 1.2;
}
.material-tile img.img-hidden,
.color-card img.img-hidden { display:none; }

@media(max-width:520px){
  .material-tile,
  .color-card { flex:1 1 100%; }
}
/* hide original surcharge selects */
.fabric-config-select-hidden {
  display: none !important;
}

.fabric-config-section {
  margin: 20px 0;
}
.fabric-config-section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.fabric-config-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.fabric-config-card {
  flex: 1 1 240px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 10px 15px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fabric-config-card-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10px;
  gap: 12px;
}
.fabric-config-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}
.fabric-config-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--color-primary);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  padding-left: 20px;
  background-image: url(/user/documents/upload/edit.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center left;
}
.fabric-config-card-btn:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.fabric-config-value {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--color-primary);
  letter-spacing: 0.02em;
  min-height: 18px;
}
.fabric-config-value.is-empty {
  color: #9e9e9e;
  text-transform: none;
}
img.fabric-config-selection-img.color-card-img {
    max-width: 125px;
}
@media (max-width: 768px) {
.fabric-config-cards {
    gap: 10px;
}
.material-tile, .color-card {
    flex: 0 1 calc(50% - 7px);
}}
/*Product note*/
/* Product note styles */
.product-note-block__label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}
.product-note-block__field {
  width: 100%;
  min-height: 80px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 15px;
  resize: vertical;
}
.product-note-block__info {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6a6a6a;
}
.product-note-order__label {
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
.product-note-order__field {
  width: 100%;
  border: 1px solid #d4c3b9;
  border-radius: 4px;
  padding: 15px;
  min-height: 80px;
}
.product-note-order__hint {
  display: block;
  font-size: 0.8rem;
  color: #8a6d3b;
  margin-top: 0.35rem;
}
.product-note-lock {
  background: #f8f8f8 !important;
  cursor: not-allowed !important;
}
section.product-note-block {
    margin-bottom: 20px;
}
.note-text-preview {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 15px;
    font-size: 24px;
    font-weight: normal !important;
}
/*menu*/
@media (min-width: 1200px) {
.navigation-in > ul > li.ext > ul::before {
		display: none;
}
.navigation-in>ul>li.exp>ul {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.navigation-in>ul>li.ext>ul>li>div>a {
    margin-bottom: 0;
}
.navigation-in>ul>li.ext>ul>li {
    margin-bottom: 0;
    padding-right: 0;
    width: 100%;
    flex-basis: 100%;
}
.submenu-visible .navigation-in>ul>li.ext.exp>ul {
    padding: 20px;
}
.navigation-in.menu ul li {
    position: relative;
}
.navigation-in ul.menu-level-2 {
    left: 0px;
    margin-left: 0px;
    position: absolute;
    top: calc(100% - 16px);
    width: 100%;
    min-width: 200px;
    z-index: 1001;
}
.navigation-in>ul>li.ext.exp>ul {
    gap: 15px;
}
.navigation-in>ul>li.ext>ul>li>div>a {
    line-height: 1.25;
}
.navigation-in > ul > li > a {
    padding: 33px 15px;
    font-size: 16px;
}}
@media (min-width: 768px) {
.navigation-in > ul {
    margin-left: 200px;
}}
@font-face {
    font-family: 'Script Mt Bold';
    src: url('/user/documents/fonts/ScriptMTBold.woff2') format('woff2'),
        url('/user/documents/fonts/ScriptMTBold.woff') format('woff');
}
@font-face {
    font-family: 'Edwardian Script';
    src: url('/user/documents/fonts/EdwardianScriptITC.woff2') format('woff2'),
        url('/user/documents/fonts/EdwardianScriptITC.woff') format('woff');
}
@font-face {
    font-family: 'Comic Sans';
    src: url('/user/documents/fonts/ComicSansMS.woff2') format('woff2'),
        url('/user/documents/fonts/ComicSansMS.woff') format('woff');
}
@font-face {
    font-family: 'Brush Script';
    src: url('/user/documents/fonts/BrushScript.woff2') format('woff2'),
        url('/user/documents/fonts/BrushScript.woff') format('woff');
}
@font-face {
    font-family: 'Dalliance Script';
    src: url('/user/documents/fonts/DallianceScript.woff2') format('woff2'),
        url('/user/documents/fonts/DallianceScript.woff') format('woff');
}
@font-face {
    font-family: 'Kingston Regular';
    src: url('/user/documents/fonts/Kingston.woff2') format('woff2'),
        url('/user/documents/fonts/Kingston.woff') format('woff');
}
@font-face {
    font-family: 'Kingston Regular';
    src: url('/user/documents/fonts/Kingston.woff2') format('woff2'),
        url('/user/documents/fonts/Kingston.woff') format('woff');
}
@font-face {
    font-family: 'Calgary MediumItalic';
    src: url('/user/documents/fonts/Calgary-MediumItalic.woff2') format('woff2'),
        url('/user/documents/fonts/Calgary-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'Segoe Print';
    src: url('/user/documents/fonts/SegoePrint.woff2') format('woff2'),
        url('/user/documents/fonts/SegoePrint.woff') format('woff');
}
@font-face {
    font-family: 'Kunstler Script';
    src: url('/user/documents/fonts/KunstlerScript.woff2') format('woff2'),
        url('/user/documents/fonts/KunstlerScript.woff') format('woff');
}
.type-index .top-navigation-bar {
    background-color: #f5f5f5 !important;
}
.top-navigation-bar a, .dropdown button {
    color: #000 !important;
}
.site-name img {
    filter: none !important;
}
.navigation-in > ul > li > a, .menu-helper.visible, .menu-helper > span, .top-nav-button::before, .lupa, body:not(.carousel-yes) .btn.cart-count::before, a.btn.cart-count::before, .btn.cart-count .cart-price {
    color: #000 !important;
}
#header, .type-index.no-carousel #header, .type-index.multiple-columns-body #header {
    background-color: #fff !important;
}
.navigation-buttons > a[data-target="cart"] i, .cart-count:not(.full)::after {
    background-color: #000;
    color: #fff;
}
.cart-window-visible .cart-count {
    background-color: transparent;
}
.cart-window-visible .btn.cart-count::before {
    color: #000 !important;
}
.type-index header#header {
    background-color: #fff !important;
}
.cart-window-visible .navigation-buttons > a[data-target="cart"] i {
    background-color: #000000 !important;
    color: #ffffff !important;
}
@media screen and (min-width: 768px) {
.navigation-in > ul > li:hover > a, .menu-helper:hover, .cart-window-visible .cart-count {
    background-color: transparent;
}
.navigation-in > ul > li:hover > a {
    color: #000 !important;
}}
@media screen and (max-width: 768px) {
.type-index .top-navigation-bar {
    background-color: #ffffff !important;
}}
.p-info-wrapper .detail-parameters {
    margin: 20px 0;
}
tr.variant-list th {
    padding-bottom: 12px;
}
.p-info-wrapper .detail-parameters .variant-list td {
    margin-bottom: 20px !important;
}
.p-info-wrapper .detail-parameters {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
.navigation-in ul.menu-level-2 {
    min-width: 250px;
}}
.variant-slider-wrap {
  margin-top: 8px;
}
.variant-slider-value {
  display: inline-block;
  min-width: 64px;
  font-weight: 600;
  margin-left: 8px;
}
input.variant-slider {
  width: 100%;
  accent-color: #000;
}
tr.surcharge-list.embroidery-tiles-row.surcharge-list-vysivka {
    flex-direction: column;
    align-items: flex-start;
}
tr.surcharge-list.embroidery-tiles-row.surcharge-list-vysivka td {
    width: 100%;
}

/* === GRID === */
.ob-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
}

/* === TILE === */
.ob-tile {
    position: relative;
    min-height: 290px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0px;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Gradient overlay */
.ob-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.15) 0%,
            rgba(0,0,0,0.55) 100%
        );
    z-index: 0;
}

.ob-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255,255,255,0.15) 50%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ob-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(0,0,0,0.25);
}

.ob-tile:hover::after {
    opacity: 1;
}

.ob-title {
    margin: 0;
    font-size: 3.5rem;
    font-weight: 700;
    max-width: 80%;
    z-index: 1;
    color: #fff;
}

.ob-btn {
    align-self: flex-start;
    padding: 12px 22px;
    background: rgba(255,255,255,0.95);
    color: #111;
    font-weight: 600;
    border-radius: 0px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
    z-index: 1;
}

.ob-btn:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

.ob-span-3 { grid-column: span 3; }
.ob-span-4 { grid-column: span 4; }
.ob-span-6 { grid-column: span 6; }
@media (max-width: 992px) {
.ob-span-3, .ob-span-4, .ob-span-6 {
    grid-column: span 6;
}}
@media (max-width: 576px) {
.ob-span-3, .ob-span-4, .ob-span-6 {
    grid-column: span 12;
}
.ob-tile {
    min-height: 165px;
}}
.showroom-bar {
    padding: 5px;
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: center;
    font-size: 14px;
    align-items: center;
}
.showroom-bar a {
    background-color: #fff;
    color: #000;
    padding: 2px 5px;
    font-weight: 600;
    margin-left: 30px;
}
@media (max-width: 768px) {
span.term-p {
    display: none;
}}
@media (min-width: 768px) {
.products-block.products .p .name {
    margin-bottom: 48px;
}}
@media (max-width: 1439px) {
.visit-showroom {
    margin: 50px auto;
}
.visit-showroom__inner {
    gap: 30px 50px;
}
.visit-showroom__text {
    line-height: 1.6;
}}
.visit-showroom {
    position: relative;
    margin: 100px auto;
}
.visit-showroom::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - var(--scrollbar-width));
    height: calc(100% - 60px);
    background-color: #f5f3ef;
}
.visit-showroom__inner {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 30px 90px;
    justify-content: center;
    align-items: center;
}
.visit-showroom__text {
    max-width: 570px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    padding: 30px 0;
}
.visit-showroom__text > a {
    position: relative;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.visit-showroom__inner .img-holder {
    flex-shrink: 0;
}
a.showroom-visit-btn {
    display: inline-block;
}
.description-inner .extended-description, .link-icons {
    display: none;
}
.ob-tile-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ob-title,
.ob-btn {
    position: relative;
    z-index: 2;
}
a.ob-tile {
    display: flex;
    text-decoration: none;
    color: inherit;
}

a.ob-tile .ob-btn {
    display: inline-block;
    cursor: pointer;
}

a.ob-tile:hover .ob-btn {
    background: #ffffff;
    transform: translateY(-2px);
}
.material-tile, .color-card {
    height: fit-content;
}
.top-categories-under-grid {
    margin-top: 20px;
}
@media (max-width: 992px) {
.visit-showroom__inner {
    flex-direction: column;
}
.visit-showroom {
    margin-top: 0;
}}
span.more-categories-grid {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 44px 0;
    font-size: 3.5rem;
    font-weight: 700;
    font-family: "span", serif !important;
}
button.color-card {
    position: relative;
}
span.color-card-price {
    position: absolute;
    top: 15px;
    font-size: 12px;
    font-weight: 600;
    background-color: #ffffff99;
    padding: 0 5px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}
li.top-navigation-menu-item-1476 a {
    color: #fff !important;
    padding: 0;
    text-decoration: underline;
    font-weight: 600;
}
li.top-navigation-menu-item-1476 {
    line-height: 1;
    padding: 5px 10px;
    background-color: var(--color-secondary);
    margin: 0 40px 0 0;
}

/*bannery top kategorie*/
.footer-banners {
    display: flex;
    flex-direction: row;
}
.footer-banner {
    width: 25%;
    height: 25%;
    padding: 10px;
}
.footer-banner a {
    text-decoration: none !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.footer-banners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.footer-banner .extended-banner-texts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
}
.footer-banner .extended-banner-title {
    margin: 10px;
    background-color: #ffffffba;
    padding: 5px;
}
@media screen and (max-width: 991px) {
.footer-banners img {
    max-height: unset !important;
    margin-top: 0;
}
.footer-banner {
    width: 33.3333%;
    height: 33.3333%;
    padding: 5px !important;
}}
@media screen and (min-width: 991px) {
.next-to-carousel-banners {
    margin-top: 0;
}}
@media screen and (max-width: 768px) {
.footer-banner {
    width: 50%;
    height: 50%;
    margin-top: 0;
}}

/*Showroom new*/
.secont-middle-banner .extended-banner-link, .row.banners-content.body-banners .extended-banner-link {
    padding: 0 24px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    height: 48px;
    min-width: 124px;
    line-height: 46px;
    background-color: var(--color-primary);
    color: #fff;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
    margin-top: 0;
    width: fit-content;
}
.secont-middle-banner .extended-banner-texts, .row.banners-content.body-banners .extended-banner-texts {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.row.banners-content.body-banners .extended-banner-texts > * {
		position: relative;
}
.secont-middle-banner .banner-wrapper > a, .row.banners-content.body-banners .banner-wrapper > a {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.secont-middle-banner .banner-wrapper > a img, .secont-middle-banner .extended-banner-texts, .row.banners-content.body-banners a > img, .row.banners-content.body-banners .extended-banner-texts {
    width: 50%;
}
.secont-middle-banner .banner-wrapper > a img, .row.banners-content.body-banners a > img {
		object-fit: cover;
}
.secont-middle-banner.container > div > .banner-wrapper::before, .row.banners-content.body-banners > div > .banner-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - var(--scrollbar-width));
    height: calc(100% - 60px);
    background-color: #f5f3ef;
}
.row.banners-content.body-banners .extended-banner-text, .secont-middle-banner.container .extended-banner-text {
		top: 0;
}
.row.banners-content.body-banners .extended-banner-texts, .secont-middle-banner.container .extended-banner-texts {
    justify-content: center;
    gap: 10px;
}
.row.banners-content.body-banners .extended-banner-texts .extended-banner-title, .secont-middle-banner.container.extended-banner-texts .extended-banner-title {
    font-size: 27px;
}
@media screen and (max-width: 992px) {
.secont-middle-banner .banner-wrapper > a, .row.banners-content.body-banners .banner-wrapper > a {
    flex-direction: column;
}
.secont-middle-banner .banner-wrapper > a img, .secont-middle-banner .extended-banner-texts, .row.banners-content.body-banners a > img, .row.banners-content.body-banners .extended-banner-texts {
    width: 100%;
}}
.p-short-description *, .description-inner * {
    font-size: 14pt !important;
    font-family: 'Exo 2', sans-serif !important;
}
/*Instagram*/
.custom-footer__instagram > h4 {
  display: none;
}
.custom-footer__instagram {
  padding: 0 !important;
  width: 100% !important;
  background-color: white;
}
.instagram-widget {
  max-width: unset;
}
.instagram-widget.columns-4>a {
  padding-bottom: 12.5%;
  width: 12.5%;
}
.instagram-widget.columns-3>a {
    padding-bottom: 16.6666%;
    width: 16.6666%;
}
@media (max-width: 992px) {
.instagram-widget.columns-4>a {
  padding-bottom: 25%;
  width: 25%;
}
.instagram-widget.columns-3>a {
    padding-bottom: 33.333333%;
    width: 33.333333%;
}
.instagram-follow-btn {
  font-size: 2rem !important;
}}
.instagram-follow-btn {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 3rem;
  padding-top: 2rem;
}
.instagram-follow-btn > span > a {
  font-weight: normal;
  color: black;
}
.instagram-widget img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.instagram-widget > a {
    padding-bottom: 0 !important;
}
.instagram-follow-btn>span::before {
    display: none;
}
.instagram-follow-btn>span {
		padding-left: 0;
}
li.top-navigation-menu-item-1350, li.top-navigation-menu-item-39, li.top-navigation-menu-item-691, li.top-navigation-menu-item-1493 {
    display: none;
}
.certifikace-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.certifikace-gallery a img {
    border: solid 1px #f5f5f5;
}
.certifikace-gallery span {
    text-align: center;
    margin-bottom: 5px;
}
a.glightbox.cboxElement {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 768px) {
.certifikace-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}}
.basic-description h3.popis-nadpis {
    display: none;
}
.products-block.products .p .name {
    font-size: 18px;
}
.bb-toggle {
    display: inline-block;
    margin-left: 6px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
span.heading-footer {
    font-size: 18px;
    margin-bottom: 48px;
    font-weight: 700;
}
.news-item .image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
span.main-link-surcharges {
    font-size: 12px;
    display: block;
    font-family: 'Exo 2';
    opacity: 0.8;
    line-height: 1.2;
    margin-top: 1rem;
}
.site-msg.information, .price-range>div, ol.cart-header li.active a span::before, ol.cart-header li.active strong span::before {
    background-color: var(--color-primary);
}
.cart-row>div.col-md-8::before {
    background-color: #aa7f6117;
}
.info-bar {
    position: fixed;
    z-index: 99999;
    background: #222;
    color: #fff;
    padding: 12px 40px 12px 16px;
    font-size: 14px;
    line-height: 1.4;
    bottom: 10px;
    left: 10px;
    max-width: 500px;
    margin: 10px;
}
@media (max-width: 767px) {
.info-bar {
    bottom: 0;
    left: unset;
}}
.info-bar-text {
  max-width: 100%;
}
.info-bar-close {
  position: absolute;
  top: 6px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}
.info-bar-close:hover {
  opacity: 0.7;
}
.copyright, #signature {
    color: #434343;
}