@charset "UTF-8";
/*
Theme Name: Avanam
Version: 1.0.0
*/
#content {
  min-height: inherit;
}

#common-home {
  overflow: hidden;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--global-body-font-family);
  color: var(--global-palette4);
}
#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url("../image/ajax-loader.gif") 50% 50% no-repeat #fff;
}
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: var(--global-content-width);
  padding: 0 var(--global-container-padding);
}

.btn {
  font-family: 'Georgia', serif !important;
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  border-radius: 30px;
  padding: 9px 22px;
  text-shadow: none;
}
.btn:hover, .btn:focus,.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}

a {
  color: var(--global-palette-highlight);
  color: #2a1000;
}

a:hover {
  color: var(--global-palette-highlight-alt);
}
label {
  font-size: 14px;
  font-weight: 500;
}
.accordion-button {
  font-size: 15px;
}
hr {
  margin: 1.5rem 0;
  color: var(--border-color);
  opacity: 1;
}

.form-control:focus {
  border-color: var(--border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

section {
  margin: 0;
  float: left;
  width: 100%;
}

ul {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}
.splide__track .splide__list {
  transform-style: unset;
}
.form-check {
  margin-bottom: 5px;
}
.fa-plus:before {
  font-size: 14px;
}
img.img-thumbnail {
  border-radius: 0;
}
body.menu-open {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  body.menu-open:before {
      content: "";
      background: #000;
      opacity: 0.7;
      filter: alpha(opacity = 70);
      position: absolute;
      left: 300px;
      height: 100%;
      width: calc(100% - 300px);
      top: 0;
      z-index: 99999;
      overflow: hidden;
  }
}
/***********************product notification*****************************/
#alert {
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: auto !important;
}
#alert .alert {
  right: 0;
  width: 490px;
  background: #68CD86;
  color: #fff;
  border-left: 6px solid #408d58;
  border-radius: 0;
}
.alert.alert-success.alert-dismissible{
  color: #fff;
  background: #68CD86;
  border-left: 6px solid #408d58;
}
#top #alert a {
  color: #ffffff;
}
#alert .alert.alert-danger.alert-dismissible .btn-close {
  background-image: url(../image/close.svg);
  background-size: 22px;
  background-position: center;
  opacity: 1;
  padding: 15px 10px;
  width: 20px;
  height: 20px;
}
#alert .alert.alert-danger.alert-dismissible .btn-close {
  background-image: url(../image/close.svg);
  background-size: 24px;
  background-position: center;
  opacity: 1;
}
#alert .alert.alert-danger.alert-dismissible {
  background: #ffe3e0;
  border-left: 6px solid #f63f37;
  color: var(--global-palette3);
  bottom: 20px;
}

footer h5 {
  font-family: var(--global-body-font-family);
  font-size: 22px;
  font-weight: 600;
  color: var(--global-palette3);
  margin-top: 0;
  margin-bottom: 22px;
}

.carousel {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.splide .splide__arrows .splide__arrow {
  background: var(--global-palette1);
  color: var(--global-palette9);
}
.splide .splide__arrows .splide__arrow:hover {
  background: var(--global-palette2);
  color: var(--global-palette9);
}
.product-wrapper.splide .splide__arrows .splide__arrow{ top: 30%;}
.splide .splide__arrows .splide__arrow.splide__arrow--next { right: -0.7em;}
.splide .splide__arrows .splide__arrow.splide__arrow--prev { left: -0.7em;}

.title-wrapper {
  text-align: center;
  margin: 0px 0px 28px 0px;
}

.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu.show {
  inset: 17px 0 auto auto !important;
  border-radius: 0;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: var(--global-palette2);
}

#column-left, #column-right {  width: 21.2%;}

/* Sticky Scroll-Bar */
.stickyscroll {
  overflow-x: auto;
  scrollbar-width: thin;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.stickyscroll > .scroll-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px;
}

.stickyscroll ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.stickyscroll ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia', serif;
/*  color: var(--global-palette3);*/
 color: #2a1000;
}

h1 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 500;
}

h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 500;
}

h3 {
  font-size: 28px;
  line-height: 1.38;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}

.breadcrumb-container {
  border: 0;
  float: left;
  width: 100%;
}
.breadcrumb {
  border: 0;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
/*  background-color: var(--global-palette3);*/
  background-image: url('../../../../../image/catalog/background-paper-pattern/breadcrumbs.jpg');
  padding: 25px 10px;
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
.breadcrumb > li.breadcrumb-item > a {
  color: var(--global-palette7);
}
.breadcrumb > li.breadcrumb-item{
  padding: 0 10px 0 0;
  white-space: inherit;
  word-break: break-word;
  font-size: 14px;
}
.breadcrumb > li.breadcrumb-item::after,.breadcrumb > li.breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb li.breadcrumb-item::before,.breadcrumb > li.breadcrumb-item + li:before{
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--global-palette7);
  content: var(--bs-breadcrumb-divider, "◆");
}

.custom-divider {
    width: 60px;
    height: 1px;
    background-color: #c5a982; /* Vaša zlatistá farba */
    margin: 40px auto 0;
}


/* CMS Banner */
.banner-wrapper {
    position: relative;
    text-align: center;
    background-color: var(--global-palette7);
    width: 100%;
    /* Flexbox zabezpečí lepšie centrovanie */
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    min-height: 300px; /* Poistka, aby banner nezmizol */
}

.banner-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
}

/* ZMENA: Namiesto fixnej výšky použijeme flexibilný kontajner */
.banner-wrapper .content {
    position: absolute;
    top: 50%;
/*    left: 50%;*/
    transform: translate(-50%, -50%);
    width: 95%; /* Viac priestoru do šírky */
    max-height: 90%; /* Poistka proti pretekaniu */
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    z-index: 2;
}

