/*
Theme Name: Modernhome
Theme URI: Modernhome
Author: https://mcwebdesign.pl
Author URI: https://mcwebdesign.pl
Description: Modernhome theme
Version: 1.0
Text Domain: Modernhome
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

html {
  overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: Montserrat;
}

html {
  scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.project_max_width {
  width: 1500px;
}

.width10 {
  width: 10%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width33 {
  width: 33%;
}

.width34 {
  width: 34%;
}

.width35 {
  width: 35%;
}

.width40 {
  width: 40%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width60 {
  width: 60%;
}

.width65 {
  width: 65%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width85 {
  width: 85%;
}

.width90 {
  width: 90%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

.height10 {
  height: 10vh;
}

.height20 {
  height: 20vh;
}

.height30 {
  height: 30vh;
}

.height40 {
  height: 40vh;
}

.height50 {
  height: 50vh;
}

.height60 {
  height: 60vh;
}

.height70 {
  height: 70vh;
}

.height80 {
  height: 80vh;
}

.height90 {
  height: 90vh;
}

.height100 {
  height: 100vh;
}

.height_100p {
  height: 100%;
}

.height_90p {
  height: 90%;
}

.flex_column {
  flex-direction: column;
}

.flex_row {
  flex-direction: row;
}

.flex_warp {
  flex-wrap: wrap;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.flex {
  display: flex;
}

.marginauto {
  margin: auto;
}

.align_center {
  align-items: center;
}

.justify_center {
  justify-content: center;
}

.justify_spacebetween {
  justify-content: space-between;
}

.justify_end {
  justify-content: end;
}

.align_end {
  align-items: end;
}

.position_absolute {
  position: absolute;
}

.position_relative {
  position: relative;
}

.absolute_bottom {
  bottom: 0;
}

.absolute_right {
  right: 0;
}

.absolute_left {
  left: 0;
}

.absoulte_center {
  left: 50%;
  transform: translate(-50%);
}

.flex_wrap {
  flex-wrap: wrap;
}

.alignitems_baseline {
  align-items: baseline;
}

.mc_background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mc_object_fit {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* ---------------- must have ----------------------------- */

body {
  font-family: "Montserrat", sans-serif;
}

.mc_project_width {
  width: 1560px;
}

.mc_project_width_big {
  width: 1690px;
}

.mc_bg_black {
  background-color: #C5C0BC;
}

