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

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: "Poppins", sans-serif;
}

.mc_mobile_on {
  display: none;
}

.mc_project_width {
  width: 1440px;
}

.mc_project_width_big {
  width: 1800px;
}

.mc_bg_black {
  background-color: black;
}

.mc_small_text {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 583.333% */
}

.mc_top_menu a {
  color: #da251c;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 225% */
  text-decoration: none;
}

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

.mc_top_bar_text {
  gap: 45px;
}

.mc_social_container {
  margin-left: 26px;
}

.mc_top_bar {
  height: 32px;
}

.mc_search {
  width: 100%;
}

.hamburger {
  display: none;
}

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

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

.mc_main_menu ul {
  display: flex;
}

.mc_main_menu ul li {
  width: 100%;
}

.mc_sale_button {
  background: #da251c;
}

.mc_contact_button {
  background: #000;
}

.mc_main_menu ul a {
  width: 100%;
  text-align: center;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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_middle_header_area {
  background: #272727;
  height: 137px;
  display: flex;
  align-items: center;
}

.mc_tiitle_top_max_width {
  max-width: 855px;
}

.mc_main_menu_section {
  height: 56px;
  display: flex;
  align-items: center;
  background: #9c7e6f;
  position: relative;
}

.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: #3c3c3b;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
}

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

.mc_footer_space {
  padding: 68px 0px;
}

.mc_footer_gap_bottom {
  gap: 80px;
}

.mc_footer_menu ul a {
  color: #fff;
  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: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.5px; /* 215% */
  letter-spacing: 1.5px;
  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 .splide__pagination__page,
.mc_red_dot .splide__pagination__page {
  opacity: 1 !important;
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
  border-radius: 30px !important;
  background: #000 !important;
}

.mc_product_carousel .splide__pagination .is-active,
.mc_red_dot .splide__pagination .is-active {
  border-radius: 30px !important;
  border: 5px solid #fd0f0f !important;
  background: #fff !important;
  width: 30px !important;
  height: 30px !important;
  flex-shrink: 0 !important;
}

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

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

.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: 40px; /* 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: 1440px;
  margin: auto !important;
}

.my-custom-breadcrumbs {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 146.154% */
  margin-top: 18px;
  margin-bottom: 64px !important;
}

.my-custom-breadcrumbs span {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 146.154% */
}

.my-custom-breadcrumbs a {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 146.154% */
  text-decoration: none;
}

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

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

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

.woocommerce-Tabs-panel h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 39.583% */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.woocommerce-tabs .tabs {
  display: none;
}

.related h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 111.111% */
  text-transform: uppercase;
}

.related .woocommerce-loop-product__title {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 105% */
  text-align: left;
}

.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: #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;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 30px;
}

.mc_single_add_to_cart_button:hover {
  background: #bc967f !important;
}

.single_add_to_cart_button:hover {
  background: #bc967f !important;
}

.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: 400 !important;
  line-height: 19px !important;
  letter-spacing: 2px !important;
}

.woocommerce-cart-form__contents a {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  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: 16px;
  font-style: normal;
  font-weight: 600;
  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-cart-item__remove-link {
  color: #000 !important;
  font-family: "Montserrat" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  letter-spacing: 2px !important;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 0 !important;
  width: 100% !important;
}

.woocommerce-cart .checkout-button {
  border-radius: 10px !important;
  background: #000 !important;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 23px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

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

.cart-col h3,
.cart-col,
.cart-col .cart_totals h2,
.cart-col tbody th {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 2px;
}

.woocommerce-shipping-methods label,
.woocommerce-shipping-destination,
.shipping-calculator-button {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.5px;
}

.cart-col li {
  border-radius: 10px;
  border: 0.5px solid #000;
  background: #fff;
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.5px;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.woocommerce-cart-form .button {
  border-radius: 10px !important;
  background: #000 !important;
  color: #fff !important;
  text-align: center !important;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 23px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: left;
  width: 100%;
}

.woocommerce-cart .woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
}

.woocommerce-cart .shop_table {
  border: none !important;
}

.mc_icon_end img {
  max-width: none;
}

.cart_totals h2,
.cart_totals th {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 2px;
}

.cart_totals td {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.5px;
}

.cart_totals .woocommerce-shipping-totals input {
  height: 75px;
  padding: 0 !important;
  margin: 0 !important;
}

.cart_totals .woocommerce-shipping-totals td {
  padding: 0 !important;
}

.cart_totals #shipping_method li {
  margin: 0 !important;
  margin-bottom: 5px !important;
}

.cart_totals .payment-col td {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 0.5px solid #000 !important;
  height: 75px;
  margin-bottom: 5px;
  padding: 0 !important;
}

.cart_totals .woocommerce-shipping-totals li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 75px;
  border: 0.5px solid #000 !important;
}

.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: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 67.857% */
}

.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: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
}

.mc_contact_section a,
.mc_big_text_contact,
.mc_contact_text {
  color: #272727;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 37px !important; /* 102.778% */
  margin-bottom: 15px;
  display: flex;
  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: 11px;
}

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

.mc_second_container {
  width: 100%;
}

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

.mc_second_container .mc_box_2 {
  border-radius: 10px;
  background: #272727;
}

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

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

.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% */
}

.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;
}

.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: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 95% */
}

