/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
::-webkit-scrollbar { width:0; height:0 }
::-webkit-scrollbar-thumb { background: transparent}
::-webkit-scrollbar-track { background-color: transparent}


 */
body {
  font-family: 'Figtree', sans-serif;
  background: #fff;
}

h1,h2,h3 {
  font-family: 'Figtree', sans-serif;
  font-weight:400!important;
  letter-spacing: -0.5px;
}
h2 {
  font-size: 40px;
}
.product-flag.discount {
  border-top-left-radius: 5px;
  padding: 5px 10px;
  background: #ff8303;
}
.elementor-products-tabs ul.nav-tabs{
 /* max-width: 1440px;*/
  margin: 0 auto 30px auto;
  padding: 0 15px;
}
.products-grid .product-miniature-layout-2 .product-description {
  padding:8px 0;
}
.product-miniature .h3.product-title a {
  font-family: 'Figtree', sans-serif;
  font-size:18px;
  font-weight: 300;
}
#product .product-lmage-large {
  padding:5px;
}
.list-short-padding-miniature {
  margin-bottom:15px!important;
}
@media(min-width:1200px) {
  /* #product #product-images-large .swiper-slide-active + div {
    transform: translate3d(-170px, 0px, 0px)!important;
    opacity:0.4!important;
  } */
}

/* #product #product-images-large .swiper-slide-prev {
  transform: translate3d(-520px, 0px, 0px)!important;
  opacity:0.4!important;
} */

#module-dpplaces-oddzialy .breadcrumb li:last-child span {
  text-transform: capitalize;
}
#product #product-images-large .swiper-slide-prev .expander {
  opacity:0!important;
}
.view-switcher a.current i {
  color:#806633;
}
#header .header-nav .right-nav>div:after, #header .header-nav .left-nav>div:after {
  color:transparent!important;
}
.top-phone-header {
  font-weight: 700;
}
.top-phone-header img {
  margin-right:5px;
}
.block-links-inline ul>li:after {
  margin-left: 5px;

}
#header-user-btn, #ps-shoppingcart-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-grid .product-miniature-layout-2 .regular-price {
  display: inline-block;
  font-size: 13px;

  @media (max-width: 800px) {
    font-size: 12px;
  }
}
.ps-shoppingcart .cart-products-count-btn {
  position: absolute;
  top: 0;
  right: -9px;
  bottom: unset;
  padding: 1px 5px;
  font-size: 9px;
  line-height: unset;
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-width: 13px !important;
  height: 13px;
  width: 13px;
}
.continue-btn {
    border:0;
    background:#fff;
    box-shadow: 0px 0px 1px 1px #806633;
    padding:10px 25px;
    color:#181818;
    font-size:16px;
    font-weight: 400;
    border-radius:6px;
    display:block;
    margin:0;
    max-width: 200px;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.continue-btn:hover, .continue-btn:active, .continue-btn:focus {
  background:#806633;
  color:#fff;
}
#cart .cart-grid-right .cart-summary, #checkout .cart-grid-right .cart-summary {
  border-radius:10px;
  background:#F2F2F2;
  border:0;
  overflow: hidden;
  padding: 40px 49px;
}
#cart .cart-grid-right .block-iqitlinksmanager, #checkout .cart-grid-right .block-iqitlinksmanager {
  padding:10px 0 0 0;
}
#cart .cart-grid-right .block-iqitlinksmanager li a, #checkout .cart-grid-right .block-iqitlinksmanager li a {
  color:#6C6B6B;
  font-size:16px;
  line-height:24px;
  font-weight: 400;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#cart .cart-grid-right .block-iqitlinksmanager li a:hover, #checkout .cart-grid-right .block-iqitlinksmanager li a:hover {
  color:#F2EAD3;
}
#cart .cart-grid-right .block-iqitlinksmanager li a:hover:after, #checkout .cart-grid-right .block-iqitlinksmanager li a:hover:after {
    border-bottom: 1px solid #806633;
}
#cart .cart-grid-right .block-iqitlinksmanager li a:after, #checkout .cart-grid-right .block-iqitlinksmanager li a:after {
  content:'';
  display:block;
  margin-bottom:5px;
  border-bottom:1px solid #6C6B6B;
}
.product-miniature .thumbnail-container .add-to-cart {
  position: absolute;
  bottom: 8px;
  right: 8px;

  background: #f5ebd3;
  color: #403113;
  border-radius:8px;
  padding: 8px 12px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.product-miniature .thumbnail-container .add-to-cart:hover {
  border: 1px solid #806633;
  color:#fff;
}
.product-miniature .thumbnail-container .add-to-cart img.add_to_icon{
  filter:grayscale(1) brightness(0);
}
.product-miniature .thumbnail-container .add-to-cart:hover img.add_to_icon {
  filter:grayscale(1) brightness(3);
}
.product-miniature .thumbnail-container img.add_to_icon {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  padding:0;
}
.wishlist-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 5px 0 5px;
}
.wishlist-top  a.ctr-wishlist {
  position:relative;
}
.wishlist-top #iqitwishlist-nb {
  position: absolute;
  top: auto;
  right: -9px;
  bottom: -6px;
  padding: 1px 5px;
  background: #fec834;
  color: #181818;
  text-align: center;
  line-height: 15px;
  border-radius: 30px;
  min-width: 16px;
  height: 16px;
  font-size: 0.8rem;
}
#product h3.block-title {
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
  font-size:25px;
  line-height: 32px;
  display:inline-block;
  padding-bottom:3px;
  border-bottom:1px solid #806633;
  margin-top:32px;
}
#product .images-container , #product .images-container-bottom .product-cover{
  margin-bottom:0;
}
#product #main-product-wrapper h1.page-title {
  font-size:40px;
  font-weight: 100 !important;
  font-family: 'Figtree', sans-serif;
}
#product .product-features {
  display: flex;
  flex-wrap: wrap;
}
#product .product-features dl.data-sheet {
  flex-basis: 50%;
  max-width: 300px;
}
#product #product-infos-tabs a.nav-link {
  font-family: 'Figtree',sans-serif;
  font-size:25px;
  font-weight: 500 ;
}
#product .action-block-product_extra {
  display:flex;
  justify-content: space-around;
  align-items: center;
  /* margin-bottom:30px; */
}
#product .add .add-to-cart {
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  padding:10px 48px;
}
#product .product-add-to-cart .col-add-btn, #product .product-add-to-cart .col-add-qty {
  display: flex;
  justify-content: center;
  align-items: center;
}
#product .qty-lab {
  margin-right: 10px;
}
#product .btn-iqitwishlist-add, #product .btn-iqitcompare-add {
  padding:0;
  background: none;

  font-size:24px;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}
#product .btn-iqitwishlist-add:hover i, #product .btn-iqitwishlist-add:active i, #product .btn-iqitcompare-add:hover i, #product .btn-iqitcompare-add:active i {
  color:#52a2ae;
}
#product .special-header-information {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#product .action-block-product_extra {
border:#E3E3E3;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 6px;
  padding: 29px 44px;
  margin-bottom: 20px;
}
#product .shipping-top-info {
  font-size:16px;
  font-weight: 400;
  margin-top: 3px;
}
#product .shipping-top-info span {
  color:#181818;
  font-weight:600;
}
#product #product-availability {
  background: none;
  color:#181818;
  font-family: 'Figtree',sans-serif;
  font-size:16px;
  font-weight: 400;
  padding:0;
  margin-right:10px;
  text-align: right;
  margin-left:30px;
}
#product #product-availability .btn-avv {
  display:inline-block;
  width:10px;
  height: 10px;
  border-radius: 5px;
  background:green;
  margin-right: 5px;
  margin-left: 10px;
}
.avv-true {
  background:#46D943!important;
}
.avv-deprecated {
  background:orange!important;
}
.avv-false {
  background:red!important;
}
#authentication h1.page-title {
  display: inline-block;
  text-align: center;
}
#index #wrapper {
  padding-top:0!important;
}
#category h1.page-title {
  text-align: center;
  display: inline-block;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
}
.products-sort-nb-dropdown > a {
  background: none;
  border-bottom: 1px solid #181818;
  font-size: 16px;
  font-weight: 400;
  display:inline;
}
#module-ambjolisearch-jolisearch .products-sort-nb-dropdown > a  {
  border: 1px solid #181818!important;
}
#category .showing, #category .sort-title {
  font-size:16px;
}
.shipping-top-info-miniature {

  position: absolute;
  left: 10px;
  top: 11px;
  z-index:9;
  border-radius: 15px;
  background: #173B45;
  color:#fff;
  font-size: 12px;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;

}
.cbp-horizontal .cbp-tab-title:after {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.cbp-horizontal .cbp-tab-title:hover:after {
  display:block;
  position:absolute;
  bottom: -16px;
  content:'';
  background: #FFE8B9;
  height: 2px;
  width: 100%;
}
.checkout.cart-detailed-actions a {
  border-radius: 6px;
  font-size: 16px;
  padding: 10px;
}
.text-promo-bottom-blog {
  min-height:200px;
}
.wishlist-top img {
  margin-top:3px;
}
#iqitwishlist-nb {
  display:none;
}
.btn-std-mennica a {
  background: #806633;
  padding:10px 24px;
  border-radius:6px;
  font-size:16px;
  color:#fff;
  display:inline-block;
  height:auto;
}