.mc_small_text_white {
  color: #fff;

  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.mc_top_menu a {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;

  text-decoration: none;
}

.mc_top_menu ul {
  display: flex;
  gap: 22px;
}

.mc_top_bar_text {
  flex-wrap: nowrap !important;
  gap: 45px;
}

.mc_top_bar_text a {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.mc_top_bar_icons {
  display: none !important; 
}

@media screen and (max-width: 550px) {
  .mc_top_bar_text {
    display: none !important;
  }
  
  .mc_top_bar_icons {
    display: flex !important; 
  }
  
}




.mc_bg_light_gray {
  background: #9C9C9C;
}

.mc_social_container {
  margin-left: 26px;
}

.mc_top_bar {
  min-height: 34px;
}

.hamburger {
  display: none;
}

.mc_logo img {
  max-width: 312px;
  height: auto;
}

.mc_main_menu a {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  text-decoration: none;
}

.mc_main_menu ul {
  display: flex;
  gap: 45px;
}

.mc_white_tittle h1 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 59px; /* 122.917% */
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mc_tiitle_top_max_width {
  max-width: 855px;
}

.mc_main_menu_section {
  height: 137px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.mc_white_tittle_bold {
  color: #fff;
  font-family: "Montserrat";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 59px; /* 163.889% */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mc_footer_text {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}

.mc_footer_strong {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  text-transform: capitalize;
  margin-bottom: 30px;
}

.mc_footer_space {
  padding: 68px 0px;
}

.mc_footer_gap_bottom {
  gap: 80px;
}

.mc_footer_menu ul a {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  text-decoration: none;
}

.mc_max_text_width_footer {
  max-width: 625px;
}

.mc_gap_pay {
  gap: 26px;
}

.mc_copyrights {
  min-height: 109px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mc_copyrights p,
.mc_copyrights a {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.5px; /* 215% */
  letter-spacing: 2px;
  text-decoration: none;
}

.mc_left_side_category h2,
.mc_left_side_category h3,
.mc_left_side_category h4,
.mc_left_side_category h5,
.mc_left_side_category h6 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px; /* 125% */
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mc_left_side_category .kb-button {
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(2px) !important;
  padding: 10px 25% !important;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}

.mc_left_side_category .kb-button:hover {
  background: #fd0f0f !important;
}

.mc_left_side_category .kb-button .kt-btn-inner-text {
  color: #000 !important;
  text-align: center;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 164.286% */
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.mc_left_side_category .kb-button:hover .kt-btn-inner-text {
  color: #fff !important;
}

.mc_section_tittle {
  color: #3c3c3b;
  text-align: center;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 100% */
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mc_product_carousel .add_to_cart_button {
  display: none !important;
}

.mc_product_carousel h2,
.related .woocommerce-loop-product__title,
.woocommerce-loop-product__title {
  color: #000;
  font-family: Montserrat;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 135.714% */
  margin: 0px 0px 15px 0px !important;
  text-align: left;
  text-transform: initial;
  letter-spacing: normal;
  padding: 0 5% 0 5% !important;
  box-sizing: border-box;
  margin-top:5px !important;
}

.my-product-category {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 105% */
}

.mc_text_button_section {
  max-width: 500px;
}

.mc_text_button_section p {
  color: #000;

  font-family: "Montserrat";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 62.5% */
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mc_inner100 .kt-inside-inner-col,
.mc_inner100 .kb-row-layout-wrap {
  width: 100%;
}

.mc_red_button .kb-button {
  border-radius: 20px !important;
  background: #fd0f0f !important;
  backdrop-filter: blur(2px) !important;
  padding: 10px 100px !important;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}

.mc_red_button .kb-button:hover {
  background: #ffffffb3 !important;
}

.mc_red_button .kb-button .kt-btn-inner-text {
  color: #fff !important;
  text-align: center;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 164.286% */
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.mc_red_button .kb-button:hover .kt-btn-inner-text {
  color: #000 !important;
}

.mc_subtittle {
  color: #3c3c3b;
  text-align: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
  letter-spacing: 2px;
}

.mc_post_carousel .wp-post-image {
  border-radius: 20px;
}

.mc_post_carousel .entry-title a {
  color: #3c3c3b;
  text-align: left;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  letter-spacing: 2px;
}

.mc_post_carousel .entry-content {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 164.286% */
  letter-spacing: 0.5px;
}

.mc_text_grey {
  color: #3c3c3b;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 135% */
  letter-spacing: 0.5px;
}

.mc_relative {
  position: relative;
}

.mc_whishlist_quantity,
.mc_cart_quantity {
  position: absolute;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: #da251c;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 109.091% */
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
}

.mc_icon_container {
  padding: 10px;
}

.mc_mobile_footer_menu {
  display: none;
}

.mc_mobile_show {
  display: none;
}
.mc_display_mobile {
  display: none;
}

.mc_max_width {
  max-width: 1800px;
  margin: auto !important;
}

.my-custom-breadcrumbs {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 146.154% */
  letter-spacing: 0.5px;
}

.my-custom-breadcrumbs span {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 146.154% */
  letter-spacing: 0.5px;
}

.my-custom-breadcrumbs a {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 146.154% */
  letter-spacing: 0.5px;
  text-decoration: none;
}

.summary .product_title {
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; /* 67.857% */
}

.summary p {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.5px;
}

.woocommerce-Tabs-panel p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}

.woocommerce-Tabs-panel h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 52.778% */
  text-transform: uppercase;
  margin-bottom: 30px;
}



.related h2 {
  color: #3c3c3b;
  text-align: center;
  font-family: "Montserrat";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 111.111% */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.related .amount,
.related .woocommerce-Price-currencySymbol {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 105% */
  letter-spacing: 2px;
}

.related .add_to_cart_button {
  display: none !important;
}

.single_add_to_cart_button {
  border-radius: 10px !important;
  background: #000 !important;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 23px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  height: 53.465px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.mc_single_add_to_cart_button {

  border-radius: 10px!important;
background: #866061;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 23px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  height: 53.465px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 30px;
  max-width:259.526px;
}

.mc_single_add_to_cart_button:hover {
  background: #d8cccc !important;
  color: #000;
}

.single_add_to_cart_button:hover {
  background: #d8cccc !important;
  color: #000;
}

.wc-block-cart-items__header-image span,
.wc-block-cart-items__header-total span,
.is-large.wc-block-cart .wc-block-cart__totals-title {
  color: #000 !important;
  font-family: "Montserrat" !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.woocommerce-cart-form__contents th {
  color: #000 !important;
  font-family: "Montserrat" !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.woocommerce-cart-form__contents a {
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 158.333% */
  letter-spacing: 2px;
}

.wc-block-cart-item__wrap a {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 2px;
  text-decoration: none;
}

.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 2px;
  text-decoration: none;
}

.wc-block-components-product-price__value {
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 158.333% */
  letter-spacing: 2px;
}

.wc-block-components-product-metadata__description p {
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 158.333% */
  letter-spacing: 0.5px;
}



.wc-block-components-checkout-step__title {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 2px;
}

.wc-block-components-checkout-step__description {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.5px;
}

.wp-block-woocommerce-checkout label,
.wp-block-woocommerce-checkout select,
.wp-block-woocommerce-checkout span,
.wp-block-woocommerce-checkout div,
.wp-block-woocommerce-checkoutp,
.wp-block-woocommerce-checkout a {
  color: #000 !important;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  letter-spacing: 0.5px !important;
}

.woocommerce-checkout input {
  color: #000 !important;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  letter-spacing: 2px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 158.333% */
}

.mc_contact_section h1 {
  color: #fd0f0f;
  font-family: "Montserrat";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 52.778% */
  text-transform: uppercase;
}

.mc_light_font {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.5px;
}

.mc_contact_section strong {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  letter-spacing: 2px;
}

.mc_contact_section a,
.mc_big_text_contact {
  color: #3c3c3b;

  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 154.167% */
  letter-spacing: 2px;
  text-decoration: none;
}

.mc_default_font {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.5px;
}

.mc_form_tittle {
  color: #000;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 67.857% */
  letter-spacing: 2px;
}

.mc_main_single_product_container {
  display: flex;
  gap: 21px;

}

.mc_first_container {
  border-radius: 10px;
  border: 1px solid #D8CCCC;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 40px;
  display: flex;
  gap: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border-radius: 10px;
}

.mc_second_container {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #D8CCCC;
	background: #C5C0BC;
	box-sizing: border-box;
	padding:4%;
}

.mc_second_container .mc_box_1 {
  border-radius: 10px;
}

.mc_second_container .mc_box_2 {
  border-radius: 10px;

  background: #866061;
}

.mc_box_2,
.mc_box_1,
.mc_box_3 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  height: 100%;
}

.mc_box_1{
  padding: 0px;
}

.mc_second_container .mc_box_3 {
  border-radius: 10px;
  background: #E77657;
}

.mc_box_2{
  align-items: center;
}

.mc_second_container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mc_box_3 .mc_question_text {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 95% */
  text-align:center;
}

.mc_box_3 .mc_phone_svg,
.mc_box_3 .mc_mail_svg {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}

.mc_box_2 .mc_installment_text {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}

.mc_box_1 .mc_discount_title {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 95% */
}

.mc_box_1 .mc_discount_text {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 158.333% */
}

.mc_radio_select-div .tc-label-wrap {
  height: 48px;
  border-radius: 20px;
  border: 1px solid #C5C0BC;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.mc_radio_select-div .tc-label-wrap:hover {
  background: #E77657;
  border: 1px solid #E77657;
}

.mc_radio_select-div .tc-label-wrap:hover .tc-label-text {
  color: #fff;
}

.mc_radio_select-div .tc-active .tc-label-wrap {
  background: #E77657;
  border: 1px solid #E77657;
}

.mc_radio_select-div .tc-active .tc-label-text {
  color: #fff;
}

.mc_radio_select-div .tmcp-field-wrap-inner {
  width: 100%;
}

.mc_radio_select-div .tc-label-inner {
  display: flex !important;
  justify-content: center;
}

.tc-label-text {
  color: #3c3c3b;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 164.286% */
  letter-spacing: 2px;
}

.mc_radio_select-div .tc-input-wrap {
  display: none;
}

.tc-epo-element-label-text {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 79.167% */
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.mc_radio_button_image-div img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.mc_radio_button_image-div .tmcp-field-wrap{
	  transition: all 0.2s ease-in-out;
} 

.mc_radio_button_image-div .tc-active .tc-label-text {
    color: #fff !important;
}

.mc_radio_button_image-div .tmcp-field-wrap:hover .tc-label-text {
    color: #fff !important;
}

.mc_radio_button_image-div .tc-active{
	background:#E77657 !important;
 border: 1px solid #E77657 !important;
} 






.mc_radio_button_image-div .tmcp-field-wrap{
	border-radius: 20px;
    border: 1px solid #C5C0BC;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.mc_radio_button_image-div .tmcp-field-wrap img{
border-radius: 20px !important;
  
    box-sizing: border-box !important;
}

.mc_radio_button_image-div .tc-label-wrap:hover img {
  border: none !important;
	opacity:1;
}

.mc_radio_button_image-div .tc-active img {
  border: none !important;
	opacity:1;
}

.mc_radio_button_image-div  img {
  border: none !important;
	opacity:1;
}

.mc_configure_tittle {
  color: #000;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 52.778% */
}

#my-custom-epo-titles {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 50px;
}

.mc_configure_subtitle {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 135.714% */
  border-radius: 10px;
  border: 1px solid #455e75;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.single-product .woocommerce-Price-amount,
.single-product .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: #000;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 63.333% */
  letter-spacing: 2px;
}

.tm-floating-box {
  display: flex;
  width: 100%;
  max-width: 100vw;
  flex-wrap: nowrap;
  left: auto;
  right: auto;
  padding: 0;
  align-items: center;
  background: #C5C0BC;
}

.tm-floating-box .tm-fb,
.tm-floating-box .tm-extra-product-options-totals {
  padding: 1rem;
}

.tm-floating-box .tm-fb-value img {
  display: none;
}

.tm-floating-box .tm-fb-value {
  gap: 0;
}

.tm-floating-box .tm-fb dd {
  margin: 0 !important;
}

.tm-floating-box .tm-fb-title,
.tm-floating-box .tc-label-text {
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 158.333% */
  letter-spacing: 2px;
}

.tm-floating-box .tm-fb-value {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.tm-floating-box .tm-fb-value .tc-label-text {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.tm-floating-box .tm-options-totals,
.tm-floating-box .tm-final-totals {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 2px;
}

.tm-floating-box .tm-options-totals .price {
  color: #000;
  font-family: "Montserrat";
  font-size: 30px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 63.333% */
  letter-spacing: 2px;
}

.tm-floating-box .tm-options-totals .woocommerce-Price-amount,
.tm-floating-box .tm-final-totals .woocommerce-Price-amount,
.tm-floating-box .tm-final-totals .woocommerce-Price-currencySymbol,
.tm-floating-box .tm-options-totals .woocommerce-Price-currencySymbol {
  color: #000;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 63.333% */
  letter-spacing: 2px;
}

.tm-floating-box .single_add_to_cart_button {
  border-radius: 10px !important;
  background: #E77657 !important;
  max-width: 364px !important;
  margin: 20px !important;
}

.tm-floating-box .single_add_to_cart_button:hover {
  background: #866061 !important;
}

.mc_container_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 110px;
}

.mc_info_1,
.mc_info_2,
.mc_info_3,
.mc_info_4 {
  display: flex;
gap: 15px;
    margin-bottom: 10px;

}

.mc_info_texts .mc_info_tiitle {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 158.333% */
  letter-spacing: 2px;
}

.mc_info_texts .mc_info_subtitle {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 158.333% */
  letter-spacing: 0.5px;
}

.tm-has-options .mc_first_container .single_add_to_cart_button,
.tm-has-options .mc_first_container .quantity {
  display: none;
}

.tm-has-options .mc_container_info {
  margin-top: 30px;
}

.mc_single_add_to_cart_button {
  display: none;
}

.tm-has-options .mc_single_add_to_cart_button {
  display: flex;
}

.kb-splide[data-slider-dots="true"] {
  margin-bottom: 0 !important;
}

.mc_column_full_height .kt-inside-inner-col,
.mc_column_full_height .kt-row-column-wrap,
.mc_column_full_height .kb-row-layout-wrap,
.mc_column_full_height .wp-block-kadence-image {
  height: 100% !important;
}

.mc_column_full_height {
  height: 100% !important;
}

.mc_column_full_height .kb-img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.mc_flex_column .kt-row-column-wrap {
  display: flex;
  flex-direction: column;
}

.mc_button_with .wp-block-kadence-advancedbtn {
  width: 100%;
}

.mc_button_with {
  width: 100%;
}

.mc_product_carousel .amount,
.mc_product_carousel .woocommerce-Price-currencySymbol,
.single-product .related .woocommerce-Price-amount,
.single-product .related .woocommerce-Price-currencySymbol,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 158.333% */
}

@media only screen and (max-width: 1640px) {
  .mc_project_width {
    width: 95%;
    margin: auto;
  }

  .mc_max_width {
    width: 95%;
    margin: auto !important;
  }
}

@media only screen and (max-width: 1440px) {
  .mc_main_menu ul {
    display: flex;
    gap: 25px;
	  flex-wrap:wrap;
	  justify-content: center;
  }

	.mymega-col-el{
		width: 20% !important;
	}
.mymega-row ul {
    gap: 5% !important;
}
}

@media only screen and (max-width: 1360px) {
  .mc_max_text_width_footer {
    margin-right: 20px;
  }
}


@media only screen and (max-width: 1040px) {
  .menu-top-bar-container {
    /*display: none;*/
  }

  /*.mc_display_mobile {
    display: flex;
  }*/

  .mc_display_mobile .menu-top-bar-container {
    display: flex;
  }

  .mc_display_mobile .menu-top-bar-container a {
    color: #000;
  }

  .mc_display_mobile .justify_spacebetween {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 997px) {
  .mc_main_single_product_container {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  .mc_mobile_cart_col {
    width: 100%;
  }

  .mc_cart_col_container {
    flex-wrap: wrap;
  }

  .woocommerce ul#shipping_method {
    display: flex;
    gap: 5px;
  }

  .woocommerce ul#shipping_method li {
    width: 100%;
  }

  .payment-col tbody {
    display: flex;
    gap: 5px;
  }

  .payment-col tbody td {
    width: 100%;
  }

  .payment-col tbody tr {
    width: 100%;
  }

  .mc_cart_col_container {
    flex-direction: column;
  }

  .mc_footer_top {
    flex-direction: column;
  }

  .mc_footer_top .width50 {
    width: 100%;
  }

  .mc_max_text_width_footer {
    margin-right: auto;
    max-width: 100%;
    margin: 30px 0px;
  }

  .mc_info_footer {
    margin: 30px 0px;
  }

  .mc_mobile_footer_menu {
    display: block;
  }

  .mc_mobile_footer_column .mc_footer_menu {
    width: 100%;
  }
}

@media only screen and (max-width: 868px) {
  .mc_top_single_product {
    flex-direction: column;
  }

  .mc_top_single_product .width50 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .cart_totals .woocommerce-shipping-totals td {
    display: flex !important;
    flex-direction: column;
  }

  .payment-col td {
    display: flex !important;
  }

  .payment-col td::before {
    content: attr(data-title) "" !important;
  }

  .splide__pagination {
    position: absolute !important;
    bottom: 20px !important;
  }

  .tm-floating-box {
    display: block !important;
  }
}

@media only screen and (max-width: 590px) {
  .mc_top_bar .mc_menu_top_bar .flex {
    /*flex-direction: column-reverse;*/
    align-items: baseline;
  }

	.mc_social_gap{

		width: 100%;
        display: flex;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center;
	}

  .mc_top_bar_text {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }

  .mc_mobile_none {
    display: none;
  }

  .mc_mobile_show {
    display: block;
  }

  .mc_mobile_show .mc_footer_menu {
    width: 50%;
    margin-bottom: 10%;
  }

  .mc_mobile_show .mc_mobile_footer_column {
    flex-wrap: wrap;
  }
  .mc_main_single_product_container {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
}

.mc_logo{
  width:30%;
}

@media only screen and (max-width: 490px) {
  .mc_gap_pay {
    flex-wrap: wrap;
  }
  .payment-col tbody {
    flex-direction: column;
  }

  .woocommerce ul#shipping_method {
    flex-direction: column;
  }

  .mc_logo img {
    max-width: 100%;
    height: auto;
  }

  .mc_logo{
    width:100%;
  }

	.mc_menu_bottom{
		width:28px;
	}

}

.tm-fb {
  display: flex;
}

.tm-fb {
  display: flex;
}

/* WebKit */
.tm-fb::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.tm-fb::-webkit-scrollbar-track {
  background: #d8cccc;
}
.tm-fb::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.tm-fb::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.mc_configure_subtitle {
  font-size: 12px;
}

.mc_icon_container svg {
  /* Ustawiamy środek skalowania na środek grafiki */
  transform-origin: center;
}

/* Po najechaniu myszką uruchamiamy animację 'pulse' */
.mc_icon_container svg:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width: 1560px) {
  .tc-extra-product-options .tc-cell li {
    --items-per-row: 4 !important;
  }
}

@media only screen and (max-width: 1260px) {
  .tc-extra-product-options .tc-cell li {
    --items-per-row: 3 !important;
  }

  .mc_main_single_product_container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 960px) {
  .tc-extra-product-options .tc-cell li {
    --items-per-row: 2 !important;
  }
}

.archive ul.products li.product,
.archive ul.products li.product {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;

  margin-left: 0;
}

.archive ul.products .add_to_cart_button {
  display: none !important;
}

.archive ul.products li.product {
  /* „sztywno” dla 4 w wierszu */
  flex: 0 0 calc((100% - (3 * 15px)) / 4);
  box-sizing: border-box;
  /* jeśli chcesz mieć pewność, że paddings czy border nie rozszerzą elementu */
}

@media (max-width: 1260px) {
  /* Poniżej 1260px -> 3 produkty w wierszu */
  .archive ul.products li.product {
    flex: 0 0 calc((100% - (2 * 15px)) / 3);
  }
}

@media (max-width: 768px) {
  .archive ul.products li.product {
    flex: 0 0 calc((100% - (1 * 15px)) / 2);
  }
}

.archive ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}



.mc_top_single_product .custom-main-image img {
  border-radius: 20px;

}

.woocommerce img,
.woocommerce-page img {
  height: auto;
  width: 100%;
}

.mc_top_single_product {
  gap: 50px;
}

.custom-thumbnails-slider {
  margin-top: 15px;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none;
}

.mc_overflow_hidden::-webkit-scrollbar-thumb {
  background-color: #7e756c; /* kolor suwaka */
  border: 1px solid #e6dfd9; /* opcjonalnie, aby odciąć się od tła */
}

.term-description {
  max-width: 1438px;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin-bottom: 30px;
}

.woocommerce-products-header__title {
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 67.857% */
  margin-bottom: 30px;
}

.mc_carousel_title a {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 156.25% */
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 0px;
  transition: all 0.3s ease-in-out;
}

.mc_carousel_wrap {
  margin-bottom: 60px;
}

.mc_carousel_title {
  display: flex;
  justify-content: center;
}


.mc_carousel_img img {
  border-radius: 20px;
	

    height: 200px;
    object-fit: contain;
}





.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.slick-track:after,
.slick-track:before {
  display: none !important;
}

.slick-track {
  display: flex !important;
  gap: 15px;
}

.mc_gap_pay img {
  width: auto;
  height: auto;
}

.mc_bg_brown {
  background-color: #866061;
}

.mc_bg_grey {
  background-color: #C5C0BC;
}

.mc_bg_lighrtbgown {
  background-color: #B8988D;
}

.mc_bg_brownmedium {
  background-color: #866061;
}

.mc_bg_light_brown{
  background: #C5C0BC;
}

.mc_footer_3col p {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 225% */
  text-transform: uppercase;
  max-width: 100%;
}

.mc_footer_3col {
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 28px;
}

.mc_row_container {
  box-sizing: border-box;
  max-width: 100% !important;
  gap: 2px;
  padding: 0px;
}

@media (max-width: 1000px) {
  .mc_row_container {
    flex-direction: column;
    gap: 2px;
    padding: 0px;
  }

  .mc_footer_3col {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    justify-content: flex-start;
    box-sizing: border-box;
  }
}

.mc_img_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc_news_col_height {
  min-height: 310px;
}

.mc_newsletter_tittle {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 208.333% */
}

.mc_newsletter_tittle span {
  color: #E77657;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.mc_newsletter_padding {
  padding: 65px;
  box-sizing: border-box;
}

div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
  max-width: 100% !important;
}

.tnp-privacy-field a {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  text-decoration: none;
}

.tnp-field-email input {
  border-radius: 10px;
  background: #fff;
  max-width: 557px;
  height: 64px;
}

.tnp-field-button input {
  border-radius: 10px;
  background-color: #E77657 !important;
  color: #fff !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 23px !important; /* 143.75% */
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 30px !important;
  transition: all 0.3s ease-in-out;
}

.tnp-field-button input:hover {
  background-color: #E77657 !important;
}

.mc_newsletter_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .mc_flex_row {
    flex-direction: column;
  }

  .mc_news_col_height {
    min-height: auto;
    display: flex;
  }

  .mc_newsletter_padding {
    padding: 5%;
    box-sizing: border-box;
  }
}

@media (max-width: 1450px) {
  .mc_overflow_hidden {
    overflow-x: auto; /* lub overflow: auto; jeśli chcesz również poziomy scrollbar */
    width: 95%;
    margin: auto;
    /* Dla Firefox */

    scrollbar-color: #7e756c #e6dfd9;
    /* ^ kolejność: scrollbar-color: thumb track; */
  }

  .mc_overflow_hidden .kt-row-column-wrap {
    width: 1450px;
  }

  .mc_overflow_hidden {
    overflow-x: auto; /* lub overflow: auto; jeśli chcesz również poziomy scrollbar */
    width: 95%;
    margin: auto;
    /* Dla Firefox */

    scrollbar-color: #7e756c #e6dfd9;
    /* ^ kolejność: scrollbar-color: thumb track; */
  }

  .mc_overflow_hidden::-webkit-scrollbar-track {
    background: #e6dfd9; /* tło toru */
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media (max-width: 890px) {
  .mc_overflow_hidden .kt-row-column-wrap {
    width: 1300px;
  }
}

.mc_img_object_fit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mc_img_object_fit .wp-block-kadence-image {
  width: 100%;
  height: 100%;
}

.kt-blocks-accordion-header {
  border-radius: 20px !important;
  background: #d8cccc !important;
  height: 80px !important;
}

.kt-accordion-header-wrap {
  margin-bottom: 10px !important;
}

.kt-blocks-accordion-header:hover {
  cursor: pointer;
}

.kt-blocks-accordion-header:hover {
  background: #87807f !important;
}

.kt-accordion-header-wrap .kt-accordion-panel-active {
  background: #87807f !important;
}

.kt-blocks-accordion-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
}

.kt-blocks-accordion-header .kb-svg-icon-wrap svg {
  fill: #fff !important;
}

.kt-blocks-accordion-header .kb-svg-icon-wrap svg {
  width: 3em !important;
  height: 3em !important;
}

.kt-blocks-accordion-title-wrap {
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .kt-blocks-accordion-title {
    font-size: 16px;
    line-height: 21px; /* 131.25% */
  }
  .term-description p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
  }
}

.single-post .mc_post_content p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  margin-top: 30px;
  margin-bottom: 15px;
}

.single-post .mc_post_content img {
  display: flex;
  margin: auto;
}

.mc_post_content {
  margin-bottom: 50px;
}

.woocommerce ul.products li.product a img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product a:hover img {
  opacity: 0.6;
}

.mc_top_space_footer {
  margin-top: 80px;
}

.mc_nowosci .mega-caption {
  border-radius: 14.5px;
  background: #a4bace;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  width: 100px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.mc_bestseller .mega-caption {
  border-radius: 14.5px;
  background: #d7ab89;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  width: 100px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.mc_promocje .mega-caption {
  border-radius: 14.5px;
  background: #cc8ba5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  width: 100px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.mc_probki .mega-caption {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 79.167% */
  text-transform: uppercase;
}

.mc_link_column .mymega-col {
  padding: 7% 11%;
  box-sizing: border-box;
}

.mc_installment_image {
  max-width: 53px !important;
}

.mc_left_white {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0px 0px 10px;
  background: #E8E8E8;
  height: 53.465px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  padding: 0px 15px;
}

.mc_discount_button {
  text-decoration: none;
}

.mc_right_pink {
  height: 53.465px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
  background: #E77657;
  padding: 0px 15px;
}

.woocommerce-cart .woocommerce-Price-currencySymbol {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 2px;
  text-decoration: none;
}


.tc-totals-form dl.tm-extra-product-options-totals {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.tm-floating-box.bottom {
  padding: 0% 20%;
  box-sizing: border-box;
}

/* Trzy linie wewnątrz przycisku */
.hamburger .line {
  margin: auto;
  width: 100%; /* Długość linii (np. 80% szerokości przycisku) */
  height: 3px; /* Grubość linii */
  background-color: #E77657; /* Kolor linii */
  border-radius: 2px; /* Zaokrąglenie linii (opcjonalne) */
  transition: all 0.3s ease; /* Płynna animacja */
}

/* Rozmieszczenie poszczególnych linii: góra, środek, dół */
.hamburger .line:nth-child(1) {
  top: 10px;
}

.hamburger .line:nth-child(2) {
  top: 18px;
}

.hamburger .line:nth-child(3) {
  top: 26px;
}

/* Po kliknięciu przycisku (klasa .active) - animacja do "X" */
.hamburger.active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0; /* Środkowa linia znika */
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Przykładowy efekt – przyklejony nagłówek z innym tłem i cieniem */
.mc_main_menu_section.mc_scroll {
  background-color: #fff; /* np. białe tło po scrollu */
  height: 80px;/*80px*/
  position: fixed; /* przyklejamy do górnej krawędzi */
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

/* Pokazuj hamburgera tylko do 1090px szerokości ekranu */
@media (max-width: 1090px) {
  .tm-floating-box .tm-fb,
  .tm-floating-box .tm-extra-product-options-totals {
    padding: 5px;
  }

  .mc_menu_bottom,
  .hamburger {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    margin-right: 10px;
  }
  .hamburger {
    display: flex; /* Poniżej 1090px przycisk jest widoczny */
    background: transparent;
    border: 0;
    flex-direction: column;
    gap: 5px;
    width: 28px;
  }

  .mc_main_menu_section {
    height: 80px;
  }

  .mc_main_menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    left: -100vw;
    z-index: 999;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    top: 100px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .mc_main_menu_section.mc_scroll .mc_main_menu {
    top: 60px;
  }

  .my-megamenu-sub {
    display: none; /* Startowo schowane */
    flex-direction: column; /* Albo np. row, w zależności od założenia */
    position: relative !important;
  }

  .tm-floating-box .tm-options-totals .price {
    font-size: 24px !important;
  }

  .tm-floating-box .tm-options-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-currencySymbol,
  .tm-floating-box .tm-options-totals .woocommerce-Price-currencySymbol {
    font-size: 24px !important;
  }

  .tm-floating-box .tm-options-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-currencySymbol,
  .tm-floating-box .tm-options-totals .woocommerce-Price-currencySymbol {
    font-size: 24px !important;
  }

  .mc_link_column .mymega-col {
    padding: 1% 2%;
    box-sizing: border-box;
  }

  .mc_menu_on {
    left: 0;
    opacity: 1;
  }

  .mc_main_menu .menu {
    flex-direction: column;
  }



  .mymega-row .mymega-col-el:first-of-type {
    display: flex;
    flex-direction: column;
  }

  ul#menu-menu-glowne.menu > li.menu-item-has-children > a::after {
    float: right;
  }

  .my-megamenu-sub {
    width: 100%;

    box-shadow: none;
    left: 0% !important;
    transform: translateX(0%);
    max-width: 1440px;
  }
}

.slick-dots li {
  width: 13px !important;
  height: 13px !important;
}

.slick-dots {
  flex-wrap: nowrap !important;
}

.kb-splide .splide__pagination__page {
  background: #747373;
  width: 7px;
  border-radius: 10px;
  height: 7px !important;
  margin: 0px;
}

.slick-dots li button:before {
  background: #D5AA7E;
  width: 13px !important;
  border-radius: 10px;
  content: " " !important;
  height: 13px !important;
}

.slick-dots li button:before {
  top: 9px !important;
}

.kb-splide .splide__pagination li {

  margin: 0px 10px 0px 10px;
  /* top: 9px; */
}

.kb-splide .splide__pagination,
.kb-splide ul.menu ul.splide__pagination.splide__pagination {
  flex-wrap: nowrap;
}

.kb-splide .splide__pagination,
.kb-splide ul.splide__pagination.splide__pagination {
  max-width: 100%;
}

.kb-splide .splide__pagination__page.is-active {
  background: #D5AA7E !important;
}

@media (max-width: 2200px) {
  .tm-floating-box.bottom {
    padding: 0% 10%;
    box-sizing: border-box;
  }
}

@media (max-width: 1260px) {
  .tm-floating-box.bottom {
    padding: 0% 5%;
    box-sizing: border-box;
  }
}

@media (max-width: 786px) {
  .tm-floating-box.bottom {
    padding: 0% 2.5%;
    box-sizing: border-box;
  }

  .tm-floating-box .single_add_to_cart_button {
    width: 90%;
    box-sizing: border-box;
  }

  .tm-floating-box .tm-options-totals .price {
    font-size: 20px !important;
  }

  .tm-floating-box .tm-options-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-currencySymbol,
  .tm-floating-box .tm-options-totals .woocommerce-Price-currencySymbol {
    font-size: 20px !important;
  }

  .tm-floating-box .tm-options-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-currencySymbol,
  .tm-floating-box .tm-options-totals .woocommerce-Price-currencySymbol {
    font-size: 20px !important;
  }

  .tm-floating-box .single_add_to_cart_button {
    border-radius: 10px !important;
    background: #E77657 !important;
    max-width: 364px !important;
    
  }

  .mc_main_menu_section.mc_scroll {
    height: 60px;
  }

  .mc_main_menu_section.mc_scroll .mc_main_menu {
    top: 60px;
  }
}

.tm-floating-box {
  z-index: 99 !important;
}

@media (max-width: 560px) {
  .tm-floating-box .tm-fb-value .tc-label-text {
    font-size: 10px;
  }

  .tm-floating-box .tm-fb-title,
  .tm-floating-box .tc-label-text {
    font-size: 10px;
  }




}


html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  box-shadow: 0 0 0 1px #fff;
}

html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  background: #F6F0F0;
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier,
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path,
.dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
  fill: #000 !important;
}

.dgwt-wcas-search-wrapp {
  max-width: 474px!important;
  /*width: 40%!important;*/
  /*min-width: 250px!important;*/
}

@media screen and (max-width: 1090px) {
  .mc_search {
    margin-left: auto !important;
    margin-right: 20px !important;
  }
}

/*************************************************
  ZESTAW 1: PIERWSZA KOLORYSTYKA
  (STYLE TYLKO W .woocommerce POZA HEADER/FOOTER)
*************************************************/

/* Globalne box-sizing tylko dla kontenera .woocommerce w body.woocommerce-account */
body.woocommerce-account .woocommerce,
body.woocommerce-account .woocommerce * {
  box-sizing: border-box;
}

/* Ustawienia bazowe tekstu w obrębie .woocommerce */
body.woocommerce-account .woocommerce {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px; /* 135.714% */
}

/* Linki + hover */
body.woocommerce-account .woocommerce a {
  color: #AE9C8E;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
body.woocommerce-account .woocommerce a:hover,
body.woocommerce-account .woocommerce a:focus {
  color: #BD9D7D;
}

/* FORMULARZE LOGOWANIA / REJESTRACJI */
body.woocommerce-account .woocommerce .col-1,
body.woocommerce-account .woocommerce .col-2,
body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register {
  background-color: #E6DFD9;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: left;
}

/* Pola input */
body.woocommerce-account .woocommerce input[type="text"],
body.woocommerce-account .woocommerce input[type="email"],
body.woocommerce-account .woocommerce input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 0.5em 0 1em 0;
  border: 1px solid #C3B2B2;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #000;
}

/* Przyciski (Zaloguj/Zarejestruj) */
body.woocommerce-account .woocommerce button,
body.woocommerce-account .woocommerce input[type="submit"],
body.woocommerce-account .woocommerce .woocommerce-button {
  background-color: #BD9D7D;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}
body.woocommerce-account .woocommerce button:hover,
body.woocommerce-account .woocommerce input[type="submit"]:hover,
body.woocommerce-account .woocommerce .woocommerce-button:hover {
  background-color: #AE9C8E; 
}

/* Nagłówki w formularzach, labelki */
body.woocommerce-account .woocommerce form h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px; /* 164.286% */
  color: #000;
  margin-bottom: 15px;
}
body.woocommerce-account .woocommerce form .form-row label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin-bottom: 15px;
}

/* PO ZALOGOWANIU (nawigacja / treść) */
body.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #E6DFD9;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center; 
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
	display:flex;
	flex-direction:column;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin: 0 10px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #AE9C8E;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #BD9D7D;
}