.mc_box_1 .mc_discount_text {
  color: #fff;
  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: 10px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.mc_discount_button {
  text-decoration: none;
}

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

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

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

.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: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
}

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

.tc-epo-element-label-text {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  margin-bottom: 10px;
  margin-top: 10px;
}

.mc_radio_button_image-div img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px !important;
  border: 2px solid #000 !important;
  transition: all 0.2s ease-in-out;
}

.mc_radio_button_image-div .tc-label-wrap:hover img {
  border: 2px solid #fd0f0f !important;
}

.mc_radio_button_image-div .tc-active img {
  border: 2px solid #fd0f0f !important;
}

.mc_configure_tittle {
  color: #3c3c3b;
  font-family: "Montserrat";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 39.583% */
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.mc_configure_subtitle {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  border-radius: 10px;
  border: 1px solid #000;
  max-width: 535px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom:20px;
}

.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: 600;
  line-height: 19px; /* 63.333% */
}

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

.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 .tm-fb-value,
.tm-floating-box .tc-label-text {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 158.333% */
  letter-spacing: 2px;
}

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

.mc_top_mobile_hamburger {
  display: none;
}

.tm-floating-box .tm-options-totals .price {
  color: #fff;
  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: #fff;
  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: 24px !important;
  background: #fd0f0f !important;
  max-width: 364px !important;
      text-align: center;
    justify-content: center;
    align-items: center;
    display: flex !important;
    margin: auto !important;
    margin-bottom: 40px !important;
}

.tm-floating-box .single_add_to_cart_button:hover {
  background: #bd2f2f !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: #000;
  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: #616a6c;
  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;
}

.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;
}

.kt-blocks-product-carousel-block h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 135.714% */
}

.kt-blocks-product-carousel-block .add_to_cart_button {
  display: none !important;
}

.kt-blocks-product-carousel-block .woocommerce-Price-amount {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 105% */
}

.kt-blocks-product-carousel-block .woocommerce-Price-currencySymbol {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 105% */
}

.kt-blocks-product-carousel-block .woocommerce-LoopProduct-link {
  border-radius: 5px;
  border: 1px solid #d8cccc;
  padding: 11px;
  display: flex;
  flex-direction: column;
}

.mc_bg_dark_grey {
  background: #272727;
}

.mc_footer_text_big p {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 112.5% */
}

.mc_footer_text_big a {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 112.5% */
  text-decoration: none;
}

.mc_footer_logo_space {
  margin-top: 50px;
}

@media only screen and (max-width: 1490px) {
  .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;
  }
}

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

@media only screen and (max-width: 1310px) {
  .mc_main_menu ul {
    display: flex;
  }
}

@media only screen and (max-width: 1040px) {
  .mc_mobile_on {
    display: flex;
  }

  .mc_top_menu_bar {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mc_menu_bottom {
    display: none;
  }

  .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;
  }

  .mc_main_menu_section,
  .mc_display_mobile {
    display: none;
  }

  .mc_top_mobile_hamburger {
    display: flex;
  }

  .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: 80px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}

@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%;
  }
}

.shop-filters-close{
	display:none;
}

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

	.shop-filters-close{
	display:flex;
}

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

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

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

  .mc_top_bar_text {
    gap: 0px;
  }

  .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;
  }
}

@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;
  }
}

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

.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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 63.333% */
  letter-spacing: 2px;
}

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

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

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

.mc_top_single_product {
  gap: 50px;
}

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

.mc_configure_tittle {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #bc967f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  text-transform: uppercase;
}

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

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

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

.slick-track .item {
  border-radius: 10px;
  box-sizing: border-box;
}

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

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

.slick-track img {
  box-sizing: border-box;
  padding: 5px;
}

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

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

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

.tm-floating-box.right {
  left: 0;
  right: 0;
}

.tm-floating-box.bottom {
  bottom: 0;
  top: auto;
}

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

@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;
  }
}

@media only screen and (max-width: 768px) {
  .tm-floating-box {
    display: block !important;
  }
}

.archive ul.products .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% */
}

.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: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.archive .product {
  border-radius: 5px;
  border: 1px solid #d8cccc;
  box-sizing: border-box;
  padding: 12px !important;
}

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

.archive ul.products li.product {
  flex: 0 0 calc((100% - (3 * 15px)) / 4);
  box-sizing: border-box;
}

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

@media (max-width: 1260px) {
  .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);
  }
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: " ";
  display: none !important;
}

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

.mc_carousel_wrap {
  margin-bottom: 60px;
}

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

.mc_carousel_title a {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 230% */
  text-decoration: none;
}

.mc_carousel_item {
  border-radius: 5px;
  border: 1px solid #d8cccc;
  box-sizing: border-box;
  padding: 5px;
}

.my-result-sorting-container {
  display: flex;
  justify-content: space-between;
}

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

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

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

.maef-filter-price label {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 105% */
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
}

.maef-filter-attribute .flex_column label {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
}

.mc_filter_tittle label {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 105% */
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
}

.shop-filters {
  width: 20%;
}

.maef-filter-price input {
  width: 100%;
  height: 35px;
}

.post-type-archive-product .products {
  width: 80%;
}

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

.woocommerce-breadcrumb {
  margin-top: 30px !important;
}

.mc_gap_filter {
  gap: 12px;
}