.count-number {
  font: normal normal normal 52px/48px Figtree;
  color: #F3EFE9;
  opacity: 0.9;
  font-weight: 400;
  text-align: center;
}
.count-number:after {
  content: '';
  display: block;
  bottom: 0;
  border: 1px solid #806633;
  max-width: 78px;
  margin: 30px auto 0 auto;
}
.count-number span {
  font-weight: 300;
  font-size: 40px;
  margin-left: 10px;
}
.cont-title {
  font: normal normal normal 22px/32px Figtree;
  letter-spacing: 0px;
  color: #F3EFE9;
  opacity: 0.9;
  text-align: center;
}

.discount-title {
  font-size: 16px;
  font-weight: 300;
  font-family: "Figtree", Sans-serif;
  color:#181818;
  margin-bottom:15px;
}
.discount-line-info {
  margin-bottom: 5px;
  font-size: 16px;
}
#iqitproductsnav {
  display:none!important;
}
ul.product-flags {
  display:none!important;
}

@media(min-width:1280px) {
  #category #left-column {
    padding-top:29px;
  }
  #cart .cart-grid-right, #checkout .cart-grid-right {
    padding-left:70px;
  }
  #cart #wrapper {
    min-height: 750px;
  }
}

/* --- email alert --- */
#email_alert_availabe_btn {
  cursor:pointer;
}
.email_alert_availabe_form {
  display:flex;
  opacity:0;
  overflow: hidden;
  height:0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.email_alert_availabe_form input[type="submit"] {
  width:100%;
  background:#806633;
  color:#fff;
}
.show-form .email_alert_availabe_form {
  opacity:1;
  height:auto;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#email_alert_availabe_btn {
  font-size: 13px;
}
#email_alert_availabe_btn i {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.show-form #email_alert_availabe_btn i {
  transform:rotate(180deg);
}
.show-form #email_alert_availabe_btn {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.show-form .alert-info {
  width:calc(100% - 0.5rem);
  margin:5px 0;
  display:block;
}
.js-mailalert-form-action {
  padding: 3px 0px;
  margin-bottom:30px;
}

/* -- cart -- */
#cart h3.title_up {
  font-size:25px;
  font-weight: 300;
  margin-bottom:30px;
}
#checkout h3.title_up {
  font-size:25px;
  font-weight: 300;
  margin-bottom:15px;
}
#cart .cart-detailed-subtotals {
  display: flex;
}
#cart .cart-detailed-subtotals > div:last-child {
  margin-left:30px;
}
#cart .cart-summary .label, #checkout .cart-summary .label {
  font-size: 16px;
  font-weight: 400;
  color: #909090;
  display: block;
  text-align: left;
  padding-bottom: 5px;
}
#cart .cart-summary-line .value, #checkout .cart-summary-line .value {
  display:block;
  float:none;
  text-align: left;
  padding-bottom: 10px;
  font-weight: 300;
  font-size:20px;
}
#cart .cart-total .value, #checkout .cart-total .value {
  font-size:28px;
}
#cart input[name="discount_name"], #checkout input[name="discount_name"] {
  border:none;
  border-bottom: 1px solid #ddd;
  background:none;
}
#cart .voucher-icon, #checkout .voucher-icon {
  margin-top:-5px;
  padding-right: 7px;
}
#cart #promo-code button[type="submit"], #checkout #promo-code button[type="submit"] {
  border-radius:6px;
}
#checkout .card-block {
  padding: 10px 0;
  display: flex;
}
#checkout .card-block > div:last-child {
  margin-left:30px;
}
#checkout .cart-total, #checkout .cart-total .value {
  padding-bottom:0;
  margin-bottom:0;
}
#checkout button[type="submit"] {
  border-radius:6px;
}
.input-group-append button {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border:1px solid #E4E4E4;
}
#checkout .promo-code button, #cart .promo-code button {
  background: #806633;
  border-color:#806633;
  color: #ffffff;
}
#product .product-description h1, #product .iqitadditionaltab h1 {
  font-size:22px!important;
  font-weight: 400!important;
}

#product .product-description h2, #product .iqitadditionaltab h2 {
  font-size:20px!important;
  font-weight: 400!important;
}

#product .product-description h3, #product .iqitadditionaltab h3 {
  font-size:18px!important;
  font-weight: 400!important;
}

#product .product-description h4, #product .iqitadditionaltab h4 {
  font-size:16px!important;
  font-weight: 400!important;
}

#product .product-description h5, #product .iqitadditionaltab h5 {
  font-size:16px!important;
  font-weight: 400!important;
}

/* ---- Blog ---- */
#module-ph_simpleblog-single .page-header .overlay-bg {
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,24,0.7);
}
#module-ph_simpleblog-category .page-header .overlay-bg {
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,24,0.7);
}
#module-ph_simpleblog-single #wrapper .breadcrumb, #module-ph_simpleblog-category #wrapper .breadcrumb {
  background: none;
  padding-top: 11px;
  padding-bottom: 30px;
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #fff!important;
}
#module-ph_simpleblog-single #wrapper .breadcrumb a, #module-ph_simpleblog-category #wrapper .breadcrumb a, #module-ph_simpleblog-single #wrapper .breadcrumb li:after, #module-ph_simpleblog-category #wrapper .breadcrumb li:after {
  color: #fff!important;
}
#module-ph_simpleblog-single #wrapper .breadcrumb li:last-child, #module-ph_simpleblog-category #wrapper .breadcrumb li:last-child {
  /* text-transform: lowercase; */
}
#module-ph_simpleblog-single .simpleblog__post {
  margin-top:40px;
}
#module-ph_simpleblog-single .simpleblog__post h2 {
  /* font-size:22px; */
}
#module-ph_simpleblog-single .simpleblog__post .blog-item_sub h2 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 600!important;
}
#module-ph_simpleblog-single .simpleblog__post .blog-item_sub .blog_image {
  /* display:none!important; */
  margin: 15px 0;
  width:100%;
  max-width: 100%;
}
#module-ph_simpleblog-single .simpleblog__post h3 {
  font-size:19px;
}
#module-ph_simpleblog-single .simpleblog__post h4 {
  font-size:17px;
}
#module-ph_simpleblog-single .header-top-blog,  #module-ph_simpleblog-category .header-top-blog {
  position: absolute;
  left:0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom:10px solid #806633;
}
#module-ph_simpleblog-single .header-top-blog h1 {
  /* text-transform: lowercase; */
  font-family: 'Work Sans', sans-serif;
  color:#fff;
  max-width: 900px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3em;
}
#module-ph_simpleblog-category .header-top-blog h1 {
  text-transform: lowercase;
  font-family: 'Work Sans', sans-serif;
  color:#fff;
  max-width: 900px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3em;
}
#module-ph_simpleblog-category .header-top-blog h1::first-letter {
  text-transform: uppercase!important;
}
#module-ph_simpleblog-single .header-top-blog h1:first-letter {
  /* text-transform: uppercase; */
}
#module-ph_simpleblog-single .simpleblog__post__content .rte-content {
  font-size: 16px;
  line-height: 24px;
}
#module-ph_simpleblog-single .header-top-blog hr {
  max-width: 400px;
}
#module-ph_simpleblog-single .btn-top-blog {
  z-index: 1;
  position: relative;
}
#module-ph_simpleblog-single .short_blog_desc {
  color: #fff;
  max-width: 900px;
  margin: 0;
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.2em;
}
#module-ph_simpleblog-single .page-header {
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  margin-top: -33px;
  position: relative;
}
#module-ph_simpleblog-category .page-header {
  min-height: 240px;
  background-position: center center;
  background-size: cover;
  margin-top: -40px;
  position: relative;
}
#module-ph_simpleblog-category #wrapper .breadcrumb  {
  padding-top:0;
  margin-top:15px;
}
#module-ph_simpleblog-single #back_to_category {
  width: 100%;
  max-width: 200px;
  padding: 5px;
  font-size: 13px;
  color: #fff;
  background: #806633;
  border-radius: 6px;
  border: 0;
  display: block;
  margin-top:-10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