.banner-wrapper .product_title {
/*
    font-size: clamp(1.4rem, 4vw, 3rem);
    
    margin-left: 10%;
    margin-bottom: 1.5%;
    font-family: 'Georgia', serif;
*/
    font-weight: 300;
    text-align: left !important;
    letter-spacing: -0.5px;
    color: #2a1000;
}

.banner-wrapper .cms-text {
    text-align: left !important;
/*
    font-family: 'Georgia', serif;
    font-style: italic !important;
    font-size: clamp(0.8rem, 2vw, 1.5rem);
    margin-left: 10%;
    font-weight: 100;
*/
}

#top {
  background: var(--global-palette9);
  min-height: 47px;
  padding: 0;
}
#top .nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
#top .nav #base_top_cms span {
  color: var(--global-palette3);
  font-size: 15px;
}
#top .nav .header_contact span.title {
  color: var(--global-palette3);
}
#top .nav .lang_currency .list-inline {
  text-align: right;
}
#top .nav .lang_currency .list-inline .list-inline-item:not(:last-child) {
  margin-right: 2.5rem;
}
#top .nav .lang_currency .drop_currency a.dropdown-toggle {
  color: var(--global-palette3);
}
#top .nav .lang_currency .drop_currency a.dropdown-toggle span {
  font-size: 15px;
}
#top .nav .lang_currency .language span.title, #top .nav .lang_currency .language i {
  color: var(--global-palette3);
  font-size: 15px;
  cursor: pointer;
}
#top .nav .lang_currency .dropdown {
  padding: 10px 0;
}
#top .nav .lang_currency .dropdown .dropdown-menu {
  inset:100% 0 auto auto !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
.lang_currency .fa-caret-down:before {
    content: "\f107";
    font-size: 12px;
}

#header .header_middle .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative;
}
#header .header-search {
  width: 620px;
}
#header #search {
  margin-bottom: 0;
}
#header #search .form-control-lg {
  height: 45px;
  padding: 0 18px;
  border: 2px solid var(--global-palette1);
}
#header #search .btn-lg {
  font-size: 14px;
  padding: 10px 20px;
  height: 45px;
  border: 0;
  text-shadow: none;
}
#header #search .btn-lg:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette3);
}
#header #header-cart {
  margin-bottom: 0;
}
#header #header-cart .btn-lg {
  background: transparent;
  color: var(--global-palette3);
  border: 0;
  padding: 0;
  font-size: 14px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: none;
  line-height: 1.5;
}
#header #header-cart .btn-lg span.title {
  font-size: 12px;
}
#header #header-cart .btn-lg span.label {
  font-size: 15px;
  font-weight: 600;
}
#header #header-cart .btn-lg span.label:hover {
  color: var(--global-palette2);
}
#header #header-cart .btn:hover {
  color: var(--global-palette3);
}
#header #header-cart .cart_image {
  width: 24px;
  height: 24px;
  background-image: url(../image/header-cart.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
}
#header #header-cart .cart_image:hover{
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
}
#header #header-cart span.cart_counter {
  background: var(--global-palette1);
  color: var(--global-palette9);
  height: 1.4em;
  width: 1.4em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -0.3em;
  margin-top: -1em;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
#header #header-cart .dropdown-menu-end {
  transform: translateX(100%) !important;
  display: flex;
}
#header #header-cart .dropdown-menu {
  background-color: var(--global-palette9);
  padding: 10px;
  width: 400px;
  overflow: hidden;
  margin: 0;
  height: 100%;
  position: fixed !important;
  inset: 0px 0 auto auto !important;
  transition: transform 0.3s ease-in-out;
}
#header #header-cart ul.dropdown-menu.dropdown-menu-end.show{
  transform: none !important;
}
#header #header-cart .dropdown-menu .table {
  border: medium none;
  position: relative;
}
#header #header-cart .dropdown-menu .table tr {
  border: 0;
}
#header #header-cart .dropdown-menu .table tr td {
  padding: 7px 0.25rem;
  border: 0;
}
#header #header-cart .dropdown-menu .table tr td.image {
  padding: 7px 10px;
}
#header #header-cart .dropdown-menu .table tr td.image a img {
  max-width: none;
  width: auto;
}
#header #header-cart .dropdown-menu .table tr td.title a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  letter-spacing: 0.3px;
  color: var(--global-palette1);
}
#header #header-cart .dropdown-menu .table tr td.title a:hover{
  color: var(--global-palette-highlight-alt);
}
#header #header-cart .dropdown-menu .table tr td.delete button.btn {
  padding: 0;
  line-height: 0;
  border: 0;
  background-color: transparent;
  color: #d9534f;
}
#header #header-cart .dropdown-menu .table tr td.delete button.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header #header-cart .dropdown-menu .total-wrapper {
  border-top: 1px solid var(--border-color);
  width: 100%;
  background: var(--global-palette9);
  padding-inline: 5px;
  padding-bottom: 10px;
  font-size: 14px;
}
#header #header-cart .dropdown-menu .total-wrapper tr td strong {
  font-weight: 500;
  font-size: 14px;
}
#header #header-cart .text-end.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header #header-cart .cart-button.offer-btn {
  width: 100%;
}
#header #header-cart .text-end.button-container .cart-button a {
  padding: 9px 22px;
  background: var(--global-palette1);
  display: block;
  color: var(--global-palette9);
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
}
#header #header-cart .text-end.button-container .cart-button a strong {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#header #header-cart .text-end.button-container .cart-button:first-child a, #header #header-cart .text-end.button-container .cart-button a:hover {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}
#header #header-cart .text-end.button-container .cart-button:first-child a:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.cart-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#cart-text {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #2a1000;
}
.cart-header #btnHinge {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.cart-table tbody {
  overflow-y: auto;
  top: 10px;
  bottom: -160px;
  left: 0;
  right: 0;
  position: absolute;
}