.mc_shop_icon,
.mc_shop_icon_cart {
  width: auto !important;
}

@media (max-width: 768px) {
  .shop-filters,
  .mc_display_mobile {
    display: none;
  }

  .post-type-archive-product .products {
    width: 100%;
  }

  .mc_top_mobile_hamburger {
    display: flex;
  }

  #hamburger {
    width: 36px;
    height: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  #hamburger .line {
    width: 100%;
    height: 2px;
    background-color: #da251c;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center; /* kluczowe dla "idealnego X" */
  }

  /* Po aktywacji */
  #hamburger.active .line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

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

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

  .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: 80px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

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

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

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

  .mc_main_menu a {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
  }
}

@media (max-width: 1040px) {
  .mc_fixed_mobile_menu {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    top: 0;
  }

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

  .my-megamenu-sub ul {
    flex-direction: column;
    box-shadow: none;
  }

  .my-megamenu-sub {
    flex-direction: column;
    box-shadow: none;
  }

  .my-megamenu-sub .sub-menu a {
    font-size: 14px;
    font-weight: 400;
  }

  .mc_top_mobile_hamburger {
    display: flex;
  }

  #hamburger {
    width: 36px;
    height: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  #hamburger .line {
    width: 100%;
    height: 2px;
    background-color: #da251c;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center; /* kluczowe dla "idealnego X" */
  }

  /* Po aktywacji */
  #hamburger.active .line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

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

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

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

  .mc_main_menu a {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
  }
}

/* Dla ekranów poniżej 560px */
@media (max-width: 560px) {
  .mc_menu_top {
    /* Pozwól elementom schodzić do nowych wierszy */
    flex-wrap: wrap;
    /* W pionie wycentruj elementy (logo w drugim wierszu) */
    align-items: center;
    /* Rozstaw wyszukiwarkę i ikony na boki w jednym wierszu */
    justify-content: space-between;
  }

  .mc_footer_text_big a {
    font-size: 20px;
  }

  .mc_footer_text_big p {
    font-size: 20px;
  }

  /* LOGO ma być na dole:
     - Ustaw order większy niż pozostałe 
     - Szerokość na 100%, żeby zaczynało nowy wiersz
     - Tekst (grafika) wyśrodkowany */
  .mc_logo {
    width: 100%;

    margin-top: 10px;
  }

  .mc_menu_top .mc_logo {
    order: 3;
    text-align: center;
  }

  /* WYSZUKIWARKA (order:1) */
  .mc_search {
    order: 1;
  }

  /* IKONY (order:2) */
  .mc_shop_menu {
    order: 2;
    /* Jeśli chcesz mieć je przy prawej krawędzi, dodatkowo:
       margin-left: auto;
       a rodzicowi daj `justify-content: flex-start;`
       – ale "space-between" zwykle też wystarcza */
  }

  .mc_search {
    max-width: 50%;
  }
}

.mc_footer_4col {
  border: 1px solid #fff;
  background: #9c7e6f;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 135% */
  gap: 15px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
}

.mc_footer_4col p {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 135% */
}



@media (max-width: 1040px) {
  .mc_footer_bottom_column .mc_footer_4col {
    width: 50%;
  }

  .mc_footer_bottom_column {
    flex-wrap: wrap;
  }

  .mc_footer_4col {
    justify-content: flex-start;
  }

  .mc_footer_4col svg {
    width: 40px;
    height: 39px;
  }

  .mc_footer_4col p {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 116.667% */
  }
}

@media (max-width: 568px) {
  .mc_footer_4col p {
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 116.667% */
  }
}

.mc_news_col_height {
  min-height: 310px;
}

.mc_newsletter_tittle {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 208.333% */
  max-width: 960px;
  text-align: center;
}

.mc_newsletter_tittle span {
  color: #da251c;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.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: 131px;
  background: #fff;
  max-width: 557px;
  height: 64px;
}

.tnp-field-button input {
  border-radius: 131px;
  background-color: #000 !important;
  color: #fff !important;
  font-family: Poppins !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: #87807f !important;
}

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

.mc_newsletter_bg {
  background-color: #bc967f;
}

div.tnp-subscription {
  display: flex !important;
  justify-content: center !important;
}

.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .mc_newsletter_padding {
    padding: 25px;
    box-sizing: border-box;
  }

  .mc_newsletter_tittle {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
  }

  .mc_newsletter_tittle span {
    color: #da251c;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
  }
}

.single-product .woocommerce-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.single-product .woocommerce-tabs .tabs {
  display: flex;
  display: none;
}

.single-product .woocommerce-Tabs-panel {
  display: flex !important;
  flex-direction: column;
}

.mc_config_info {
  margin-bottom: 18px;
}

.mc_two_boxes {
  margin-bottom: 18px;
  gap: 15px;
  display: flex;
}

.mc_tabs_flex {
  display: flex;
  gap: 90px;
}

.mc_tabs_flex .woocommerce-Tabs-panel {
  width: 50%;
}