#module-ph_simpleblog-single #back_to_category:hover {
  opacity:0.7;
}
.simpleblog__share li a {
  background:#E4E4E4;
  border:0;
  box-shadow: none;
  color:#000;
  font-size:13px;
}
#module-ph_simpleblog-single .simpleblog__post .simpleblog__share h2 {
  font-size:18px;
  margin-top:10px;
  margin-bottom: 15px!important;
}
.simpleblog__listing__pagination .page-list li a {
  padding:7px 15px;
}
.simpleblog__listing__pagination li {
  border:0!important;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
}
.simpleblog__listing__pagination li.current {
  border:0!important;
  border-radius: 5px;
  box-shadow: none;
  background:#806633;
  color:#fff;
}
.simpleblog__listing__pagination li.current a {
  color:#fff!important;
}
.simpleblog__listing__post__wrapper__footer {
  font-size: 16px;
  margin:0px 15px 10px 15px;
  padding:0;
  color:#181818;
}
.simpleblog__listing__post__wrapper__footer span {
  display: inline-block;
  margin:0 10px;
  font-size:14px;
  color:#ddd;
}
.simpleblog__listing__post__wrapper__content h3 {
  font-size:28px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom:10px;
  text-transform: none!important;
}
.simpleblog__listing__post__wrapper__content p {
  font-size: 16px;
  line-height: 1.3em;
}
footer .social-links i {
  color:#fff!important;
}
#module-ph_simpleblog-single #header-post-product {
  font-size:28px;
  font-weight: 300;
}
.simpleblog__featuredProducts {
  margin-top:30px;
}
.simpleblog__featuredProducts .product-description {
  margin-top:10px;
}
.simpleblog__featuredProducts .product-description .product-price-and-shipping {
  margin-top:5px;
}
.simpleblog__featuredProducts .js-product-miniature-wrapper {
  width: 100%;
  max-width: 340px;
  margin:0 0 20px 0;
  padding:0;
}
#submit-login, #customer-form button[type="submit"]  {
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 24px;
  margin-top: 30px;
  margin-bottom:15px;
}
form#login-form {
  padding:15px;
}
#authentication .login-form ul .alert {
  border-radius: 6px;
  margin: 0 30px 15px 30px;
}
#authentication .info_top_register  {
  margin:15px;
}
i.rq {
  color:#806633;
}

/* --- Addons --- */
.pd_15 {
  padding-left:15px;
  padding-right:15px;
}

#_desktop_blockcart-content .cart-buttons a {
  border-radius:6px;
  max-height: 50px;
  min-height: 50px;
}
#index .rslides {
  position:relative;
  overflow: hidden;
  max-height: 600px;
}
#checkout #delivery-addresses .address-item {
  border-radius: 6px;
}
#checkout #delivery-addresses .address-item hr {
  border-color: #fff!important;
}
#category .products-sort-order a.select-title, #search .products-sort-order a.select-title{
  border-bottom:1px solid #E4E4E4!important;
}
#category .category-description {
  /*
    padding-top: 30px;
    margin-top: 15px;
   max-height: 100px;*/
  overflow: hidden;
  transition: 1s height;
  -webkit-transition:1s height;
  -moz-transition: 1s height;
}
#category .show-all {
  max-height: 100%!important;
  transition: 0.5s height;
  -webkit-transition: 0.5s height;
  -moz-transition: 0.5s height;
}
b {
  font-weight: 700;
}
.show_more_cat_desc {
  display: block;
  text-align: right;
  cursor: pointer;
  font-weight: 700;
  color:#806633;
}
.show_promo_code_cart {
  cursor: pointer;
}
#promo-code form {
  display: none;
}
#footer .block-iqitlinksmanager .block-content {
  margin-bottom:30px;
}
.c_info span {
  font-size:13px!important;
}
.cbp-menu-column-inner ul {
  text-align: left;
  display: block;
}
.cbp-menu-column-inner li a:hover:after {
  display: block;
  position: absolute;
  bottom: -5px;
  content: '';
  background: #806633;
  height: 1px;
  width: 100%;
}
.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
  margin-right:30px;
}
.cbp-hrmenu .cbp-links.cbp-valinks-vertical li:last-child {
  margin-right: 0;
}
.cbp-menu-column-inner li a {
  font-weight: 300!important;
  text-align: center;
}
#pagenotfound .noprod {
  font-size:18px;
  font-weight: 500;
  margin-top:30px;
}
#pagenotfound #main #search_widget {
  max-width: 700px;
  margin: 0 auto;
}
#pagenotfound #main .page-header {
  margin-bottom:0;
  margin-top:100px;
}
#pagenotfound h1.page-title {
  text-align: center;
  display: inline-block;
}
.social-nav1 {
  margin-left:10px;
  font-size: 14px;
  display: none!important;
}
.block-promo .cart-voucher .promo-name .cart-summary-line {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: -15px;
  padding: 5px 5px 0 10px;
  background: #fff;
  border-radius: 6px;
}
.block-promo .cart-voucher .promo-name .cart-summary-line a {
  margin-right: 10px;
}
.block-promo .cart-voucher .promo-name .cart-summary-line span {
  padding-right: 10px;
}

#big_blog_footer .block_box {
  position: relative;
  overflow: hidden;
}

#big_small_footer .single_block_content img, #big_blog_footer .block_box img {
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}
#big_blog_footer .block_box.pocz img{
  border-bottom:10px solid #52A2AE;
  border-radius:8px;
}
#big_blog_footer .block_box.pocz .btn-post-1{
  background: #52A2AE;
  color:#fff;
}
#big_blog_footer .block_box.pocz #wiedza{
  margin-top:25px;
}

#big_blog_footer .block_box.pocz .right-link a{
  border-bottom:1px solid #52A2AE;
}

#big_blog_footer .block_box.zaawans img{
  border-bottom:10px solid #D5AC2C;
  border-radius:8px;
}
#big_blog_footer .block_box.zaawans .btn-post-1{
  background: #D5AC2C;
  color:#fff;
}

#big_blog_footer .block_box.zaawans .right-link a{
  border-bottom:1px solid #D5AC2C;
}
.img-responsive:hover, .image_blog img:hover{
  opacity:0.7;
}

#big_small_footer .single_block_content:hover img {
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  transform: scale(1.5);
}
#big_blog_footer .block_box:hover img {
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}
.promo-product {
  margin: 30px 0 10px 0;
}
.info-user-old-page {
  font-weight: 500;
  color:red;
  margin:0 30px 15px 30px;
  font-size:14px!important;
  line-height: 1.4em;
}
.info-user-old-page a {
  font-weight: 600;
  text-decoration: underline;
  font-size:14px!important;
  line-height: 1.4em;
}
#authentication .iqitsociallogin-checkout {
  margin:0 15px;
}
#authentication .iqitsociallogin-checkout .btn-iqitsociallogin{
  width: 100%;
  max-width:150px;
}
#_desktop_blockcart-content .cart-buttons a:last-child {
  line-height: 32px;
}
#checkout .js-customer-form .col-md-12 {
  padding:0;
}
#cart .crossselling-products .section-title {
  color:#181818;
}
#module-ph_simpleblog-single h2 {
  font-size:24px;
}
#blog-author {
  display: none!important;
}
#desktop_logo img {
  max-width: 210px;

}

/* ---- Style for category desc ang content page ---- */

#category .category-description h2, #cms .rte-content h2{
font-size: 32px;
margin-top: 32px;
}

#category .category-description h3, #cms .rte-content h3 {
font-size: 28px;
margin-top: 28px;
}

#category .category-description h4, #cms .rte-content h4 {
font-size: 24px;
margin-top: 24px;
}

#category .category-description h5, #cms .rte-content h5 {
font-size: 22px;
margin-top: 22px;
}

#category .category-description h6, #cms .rte-content h6 {
font-size: 20px;
margin-top: 20px;
}

#category .category-description a, #cms .rte-content a {
text-decoration: underline;
color: #e5aa01;
}
#category .category-description a:hover, #cms .rte-content a:hover {
text-decoration: none;
}

.return_to_home {
  display:block;
  margin:30px auto 0 auto;
  text-decoration: underline;
  font-size:14px;
  color:#181818;
}

.display_qty_prod {
  font-size: 13px;
  margin-bottom: 5px;
  font-family: "Figtree",Sans-serif;
}

/* ---- Mobiles ---- */
.products-grid .product-miniature-default .product-title {
 /* padding:10px 10px;*/
}
@media (min-width:768px) {
  .products-grid .product-miniature-default .product-title {
    /*min-height: 100px;
*/
  }
  .products-grid .product-miniature-default .product-title{
    min-height: 2.6rem;
  }
  .cart-content-btn {
    display:flex;
    justify-content: space-between;
  }
  .cart-content-btn button, .cart-content-btn a {
    width:49%;
    max-height: 50px;
    border-radius:6px;
    margin-top:0!important;
  }
  #blockcart-modal .modal-dialog .modal-content {
    border-radius:6px;
  }
  #blockcart-modal .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin:0;
  }
}

.places_desc img {
  width:100%;
  max-width: 100%;
  display: block;
}