#header .header_account {
  position: relative;
  margin-right: 20px;
}
#header .header_account span.title {
  font-size: 12px;
}
#header .header_account span.label {
  font-size: 15px;
  font-weight: 600;
}
#header .header_account span.label:hover {
  color: var(--global-palette2);
}
#header .myaccount > a > span {
  width: 24px;
  height: 24px;
  background-image: url(../image/header-account.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#header .header_wishlist {
  position: relative;
}
#header .header_wishlist > a {
  height: 25px;
  width: 25px;
  display: block;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#header .header_wishlist > a::before {
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(../image/header-wishlist.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#header .myaccount > a > span:hover, #header .header_wishlist > a:hover::before, #header .header-compare > a:hover::before {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
}
#header .header_wishlist span.wishlist-title,#header .header-compare span.compare-title {
  display: none;
}
#header .header-compare {
  position: relative;
}
#header .header-compare > a {
  height: 24px;
  width: 24px;
  display: block;
  margin-right: 20px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#header .header-compare > a::before {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url(../image/header-compare.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#header .header_wishlist {
  position: relative;
  margin-right: 30px;
}
#header .header-compare span.counter, #header .header_wishlist span.counter {
  position: absolute;
  top: -5px;
  right: -17px;
  background: var(--global-palette1);
  color: var(--global-palette9);
  height: 1.4em;
  width: 1.4em;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header #menu {
  background-color: transparent;
  border: 0;
  background-image: none;
  color: var(--global-palette3);
}
#header #menu .navbar-nav > li > a {
  color: #000;
  text-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 19px 20px 19px 20px;
}
#header #menu .navbar-nav > li > a:hover {
  background-color: transparent;
  color: var(--global-palette2);
}
#header #menu .navbar-nav .dropdown:hover:first-child .dropdown-menu {
  margin-left: 0 !important;
}
#header #menu .navbar-nav .dropdown .dropdown-inner a {
  min-width: 220px;
  font-size: 14px;
  padding: 6px 20px;
  color: var(--global-palette3);
}
#header #menu .navbar-nav .dropdown .dropdown-inner a:hover {
  background-image: none;
  color: var(--global-palette2);
}
#header #menu .navbar-nav .dropdown .see-all {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--global-palette3);
}
#header #menu .navbar-nav .dropdown .see-all:hover, #header #menu .navbar-nav .dropdown .see-all:focus {
  color: var(--global-palette2);
  background-color: transparent;
  background-image: none;
}

.bottom_space {
    width: 100%;
    height: 20px;
    display: block;
}

.common-home #footer {
  margin-top: 0;
}

#footer {
  margin-top: 0px;
  border-top: 0;
}
#footer a {
  color: var(--global-palette4);
}
#footer p {
  color: var(--global-palette4);
  line-height: 26px;
}
#footer .footer_top {
/*  background-color: var(--global-palette3);*/
  background-image: url('../../../../../image/catalog/background-paper-pattern/breadcrumbs.jpg');
  padding: 118px 0;
}
#footer .footer_middle {
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url('../../../../../image/catalog/background-paper-pattern/emocia-pozadie.jpg');
/*  background-color: var(--global-palette9);*/
/*  border-bottom: 1px solid var(--border-color);*/
}
#footer .footer_middle li + li {
  margin-top: 12px;
}
#footer .footer_middle a:not(.mobile_togglemenu) {
  font-size: 16px;
  letter-spacing: 0;
}
#footer .footer_middle a:not(.mobile_togglemenu):hover {
  color: var(--global-palette1);
}
#footer .footer_middle .right-content .footer_aboutus_cms .footer-contact span {
  color: var(--global-palette4);
}
#footer .footer_middle .middle-content #base_footer_contact_social img {
  margin-bottom: 20px;
}
#footer .footer_middle .middle-content #base_footer_contact_social .footer-social {
  margin-top: 22px;
}
#footer .footer_middle .middle-content #base_footer_contact_social .footer-social li + li {
  padding-left: 24px;
}
#footer .footer_middle .middle-content #base_footer_contact_social .footer-social li img {
  margin-bottom: 0;
}
#footer .footer_bottom {
/*  background: var(--global-palette9);*/
  background-image: url('../../../../../image/catalog/background-paper-pattern/emocia-pozadie.jpg');
  padding: 20px 0;
}
#footer .footer_bottom .bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.product-thumb.limitka .image {
    position: relative !important;
    overflow: hidden !important;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.product-thumb.limitka .image::before {
    content: "LIMITOVANÁ EDÍCIA" !important;
    position: absolute !important;
    top: 40px !important; 
    left: -90px !important; 
    width: 300px !important;    
    background-color: #2a1000 !important;
    color: #f4ece6 !important;   
    font-size: 9px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    padding: 10px 0 !important;
    text-align: center !important;
    transform: rotate(-45deg) !important;
    z-index: 10 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3) !important;
    pointer-events: none;
}