/* Zawartość (zamówienia, adresy) */
body.woocommerce-account .woocommerce-MyAccount-content {
  background-color: #fff;
  border: 1px solid #C3B2B2;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

/*************************************************
  RWD LOGOWANIE / REJESTRACJA
*************************************************/
@media (max-width: 767px) {
  body.woocommerce-account .woocommerce .col2-set .col-1,
  body.woocommerce-account .woocommerce .col2-set .col-2 {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 768px) {
  body.woocommerce-account .woocommerce .col2-set .col-1,
  body.woocommerce-account .woocommerce .col2-set .col-2 {
    width: 48%;
    float: left;
    margin: 1%;
  }

}

/*************************************************
  EQUAL HEIGHT (flexbox) PO ZALOGOWANIU
*************************************************/
@media (max-width: 767px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) {
  /* Rodzic .woocommerce staje się flex-containerem */
  body.woocommerce-account .woocommerce {
    display: flex;
    align-items: stretch; 
    gap: 20px; 
  }
  /* Lewa kolumna (menu) */
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    margin: 0;
  }
  /* Prawa kolumna (zawartość) */
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    margin: 0;
  }
}


.woocommerce span.onsale {
color: #FFF !important;
text-align: center !important;
font-family: Montserrat !important;
font-size: 13px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 19px !important;
	text-transform:uppercase !important;
}