@media (max-width:768px) {

  #product #main-product-wrapper h1.page-title {
    font-size: 32px;
  }
  #index .elementor-products-tabs li.nav-item a {
    line-height: 1.4em;
  }
  #index .elementor-products-tabs li.nav-item {
    margin-right: 1.5rem;
    display: inline-block;
    margin-bottom: 5px;
  }
  .col-mobile-logo img {
    max-width: 178px;
  }
  .simpleblog__featuredProducts .products {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .simpleblog__featuredProducts .js-product-miniature-wrapper {
    width:48%;
    max-width: 48%
  }
  #module-ph_simpleblog-single .short_blog_desc {
    font-size:16px;
    line-height: 1.6em;
    padding:10px 15px;
    text-align: left;
  }
  #module-ph_simpleblog-single .header-top-blog h1, #module-ph_simpleblog-category .header-top-blog h1 {
    font-size:24px;
    margin-top:100px;
    padding:10px 15px;
    text-align: left;
  }
  #module-ph_simpleblog-single .page-header .overlay-bg {
    background: rgba(24,24,24,0.85);
  }
  #module-ph_simpleblog-single .header-top-blog hr {
    max-width: 200px;
  }
  .simpleblog__postInfo ul li {
    text-align: left!important;
    width: 100%;
  }
  .simpleblog__share li a {
    font-size: 11px;
  }
  .header-nav .justify-content-between > div {
    width: 100%;
    text-align: center!important;
    padding-bottom: 15px;
  }
  .product-miniature .h3.product-title a {
    font-size:16px;

  }
  #product .product-features {
    flex-direction: column;
  }
  #product .action-block-product_extra {
    flex-direction: column;
  }
  h2.elementor-heading-title, h2.elementor-heading-title span {
    font-size: 26px;
    line-height: 1.2em;
  }
  .sk_section .count-number {
    font-size:40px;
    margin-top:50px;
  }
}

@media(max-width:991px) {
  .col-add-qty{
    max-width:25%;
    flex: 0 0 73%;
  }
  .col-add-btn{
    flex: 0 0 75%;
  }
  #big_small_footer .single_block_content .image_blog img {
    max-width: 1000px;
  }
  #big_blog_footer .block_box > div > p{
    font-size:14px;
  }

  #big_small_footer .single_block_content .image_blog img {
    max-width: 1000px;
    width: 500px;
    min-width: 100%;
    height: auto;
  }
}
#desktop-header-container .col-search {
 /* max-width: 243px!important;*/
}

@media(min-width:991px) and (max-width:1200px) {
  #desktop-header-container .col-search {
    max-width: 200px!important;
  }
  #index .count-number {
    font-size: 40px;
  }
  #product #main-product-wrapper h1.page-title {
    font-size: 30px;
  }
}

@media (max-width:600px) {
  .mobile_ruby_text{
    display:ruby-text !important;
    margin-top:10px;
  }
  #header .header-nav{
    padding-bottom: 0px;
    padding-top:0px;
  }
  #header .header-nav .right-nav > div > ul, #header .header-nav .left-nav > div > ul{
    display:inline-flex;
    width:400px;
  }
  .bajtnav li:last-child {
 padding-right:190px;
  }
  .swipper-top-posts .swiper-slide .sw-left img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: inherit!important;
    min-height: 100%!important;
  }
  .header-nav .justify-content-between > div{
    padding-bottom: 0px !important;
    width: auto !important;
  ;
  }
  #header .header-nav .right-nav > div:after, #header .header-nav .left-nav > div:after{
    display:inline !important;
  }
  .product-miniature .h3.product-title a {
    font-size:14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .shipping-top-info-miniature, .okazja_thumb {
    font-size:11px !important;
    border-radius: 5px !important;
    padding: 3px 10px !important;
  }
  #category h1.page-title {
    font-size: 22px;
    font-weight: 400 !important;
    line-height: 1.3em;
  }
  form#login-form {
    padding:15px 0;
  }
  .info-user-old-page {
    margin: 0 15px 15px 15px;
    font-size:14px!important;
    line-height: 1.4em;
  }
  .info-user-old-page a {
    font-size:14px!important;
    line-height: 1.4em;
    font-weight: 600;
  }
  #authentication .btn-iqitsociallogin {
    width: calc(100% - 30px);
    margin: 0 auto 15px auto!important;
  }
  .remember-pass {
    margin-top:10px;
    text-align: left!important;
  }
  #authentication .iqitsociallogin-checkout .btn-iqitsociallogin {
    max-width: 100%!important;
  }
  .modal-body .cart-content-btn a, .modal-body .cart-content-btn button {
    padding:10px;
    border-radius:6px;
  }
  #cart a.continue-btn {
    width:100%;
    max-width: 100%;
  }
  #cart .cart-grid-right .cart-summary, #checkout .cart-grid-right .cart-summary {
    padding:25px;
  }
  body#checkout section.checkout-step.-current .content {
    padding:25px 15px;
  }
  body#checkout #delivery-address .js-address-form .col-md-12 {
    padding-left:0;
    padding-right:0;
  }
  body#checkout .carriere-name-container {
    padding:0;
  }
  body#checkout section.checkout-step.-current .step-title, body#checkout section.checkout-step .step-title {
    font-size:20px;
  }
  #order-confirmation h1 {
    font-size:22px!important;
  }
  #order-confirmation dl {
    margin: 15px auto;
    justify-content: center;
  }
  #order-confirmation #registration-form h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2em;
    padding: 15px;
  }
  #order-confirmation .definition-list dl dd, #order-confirmation .definition-list dl dt {
    flex: 0 0 48%;
  }
}
.col-add-wishlist{
  position: absolute;
  right: 10px;
  top: 247px;
  z-index: 6;
}
.col-add-compare{
  position: absolute;
  right: 50px;
  top: 247px;
}


@media(max-width:768px) {
  .product-cover .expander > span{
    bottom:2.5rem !important;
  }
  .swiper-wrapper{
    gap:15px;
  }
  #iqitcompare-floating {
    position: fixed;
    bottom: 115px;
    background: #fff;
    z-index: 98;
    padding: 5px 2px;
    right: 15px;
    border-radius: 8px;
    border:1px solid #E3E3E3;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    padding: 10px;
  }
  .col-add-wishlist {
    position: relative;
    left: 68%;
    top: -107px;
    z-index: 6;
    margin-top:-4px;
    transform: translateY(0px);
  }
  .diamenty_margin .col-add-wishlist{
    top:-95px;
  }
  .add-to-cart{
    border-radius: 15px !important;
  }
  .col-add-compare {
    position: relative;
    left: 79%;
    top: -143px;
    z-index: 6;
    margin-top:-80px;
    transform:translateY(80px);

  }
  .belka_dol_produkt .col-add-wishlist{
    display:none;
  }
  .belka_dol_produkt .col-add-compare{
    display: none;
  }
  .desktop-show-h1 {
    display: none;
  }
  .mobile-show-h1 {
    display:block;
  }
  .ps-shoppingcart .cart-products-count-btn {
    position: absolute;
    right: 16px;
    top: 4px;
    padding: 0px 4px;
    line-height: unset;
    min-width: 13px !important;
    height: 18px;
    width: 16px;
    display: block !important;
  }
  .mobile-menu__column .mobile-menu__products-row{
    display: none;
  }
  .cbp-category-link-w{
    margin-bottom:5px !important;
  }
  .mobile-menu__column{
    margin-bottom:10px;
  }
}
@media(min-width:768px) {
  .desktop-show-h1 {
    display: block;
    margin-top:20px;
  }
  .mobile-show-h1 {
    display:none;
  }
  .ui-jolisearch.ui-menu {
    position: fixed;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 0px;
  }
  .col-search{
    padding:0 !important;
  }

}

@media (max-width:1200px) {
  #product .action-block-product_extra {
    flex-direction: column;
  }
}
@media (max-width:991px) {
  .col-add-wishlist {
   /* display:none!important;*/
  }
  .product_p_price_container{
    padding-top:20px;
  }
  #product .action-block-product_extra{
    align-items: flex-start;
  }
  #product .action-block-product_extra {
    border: #E3E3E3;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 6px;
    padding: 9px 23px;
    margin-bottom: 20px;
  }
  .col-add-compare {
   /* display:none!important;*/
  }
  #product #product-availability {
    margin-right: 25px;
    margin-left: 0;
  }
  #product .product_header_container {
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  #product .product-features dl.data-sheet {
    flex-basis: 100%;
    max-width: 100%;
  }
  #product .product-features > dl.data-sheet {
    margin-bottom:0px;
  }
  #product #main-product-wrapper h1.page-title {
    font-size: 26px;
  }
  #product-infos-tabs li a {
    padding:5px 0;
  }
}
.cbp-horizontal>ul>li>a{
padding-left:.5rem;
padding-right:.5rem
}

#index .elementor-element.elementor-element-ubsegmo .nav-tabs{
  text-align: right;
}

@media(max-width:768px) {
  #trustbadge-container-98e3dadd90eb493088abdc5597a70810{
    z-index: 12 !important;
  }
}

#module-iqitcompare-comparator .pack-product-name {
  min-height: 5rem;
  overflow: hidden;
}
.cbp-hrmenu .cbp-hrsub-inner{
  border:0px !important;
}
.cbp-hrsub{
  border:0px !important;
  margin-top:0px;
}
.elementor-element.elementor-element-2b0yurk .elementor-heading-title{
  color: #2D2D2D;
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

#wrapper{

}
.products-grid .product-miniature-layout-2 .product-description{

padding:10px 10px;
overflow: auto;
}