.product-thumb {
  position: relative;
  overflow: hidden;
  border: 0;
  margin-bottom: 0;
}
.product-thumb .image {
  margin-bottom: 0;
  position: relative;
  border: 1px solid var(--border-color);
  overflow: hidden;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .image a:hover {
  opacity: 1;
}
.product-thumb .image .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumb .image .sale-label {
  position: absolute;
  top: 6px;
  left: 6px;
  background: var(--global-palette-btn-bg);
  font-size: 10px;
  color: var(--global-palette-btn);
  line-height: 16px;
  padding: 2px 8px;
}
.product-thumb:hover .image .hover-image {
  opacity: 1;
}
.product-thumb .description {
  padding: 15px 0 0;
  text-align: center;
}
.product-thumb .description h6 {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.4;
}
.product-thumb .description h6 a {
  color: var(--global-palette3);
}
.product-thumb .description .rating,ul.megamenu > li .product-thumb .caption .rating {
  padding-bottom: 2px;
}
.product-thumb .description .rating .fa-stack,ul.megamenu > li .product-thumb .caption .rating .fa-stack {
  width: 12px;
}
.product-thumb .description .rating .fa-stack .fa-star ,ul.megamenu > li > .sub-menu .product-thumb .rating .fa-stack .fa-star{
  font-size: 12px;
}
.product-thumb .description .desc {
  display: none;
}
.product-thumb .description .product_cart_btn button.cart_button {
  color: var(--global-palette3);
  background-color: var(--global-palette7);
  margin: 16px 0 0;
}
.product-thumb:hover .product_cart_btn button.cart_button {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.product-thumb .product_buttons {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  margin: auto;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-thumb .product_buttons .btn-icon {
  margin-bottom: 0.5rem;
}
.product-thumb .product_buttons .btn-icon button {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
.product-thumb .product_buttons .btn-icon.wishlist-button button {
  background-image: url(../image/wishlist.svg);
}
.product-thumb .product_buttons .btn-icon.wishlist-button button:hover {
  background-image: url(../image/wishlist-hover.svg);
}
.product-thumb .product_buttons .btn-icon.compare-button button {
  background-image: url(../image/compare.svg);
  background-size: 18px;
}
.product-thumb .product_buttons .btn-icon.compare-button button:hover {
  background-image: url(../image/compare-hover.svg);
}
.product-thumb .product_buttons .btn-icon.quickview-button button {
  background-image: url(../image/quickview.svg);
}
.product-thumb .product_buttons .btn-icon.quickview-button button:hover {
  background-image: url(../image/quickview-hover.svg);
}
.product-thumb .product_buttons button {
  color: var(--global-palette3);
  border: none;
  position: relative;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: none;
  transition: none;
  background-color: var(--global-palette7);
  vertical-align: top;
  font-size: 14px;
}
.product-thumb .product_buttons button:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.product-thumb:hover .product_buttons {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transform: translatez(0);
          transform: translatez(0);
}

.price {
  color: var(--global-palette3);
  font-weight: 500;
}
.price .price-new {
  font-weight: 500;
}
.price .price-old {
  color: var(--global-palette4);
}
.price .price-tax {
  font-size: 14px;
  color: var(--global-palette6);
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}

.product-list .product-thumb {
  padding: 0px;
}
.product-list .product-thumb .product_buttons .offer-btn {
  display: inline-block;
}
.product-list .product-thumb .description {
  text-align: left;
  padding: 20px;
}
.product-list .product-thumb .description h6 {
  margin-bottom: 6px;
}
.product-list .product-thumb .description .rating {
  margin-bottom: 4px;
}
.product-list .product-thumb .description .desc {
  margin-bottom: 0px;
  display: block;
}
.product-list .product-thumb .description .price {
  margin-bottom: 12px;
}
.product-list .product-thumb .description .product_cart_btn button.cart_button {
  width: auto;
}

.nav.nav-tabs {
  border-bottom: 0;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.nav.nav-tabs .nav-item .nav-link {
  padding: 9px 30px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 0;
  font-weight: 500;
  background-color: var(--global-palette7);
  color: var(--global-palette3);
  border-color: var(--global-palette7);
}
.nav.nav-tabs .nav-item .nav-link:hover,.nav.nav-tabs .nav-item a.nav-link.active {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  border-color: var(--global-palette1);
}

#base_manufacturer .brand-wrapper img {
  opacity: 0.4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#base_manufacturer .brand-wrapper img:hover {
  opacity: 1;
}

#base_cms_banner .stickyscroll {
  gap: 30px;
}
#base_cms_banner .stickyscroll .scroll-item {
  padding: 0;
}
#base_cms_banner .banner-wrapper {
  position: relative;
  overflow: hidden;
}
#base_cms_banner .banner-wrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*
#base_cms_banner .banner-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
*/
#base_cms_banner .banner-wrapper .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 13%;
  right: auto;
  margin: 0;
  z-index: 3;
}
#base_cms_banner .banner-wrapper .content .label {
  margin: 0 0 10px;
}
#base_cms_banner .banner-wrapper .content .title {
  margin: 0 0 58px 0;
}
#base_cms_banner .banner-wrapper .content .cms_button .btn {
  padding: 0;
  background-color: transparent;
  color: var(--global-palette3);
  text-decoration: underline;
  font-size: 18px;
}
#base_cms_banner .banner-wrapper .content .cms_button .btn:hover {
  color: var(--global-palette2);
}

#single_banner .banner-wrapper {
  position: relative;
  overflow: hidden;
}
#single_banner .banner-wrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*
#single_banner .banner-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
*/
#single_banner .banner-wrapper .content {
  position: absolute;
/*  left: 13%;*/
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: auto;
  margin: 0;
  z-index: 3;
  text-align: center;
}
#single_banner .banner-wrapper .content .label {
  color: var(--global-palette9);
  margin: 0 0 18px;
}
#single_banner .banner-wrapper .content .title {
  margin: 0 0 34px 0;
  line-height: 74px;
  font-size: 64px;
  color: var(--global-palette9);
}
#single_banner .banner-wrapper .content .btn {
  background-color: var(--global-palette9);
  color: var(--global-palette3);
}
#single_banner .banner-wrapper .content .btn:hover {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}