.woocommerce span.onsale {
    border-radius: 14.5px;
background: #6E5F5C;
	display:flex;
	justify-content:center;
	align-items:center;
	height: 30px;
	box-sizing: border-box;
	padding:0px 20px;
}

.woocommerce-product-details__short-description{
	margin:20px 0px;
}

.mc_first_container .price{
	display: flex
;
    flex-direction: column;
    gap: 10px;
}

.woocommerce ul.products li.product a img {
 
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.woocommerce-product-details__short-description {
  /* Ogólne tło i odstępy */
  background-color: #ffffff;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  color: #333;
}

/* Nagłówek główny (h2) */
.woocommerce-product-details__short-description h2 {
  font-size: 1.2rem;         /* Większy rozmiar czcionki */
  font-weight: 700;         /* Gruby krój */
  text-transform: uppercase; /* Duże litery dla elegancji */
  letter-spacing: 1px;      /* Lekkie rozstrzelenie */
  color: #000;
  text-align: center;       /* Jeżeli ma być wyśrodkowane (zgodnie z "align=center") */
  margin-bottom: 1.5rem;
}

/* Nagłówki w liście (h3) */
.woocommerce-product-details__short-description h3 {
  font-size: 1.2rem;
  font-weight: 400;         /* Delikatniejszy krój */
  margin: 0;                /* Zerujemy margines, żeby łatwiej dostosować odstępy w liście */
  color: #333;
}

/* Styl list (ul) */
.woocommerce-product-details__short-description ul {
  list-style: none;         /* Usuwamy domyślny znacznik listy (kropki) */
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;    /* Odstęp na końcu listy */
}

/* Styl elementów listy (li) */
.woocommerce-product-details__short-description li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

/* Ozdobnik w liście (pseudo-element) */
.woocommerce-product-details__short-description li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #000;
    border-radius: 50%;
}