.woocommerce-product-attributes-item th,
.woocommerce-product-attributes-item td {
  border: 0.5px solid #000 !important;
  background: #fff !important;
  text-align: center;
  box-sizing: border-box;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-product-attributes-item th {
  border-radius: 20px 0px 0px 20px !important;
}
.woocommerce-product-attributes-item td,
.woocommerce-product-attributes-item td p,
.woocommerce-product-attributes-item td p a {
  border-radius: 0px 20px 20px 0px !important;
  color: #000 !important;
  text-align: center !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 23px !important;
  text-decoration: none;
}

.woocommerce-product-attributes-item {
  display: flex;
}

.variations {
  margin: 10px 0px;
}

.variations label {
  font-size: 14px !important;
  margin-top: 7px !important;
  display: flex;
}

.single-product div.product form.cart .variations td,
.single-product div.product form.cart .variations th {
  line-height: 1em !important;

  text-align: left;
}

.single-product div.product form.cart .button {
  margin: 20px 0px 20px 0px !important;
}

/* Styl dla selecta wariacji WooCommerce */
form.variations_form table.variations .value select {
  display: block; /* Upewnia się, że margin-bottom zadziała poprawnie */
  color: #000; /* Kolor tekstu */
  background-color: #fff; /* Tło selektora */
  font-family: "Montserrat", sans-serif;
  font-size: 14px; /* Mniejszy rozmiar czcionki */
  font-weight: 400;
  line-height: 20px; /* Dopasowana wysokość linii */
  text-align: center;
  padding: 6px 10px; /* Wewnętrzne odstępy */
  margin-bottom: 0px; /* Dolny margines */
  border: 1px solid #ccc; /* Obramowanie */
  border-radius: 4px; /* Zaokrąglenie rogów */
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

/* Hover (najazd myszką) */
form.variations_form table.variations .value select:hover {
  border-color: #999;
}

/* Focus (kliknięty, aktywny) */
form.variations_form table.variations .value select:focus {
  border-color: #333;
}

/* Opcjonalnie - styl listy rozwijanej (option) */
form.variations_form table.variations .value select option {
  color: #000;
  background-color: #fff;
}

.reset_variations {
  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: 40px !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
}

.variations tr {
  display: flex;
  margin-bottom: 10px;
}

.variations tr th,
.variations tr td {
  width: 100%;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  margin-right: 0;
}

.mc_box_ask,
.mc_box_recommend {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 158.333% */
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 868px) {
  .mc_tabs_flex {
    display: flex;
    gap: 20px;
  }
}

@media (max-width: 815px) {
  .mc_tabs_flex {
    flex-direction: column;
  }

  .mc_tabs_flex .woocommerce-Tabs-panel {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .woocommerce-product-attributes-item th,
  .woocommerce-product-attributes-item td {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 191.667% */
  }

  .woocommerce-product-attributes-item td,
  .woocommerce-product-attributes-item td p,
  .woocommerce-product-attributes-item td p a {
    font-size: 12px !important;
    line-height: 23px !important; /* 143.75% */
  }
}

/* Styl dla inputu ilości (qty) w WooCommerce */
.woocommerce div.quantity .qty {
  display: block;
  width: 100%; /* Możesz dostosować szerokość według potrzeb */
  max-width: 100px; /* Na przykład ograniczyć max szerokość */
  color: #000; /* Kolor tekstu */
  background-color: #fff; /* Tło inputa */
  font-family: "Montserrat", sans-serif;
  font-size: 14px; /* Rozmiar czcionki */
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding: 6px 10px; /* Wewnętrzne odstępy */
  margin-bottom: 10px; /* Odstęp dolny */
  border: 1px solid #ccc; /* Obramowanie */
  border-radius: 4px; /* Zaokrąglenie rogów */
  outline: none;
  transition: border-color 0.2s ease;
  -moz-appearance: textfield; /* Ukrywa strzałki w Firefoksie (opcjonalnie) */
}
.woocommerce div.quantity .qty:hover {
  border-color: #999;
}
.woocommerce div.quantity .qty:focus {
  border-color: #333;
}
/* Ukrycie strzałek w Chrome / Safari (opcjonalnie) */
.woocommerce div.quantity .qty::-webkit-outer-spin-button,
.woocommerce div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart .woocommerce-Price-currencySymbol {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 19px !important;
}

.shop-filters {
  width: 20%;
}

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

.archive .content-area {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .archive ul.products {
    width: 100%;
  }

  .my-flex-container {
    flex-direction: column;
  }

  .shop-filters {
    width: 100%;
  }
}

#filter-toggle {
  display: none;
}

#maef-apply-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  transition: all 0.2s ease-in-out;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}

#maef-apply-filters:hover {
  background: #bc967f !important;
}

@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: "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;
    transition: all 0.2s ease-in-out;
  }

  #filter-toggle:hover {
    background: #bc967f !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;
  }
}

.mc_config_info {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  border: 1px #000 solid;
  padding: 5px 15px;
  border-radius: 20px;
}

/* 1) Domyślnie ukrywamy element mc_config_info */
.mc_config_info {
  display: none;
}

/* 2) Jeśli w body jest element #my-custom-epo-titles, to pokaż mc_config_info */
body:has(#my-custom-epo-titles) .mc_config_info {
  display: inline-block;
}

.forminator-label {
  color: #3c3c3b;
  font-family: "Montserrat" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 164.286% */
  letter-spacing: 0.5px;
}

.forminator-textarea {
  color: #3c3c3b;
  text-align: justify;
  font-family: "Montserrat" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 177.778% */
  letter-spacing: 0.5px;
}