#base_service_block {
  padding: 35px 0;
/*  background-color: var(--global-palette7);*/
}
#base_service_block .stickyscroll {
  padding-bottom: 0;
}
#base_service_block .scroll-item {
  width: 25%;
}
#base_service_block .service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#base_service_block .service-wrapper .service-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#base_service_block .service-wrapper:hover .service-img img {
  transform: rotateY(360deg);
}
#base_service_block .service-wrapper .service-content h6 {
  margin-bottom: 0;
}

#base_left_banner {
  margin-bottom: 30px;
}
#base_left_banner .left-banner-wrapper {
  position: relative;
  overflow: hidden;
}
#base_left_banner .left-banner-wrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#base_left_banner .left-banner-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#base_left_banner .left-banner-content {
  position: absolute;
  top: 10%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 3;
}
#base_left_banner .left-banner-content span {
  color: var(--global-palette3);
}
#base_left_banner .left-banner-content .title {
  margin: 6px 0 0;
}

#product-category #content h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
#product-category #content .category-header .image {
  width: 30%;
}
#product-category #content .category-header .description {
  width: 70%;
}
#product-category .title-description h3 {
  font-size: 28px;
  font-weight: 500;
}
#product-category .title-description ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
#product-category .title-description ul li a {
  background: var(--global-palette7);
  color: var(--global-palettte3);
  display: inline-block;
  padding: 10px 25px;
}
#product-category .title-description ul li a:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}

#display-control {
  background: var(--global-palette7);
  padding: 10px;
  margin: 0 0 30px 0;
  border-radius: 10px;
}
#display-control .compare-total a {
  background: none;
  padding: 0;
  color: var(--global-palette3);
}
#display-control .btn-group {
  gap: 10px;
}
#display-control .btn-group .btn {
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--global-palette9);
  color: var(--global-palette3);
  padding: 0 15px;
  font-size: 20px;
  width: 40px;
  height: 40px;
}
#display-control .btn-group .btn.active {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
#display-control .btn-group .btn#button-grid {
  background-image: url(../image/cat-grid.svg);
}
#display-control .btn-group .btn#button-grid.active {
  background-image: url(../image/cat-grid-hover.svg);
}
#display-control .btn-group .btn#button-list {
  background-image: url(../image/cat-list.svg);
}
#display-control .btn-group .btn#button-list.active {
  background-image: url(../image/cat-list-hover.svg);
}
#display-control .input-group.sort-by-wrapper {
  width: 220px;
  margin-right: 10px;
}
#display-control .input-group.sort-by-wrapper .input-group-text ,#display-control .input-group.show-wrapper .input-group-text{
  background-color: transparent;
  border: 0;
}
#display-control .input-group.sort-by-wrapper .form-select,#display-control .input-group.show-wrapper .form-select {
  border-radius: 0;
}
#display-control .input-group.sort-by-wrapper .form-select:focus,#display-control .input-group.show-wrapper .form-select:focus {
  border-color: transparent;
}
#display-control .input-group.show-wrapper {
  width: 160px;
}

#pagination-wrapper {
  background: var(--global-palette7);
  padding: 10px 15px;
  margin: 20px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 border-radius: 10px;
}
#pagination-wrapper .page-result {
  padding: 6px 0;
}
#pagination-wrapper .page-link .pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#pagination-wrapper .page-link .pagination .page-item {
  margin-right: 10px;
}
#pagination-wrapper .page-link .pagination .page-item .page-link {
  border: 0;
  color: var(--global-palette3);
}
#pagination-wrapper .page-link .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#pagination-wrapper .page-link .pagination .page-item .page-link:hover,
#pagination-wrapper .page-link .pagination .page-item.active .page-link {
  background: var(--global-palette1);
  color: var(--global-palette9);
}

#column-left .sidebar-box, #column-right .sidebar-box {
  margin-bottom: 30px;
  padding: 5px;
/*  border: 1px solid var(--border-color);*/
  border-radius: 0;
}
#column-left .sidebar-box .sidebar-title, #column-right .sidebar-box .sidebar-title {
  background-color: var(--global-palette7);
  color: var(--global-palette3);
  font-family: var(--global-body-font-family);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 8px 16px;
}
#column-left .list-group-item, #column-right .list-group-item {
  border: 0;
  padding: 6px 10px;
}
#column-left .list-group-item.active, #column-right .list-group-item.active {
  background-color: transparent;
  color: var(--global-palette3);
}
#column-left .list-group-item:hover, #column-right .list-group-item:hover {
  color: var(--global-palette2);
}
#column-left .category-box .category-box-item .cat-parent .main-item.active .toggled > .fa-plus:before, #column-right .category-box .category-box-item .cat-parent .main-item.active .toggled > .fa-plus:before {
  content: "\f068";
}
#column-left .category-box .category-box-item .cat-parent span.toggled, #column-right .category-box .category-box-item .cat-parent span.toggled {
  position: absolute;
  top: 8px;
  right: 10px;
  bottom: auto;
  left: auto;
}
#column-left .category-box .category-box-item .cat-parent ul, #column-right .category-box .category-box-item .cat-parent ul {
  padding-left: 12px;
  display: none;
}
#column-left .card .card-filter, #column-right .card .card-filter {
  border-top: 0;
}
#column-left .card .list-group-item, #column-right .card .list-group-item {
  border-bottom: 0;
  padding: 2px 12px 3px;
}
#column-left .card .list-group-item .form-check .form-check-input, #column-right .card .list-group-item .form-check .form-check-input {
  border-color: var(--border-color);
  width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
  margin-top: 2px;
}
#column-left .card .list-group-item .form-check .form-check-label, #column-right .card .list-group-item .form-check .form-check-label {
  font-size: 15px;
  color: var(--global-palette2);
  font-weight: 400;
}
#column-left .card .list-group-item .form-check .form-check-label:hover, #column-right .card .list-group-item .form-check .form-check-label:hover {
  color: var(--global-palette1);
}
#column-left .card div.list-group-item, #column-right .card div.list-group-item {
  margin-bottom: 10px;
}
#column-left .card a.list-group-item, #column-right .card a.list-group-item {
  font-size: 17px;
  font-weight: 500;
}
#column-left .card .card-footer, #column-right .card .card-footer {
  background: transparent;
  padding: 10px 0;
}
#column-left .sidebar .nav.nav-tabs, #column-right .sidebar .nav.nav-tabs {
  display: block;
}
#column-left .sidebar .nav.nav-tabs li a, #column-right .sidebar .nav.nav-tabs li a {
  padding: 6px 10px;
  display: block;
  color: var(--global-palette3);
}
#column-left .sidebar .nav.nav-tabs li a:hover, #column-right .sidebar .nav.nav-tabs li a:hover {
  color: var(--global-palette2);
}