/* Styl akapitów */
.woocommerce-product-details__short-description p {
  margin: 1rem 0;           /* Odstępy na górze i dole akapitu */
  line-height: 1.6;         /* Lepsza czytelność */
}

/* Ewentualne dodatkowe wyróżnienie/efekt hover na liście */
.woocommerce-product-details__short-description li:hover h3 {
  color: #666;              /* Subtelna zmiana koloru przy najechaniu */
}




/* Jednolita wielkość wszystkich nagłówków (h1–h6), nieco większa niż tekst zwykły */
.woocommerce-Tabs-panel--description h1,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.woocommerce-Tabs-panel--description h4,
.woocommerce-Tabs-panel--description h5,
.woocommerce-Tabs-panel--description h6 {
  font-size: 1.3rem;  /* Większe niż 1rem dla wyróżnienia, ale wszystkie jednakowe */
  font-weight: 700;   /* Mocniejsze pogrubienie dla nagłówków */
  margin: 1.5rem 0 1rem;
  text-transform: none; /* Wyłączone uppercase, jeśli chcesz – zmień na uppercase */
  color: #000;
}

/* Pogrubiony tekst */
.woocommerce-Tabs-panel--description strong {
  font-weight: 700;   /* Można wzmocnić do 800 jeśli chcesz bardziej wyróżnić */
}