.forminator-input {
  color: #3c3c3b;
  text-align: justify;
  font-family: "Montserrat" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 177.778% */
  letter-spacing: 0.5px;
}
.forminator-checkbox-label {
  color: #3c3c3b;
  text-align: justify;
  font-family: "Montserrat" !important;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 177.778% */
  letter-spacing: 0.5px;
}

.forminator-button-submit {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #000;
}

.forminator-button-submit span {
  color: #fff;
  text-align: center;
  font-family: "Montserrat" !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 8px; /* 40% */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.forminator-ui.forminator-custom-form[data-design="material"]
  .forminator-input {
  border-color: #a8a9ad;
}

.forminator-ui.forminator-custom-form[data-design="material"]
  .forminator-textarea {
  border-color: #a8a9ad;
}

.tm-fb {
  display: flex;
  overflow: auto;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #fff #bc967f;
}

.slick-next {
  right: 0px !important;
}

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

/*************************************************
  ZESTAW 2: DRUGA 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; /* tekst bazowy */
  font-weight: 600;
  line-height: 19px;
}

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

/* 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: #bc967f;
  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 #272727;
  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: #9c7e6f;
  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: #272727;
}

/* Nagłówki w formularzach (większe h2), labelki */
body.woocommerce-account .woocommerce form h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 21px; /* 105% */
  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: #bc967f;
  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;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 5px 0; /* odstęp linków w kolumnie */
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #272727;
}

/* Zawartość (zamówienia, adresy) */
body.woocommerce-account .woocommerce-MyAccount-content {
  background-color: #fff;
  border: 1px solid #272727;
  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) {
  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;
  }
}


.mc_informacje h2{
  width: 100%;
height: 56px;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
background: #BC967F;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 111.111% */
text-transform: uppercase;
margin-bottom: 40px;
}

.mc_bestsellery{
  width: 100%;
height: 56px;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
background: #BC967F;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 111.111% */
text-transform: uppercase;
margin: 40px 0;
}

.related .woocommerce-LoopProduct-link{
  box-sizing: border-box;
  padding:2%;
  border-radius: 5px;
border: 1px solid #D8CCCC;
}


/* Upewnij się, że w sekcji powiązanych produkty posiadają klasę .related.products */
.related.products ul.products li.product {
  position: relative; /* aby pseudo-element mógł się pozycjonować */
}

/* Pseudo-element :before na każdym produkcie w sekcji related
.related.products ul.products li.product::before {
  content: "bestseller";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  border-radius: 5px 0px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  z-index: 2;
}
 */

.mc_top_single_product img{

  border-radius: 10px;
  border: 1px solid #D8CCCC;
  max-height:450px;
  object-fit: contain;
}


.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image {
  margin: 4px 4px;
    padding: 0;
  right:0;
  justify-content: flex-end;
    align-items: flex-end;
}

.yith-add-to-wishlist-button-block {
  margin: 0px auto;
}


.woocommerce span.onsale {
  position: absolute;
  top: 10px;
  left: 0 !important;
  border-radius: 0 5px;
  background: #DA251C;
  color: #FFF;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 19px;
  height: 27px;
  display: flex
;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  z-index: 10;
  box-sizing: border-box;
  max-width: 95px;
  border-radius: 5px 0px;
  margin: auto !important;
  margin-left: 0 !important;
  min-height: auto;
}
.mc_first_container .price{
  display: flex;
  flex-direction: column-reverse;

  gap:10px;
}

.price ins{
  text-decoration:none;
}

.price del{
  margin-bottom: 10px;
}



/* Ustaw ceny w kolumnie (odwróconej) tak, by nie rozciągały się na 100% */
.mc_first_container .price {
  display: inline-flex;        /* zamiast 'flex', by dopasować się do szerokości treści */
  flex-direction: column-reverse;
  align-items: flex-start;     /* wyrównanie do lewej – można zmienić na center */
  gap: 10px;
  width: auto;                 /* dopasowanie szerokości do zawartości */
}

/* Wyłącz domyślne przekreślenie i rysuj własne – pseudo-elementem dokładnie na szerokość tekstu */
.mc_first_container .price del {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}

/* Pseudo-element z linią w środku tekstu */
.mc_first_container .price del::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; 
  height: 1px;
  background-color: red; /* kolor linii */
  transform: translateY(-50%);
}
.single-product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  display: none;
}

.single-product .product_meta{ margin:10px 0px;}