.product-miniature-grid .product-price{
  /*font-weight: bold;
  font-family: "Segoe UI", sans-serif;
 */
  font-size:19px;
  margin-top:20px;


  @media (max-width: 800px) {
    font-size: 15px;
    padding-top: 10px;
    margin-top: 0;
  }

}
.product-miniature-grid .product-price::before{
  border-top:2px solid #8C7344;
  width: 30px;
}

#index .elementor-element.elementor-element-ubsegmo .nav-tabs{

  text-align:right;
}

.products-grid .product-miniature-default{

 /* box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;

  */
}
.elementor-element.elementor-element-2b0yurk .elementor-heading-title{
  font-size: 30px !important;
  font-family: "Noto Sans", sans-serif;
  fomt-weight:400 !important;;
}
.elementor-button .elementor-button-text{
  color: #fff;
}
.elementor-element.elementor-element-x2k6k5t .elementor-button, .btn-std-mennica a{
  border-radius: 4px;
  text-align: center;
  background: #D5AC2C;
  color:#fff;
  font: normal normal bold 15px/26px Figtree;

  padding: 10px 40px;

}
.elementor-element.elementor-element-x2k6k5t .elementor-button:hover, .btn-std-mennica a:hover
{
  border-radius: 4px;
  border: 1px #A98E57 !important;
  background: #D5AC2C;
  color:#fff;
  box-shadow: 0px 0px 1.7px 1px #D5AC2C;
}
.product-information .social-sharing{
  display:none;
}
.elementor-image-carousel-wrapper{
  text-align: center;}

.payment-option-2-additional-information p{
  font-size:20px;
  color:red;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.2s ease-in-out left;
  -moz-transition: 0.2s ease-in-out left;
  -o-transition: 0.2s ease-in-out left;
  transition: 0.2s ease-in-out left;
}

#checkout-addresses-step  .address-footer{
  display:none !important;
}


.bajtnav {
  display: block;
  touch-action: pan-x;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.product-description::-webkit-scrollbar {
  display: none;
}

  /*
-webkit-box-shadow: inset 100px -4px 71px 59px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 100px -4px 71px 59px rgba(255, 255, 255, 1);
  box-shadow: inset 100px -4px 71px 59px rgba(255, 255, 255, 1);
}*/
.bajtnav li{
  display: inline-block;
}

@keyframes slideInFromLeft {
  0% {
    transform: translatex(calc( (200px + 20px) * -10));
  }
  100% {
    transform: translateX(0);
  }
}
.elementor-element.elementor-element-ubsegmo .swiper-arrows-above .swiper-button, .elementor-element.elementor-element-gryam5o .swiper-arrows-above .swiper-button{
  display: none;
}
.prod_list_bajt{
  text-align:right;
}
.prod_list_bajt li a{
font-size:13px;
  border-bottom: 2px solid #E1E1E1;
}
.prod_list_bajt li a.active{
 color: #D5AC2C !important;
  border-bottom:1px solid #D5AC2C;
}
.elementor-element-ubsegmo .swiper-slide, .elementor-element-gryam5o .swiper-slide {
  align-self: stretch;
  /* box-shadow:0px 0px 6px #00000029; */
  /* border-radius: 5px; */
  /* border: 1px solid #e1e1e1; */
  background: #fff;
  height:auto;
  padding: 0 10px;
}
/* .swiper-wrapper{
  gap:0px 10px;
} */
.product-price-and-shipping{
  margin-top:10px;
  padding-bottom: 10px;
}
.product-description{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 115px;
}
.product-description .marg_top_auto{
  margin-top:auto;
}

.elementor-element.elementor-element-d35wn4r > .elementor-container .elementor-heading-title{
  font: normal normal normal 25px/29px Figtree;
  letter-spacing: 0px;
  color: #F3EFE9;
  opacity: 0.9;
}

.elementor-element.elementor-element-vzz5uq0 .elementor-heading-title, .elementor-element.elementor-element-vzz5uq0 .elementor-heading-title a {
  text-align: center;
  font: normal normal normal 40px/48px Figtree !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
}
@media(max-width: 600px){

  .elementor-element.elementor-element-72i32mk{
    padding:0 0 0 0 !important;
  }
  .elementor-element.elementor-element-2b0yurk .elementor-heading-title{
    text-align: center;
  }
  .elementor-image-carousel > .swiper-pagination-bullets{
    margin-top:-50px;
    z-index: 2;
    position: relative;
  }
  .swiper-pagination-bullet{
    opacity:0.5;
    background: #fff;
    display:none;
  }
  .swiper-pagination-bullet-active
  {
    opacity:1;
  }
  .swiper-button-next, .swiper-button-prev{
    display:none;
  }
  #product-images-large .swiper-pagination-product{
    display: block !important;
  }
  #product-images-large .swiper-pagination-bullet{
    width:15px;
    height:15px;
  }

  h2.elementor-heading-title span{
    font: normal normal normal 25px/48px Figtree;
    letter-spacing: 0px;
    color: #fff !important;
    line-height: 25px;
    opacity: 0.9;
    margin-bottom:10px;
  }
  body #products .thumbnail-container, body .featured-products .thumbnail-container, body .product-accessories .thumbnail-container, body .product-miniature .thumbnail-container{
    /*min-height:170px !important;*/
  }



  h2.elementor-heading-title span, .elementor-element-72i32mk h2.elementor-heading-title span{
    font: normal normal normal 25px/48px Figtree !important;
    letter-spacing: 0px;
    color: #000000 !important;
    opacity: 0.9;
  }

  .swiper-container-wrapper .product-carousel{
    padding:0 0 !important;
  }
  .elementor-button .elementor-button-text {
    font: normal normal bold 15px/26px Figtree;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
  }
  h2.elementor-heading-title, h2.elementor-heading-title span{
    text-align: left;
    font: normal normal normal 30px/38px Figtree;
    letter-spacing: 0px;
    color: #F3EFE9;
    opacity: 0.9;
  }
  .elementor-column{
    padding:0 10px;
    text-align: left;
  }
  .elementor-element.elementor-element-d35wn4r > .elementor-container .elementor-heading-title, .elementor-element-72i32mk h2.elementor-heading-title{
    text-align: left;
    font: normal normal normal 20px/24px Figtree;
    letter-spacing: 0px;
    color: #F3EFE9;
    opacity: 0.9;
  }
  .elementor-element.elementor-element-iks91fs > .elementor-element-populated{
    padding:0 0 !important;
  }
  .elementor-element.elementor-element-mxrrvax .elementor-text-editor{
    text-align: left !important;
    font: normal normal bold 15px/24px Figtree;
    letter-spacing: 0px;
    color: #F3EFE9;
  }
  #big_blog_footer .block_box > div{
    padding: 0 0 !important;
  }
  #big_blog_footer .block_box{
    box-shadow: none !important;
  }
  .content_box .right-link{
    text-align: center !important;
  }

  .elementor-products-tabs ul.nav-tabs{
    margin:0 auto 5px auto !important;
  }
  .count-number{
    text-align: center;
    font: normal normal normal 30px/37px Figtree !important;
    letter-spacing: 0px;
    color: #F3EFE9;
    opacity: 0.9;
    margin-top:20px;
  }
  .coubt-title{
    text-align: center;
    font: normal normal normal 20px/25px Figtree !important;
    letter-spacing: 0px;
    color: #F3EFE9;
    opacity: 0.9;
  }
  #big_blog_footer, #big_small_footer{
    margin-top:0px;
  }
  .elementor-element.elementor-element-m7gv29o{
    margin-bottom:0px !important;
  }
}
.elementor-element-1g95xej{
  background: #F3EFE9;
}
.white_letters .elementor-heading-title span{
  color: #F3EFE9 !important;
  opacity: 0.9;
  font: normal normal normal 30px/38px Figtree !important;
}

.cbp-hrmenu .cbp-hrsub-inner > .row:last-child, .cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child{
  margin-bottom:10px;
}
.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link{
  font: normal normal medium 14px/22px Figtree !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.9;
  font-size:13px;
}
.cbp-hrmenu .cbp-menu-column{
  margin-top:5px;
}
#products .products-grid .product-miniature-default{
  /* box-shadow: 0px 0px 6px #00000029; */
  box-shadow: 0 0 3px rgba(0,0,0,0.16);
}
.product-desc-catalog{
  height: auto !important;
}
.elementor-widget-container .elementor-products-tabs{
  overflow:hidden;
}
#frontMap
{
  border-radius: 8px;
}