/* Styl list (ul) */
.woocommerce-Tabs-panel--description ul {
  list-style: none;    /* Usuwamy standardowe punktorowanie */
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

/* Elementy listy (li) */
.woocommerce-Tabs-panel--description li {
  position: relative;   /* Aby umożliwić użycie pseudoelementu jako znacznika */
  padding-left: 2rem;   /* Odstęp na lewo, gdzie pojawi się nasz "bullet" */
  margin-bottom: 1rem;  /* Odstęp między punktami */
  line-height: 22px;	
}

/* Indywidualny "bullet" w formie kółka (pseudo-element before) */
.woocommerce-Tabs-panel--description li::before {
  content: '';
  position: absolute;
  left: 15px;              /* Rozpoczynamy tuż przy lewej krawędzi */
  top: 0.6rem;          /* Wyrównanie w pionie z tekstem listy */
  width: 0.2rem;
  height: 0.2rem;
  background-color: #000; /* Zmień kolor na dowolny (np. złoty #d4af37 dla luksusu) */
  border-radius: 50%;     /* Okrąg */
}

/* Jeśli masz dodatkowe akapity wewnątrz panelu: */
.woocommerce-Tabs-panel--description p {
  margin: 1rem 0;
}


.slick-prev{
left:0px !important;
	z-index:999;
}

.slick-next{
	right:0 !important;
	z-index:999;
}


/* Główna galeria (Swiper) na stronie */
.custom-thumbnails-slider.swiper-container {
  width: 100%;
}
.custom-thumbnails-slider .swiper-wrapper {
  display: flex;
}
.custom-thumbnails-slider .swiper-slide {
  text-align: center;
}

/* Fancybox – layout lightboxa */
.custom-fancybox-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Kontener głównego obrazu w lightboxie */
.fancybox-main-container {

  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
	height:68vh;
}
.fancybox-main-container .fancybox-main-link {
  display: inline-block;
  max-width: 100%;

}
.fancybox-main-container .fancybox-main-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Strzałki nawigacyjne dla głównego obrazu */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #D7AB89;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
	border-radius:50%;
	z-index:9999999;
}
.fancybox-arrow-left {
  left: 0px;
}
.fancybox-arrow-right {
  right: 0px;
}

/* Kontener mini galerii w lightboxie */
.fancybox-gallery-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.fancybox-gallery-container .custom-thumbnails-slider {
  margin: 0 auto;
}


.custom-thumbnails-slider{
	overflow:hidden;
	position:relative;
}