.wishlist-items-wrapper .product-add-to-cart{
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-content{
  background-color: #9c7e6f;
}

.mc_carousel_item img{
  max-height: 120px;
  object-fit: contain;
}

.woocommerce ul.products li.product a img {
  height: 200px;
  object-fit: contain;
}

.mc_border_box{
	box-sizing: border-box;
}

.mc_logo img {
    max-width: 148px;
 
    width: auto !important;
}

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

.wp-block-kadence-advancedheading{
	color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 168.75% */
}

.wp-block-kadence-advancedheading strong{
font-weight: 500;

}


.mc_text_style {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

.mc_text_style p {
  margin-bottom: 1em;
}

.mc_text_style b,
.mc_text_style strong {
  font-weight: 700;
}

.mc_text_style ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 2em;
}

.mc_text_style ul ul {
  list-style-type: circle;
  margin: 0.5em 0;
  padding-left: 2em;
}

.mc_text_style ul ul ul {
  list-style-type: square;
  margin: 0.5em 0;
  padding-left: 2em;
}

/* --- LISTY NUMEROWANE (OL) Z KONTYNUACJĄ TYPU 4.1, 4.2, 4.3... --- */
.mc_text_style ol {
  list-style: none;
  counter-reset: level1;
  margin: 1em 0;
  padding-left: 2em;
}

.mc_text_style ol > li {
  counter-increment: level1;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.mc_text_style ol > li::before {
  content: counter(level1) ". ";
}

/* Drugi poziom (4.1, 4.2...) */
.mc_text_style ol > li ol {
  list-style: none;
  counter-reset: level2;
  margin: 0.5em 0;
  padding-left: 2em;
}

.mc_text_style ol > li ol > li {
  counter-increment: level2;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.mc_text_style ol > li ol > li::before {
  content: counter(level1) "." counter(level2) " ";
}

/* Trzeci poziom (4.1.1, 4.1.2...) */
.mc_text_style ol > li ol > li ol {
  list-style: none;
  counter-reset: level3;
  margin: 0.5em 0;
  padding-left: 2em;
}

.mc_text_style ol > li ol > li ol > li {
  counter-increment: level3;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.mc_text_style ol > li ol > li ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) " ";
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 767px) {
  .mc_text_style {
    font-size: 14px;
    line-height: 1.6;
  }
}

.filter-title{
color: #000;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 21px; /* 105% */
text-transform: uppercase;
	margin-bottom:20px;
}

.price-slider input{
	border:1px solid #D9D9D9;
border-radius:5px;
height:35px;


    display: flex;
    width: 45% !important;
    box-sizing: border-box;

color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 212.5% */
}

@media (max-width: 1020px) {
.my-product-category {

    font-size: 14px;
 
}
}

@media (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        
        margin: 0 ;
    }
}


.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
 
	box-shadow:none;
}


.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  box-shadow:none;
}


.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container:after {
   
    top: -2px;
 
}

@media (max-width: 450px) {
	.tm-floating-box .single_add_to_cart_button{
	    max-width: 250px !important;
    box-sizing: border-box;
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto !important;
		margin-bottom: 10px !important;
    height: 45px;
    font-size: 14 px !important;
    font-size: 12px !important;
}
}


@media (max-width: 560px) {
	.mc_informacje h2, .mc_bestsellery, .mc_configure_tittle {
		font-size:22px
	}
}


@media (max-width: 560px) {
.mc_contact_section a, .mc_big_text_contact, .mc_contact_text {
    color: #272727;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 37px !important;
    margin-bottom: 3px;
}
}

@media (max-width: 380px) {
.mc_contact_section a, .mc_big_text_contact, .mc_contact_text {
    color: #272727;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 37px !important;
    margin-bottom: 3px;
}
}

.mc_icon_container svg:hover {
    animation: pulse 1s infinite;
}

.mc_tabs_flex strong{
	font-weight:600;
}

.mc_tabs_flex img{
	width:revert-layer !important;
}

.tm-fb {
  
    max-height: 90px;

}

.mc_installment_image{
	border:none !important;
}


.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 150px;
    box-shadow: none;
    border-radius: 10px;
}


.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;
}


.slick-next, .slick-prev {

    z-index: 2 !important;
}

.slick-next:before, .slick-prev:before {
    color: #000 !important;
}



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

}

.tm-floating-box .tm-fb{
  display:none !important;

}


}

.mc_social_container a{
  text-decoration: none;
}

.yith-wcqv-button{
      top: 40px !important;
    right: 8px !important;
    display: inline-block;
    left: auto !important;
    width: 20px !important;
    height: 20px !important;
    zoom: 1 !important;
    position: absolute;
    opacity:1 !important;
}

.yith-wcqv-icon {
    
    width: 20px !important;
    height: 20px !important;

    opacity:1 !important;
}

.yith-wcqv-button img.yith-wcqv-icon{

    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    opacity:1 !important;
}


.yith-wcqv-button.inside-thumb{

    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    opacity:1 !important;
}

 .yith-wcqv-button, .yith-wcqv-button.inside-thumb{
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    opacity:1 !important;
    display:flex !important;
    opacity: 1 !important;     
    visibility: visible !important;
    transform: none !important; 
}


.splide__arrows svg{
display:none;

}
.splide__arrows button{
  border-radius: 50% !important;
  width: 18px !important;
  height: 18px !important;
}

.slick-next:before, .slick-prev:before {
    font-size: 30px !important;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {

    background-color: #fff;

}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: #fff;
    background-color: #000;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #bc967f;
  
    color: #fff;
}



/* Kontener, który wyrównuje etykietę i selecta w jednym wierszu */
.woocommerce-ordering .ordering-container {
  display: flex;
  align-items: center; /* Wyrównanie pionowe do środka */
}

/* Styl dla etykiety "Sortuj wg:" */
.woocommerce-ordering .select-label {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 135.714% */
  margin-right: 8px; /* Odstęp między etykietą a selectem */
}