#product-search #content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

#product-info .product-left {
  width: 44.3%;
}
#product-info .product-left .image .img-thumbnail {
  padding: 0;
}
#product-info .product-left .image .product_gallery .gallery_carousel {
  padding: 0 30px !important;
  margin: 10px 15px 0 !important;
}
#product-info .product-left .image .product_gallery .gallery_carousel .splide__arrows .splide__arrow {
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
}
#product-info .product-left .image .product_gallery .gallery_carousel .item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#product-info .product-left .image .product_gallery .gallery_carousel .splide__slide.is-active .item img, 
#product-info .product-left .image .product_gallery .gallery_carousel .splide__slide:hover .item img ,
#product-info .product-right .rating a.review_count{
  border-color: var(--global-palette3);
}
#product-info .product-right {
  width: 55.7%;
}
#product-info .product-right .product_title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: var(--global-body-font-family);
  color: var(--global-palette3);
}
#product-info .product-right .rating {
  padding-bottom: 12px;
}
#product-info .product-right .rating .fa-stack {
  width: 14px;
}
#product-info .product-right .rating .fa-stack i {
  font-size: 12px;
}

#product-info .product-right .price {
  font-size: 18px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px;
}
#product-info .product-right .price .price-tax {
  margin: 5px 0 20px 0;
}
#product-info .product-right .meta li {
  padding: 3px 0;
  font-size: 15px;
  color: var(--global-palette3);
}
#product-info .product-right .meta li strong {
  font-weight: 600;
}
#product-info .product-right #product h5 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
  font-family: var(--global-body-font-family);
}
#product-info .product-right #product .qty {
  margin: 20px 0;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus {
  border: 1px solid var(--border-color);
  margin: 0 10px 0 0;
  width: auto;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  background: var(--global-palette7);
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number {
  min-width: 30px;
  margin: 0;
  border: 0;
  padding: 0;
  height: 42px;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  background: transparent;
  vertical-align: top;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number.btnminus {
  font-size: 26px;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number.btnminus::before {
  content: "−";
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number.btnplus {
  font-size: 20px;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number.btnplus::before {
  content: "+";
}
#product-info .product-right #product .qty .op-box.qty-plus-minus #input-quantity {
  width: 36px;
  height: 42px;
  padding: 8px;
  text-align: center;
  border: none;
  margin: 0px;
  display: inline;
  background-color: transparent;
}
#product-info .product-right #product #form-product .form-label {
  font-size: 14px;
  font-weight: 500;
}
#product-info .product-right #product #form-product .radio.form-check {
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
}
#form-review input.form-check-input {
  border: none;
}
#product-info .form-check-input {
  width: 32px;
  height: 32px;
  appearance: none;
  border: 2px solid #dee2e6;
  transition: all 0.2s ease-in-out;
  padding: 0px;
  position: absolute;
  margin: 0px;
  background: none;
  cursor: pointer;
}
#product-info .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow:none;
}
#product-info .form-check .form-check-input {
  float: left;
  margin-left: -1px;
}
#product-info .form-check .form-check-input {
  margin-top: -1px;
}
#product-info .form-check-input:checked {
  background-color: transparent;
  border-color: #000000;
}
#product-info .product-right #product #form-product .radio img.img-thumbnail {
  border-radius: 50%;
  width: 30px;
  padding: 2px;
}
#product-info .product-right #product #form-product .radio img.img-thumbnail:active, #product-info .product-right #product #form-product .radio img.img-thumbnail:focus {
  border-color: red;
}
#product-info .product-right .wishlist_compare_btn .btn {
  background: transparent;
  padding: 0;
  color: var(--global-palette3);
  -webkit-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product-info .product-right .wishlist_compare_btn .btn::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  float: left;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-color: var(--global-palette3);
}
#product-info .product-right .wishlist_compare_btn .btn:hover::before {
  background-color: var(--global-palette2);
}
#product-info .product-right .wishlist_compare_btn .btn.wishlist {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--border-color);
}
#product-info .product-right .wishlist_compare_btn .btn.wishlist::before {
  -webkit-mask-image: url(../image/wishlist.svg);
          mask-image: url(../image/wishlist.svg);
}
#product-info .product-right .wishlist_compare_btn .btn.compare::before {
  -webkit-mask-image: url(../image/compare.svg);
          mask-image: url(../image/compare.svg);
}
#product-info .product-right .wishlist_compare_btn .btn:hover {
  color: var(--global-palette2);
}
#product-info .product_page_tab {
  margin: 70px 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 1px;
}
#product-manufacturer h1 {
  margin-bottom: 14px;
}
#product-manufacturer p {
  color: var(--global-palette6);
}
#product-manufacturer p strong {
  font-weight: 500;
}
#product-manufacturer .manufacturer-list {
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
  padding: 5px;
}
#product-manufacturer .manufacturer-list .heading {
  background: var(--global-palette7);
  margin-bottom: 6px;
  padding: 5px 8px;
}
#product-manufacturer .manufacturer-list .content {
  padding: 10px;
}
#product-manufacturer .manufacturer-list .content .row {
  gap: 5px;
}
#product-manufacturer .manufacturer-list .content .row a {
  color: var(--global-palette4);
}
#product-manufacturer .manufacturer-list .content .row a:hover {
  color: var(--global-palette3);
}