.elementor-element-ok4lws3 .elementor-image{
  text-align: left;
}
.elementor-element-ok4lws3 .elementor-image img{
  max-widht:83%;
}
@media(max-width:700px) {
  .twocols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.notavaliable{
  opacity: 0.3;
}
.margin-bottom-content{
  margin-top:50px;
}
.price_discounted{
  color:#DE1100;

}
.regular-price{
  padding-left:10px;
  color:#C3C3C3 !important;
}
.discout_txt{
  font-family: "Figtree";
  font-weight: 300;
  font-size:13px;
  color:#000;

  @media (max-width: 979px) {
    font-size: 10px;
  }
}
.okazja_thumb{
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 9;
  border-radius: 15px;
  background: #DE1100;
  color: #fff;
  font-size: 13px;
  display: flex
;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.dostepny_stacjonarnie{
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 9;
  border-radius: 15px;
  background: #31900E;
  color: #fff;
  font-size: 13px;
  display: flex
;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}


.price-countdown.badge-discount.discount {
  background: #DE1100;
}

#product-accessories-sidebar .product-miniature-small .product-description {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
#product-accessories-sidebar  .product-description{
  height:115px !important;
}
.roundedimg{
  border-radius: 5px;
}
.add-to-cart{
  background: #448660;
}
.js-product-add-to-cart{
  flex-grow:4
}
.js-product-add-to-cart .product-quantity{
  justify-content: center;
}

.countdown-time {
  font-size:17px;
  font-family: "Figtree";
  font-weight: normal;
  color:#fff;
  display:inline-block;

  @media (max-width: 979px) {
    font-size: 0.7rem;
  }
}
.product-infos-tabs .nav-tabs .nav-item{
  padding-right: 3.6rem;
}

#category {
  .category-description-top.col-12 {
    order: -1;
    position: relative;
    overflow: visible;
    margin-bottom: 1rem;
    padding-bottom: 20px;

    @media (max-width: 979px) {
      padding-bottom: 0;
      margin-bottom: 0.5rem;
    }

    &::before {
      content: '';
      position: absolute;
      left: calc(50% - 50vw);
      width: 100vw;
      z-index: -1;
      height: 100%;
      background: #F2F2F2;

      @media (max-width: 768px) {
        background: #FFF;
      }
    }
  }
  #wrapper {
    background: none;

    .breadcrumb {
      padding-top: 0;
      margin-top: -22px;
      background: #F2F2F2;

      @media (max-width: 768px) {
        background: #FFF;
      }

      .container .row .col ol {
        border-top: none;
      }
    }
  }
}

#product {
  .col-product-top {
    &::before {
      @media (min-width: 768px) {
        position: absolute;
        width: 100vw;
        content: '';
        background: #F2f2f2;
        height: 100%;
        left: calc(50% - 50vw);
      }
    }

    .col-product-top-left {
      padding: 0px 0;

      @media (max-width: 600px) {
        padding: 20px 0 0;
      }
    }
    .col-product-top-right {
      padding: 20px 0;

      @media (max-width: 979px) {
        padding: 0;
      }
    }

    @media (max-width: 768px) {
      margin-left: calc(50% - 50vw) !important;
      width: 100vw;
      margin-right: calc(50% - 50vw) !important;
      padding: 0;
    }
  }

  .col-product-wrapper {
    background: #fff;
    padding: 1rem;
    border-radius: 15px;

    @media (min-width: 1200px) {
      /*padding: 2rem 3rem;

       */
      padding:20px 25px;
      margin-top: 2rem;
      margin-top:25px;
    }
  }

  #main-product-wrapper {
    h1.page-title {
      font-size: 22px;

      @media (max-width: 600px) {
        margin-bottom: 0;
      }
    }
  }

  .action-block-product_extra {
    box-shadow: none;
    padding: 0;
    flex-wrap: wrap;
    justify-content: start;

    @media (max-width: 768px) {
      box-shadow: 0 0 3px rgba(0,0,0,0.16);
      padding: 10px;
      min-height:105x;
    }

    .product-add-to-cart {
      flex: 0 0 100%;
      max-width: 100%;

      .product-quantity {
        flex-wrap: nowrap;
        justify-content: start;
      }

      @media (max-width: 991px) {
        .col-add-qty {
          max-width: 30%;
        }
        .col-add-btn {
          flex: 0 0 70%;
        }
      }
    }

    .display_qty_prod {
      display: none;
    }

    .product_p_price_container .product-price {
      font-size: 20px;
    }
  }

  .product-discounts {
    display: none;
  }

  .product-features dl.data-sheet {
    flex-basis: 50%;
    max-width: none;
  }

  h3.block-title {
    font-size: 18px;
    border-bottom: none;
  }

  #product-accessories-sidebar {
    .product-miniature .thumbnail-container {
      margin-bottom: 10px;
    }
  }

  .ph-viewed-products > h2.viewed_title {
    font-size: 18px;
    margin-left: 15px;
    font-family: 'Work Sans', sans-serif;
  }

  .ph-viewed-products {
    @media (max-width: 600px) {
      max-width: 100vw;
      overflow: hidden;
    }
    @media (min-width: 979px) {
      max-width: 100vw;
    }
    @media (min-width: 1440px) {
      max-width: 1440px;
    }
    .swiper-slide {
      @media (max-width: 979px) {
        max-width: 70vw;
        min-width: 47vw;
      }
      @media (min-width: 979px) {
        min-width: 24vw;
      }
      @media (min-width: 1440px) {
        min-width: 355px;
      }
    }
  }

  .nav-tabs {
    box-shadow: 0 0 3px rgba(0,0,0,0.16);
    border-radius: 15px;
    justify-content: space-between;

    .nav-item {
      padding-left: 0;
      padding-right: 0;

      .nav-link {
        padding: 10px 50px;
        font-size: 18px !important;
        border-radius: 15px;
        color: #2D2D2D;
        font-weight: 400 !important;

        &.active, &:hover, &:focus {
          border-bottom: none;
          background: #F8F8F8;
        }
      }
    }
  }

  .belka_dol_produkt {
    .action-block-product_extra {
      flex-wrap: nowrap !important;

      .product_p_price_container {
        padding-top: 23px !important;
      }
    }
    .price-countdown-wrapper {
      display: none;
    }
  }

  .product-info-row {
    @media (max-width: 768px) {
      margin-bottom: 0.5rem !important;
    }
  }

  .product-actions {
    .header_parent_next {
      display: none;
    }
  }

  .st_paa_ul {
    display: block;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;

    &::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      border-radius: 15px;
    }

    &::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 15px;
    }

    &::-webkit-scrollbar-thumb {
      background: #2d2d2d;
      border-radius: 15px;
    }

    &::-webkit-scrollbar-thumb:hover {
      background: #2d2d2d;
      border-radius: 15px;
    }

    li {
      a.st_paa_pro {
        /*background: #2d2d2d;*/
        padding: 10px 0px;
        border-radius: 15px;
        color: #2d2d2d;
        white-space: nowrap;
        opacity: 1;
        transition: opacity .3s;

        &:hover {
          opacity: 0.8;
        }

        span {
          font-size: 14px;
          color: #2d2d2d;
        }

        .see_now {
          display: none;
        }
      }
.margin-top:10px;
    }
  }

  .product-description {
    iframe {
      border-radius: 15px;
    }
    p.MsoNormal span:has(iframe) {
      display: flex;
      justify-content: center;
    }
  }

  .product-accessories-wrapper {
    @media (min-width: 979px) {
      position: sticky;
      top: 50px;
    }
  }

  .ph-viewed-products {
    h4.section-title {
      display: none !important;
    }

    .ph-viewed-products.featured-products {
      margin-top: 15px;

      @media (max-width: 600px) {
        margin-top: 0;
      }
    }

    .block-section {
      margin-bottom: 0;
    }
  }

  .product-quantity .qty .input-group {
    border-radius: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

    input {
      border-radius: 0;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
    }
  }

  .add .add-to-cart {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media(min-width:1200px) {
  #product #product-images-large .swiper-slide-active + div {
   /* opacity:0.4!important;*/


    i.fa-expand {
      display: none !important;
    }
  }
.products-grid .product-miniature-default {
  margin-left:20px;
}
}

.products-grid .product-miniature-default {
  box-shadow: 0 0 3px rgba(0,0,0,0.16) !important;
  border-radius: 15px !important;

}

.products.swiper-container .swiper-slide:not(.swiper-slide-visible) .product-miniature {
 /* box-shadow: none !important;*/
}

.elementor-products-tabs ul.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start !important;

  .nav-item {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-weight: 400;
    padding: 5px 15px;
    border-bottom: 2px solid #E1E1E1;

    &.active {
      font-weight: 700;
      border-bottom: 2px solid #D5AC2C;
      color: #D5AC2C;
    }

    &:hover, &:focus {
      font-weight: 400;
      border-bottom: 2px solid #D5AC2C;
      color: #D5AC2C;
    }
  }

  @media (min-width: 979px) {
    justify-content: center !important;
  }

  &.prod_list_bajt {
    text-align: center;
  }
}

.js-product-miniature-wrapper {
  margin-bottom: 30px;
}

#main-product-wrapper {
  .discount {
    border-radius: 15px;
  }
}

#product {
  .swiper-slide {
    padding: 0 10px;
  }
}

.product-miniature-right {
  width: 100% !important;
}

a.btn.add-to-cart.zapytaj_o_cene_lista {
  background: #F2EAD3;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  color: #000;
  font-size: 13px;
  display: block;
}

#category {
  .active > .af-checkbox-label:before, .active > .af-radio-label:before{
    display: block;
  }
  .af-checkbox-label:after, .af-radio-label:after{
      display:block;
  }
  .af.checkbox, .af.radio{
      display:none !important;
  }
}