/* Styl dla elementu select */
.woocommerce-ordering select.orderby {
  border: 1px solid #D9D9D9;
  border-radius:5px;
  height: 35px;
  display: flex;
  justify-content: center;  /* Wyrównanie treści poziomo */
  align-items: center;      /* Wyrównanie treści pionowo */
  color: #616A6C;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 135.714% */
  padding: 0 10px;  /* Opcjonalnie – dla lepszej prezentacji tekstu */
  
  /* Wyłączenie domyślnego wyglądu selecta (przydatne w celu pełnej customizacji) */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff; /* Ustawienie tła na biały, jeśli to potrzebne */
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{

  margin:0;
}

.custom-ordering-container{
  display:flex;
  justify-content: center;
  align-items: center;
  gap:13px;
}

.my-result-sorting-container{
  display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 100px;
      position:relative;
}


/* Kontener przycisków */
.layout-switcher {
  position:absolute;
  right:0;
  text-align: right !important;
}

/* Wspólne style dla przycisków */
.layout-button {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  margin-left: 5px !important;
  padding: 0 !important;
}



/* Układ pojedynczej kolumny */
.products.single-column {
  display: block !important;
}
.products.single-column li {
  width: 100% !important;
  margin: 10px 0 !important;
}

/* Styl napisu sortowania */
.select-label {
  color: #000 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 19px !important;
  margin-right: 8px !important;
}

.dgwt-wcas-pd-addtc-form{
  display:none;
}

@media (max-width: 800px) {

  .my-result-sorting-container {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 30px;
      position: relative;
      flex-direction: column;
  }
}
 
.woocommerce div.product form.cart {
    margin-bottom: 0em; 
}

 #my_config_section .woocommerce-Price-amount, #my_config_section .woocommerce-Price-amount .woocommerce-Price-currencySymbol {

    font-size: 15px !important;

}

.tm-floating-box .tc-lightbox-image-wrap{
	display:none !important;
}

/* Ustawienia dla sekcji konfiguratora */
#my_config_section {
  position: fixed;
  top: 5%;                   /* odsunięcie od góry */
  width: 100%;
  max-width: 1440px;
  height: 80%;                /* 80% wysokości okna */
  z-index: -99;               /* domyślnie schowany */
  background: #FFF;
  overflow-y: auto;           /* umożliwia scroll, gdy treść jest długa */
  border-radius: 20px;
  box-shadow: 0px 4px 50.2px 0px rgba(0, 0, 0, 0.17);
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding: 4%;
}

/* Stylowanie scrollbara w przeglądarkach opartych o Webkit */
#my_config_section::-webkit-scrollbar {
  width: 8px;
}
#my_config_section::-webkit-scrollbar-track {
  background: #BC967F;
}
#my_config_section::-webkit-scrollbar-thumb {
  background: #BC967F;
}

/* Firefox scrollbar */
#my_config_section {
  scrollbar-width: thin;
  scrollbar-color: #BC967F transparent;
}

/* Animacje wejścia i wyjścia dla konfiguratora */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

#my_config_section.open {
  animation: slideIn 0.5s forwards;
  visibility: visible;
}

#my_config_section.close {
  animation: slideOut 0.5s forwards;
}

/* Styl przycisku zamykania górnego (X) */
#close_config {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #9C7E6F;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;              /* początkowo niewidoczny */
  transform: scale(0.8);   /* początkowo zmniejszony */
}

/* Styl przycisku zamykania dolnego */
#close_config_bottom {
  display: block;
  background: #9C7E6F;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin: 20px auto;       /* centrowany i oddzielony od treści */
  width: fit-content;
  opacity: 0;
  transform: scale(0.8);
}

/* Animacja pojawiania się przycisków zamykania */
@keyframes fadeInClose {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

#close_config.animate,
#close_config_bottom.animate {
  animation: fadeInClose 0.5s forwards;
}

/* Overlay – tło pod konfiguratorem */
#config_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.54);
  opacity: 0;
  visibility: hidden;
  z-index: 98; /* poniżej konfiguratora */
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#config_overlay.open {
  opacity: 1;
  visibility: visible;
}

#config_overlay.close {
  opacity: 0;
  visibility: hidden;
  background: #FFF;
}

@media only screen and (max-width: 1490px) {
  #my_config_section {
    width: 95%;
  }
}

@media only screen and (max-width: 1040px) {
  #my_config_section {
    top: 90px;
    height: 74.5%;
  }
}


@media only screen and (max-height: 932px) {
  #my_config_section {
    height: calc(100% - 240px);
  }
}

/* Usuń domyślne przekreślenie */
del {
  text-decoration: none;
  position: relative;
}

/* Dodaj własny styl linii przekreślającej */
del::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px solid #ff0000; /* Dostosuj grubość, styl i kolor linii */
  transform: translateY(-50%);
}

.wc-block-components-checkout-step__heading {
  
    margin-top: 20px !important;
}


.mc_second_container .mc_box_2 {
    border-radius: 10px;
    background: #272727;
    display: none;
}

.mc_swiper_box{
  position: relative;
  overflow: hidden;
}

.mc_swiper_box .swiper-button-next,  .mc_swiper_box .swiper-button-prev {
 
  color: #000;
}


/* ===== Stylizacja zawartości wpisu w .mc_post_single ===== */

.mc_post_single {
  line-height: 1.7;
  color: #222;
}

/* ------------------ GŁÓWNY KONTENER ------------------ */
.mc_post_single .mc_project_width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* ------------------ OBRAZ WYRÓŻNIAJĄCY ------------------ */
.mc_post_single .full-featured-image {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  border-radius: 8px;
}