.swiper-button-next, .swiper-button-prev {
    background: #fff;
    border-radius: 50%;

    width: 30px !important;
    height: 30px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {

    font-weight: 800;
    font-size: 15px !important;
    color: #87807F;
}


.woocommerce-Tabs-panel--description img{
	width: revert-layer;
}





.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after   {

display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 20px;
border: 1px solid #A4BACE !important;
	height: 48px;
	background-color:transparent;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 270px;
	    box-sizing: border-box;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
   width:100%;
	text-align:center;
	color: #000;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 23px; /* 164.286% */
text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
 width:100%;
	text-align:center;
	color: #000;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 23px; /* 164.286% */
text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display:flex;
	gap:15px;
	justify-content:center;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #000 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
   border: 1px solid #CC8BA5 !important;
}

.woocommerce-tabs{
margin-top:80px;
}


/* 1. Ustawienie szerokości dl.tm-fb na 80% */
.tm-floating-box dl.tm-fb {
  width: 80%;
  margin: 0 auto; /* opcjonalnie, by wyśrodkować w kontenerze */
}

/* 2. Upewniamy się, że totals jest nad przyciskiem i oba są blokowe */
.tm-floating-box dl.tm-extra-product-options-totals {
  display: block;   /* wymuszamy blokowe wyświetlanie */
  clear: both;      /* jeśli gdzieś pojawiają się floaty */
  margin-bottom: 1em; /* odstęp od przycisku */
	    display: flex;
    position: absolute;
  
    right: calc(10% + 100px);
    max-width: 210px;
}

.tm-floating-box .single_add_to_cart_button {
  display: block;
  clear: both;
}


.tm-floating-box {
  display: flex;      /* Aktywacja Flexboxa */
  flex-wrap: wrap;    /* Pozwalamy zawijać się elementom, gdy brak miejsca */
  align-items: flex-start; /* Wyrównanie do góry */
}

/* 1) tm-fb – 80% szerokości, wyświetlane po lewej */
.tm-floating-box dl.tm-fb {
 width: 50%;
    order: 1;
    /* flex: 0 0 80%; */
    box-sizing: border-box;
    position: absolute;
    left: 10%;
  box-sizing: border-box; /* Na wszelki wypadek, by padding nie "rozpychał" */
	    flex-direction: column;
}

/* 2) tm-extra-product-options-totals – obok, 20% szerokości, nad przyciskiem */
.tm-floating-box dl.tm-extra-product-options-totals {
  order: 2;          
  flex: 0 0 20%;      /* 20% szerokości */
  box-sizing: border-box;
  margin-bottom: 1em; /* Odstęp pod totals, przed przyciskiem */
}

/* 3) Przycisk poniżej (drugi wiersz) */
.tm-floating-box .single_add_to_cart_button {
  order: 3;
  flex: 0 0 100%;     /* Cała szerokość nowego wiersza */
  margin-top: 0;      /* Ewentualny margines wg uznania */
}

.tm-floating-box{
	height:160px;
}

.tm-floating-box .tm-options-totals, .tm-floating-box .tm-options-totals{
	display:none;
}


.tm-floating-box .single_add_to_cart_button{
	    display: flex !important;
    position: absolute  !important;
    right: 10%  !important;
	bottom:0  !important;
	justify-content:center;
	align-items:center;
}

.tm-floating-box .tc-label-wrap {
    display: none;
}


@media (max-width: 1160px) {

.tm-floating-box .single_add_to_cart_button{
    right: 5%  !important;
}

.tm-floating-box dl.tm-extra-product-options-totals {
    right: calc(5% + 65px);
    max-width: 210px;
}

.tm-floating-box dl.tm-fb {
    left: 5%;
}


}


@media (max-width: 1130px) {
	.tm-floating-box .tm-fb{
		display:none !important;
	}
	
	.tm-floating-box dl.tm-extra-product-options-totals {

        max-width: 100%;
                left: 34%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
}
	
	.tm-floating-box {
    height: 100px;
}

.woocommerce-tabs{
margin-top:20px;
}
}

@media (max-width: 960px) {
	.tm-floating-box .single_add_to_cart_button {
			right: 2% !important;
		}

}

@media (max-width: 650px) {
	  .tm-floating-box .single_add_to_cart_button {
    border-radius: 10px !important;
    background: #E77657 !important;
    max-width: 220px !important;
 	margin:0 !important;
	margin-bottom: 20px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex !important;


  }
}


@media (max-width: 470px) {
	  .tm-floating-box .single_add_to_cart_button {
    border-radius: 10px !important;
    background: #E77657 !important;
    max-width: 180px !important;
 
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex !important;
    font-size: 11px !important;

  }
}

.woocommerce-cart table.cart img{
	
	width:200px;	
}

#my_config_section{
	margin-top:50px;
}


#my_config_section .button-row button{
		border-radius: 20px;
border: 1px solid #A4BACE !important;
	height: 48px;
	background-color:transparent;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 270px;
	    box-sizing: border-box;

	text-align:center;
	color: #000;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 23px; /* 164.286% */
text-transform: uppercase;
	cursor:pointer;
}

#my_config_section .button-row button:hover{
  border: 1px solid #CC8BA5 !important;
}

#my_config_section .content-row img{
	width: revert-layer;
}

#my_config_section .button-row {
display:flex;
	justify-content:center;
	gap:15px;
	flex-wrap: wrap;
}

#my_config_section .content-row {
	margin: 30px 0px 60px 0px;
}

#my_config_section .content-row ul {
list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

#my_config_section .content-row li {
position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}



#my_config_section .content-row li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #000;
    border-radius: 50%;
}


.tm-fb {
    font-size: 12px;
    line-height: 18px;
    max-height: 160px;
 
}

.mc_social_icons{
	display:flex;
	text-decoration:none;
}

.mc_social_gap{
gap:10px;
}


.mc_text_format {
  /* Style dla głównego kontenera (opcjonalnie) */
}

/* Paragrafy */
.mc_text_format p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 10px; /* Delikatny margines od góry */
}

/* Listy numerowane i punktowane */
.mc_text_format ul,
.mc_text_format ol {
  margin-top: 10px;  /* Delikatny margines od góry */
  margin-bottom: 10px;  /* Delikatny margines od dołu */
  padding-left: 20px;  /* Wcięcie listy */
}

.mc_text_format ul {
  list-style-type: disc;  /* Punktacja */
	margin: 10px 0px;
		  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.mc_text_format ol {
  list-style-type: decimal;  /* Numeracja */
		  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

/* Elementy listy (opcjonalnie – dla odstępów między elementami) */
.mc_text_format li {
  margin-bottom: 5px;
	margin-top: 10px;
	  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;

}

/* Elementy <b> i <strong> */
.mc_text_format b,
.mc_text_format strong {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;

}

/* Nagłówki h1-h6 */
.mc_text_format h1,
.mc_text_format h2,
.mc_text_format h3,
.mc_text_format h4,
.mc_text_format h5,
.mc_text_format h6 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-top: 10px;  /* Delikatny margines od góry */
  margin-bottom: 10px;  /* Opcjonalny margines od dołu */
}

.custom-main-image{
	position:relative;
}

.custom-main-image .main-arrow-left{
position:absolute;
	left:0;
	top:50%;
	background: #ffffffb8;
    color: #000;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
	border-radius:50%;
}

.custom-main-image .main-arrow-right{
position:absolute;
	right:0;
	top:50%;
	background: #ffffffb8;
    color: #000;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
	border-radius:50%;
}

.custom-thumbnails-slider .swiper-button-prev, .custom-thumbnails-slider .swiper-button-next{
	display:none;
}

.fancybox-toolbar{
	display:flex;
	width:100%;
}

.fancybox-counter{
	margin-left:15px;
	box-sizing:border-box;
}

.fancybox-main-link, .fancybox-content{
	height:68vh !important;
	object-fit:contain !important;

}

.fancybox-content img{

	object-fit:contain !important;

}

.fancybox-main-container .fancybox-main-image{
	height:100% !important;

}

.custom-thumbnails-slider img{
	border-radius:10px;
}

/* Kontener galerii jako flexbox */
.flex-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* odstęp między elementami */
}

/* Elementy siatki – 3 kolumny dla urządzeń PC i tablet */
.flex-gallery .flex-item {
  flex: 1 1 calc(33.33% - 10px);

}


.flex-gallery .flex-item img {
 border: 1px solid #a4bace;
	border-radius:10px;

}


/* Na mniejszych ekranach (np. smartfony) 2 kolumny */
@media (max-width: 600px) {
  .flex-gallery .flex-item {
    flex: 1 1 calc(50% - 10px);
  }
}



#my_config_section .tm-tooltip{
 display:none !important;
}

.mc_group_border-div img {

  border: none !important;

}

.mc_group_border-div  .tc-label-wrap:hover img {
   border: none !important;

}