/* #header-user-btn {
  a.header-user-btn {
    img {
      width: 19px;
      height: 19px;
    }
  }
} */

#desktop-header {
  .row.no-gutters.justify-content-end {
    align-items: center;
    .col-header-menu {
      order: 0;
    }
    .col-search {
      order: 2;
      margin-top: 0;
    }
    #language_selector {
      order: 1;
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 0 30px;

      a.expand-more {
        span {
          color: #000;
          font-size: 10px;
          margin-left: 8px;

          &:before {
            content: '|';
            margin-right: 8px;
          }
        }
      }
    }
    #header-user-btn {
      order: 3;
    }
    .wishlist-top {
      order: 4;
    }
    #ps-shoppingcart-wrapper {
      order: 5;
    }
    .cbp-horizontal .cbp-tab-title {
      font-size: 16px;
      font-weight: 500;
    }
  }

  #search_widget {
    input {
      font-size: 14px;
      font-weight: 300;
      border-bottom: none;
    }
  }
}

#header {
  .header-nav {
    background: #22232B;
    background: linear-gradient(90deg, rgba(34, 35, 43, 1) 0%, rgba(59, 60, 70, 1) 100%);
  }
}

.pagination .page-list a, .pagination .page-list li {
  border-radius: 15px;
}

.product-miniature .thumbnail-container .add-to-cart {
  border-radius: 15px;
}

#category {
  .view-switcher {
    display: flex;
    justify-content: end;
    gap: 15px;

    .showing {
      order: -1;
      font-size: 13px;
    }
  }
  .products-sort-order {
    display: flex;
    align-items: center;
    gap: 10px;

    .fa.fa-sort {
      display: none;
    }
    .sort-title {
      font-size: 13px;
    }
    a.select-title {
      border-radius: 15px;

      .select-title-name {
        font-size: 13px;
        padding-bottom: 3px;
      }
    }
  }
}

#mobile-header {
  .row-mobile-header {
    .col-mobile-btn-menu {
      order: 1;
    }
    .col-mobile-btn-account {
      order: 2;

      img {
        width: 18px;
        height: 18px;
      }
    }
    .col-mobile-logo {
      order: 3;
      text-align: center;
    }
    .col-mobile-btn-search, #wishlist-btn-search {
      order: 4;

      img {
        width: 18px;
        height: 18px;
      }
    }
    .col-mobile-btn-cart {
      order: 5;

      img {
        width: 18px;
        height: 18px;
      }
    }
  }

  .m-nav-btn {
    &.js-m-nav-btn-menu {
      padding-top: 10px;
    }
  }
}

@media (max-width: 979px) {
  #wrapper {
    .breadcrumb {
      padding-top: 0;
      padding-bottom: 0;
      ol {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        border-top: none;
        padding-top: 0;

        li {
          white-space: nowrap;
        }
      }
    }
  }
}

.cbp-hrmenu .cbp-show {
  max-width: unset;
  background: #FFF;
}
.cbp-hrmenu .cbp-products-big * {
  text-align: left;
}
.cbp-hrmenu  .cbp-menu-column-inner .cbp-column-title, .cbp-hrmenu  .cbp-menu-column-inner a.cbp-column-title:link {
  font-size: 14px;
  font-weight: 400;

  &:hover {
    color: #D5AC2C !important;
    font-weight: 700;
  }
}

@media (max-width: 800px) {
  .swiper-slide .product-price-and-shipping .product-price {
    font-size: 14px !important;
  }
  .swiper-slide .product-price-and-shipping .regular-price {
    font-size: 12px !important;
  }
  #header .header-nav {
    max-width: 100vw;
    overflow: hidden;
  }
  #product-infos-accordion-mobile {
    margin-bottom: 10px;
  }
  html {
    overflow-x: hidden;
  }
}

.discount {
  background: #DE1100;
}


#category {
  .new_cat_desc {
    display: grid;
    grid-template-columns: 1fr 2fr;

    @media (max-width: 979px) {
      grid-template-columns: 1fr;
    }
  }

  .new_cat_desc__right {
      display: flex;
      align-items: center;
  }

  .new_cat_desc__right > div {
      display: grid;
      grid-auto-flow: column;
      align-items: center;
      background: #FFF;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;

      @media (max-width: 979px) {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        padding: 5px;
        max-width: calc(100vw - 30px);
      }

      @media (min-width: 1440px) {
        position: relative;

        &::after {
          background-color: #FFF;
          width: 30vw;
          content: '';
          position: absolute;
          z-index: 0;
          top: 0;
          height: 100%;
          left: 100%;
        }
      }
  }

  .new_cat_desc__right > div > div {
      padding: 20px;

      @media (max-width: 979px) {
        padding: 0;
      }
  }

  .new_cat_desc__right > div > div a {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 13px;
      text-decoration: none !important;
      color: #000 !important;

      @media (max-width: 979px) {
        border-radius: 5px;
        box-shadow: 0 0 6px rgba(0,0,0,0.13);
        padding: 10px 15px;
        white-space: nowrap;

        img {
          display: none;
        }
      }
  }
}


√ź

@media (min-width: 979px) {

  .category-description p{
    text-align: justify !important;
    padding-right: 36px;
  }

  .cbp-hrmenu .menu_row {
    display: grid;
    grid-template-columns: 1.5fr 2fr 2.5fr;

    & > div {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }

    .cbp-category-link-w {
      padding-left: 50px;
    }
  }
}

.elementor .elementor-invisible{
visibilty:visible !important;
}
.swiper-container-android .swiper-slide, .swiper-wrapper{
  height: 444px;
  max-height: 444px;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.modal-product-thumbs .swiper-button-arrow{
  display:none;
}

.blog_adv{
  background-position: center;
  background-size: cover !important;
  border-radius:15px;
  opacity:0.9;
  transition-duration: 1s;
}
.blog_adv h2{
  margin-top:70px;
  margin-bottom:20px;
  color:#fff;
  text-align: left;
  font-family: "Figtree";
  font-size:18px;
  font-weight: 600 !important;
  line-height: 26px;
  padding-left:10px;
  padding-right:10px;
}
.blog_adv:hover{
  opacity:1;
}
.blog-post-in-category p{
  font-weight: 300;
  padding-left:10px;
  padding-right:10px;
  text-align: left;
  line-height: 26px !important;
  font: normal normal 300 16px Figtree;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
padidng-bottom:20px;
}
.btn-m{
  background: #D5AC2C 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  text-align: left;
  font: normal normal 600 15px/29px Figtree;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  padding:10px 10px;
  margin-left:10px;
  margin-top:20px;
}

@media (max-width: 979px) {
  .blog_adv h2{
    margin-top:30px;
  }
}



.ph-viewed-products .img-fluid {
  max-width: 70%;
}
.breadcrumb .container .row .col ol{
  border:none;
}

.cardblog .img-fluid{
  height:300px;
  object-fit: cover;
width:100%;
}

.produkt_niedostepny img {
  opacity: 0.4;
}
.produkt_niedostepny::after{

  content: "Produkt niedostępny";
  position:absolute;
  top:25%;
  padding-left:60px;
  padding-right:60px;
  font-size:20px;
  font-weight:600;
  margin:0 auto;
  display:block;
  z-index:5;
  text-align:center;

}

.produkt_niedostepny .thumbnail-container{
  background: linear-gradient(to top, #fff, #fff) !important;
  -webkit-background: linear-gradient(to top, #fff, #fff) !important;
  -moz-background: linear-gradient(to top, #fff, #fff) !important;
}

@media (max-width: 979px) {
  .swiper-container-android .swiper-slide, .swiper-wrapper, .ph-viewed-products{
    max-height: 343px !important;
    height: 343px !important;

  }

  .elementor-element-wvw9hoi .swiper-wrapper,.elementor-element-wvw9hoi{
    max-height: 440px !important;
    height: 440px !important;
  }
  .swiper-container-android .swiper-slide, .swiper-wrapper, .ph-viewed-products{
    max-height: 440px !important;
    height: 440px !important;
  }

  .elementor-products-tabs .swiper-wrapper{
    max-height: 330px !important;
    height: 330px !important;
  }
 /* .swiper-slide img{
    max-height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }
*/
}
.mt--5{
  margin-top:-5px;
}
.myrating{
  text-align: right;
  padding-top: 8px;
  padding-right: 10px;
}
.product-comments-additional-info{
  margin:40px 0;
}
.content_box p{
  text-align: justify;
}

.rte-content{
  text-align: justify;
}
#js_belka_dol_mobile{
  visibility: hidden;
  opacity:0;
}
.product_header_container .product-comments-additional-info{
  margin:0px !important;
}
#customfields{margin-bottom: 20px;}

#customfieldsblock_delivery{
  border-radius: 8px;
  padding: 10px 10px;
}
.ustaw_absolutnie_info{
  position: relative;
  left: 113px;
  top: -114px;
  font-size:20px;
}


.product-miniature .h3.product-title a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-information .product-customization{
  display:none;
}

.desktop-main-menu{
  padding-left:0px;
}

@media (max-width:768px) {
  .ustaw_absolutnie_info {

    top: -193px;
  }

  #js_belka_dol_mobile {
    visibility: visible;
    opacity: 1;
  }

  #js_belka_dol_mobile #lowest-price {
    display: none;
  }

  #product .shipping-top-info {
    font-size: 16px;
    font-weight: 400;
    margin-top: -70px;
    float: right;
    z-index: 4;
    padding-right: 6px;
    position: relative;
    display: block !important;
  }

  .product-comments-additional-info {
    margin: -10px 0;
  }

  #product > .images-container .swiper-button-disabled {
    opacity: 1 !important;
    visibility: visible !important;
  }

  #product .swiper-button-next, .swiper-button-prev {
    display: block !important;
  }

  #product .special-header-information {
    display: block;
  }

  #product-availability {
    position: relative;
    top: -25px;
    z-index: 1;
  }

  .shipping-top-info {
    display: none
  }

  #category .products-sort-order {
    display: inline-block;
  }

  .myrating {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .myrating > .iqitreviews-rating {
    font-size: 21px;
  }

  .pagination .page-list li {
    margin-right: 1px !important;
  }

  .pagination .page-list a {
    padding: 11px 18px;
  }

  .pagination {
    justify-content: center;
  }

  .products-grid .product-miniature-layout-2 .product-description {
    overflow: hidden;
  }

  #index #frontMap {
    height: 400px;
  }
}
.my-account-page-content-wrapper{
  border: 0 !important;
}
.my-account-page-content-wrapper .form-control{
  border-radius:15px;
  min-height:59px;
}
.my-account-page-content-wrapper .input-group-append{
  max-height:59px;
}
.my-account-page-content-wrapper .form-group{
  margin-bottom:0px;
}
.my-account-side-links{
  box-shadow: 0 0 3px rgba(0,0,0,0.16) !important;
  border-radius: 12px;
  padding:20px 20px;
}
.cart-grid-right{
  position: sticky !important;
  top:150px;
}
.sticky_checkout{
  position: sticky;
  top:120px;
}
.rounded-corner{
  border-radius: 10px;
}
.border-orange{
  border:2px solid #fec834;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
  background-color: #fec834 !important;
}
.mt20{
  margin-top:20px;
}

