@import url('https://fonts.googleapis.com/css2?family=Bitcount+Prop+Single:wght@100..900&family=Great+Vibes&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'ts_blockbold';
    src: url('../fonts/ts_block_bold-webfont.woff2') format('woff2'),
         url('../fonts/ts_block_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Fix Products List Grid */
@media (max-width: 990px) {
  ul.product_list.grid li:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 991px) and (max-width: 1366px) {
    ul.product_list.grid li:nth-child(3n+1) {
      clear: left;
    }
}
@media (min-width: 1367px) {
    ul.product_list.grid li:nth-child(4n+1) {
      clear: left;
    }
}

/*
 * Checkout Page
 */
#checkout section.checkout-step .forgot-password a,
#checkout a[data-target="#cart-summary-product-list"],
#checkout .block-promo .promo-code-button {
  color: #c46888; }
#checkout section.checkout-step .forgot-password a:hover,
#checkout a[data-target="#cart-summary-product-list"]:hover,
#checkout .block-promo .promo-code-button:hover {
  color: #a92351; }

/* Custom Terms in Checkout */
div#conditions_notice {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* Size Chart Module */
a.fancybox-sizechart {
  text-transform: lowercase;
  color: #777;
}
a.fancybox-sizechart:hover {
  color: #eaa0b9;
}


/* Sticky menu */
#header > .header-top .menu ul > li:hover .sub-menu{
  max-height: calc(-70px + 100vh);
  overflow-y: auto;
}
#header > .header-top .menu ul > li:hover .sub-menu::-webkit-scrollbar{
  width: 2px;
}
#header > .header-top .menu ul > li:hover .sub-menu {
  scrollbar-width: thin;
  scrollbar-color: #90A4AE #CFD8DC;
}
#header > .header-top .menu ul > li:hover .sub-menu::-webkit-scrollbar-track {
  background: #CFD8DC;
}
#header > .header-top .menu ul > li:hover .sub-menu::-webkit-scrollbar-thumb {
  background-color: #90A4AE ;
  border-radius: 6px;
  border: 3px solid #e9adcb;
}


/* Checkout Authentication */
#checkout #checkout-personal-information-step .nav-item .nav-link.active {
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
  padding: 10px;
}

/*FIX RESPONSIVE HOME*/
main {
    max-width: 100%;
    overflow-x: hidden;
}


/* Module FAQs */
#module-faqs-display #search_faqs_container {
  background-color: #e9adcb;
  margin-top: 14px;
}

#module-faqs-display #faqs-link-contact {
  color: #555;
  font-size: 13px;
  margin-top: 75px;
}
#module-faqs-display #faqs-link-contact a { 
  color: #e9adcb!important;
  font-weight: bold;
}

/* Password Restore - Cart */
@media(max-width: 500px) {
  body#checkout section.checkout-step .forgot-password {
    margin-left: 0px;
    text-align: right;
  }
}
@media(max-width: 400px) {
  body#checkout section.checkout-step  .nav-inline .nav-item+.nav-item, .nav-inline .nav-link+.nav-link {
    margin-left: 0px;
  }
}

.marquee_js {
  overflow: hidden;
  background-color: #000;
  color: #FFF;
  margin-top: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: -12px;
  margin-right: -12px;
  font-family: 'ts_blockbold';
  letter-spacing: 3px;
  font-size: 15px;
}

.htmlblocktwo{
  text-align: center;
}

.htmlblocktwo img{
  max-width: 100%;
}

#lnk-sale a, #lnk-black-friday a, #lnk-cyber a {
  color: #e9adcb!important;
  font-family: 'Great Vibes'!important;
  font-size: 28px!important;
  font-weight: 600!important;
  text-transform: none !important;
}

/*
 * Home Banners Zoom Effect
 */
.kreski {
  overflow: hidden;
}
.kreski img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.kreski:hover img {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

/* Fix Mobile App Get App Top Banner */
body.rg-get-app-banner #header .header-top {
  margin-top: 0px;
}
body.rg-get-app-banner #header .tlo_belka {
  height: 60px !important;
}
body.rg-get-app-banner #header .belka {
  margin-top: 55px;
}
body.rg-get-app-banner #header #mobile_top_menu_wrapper {
  margin-top: 61px;
}

.cart-content-btn .btn-primary,
.cart-detailed-actions .btn-primary,
.js-customer-form .btn-primary,
.promo-code .btn-primary,
#checkout-login-form .btn-primary,
.js-address-form .btn-primary,
.checkout-step .btn-primary,
#mywishlist .btn-primary,
#myprestacommentsBlock .btn-primary,
#id_new_comment_form .btn-primary,
.login-form .btn-primary{
  color: #FFF!important;
  background-color: #000!important;
}

#carousel .direction, #carousel-two .direction, #carousel-three .direction{
  display: none;
}

.login-icons .icon-user-login{
  margin: 12px 7px 0 8px;
  width: 27px;
}