.mc_group_border-div  .tc-active img {
   border: none !important;
	
}


.always-visible-tooltip{
	width:100%;
}


#my_config_section .always-visible-tooltip ul{
	width:100% !important;
	max-width:100% !important;

	box-sizing: border-box !important;
	padding:10px;
}

#my_config_section .always-visible-tooltip li {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  align-items: center; /* wyrównanie pionowe */
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
	    text-align: left;
}

#my_config_section .always-visible-tooltip li::before {
  content: "\2713" !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center\ !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
margin-top: -6px;
  color: #000 !important;
  font-size: 14px !important;
}

.mc_group_border-div .tmcp-field-wrap{
	border-radius: 20px !important;
	border: 1px solid #C5C0BC !important;
	background: #FFF !important;
	box-sizing: border-box !important;

}


.mc_group_border-div  .tc-active {
  background: #E77657 !important;
	border: 1px solid #E77657 !important;
}

.mc_group_border-div .tmcp-field-wrap:hover .tc-label-text{
	color:#fff !important;
}

#my_config_section .mc_group_border-div .tmcp-field-wrap:hover .always-visible-tooltip li{
	color:#fff !important;
}

#my_config_section .mc_group_border-div .tmcp-field-wrap:hover .always-visible-tooltip li::before {
  color: #fff !important;

}

.mc_group_border-div  .tc-active .tc-label-text{
	color:#fff !important;
}

.mc_group_border-div  .tc-active .always-visible-tooltip li{
	color:#fff !important;
}

#my_config_section .mc_group_border-div .tc-active .always-visible-tooltip li::before {
  color: #fff !important;

}

.mc_group_border-div  .tmcp-field-wrap:hover {
  background: #E77657 !important;
	border: 1px solid #E77657 !important;
	
}

.mc_group_border-div .tmcp-field-wrap:hover{
border: 1px solid #E77657 !important;
}



#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
    height: 40px;
    border-radius: 10px;
}

/*Konrad*/

.gap20 {
  gap: 20px;
}

.mc_dowiedz-btn {
	transition: background 0.2s ease-in-out;
	
	
	display: flex;
	justify-content: center;
  max-width: 222px;
  border: 1px solid black;
  border-radius: 24px;
  padding: 13px 30px 13px 30px;
}

.mc_dowiedz-btn:hover {
	background: black;
}
.mc_dowiedz-btn:hover p {
	color: white;
}


.mc_dowiedz-btn > p{
  font-size: 14px;
  font-weight: 600;
}

.flex_column2row1090 {
	flex-direction: column;
}

@media screen and (max-width: 1090px) {
  .flex_column2row1090 {
    flex-direction: row-reverse !important;
	  justify-content: space-between !important;
    align-items: center !important;
  }
}

.mc-lr-nopadding .kb-advanced-slide-inner-wrap {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.mc_bg_tan1 {
  background: #D5AA7E;
}

.mc_bg_tan2 {
    background: #F9EBDD;
}

.round10 {
  border-radius: 10px;
}


.woocommerce ul.products li.product a.woocommerce-loop-product__link{

  border-radius: 10px;
  background: #EBE6E3;
  padding: 0 0 5% 0;
  text-decoration: none;
}

.my-product-category{
  padding: 0 5% 0 5%;
  box-sizing: border-box;
}

.woocommerce ul.products li.product .price{
  padding: 0 5% 0 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap:5px;
  margin-top: 35px;
}

.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins{
  text-decoration: none;
}

.woocommerce ul.products li.product .price del span{
  position: relative;
}

.woocommerce ul.products li.product .price del span::after{
  width:100%;
  height: 1px;
  background-color: #000;
  content:' ';
  position:absolute;
  left:0;
  top:50%;
}

.woocommerce ul.products li.product .onsale {

  margin: 1%;
}

.home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {
  margin: 0 3.8% 0 0;

}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: auto;
  left: 0px;

}

.mc_button_max {
  width:100%;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-input {

  border:0 !important;
  border-bottom:1px solid #A8A9AD !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea {
  border:0 !important;
  border-bottom:1px solid #A8A9AD !important;
}




.forminator-label{
  display:none !important;
}

.mc_livmeb-odd-flip ul.kb-query-grid-wrap:nth-child(odd) {
	border: 1px solid red !important;
}

.my-flex-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width:100%;
}

.shop-filters {
  display: flex;
  box-sizing: border-box;
	flex-direction:column;
}


.shop-filters {
  width: 0%;
	display:none;
}

.archive ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.archive ul.products {
    width: 100%;
}

@media only screen and (max-width: 1560px) {

.woocommerce ul.products li.product a img {
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}
}


@media only screen and (max-width: 768px) {
    .shop-filters {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
        z-index: 9999;
        padding: 20px;
        overflow-y: auto;
        transition: all 0.3s ease-in-out;
        display: flex;
    }

	   .archive ul.products {
      width: 100%;
  }

.woocommerce ul.products li.product a img {
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}
}

@media only screen and (max-width: 560px) {
.woocommerce ul.products li.product a img {
  height: 180px;
  object-fit: cover;
  /* border-radius: 10px; */
}
}


#filter-toggle {
  display: none;
}

@media (max-width: 768px) {
  /******************************************************
  OFF-CANVAS FILTR (układ mobilny)
******************************************************/

  #filter-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 23px !important;
    letter-spacing: 2px !important;
	  font-family:"Montserrat";
    text-transform: uppercase !important;
    height: 53.465px;
    transition: all 0.2s ease-in-out;
	  width:100%;
  }

  #filter-toggle:hover {
    background: #D5AA7E !important;
  }

  .shop-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    display: flex;
  }

  /* Overlay (tło półprzezroczyste) */
  .shop-filters-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s;
    z-index: 9998;
  }

  /* Po dodaniu klasy .open panel się wysunie i overlay stanie widoczny */
  .shop-filters.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    display: flex;
    width: 80%;
  }
  .shop-filters-overlay.open {
    opacity: 1;
    visibility: visible;
    display: flex;
  }

  .tm-floating-box .tm-options-totals .price {
    font-size: 14px !important;
  }

  .tm-floating-box .tm-options-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-amount,
  .tm-floating-box .tm-final-totals .woocommerce-Price-currencySymbol,
  .tm-floating-box .tm-options-totals .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
  }
}

.filter-title{
	color: #3C3C3B;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 19px; /* 95% */
text-transform: uppercase;
}

.term-label{
	color: #3C3C3B;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 212.5% */
}

.filter-content{
	padding:5%;
	box-sizing: border-box;
	border-bottom:1px solid #D5AA7E;
}

.filter-content .active .term-label{
	border-radius: 10px;
	background: #E5CCB1;
	color: #FFF !important;
	box-sizing: border-box;
	padding:5px 10px 5px 10px;
}



.mc_button_footer{
	text-decoration:none;
	color:#000;
}

.wp-block-woocommerce-checkout {
   
    padding-top: 0px !important; 
}

.post-type-archive-product .mc_carousel_img{
	border-radius: 10px;
	border:1px solid #FCF5F1;
	box-sizing: border-box;
	transition:all 0.2s ease-in-out;
}

.post-type-archive-product 
.mc_carousel_item:hover  .mc_carousel_img  {

   border:1px solid #6E5F5C;

}

.mc_radio_button_image-div .tmcp-field-wrap:hover{
	background:#E77657 !important;
} 

.mc_radio_button_image-div .tmcp-field-wrap:hover {
	background:#E77657 !important;
 border: 1px solid #E77657 !important;
} 


@media only screen and (max-width: 490px) {
    .mc_menu_bottom {
             width: 40px;
     
        margin-left: 20px;
    }
}

.mc_first_container .quantity{
	margin:10px 0px !important;
} 