.gold_check {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 16px;
}

.gold_check input[type="checkbox"] {
  display: none;
}

.gold_check .custom_box {
  width: 32px;
  height: 32px;
  border: 2px solid #e7e9ec;
  border-radius: 10px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}

.gold_check .custom_box::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: background 0.2s;
}

.gold_check input[type="checkbox"]:checked + .custom_box::after {
  background: #ddc15a;
}

/* Wersja o połowę mniejsza */
.gold_check--small .custom_box {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 5px;
}

.gold_check--small .custom_box::after {
  width: 11px;
  height: 11px;
  border-radius: 3.5px;
  top: 2px;
  left: 2px;
}

.gold_radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  margin-bottom: 0 !important;
}

.gold_radio input[type="radio"] {
  display: none;
}

.gold_radio-mark {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 2px solid #e9ecef;
  background: #fff;
  margin-right: 8px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.gold_radio input[type="radio"]:checked + .gold_radio-mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #e1c36a;
}

/* Niezaznaczony: środek pusty */
.gold_radio input[type="radio"]:not(:checked) + .gold_radio-mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #fff;
}

.no-padd{
  padding-left:0px !important;
  padding-right: 0px !important;
}

.etui-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 0;
  max-width: 350px;
  font-family: Arial, sans-serif;
}

.etui-image {
  width: 90px;
  height: 90px;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.etui-image img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.etui-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.etui-title {
  font-size: 1.02rem;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.etui-price {
  font-size: 1.14rem;
  font-weight: bold;
  color: #222;
}
.etui-radio:checked + .etui-image {
  border: 2px solid #FFD600;
}
.show-more-btn{
  border: none;
  background: transparent;
  border-bottom: 1px solid #d5ac2c;
}

.metal-tabs .metal-tab{
  border:0px;
  background-color: transparent;
}
.bsborder{
  box-shadow: 0 2px 12px rgba(60, 60, 60, 0.06);
}

body:has(.cbp-hrmenu-tab:hover)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;

}

#desktop-header{
  position: relative;
  z-index: 4;
}
.cbp-hrmenu:has(.cbp-hrmenu-tab:hover) .cbp-hrmenu-tab {
  background: #fff;

}
#desktop-header-container
{
  padding:20px 10px;
}
#desktop-header-container:has(.cbp-hrmenu-tab:hover) {
  background-color: #fff;
  border-radius: 8px;


}
.wallet_header{
  min-height: 240px;
  background-position: center center;
  background-size: cover;

  position: relative;
}
.wallet_header .page_header{
  min-height: 240px;
  background-position: center center;
  background-size: cover;

  position: relative;
}
.wallet_header .overlay-bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 24, 24, 0.7);
}
.wallet_header .header-top-blog {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 10px solid #806633;
}
.wallet_header .header-top-blog h1 {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  max-width: 900px;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  line-height: 1.3em;
}
.wallet_welcome{
  font-size:18px;
  font-weight: 600;
}
.border-radius{
  border-radius: 8px;
}

#bajtgrawer-module, .sub_div{
  border-radius: 8px;
}
.image_blog{
  border-radius: 10px;
}
#category .blog_adv{
  max-height: 460px;
}
.max-height460{
  max-height: 426px;
}
.cbp-hrsub-inner{
  border-bottom-left-radius: 8px;
  bortder-bottom-right-radius:8px;
}
#my-account nav.breadcrumb{
  margin-top:0;
  color: #fff;
}

#my-account nav.breadcrumb a span{
  color: #fff;
}

body.overlayact::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  pointer-events: none;
}
.mt0{
  margin-top:0px !important;
}

.account_divs{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16) !important;
  border-radius: 12px;
  padding: 20px 20px;
}
@media (min-width: 900px) and (max-width: 1330px) {
  .cbp-horizontal>ul>li>a{
    padding-left: .1rem !important;
    padding-right:10px !important;
  }
  .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link{
    line-height: 1.5rem !important;
    max-width: 15rem !important;
  }
  #header .header-btn-w{
    padding:0 0.5rem;
  }
.mobile_ruby_text{
  justify-content: unset !important;
}
}


.scroll-menu {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  width: 90%;
  max-width: 400px;
  height: 50px;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  z-index: 1000;
}

@media screen and (min-width: 769px) {
  .scroll-menu {
    display: none !important;
  }
  .scroll-menu .col-mobile-logo{
    display:none !important;
  }
}
#cookie-change-button {
  position: relative !important;
  bottom: 47px !important;

}
.product-description #lowest-price.ext-visibility, .product-line-info #lowest-price.ext-visibility{
  font-size:10px;
}
@media screen and (max-width: 769px) {
  .product-description #lowest-price.ext-visibility, .product-line-info #lowest-price.ext-visibility{
    font-size:6px;
  }
}
.product-description #lowest-price.ext-visibility .price, .product-line-info #lowest-price.ext-visibility .price{
  font-size:10px;
}

#_mobile_iqitmegamenu-mobile.show,
#_mobile_iqitmegamenu-mobile.is-manually-opened {
  position: fixed !important;
  top: 100px !important;
  left: 0 !important;
  width: 100% !important;
  height: calc(100vh - 180px) !important;
  z-index: 1001 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: none !important;
}

body.menu-opened-from-bottom #_mobile_iqitmegamenu-mobile.show {
  top: auto !important;
  bottom: 80px !important;
}
.table-responsive{
  border-radius: 8px;
}
@media (max-width: 480px) {
  #mobile-header .m-nav-btn{
    padding: 0.175rem 0.125rem;
    margin:5px 5px;
  }
  .bajtTabsAdditional{
    margin:0 10px;
  }
  #bajtgrawer-module{
    padding:10px 20px !important;
  }
}
@media (max-width: 420px) {

  #mobile-header .m-nav-btn{
    padding: 0.175rem 0.125rem;
    margin:5px 5px;
  }
  #product .add .add-to-cart{
    padding:9px 31px !important;
  }
  #product .qty-lab{
    margin-right:2px;
  }
  .col-add-compare{
    top:-147px !important;
  }
  .col-add-wishlist{
    top:-111px !important;
    left:70% !important;
  }
  .okazja_thumb{
    right:5px !important;
  }
  .belka_dol_produkt .add-to-cart{
    padding:0 28px !important;
    margin-left:10px;
  }
  .col{
    padding-left:7px;
    padding-right:7px;
  }
  .swiper-wrapper{
    gap:5px !important;
  }
  .shipping-top-info-miniature, .okazja_thumb{
    font-size:8px !important;
    padding:2px 5px !important;
  }
  .qty .input-group-btn-vertical{
    width:2px !important;
  }
  #quantity_wanted{
    height:38px !important;
  }
  .swiper-container-android .swiper-slide, .swiper-wrapper, .ph-viewed-products{
    max-height:350px !important;
    height:350px !important;
  }
}


.presta-studio-price-history .presta-studio-price-history-text {
  color: #000000;
  font-size: 0.705rem;
}