#search_widget .icon-search-button{
  margin: 12px 7px 0 8px;
  width: 27px;
}
#search_widget .active .icon-search-button{
  display: none;
}

.cart-icons .icon-cart-button{
  margin: 12px 7px 0 8px;
  width: 27px;
}

.block-social li{
  background-color: #FFF;
}
.block-social li:hover{
  background-color: #FFF;
}
.facebook{
  background-image: url(/img/facebookicon.svg);
}
.youtube{
  background-image: url(/img/youtubeticon.svg);
}
.twitter{
  background-image: url(/img/twittericon.svg);
}
.rss{
  background-image: url(/img/tiktokicon.svg);
}
.pinterest{
  background-image: url(/img/pinteresticon.svg);
}
.instagram{
  background-image: url(/img/instagramicon.svg);
}
.tab-content, .product-features > dl.data-sheet dt, .product-features > dl.data-sheet dd{
  background: transparent!important;
  border: 0;
}

.product_name_mobile{
  display: none;
  text-align: left!important;
  padding-bottom: 0px !important;
}
.product_name_desktop{
  display: flex;
  text-align: left!important;
}

.carousel{
  margin-bottom: 35px;
}

@media (max-width: 769px) {
  #header .header-top{
    margin-top: 0;
  }
  .belka{
    position: absolute!important;
  }
  .belka.fixed_menu{
    position: fixed!important;
  }
  #search_widget .icon-search-button{
    margin: 4px 7px 0 8px;
  }
  #header .search-widget .search_button.active:before {
    margin-top: 3px;
  }
  .input-color:checked + span,
  .input-color:hover + span{
    border: 7px double #FFF;
    outline-style: none;
    padding-top: 0px;
    border-radius: 33px!important;
     }
  .input-color:checked + span.color_white,
  .input-color:hover + span.color_white{
    border: 7px double #000;
    outline-style: none;
    padding-top: 0px;
    border-radius: 33px!important;
     }

  .input-radio:checked + span,
  .input-radio:hover + span {
    border: 3px solid #000;
    outline-style: none;
    padding-top: 0px; }

  .color{
    border: 3px solid #FFF;
  }
  #product .product-information .product-prices{
    margin-top: 20px;
  }
  .product_name_mobile{
    display: block;
  }
  .product_name_desktop{
    display: none;
  }
  .carousel{
    margin-bottom: 3px;
  }

  #product .product-variants > .product-variants-item {
     max-width: 100%;
   }

  #product .product-variants > .product-variants-item #group_3 {
      width: 100%;
  }
}

@media (max-width: 890px) {
  .pagination .col-md-7-5 > span{
    position: relative!important;
    float: none!important;
    width: 100%;
  }
}

.pagination{
  border: 0;
}
.pagination .current a{
  color: #000;
}
.pagination .col-md-7-5{
  text-align: center;
  position: relative;
}

.pagination .col-md-7-5 > ul{
  display: inline-block;
  float: none;
}

.pagination .col-md-7-5 > span{
  display: inline-block;
  float: left;
  position: absolute;
  left: 0;
}

.pagination .current a, .pagination a:not(.disabled) {
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  line-height: 32px !important;
  background: #e9adcb;
  border-radius: 24px;
}

.pagination a.next i:before,
.pagination a.previous i:before{
  font-size: 25px;
  line-height: 32px;
}

.pagination .current a, .pagination a:not(.disabled):hover{
  background: #e1c2d2;
}

#product .linia_tytul{
  margin-bottom: 0;
}
#product .tytuly{
  line-height: 45px;
}
@media (max-width: 543px){
  #product .tytuly{
    line-height: 20px;
  }
}

@media only screen and (min-width: 600px) {
  #chatbase-bubble-window {
    bottom: 125px !important; /* Mantén el margen inferior */
    max-height: calc(100vh - 125px - 20px) !important; /* Resta también 20px desde el límite superior */
    top: 20px !important; /* Separa 20px del borde superior */
    overflow-y: auto !important; /* Permite scroll si el contenido excede el espacio */
  }
}

#chatbase-bubble-button {
    bottom: 65px !important;
}

#chatbase-message-bubbles {
    bottom: 118px !important;
}

.product-flags .new, .buttons-actions_align .view {
  display: none!important;
}
.block-contact {
  display: inline-block;
}

.block_newsletter form input {
  width: auto!important;
}
.block_newsletter form .input-wrapper input {
    width: 100%!important;
}

.products-selection .total-products {
  font-size: 13px;
}
.pagination span {
  font-size: 13px;
}
#content {
  font-size: 13px;
}

#product button.add-to-cart-buttons-products:before {
  content: none;
}
#product button.add-to-cart-buttons-products {
  background-color: #FFF;
  color: #000 !important;
  border: 1px solid #000;
  min-width: 67%;
}
#product .add-to-cart-buttons-products:focus {
  outline: none;
  color: #757575!important;
}
#product .add-to-cart-buttons-products:hover {
  color: #757575!important;
}