#information-information h1 {
  margin-bottom: 35px;
  display: none;
}

#information-information .emocia {
  color: #2a1000;
  font-size: 40px;
  margin-bottom: 10px;
  font-style: normal !important;
}

#information-information #content {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0px;
/*  border: 1px solid var(--border-color);*/
  min-height: 0;
}
#information-information #content .aboutus {
  clear: both;
  margin-bottom: 30px;
}
#information-information #content .aboutus h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#information-information #content .aboutus:last-child {
  margin-bottom: 0;
}

#account-account #content h2 {
  margin-bottom: 12px;
    color: #2a1000;
}
#account-account #content ul.list-unstyled {
  margin-bottom: 25px;
}

#account-address #content h1 {
  margin-bottom: 20px;
}
#account-address #address table td {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px;
}
#account-address #address table td br {
  margin: 10px 0;
}

#account-newsletter #form-newsletter .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#account-newsletter #form-newsletter .row .col-form-label {
  width: auto;
}
#account-newsletter #form-newsletter .row .form-check {
  min-height: unset;
  line-height: 0;
}
#account-newsletter #form-newsletter .row .form-check #input-newsletter {
  margin-top: 0;
}

#accordion .accordion-item .accordion-header .accordion-button:focus, #accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--global-palette7);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*********************Contact us page css********************/
#information-contact .card {
  float: left;
  width: 28%;
  margin-right: 30px;
  padding: 20px 20px;
  position: relative;
  z-index: 8;
  border: 1px solid var(--border-color);
}
#form-contact fieldset {
  border: 1px solid var(--border-color);
  padding: 20px;
}
#information-contact .col-sm-3 {
  width: 100%;
  float: left;
  padding-block: 15px;
  padding-inline: 0;
}
#information-contact .col-sm-3.map {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  padding-top: 0;
}
#information-contact .col-sm-3 img.img-thumbnail {
  border: 0;
  padding: 0;
}
#information-contact .col-sm-3 strong {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
legend {
  font-weight: 500;
  color: var(--global-palette1);
}
#information-contact .col-sm-3 address,
#information-contact .col-sm-3 p {
  color: var(--global-palette6);
}
#information-contact .text-end {
  float: right;
  width: auto;
  margin-top: 30px;
}

/******************Blog page css***********************/

.article-container .image ul.thumbnails {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.article-container .singblog-description.blog-text span.block-date {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.article-container h3.article-page-title,.article-container span p {
  float: left;
  width: 100%;
}
.blog-layout.product-list.blog-category.col-6 {
  width: 100%;
  margin-bottom: 30px;
}
h4.blog-title a {
  color: var(--global-palette3);
}
h4.blog-title {
  margin-top: 10px;
}
.blog-group a.blog-read {
  color: var(--global-palette3);
  background-color: var(--global-palette7);
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  border-radius: 0;
  padding: 9px 22px;
  float: left;
  width: auto;
}
.blog-group a.blog-read:hover {
  color: var(--global-palette9);
  background-color: var(--global-palette3);
}
/*---comment list css---*/
#content-blogs .commentlist ul {
  padding: 0;
  margin-bottom: 30px;
}
#content-blogs .comment-text {
  margin-bottom: 20px;
}
#content-blogs li.comment-item.clearfix {
  list-style: none;
  border: 1px solid #dddddd;
  padding: 20px;
}


/*******************Back to top button css*****************/
.top_button {
  bottom: 20px;
  cursor: pointer;
  height: 38px;
  padding: 0px 8px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 38px;
  z-index: 99;
  font-size: 0px;
  background: var(--global-palette2);
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  border-radius: 50%;
}
.top_button:hover {
    background-color: var(--global-palette1);
    color: #fff;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.top_button:hover:before{
	color: #fff;
}
.top_button::before {
  color:var(--global-palette9);
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
.top_button:after {
  bottom: 0;
  height: 37px;
  opacity: 1;
  right: 0;
  content: "";
  position: absolute;
  width: 37px;
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0px;
}

/******************header cart popup css********************************/
#header #header-cart .dropdown-menu {
  background-color: var(--global-palette9);
  padding: 10px;
  width: 400px;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  height: 100%;
  position: fixed !important;
  inset: 0px 0 auto auto !important;
  transition: transform 0.3s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#header #header-cart .dropdown-menu-end {
  transform: translateX(100%) !important;
  display: flex;
}
#header #header-cart ul.dropdown-menu.dropdown-menu-end.show {
  -webkit-transform: none !important;
  transform: none !important;
  /* display: block; */
}
#header #header-cart .dropdown-menu li {
  min-width: 100%;
  font-size: 14px;
  /* position: relative; */
}
#header #header-cart .dropdown-menu .cart-details {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header #header-cart .dropdown-menu .total-wrapper .table {
    margin-top: 10px;
}
#header #header-cart .dropdown-menu .cart-details .table tr {
  border: 0;
  float: left;
  font-size: 13px;
  width: 100%;
  padding: 0 0px 10px;
  overflow: hidden;
}
#header #header-cart .cart-button.offer-btn {
    width: 100%;
}
#header #header-cart .dropdown-menu .total-wrapper .table tr td {
    text-align: left !important;
}
#header #header-cart .dropdown-menu .total-wrapper .table tr td:last-child {
    text-align: right !important;
}
#header #header-cart .dropdown-menu .cart-details .table tbody {
   margin: 0;
  width: 100%;
  float: left;
  overflow-y: auto;
  padding: 0; 
}
#header #header-cart .cart-close {
  background-image: url(../image/cart-close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#cart-text {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.cart-header #btnHinge {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.cart-table tbody {
  overflow-y: auto;
  top: 10px;
  bottom: -160px;
  left: 0;
  right: 0;
  position: absolute;
}
/***************product extended description**************************/