/* ------------------ NAGŁÓWKI ------------------ */
.mc_post_single h1,
.mc_post_single h2,
.mc_post_single h3,
.mc_post_single h4,
.mc_post_single h5,
.mc_post_single h6 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  line-height: 1.3;
}

.mc_post_single h1 { font-size: 2rem; }
.mc_post_single h2 { font-size: 1.75rem; }
.mc_post_single h3 { font-size: 1.5rem; }
.mc_post_single h4 { font-size: 1.3rem; }
.mc_post_single h5 { font-size: 1.15rem; }
.mc_post_single h6 { font-size: 1rem; }

/* ------------------ PARAGRAFY ------------------ */
.mc_post_single p {
  margin-bottom: 1.5rem;
}

/* ------------------ LISTY ------------------ */
.mc_post_single ul,
.mc_post_single ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.mc_post_single ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}

.mc_post_single ol li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
}

/* ------------------ OBRAZKI ------------------ */
.mc_post_single img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  display: block;
}

/* ------------------ LINKI ------------------ */
.mc_post_single a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.mc_post_single a:hover {
  color: #555;
}

/* ------------------ CYTATY ------------------ */
.mc_post_single blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: #f8f8f8;
  border-left: 4px solid #333;
  font-style: italic;
}

/* ------------------ KOD ------------------ */
.mc_post_single pre,
.mc_post_single code {
  background: #f1f1f1;
  font-family: monospace;
  font-size: 0.95rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.mc_post_single pre {
  display: block;
  padding: 1rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}

/* ------------------ TABELKI ------------------ */
.mc_post_single table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.mc_post_single th,
.mc_post_single td {
  border: 1px solid #ddd;
  padding: 0.6rem 0.8rem;
}

.mc_post_single th {
  background: #f0f0f0;
  font-weight: 600;
}

/* ------------------ PRODUKTY WooCommerce ------------------ */
.mc_post_single ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}

.mc_post_single ul.products.columns-4 li.product {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 1.2rem;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.mc_post_single ul.products.columns-4 li.product:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.mc_post_single ul.products.columns-4 li.product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  margin-bottom: 1rem;
}

.mc_post_single ul.products.columns-4 li.product .woocommerce-loop-product__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0.5rem 0 0.8rem;
  line-height: 1.4;
  text-align: left;
}

.mc_post_single ul.products.columns-4 li.product .price {
  margin-top: auto;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

/* Styl przycisku dodaj do koszyka */
.mc_post_single ul.products.columns-4 li.product a.button {
  background-color: #000;
  color: #fff;
  padding: 0.6rem 1rem;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 500;
  font-size: 0.95rem;
}

.mc_post_single ul.products.columns-4 li.product a.button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.mc_post_single ul.products.columns-4 li.product a {
  text-decoration: none;
  color: inherit;
}

.mc_post_single ul.products.columns-4 li.product a:hover {
  color: #000;
}

/* ------------------ NAGŁÓWEK SEKCJI ------------------ */
.mc_post_single h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 3rem 0 1.5rem;
  text-align: center;
}

/* ------------------ RESPONSYWNOŚĆ ------------------ */
@media (max-width: 768px) {
  .mc_post_single .mc_project_width {
    padding: 1.5rem 1rem;
  }

  .mc_post_single h1 { font-size: 1.7rem; }
  .mc_post_single h2 { font-size: 1.5rem; }
  .mc_post_single h3 { font-size: 1.3rem; }

  .mc_post_single ul.products.columns-4 {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
  }

  .mc_post_single ul.products.columns-4 li.product {
    padding: 1rem;
  }

  .mc_post_single ul.products.columns-4 li.product .woocommerce-loop-product__title {
    font-size: 1rem;
  }
}


.mc_post_single .full-featured-image {
  display: block;
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: 0 auto 2rem auto;
  border-radius: 8px;
}


.mc_config_button {
  color: #FFF;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px; /* 125% */
  border-radius: 5px;
  border: 1px solid #FFF6F1;
  background: #BC967F;
  display: flex;
  width: 104px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 7px;

  /* Pulsowanie przez skalowanie */
  animation: pulse-scale 2s ease-in-out infinite;
}

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





.my-product-category{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



@media only screen and (max-width: 560px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin:0
    }

    .archive ul.products {

    flex-direction: column;
}


}


.mc_footer_4col  svg{

  width:20%;
}

.mc_footer_4col  p{

  width:80%;
}


.woocommerce-cart .shop-filters{
  display: none !important;

}


.mc_conf_info{
  margin-bottom: 20px;
}


@media only screen and (max-width: 1040px) {
  .mc_meble_no_image img{

    display:none !important;
}

.mc_image_box a{

  font-size:16px !important;
  font-weight: 600 !important;
  color:#da251c !important;
}

.mymega-row ul {
    gap: 0px !important;
}

    .my-megamenu-sub {
        max-height: 67vh;
        overflow: auto;
    }



    .mc_menu_on ul li{
      display: flex;
      flex-direction: column;
      order:2;
    }

     .mc_menu_on .mc_sale_button {
      order:1;
     }

}

.woocommerce-pagination{
  width:100%;
}

.term-dostepne-od-reki .mc_config_button{
display:none !important;
}

.mc_no_display_config_button .mc_config_button{

display:none !important;
}