#product-info .tab-content {
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: var(--global-border-radius);
  float: left;
  width: 100%;
}
.product_page_tab .producttabdescription {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.product_page_tab .tab-desc h3 {
  font-weight: 600;
}
.product_page_tab .tab-desc h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

/***************pribeh**************************/

/* Zjednotený kontajner pre info stránky */
.letter-story-container {
    font-family: 'Georgia', serif;
    color: #4a2209 !important;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

/* Počiatočný stav - skryté a posunuté (pripravené na animáciu) */
.story-section, .step-section, .intro-section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 80px;
    will-change: opacity, transform;
}

/* Stav po aktivácii (keď užívateľ príde k sekcii) */
.story-section.active, .step-section.active, .intro-section.active {
    opacity: 1;
    transform: translateY(0);
}

/* Typografia - jemnejšie písmo */
.story-headline {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    margin-bottom: 20px;
    color: #2a1000 !important;
    font-weight: 300; /* Jemnejšie písmo podľa vašej požiadavky */
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}

.story-subheadline, .intro-text {
    font-style: italic;
    font-size: 1.5rem;
    color: #2a1000;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
    font-weight: 300;
}

/* Detaily */
.step-number {
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c5a982;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}

.highlight-gold {
    color: #c5a982 !important;
    font-weight: bold;
}

.divider {
    width: 60px;
    height: 1px;
    background-color: #c5a982 !important;
    margin: 40px auto;
    opacity: 0.6;
    border: none;
}

/* Tlačidlo */
.letter-story-container .btn-primary, #button-cart {
    background-color: var(--global-palette-btn-bg);
    border: none !important;
    font-family: 'Georgia', serif !important;
    padding: 18px 40px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--global-palette-btn);
    transition: background 0.3s;
    border-radius: 30px !important;
    margin-top: 20px;
    display: inline-block;
}

.letter-story-container .btn-primary:hover, #button-cart:hover {
    background-color: var(--global-palette-btn-bg-hover);
    color: var(--global-palette-btn-hover);
}

/* Pozadie */
    
/* 1. Definujeme základnú farbu podkladu pre celú stránku */
/*
body:has(.emotion-page-container) {
    background-color: #ffffff !important;
    position: relative;
}
*/

/* 2. Vytvoríme vrstvu papiera, ktorá sa zobrazí LEN pod hlavným obsahom */
/*body:has(.emotion-page-container) #content::before {*/
/*
body #content::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../../../image/catalog/background-paper-pattern/emocia-pozadie.jpg');
    background-repeat: repeat;
    opacity: 0.5; 
    z-index: -1;
    pointer-events: none;
}
*/

/*
.header_middle, main {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../../../image/catalog/background-paper-pattern/emocia-pozadie.jpg');
    background-repeat: repeat;
    opacity: 1.0; 
    z-index: -1;
}
*/


/*
body:has(.emotion-page-container) header, 
body:has(.emotion-page-container) nav,
body:has(.emotion-page-container) .top-bar,
body:has(.emotion-page-container) #top {
    background: #ffffff !important;
    position: relative;
    z-index: 99; 
}


body:has(.emotion-page-container) footer {
    background: #ffffff !important;
    position: relative;
    z-index: 99;
}


body:has(.emotion-page-container) #content,
body:has(.emotion-page-container) .container,
body:has(.emotion-page-container) #product-category, 
body:has(.emotion-page-container) #information-information {
    background: transparent !important;
    border: none !important;
}
*/



/*######################### Newsletter Footer */
/* Newsletter úprava */
.newsletter-form .text-email {
    font-family: 'Georgia', serif;
    font-style: italic;
    background-color: #fdfaf7 !important; /* Jemná krémová */
    border: 1px solid #e5e5e5 !important;
    height: 54px;
}

.newsletter-form .text-email:focus {
    border-color: #c5a982 !important; /* Zlatistá pri písaní */
    color: #000;
    box-shadow: none;
}

.newsletter-form .subscribe-btn {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px !important;
    background-color: #2a1000 !important;
    font-size: 0.9rem !important;
    line-height: 1;
}

.newsletter-form .subscribe-btn:hover {
    background-color: #c5a982 !important;
}

/* Mobilná úprava */
@media (max-width: 576px) {
    .newsletter-form .input-group {
        display: flex;
        flex-direction: column;
    }
    .newsletter-form .text-email {
        border-radius: 5px !important;
        margin-bottom: 10px;
    }
    .newsletter-form .subscribe-btn {
        border-radius: 5px !important;
        width: 100%;
    }
}