.customer-support {font-size:14px !important}
.customer-support a:link{color:#222222;text-transform: none;font-size:14px;font-weight:500;}
.customer-support i{color:#529B47}
.customer-support a:visited{color:#222222;}
.customer-support a:hover{color:#529B47;}
.customer-support span {padding:0 10px;color:#222222;font-weight:600;}
.footer-payment img{background:#fff;border:1px solid #dfdfdf;border-radius:4px;}
.search-box{ max-width: 768px;
margin: 0 auto;
padding-bottom: 20px;}
.header-bottom-inner .col-lg-9{
	width:100%;
}
#subcategories .subcategory-heading{
	display:none;
}
.product-flags li.product-flag.new{
	background:#fff;
	color:#529B47;
	font-weight:600;
	font-size:12px;
}
.blockreassurance_product svg{fill: #529B47}
#custom-text{padding-top: 40px;}
.blockreassurance_product p.block-title{
	margin-bottom:0px !important;
	line-height: 50px !important;
}
.blockreassurance_product .item-product{
	margin-right: 15px !important;
}
.blockreassurance_product{margin-top:0 !important}
.menu-content .menu-item > a{color:#000;font-size:14px;}
.mt-menu-vertical .title_vertical{text-transform:none}
.block-category h1{padding:10px 0 15px;}
.opc-container .custom-panel i{
	display:none;
}
#contact .col-lg-12{
	width:75%;
}
@media (max-width: 768px) {
	#contact .col-lg-12{
	width:100%;
}
.search-box{
		padding-top:0px;
		padding-bottom:20px;
	}
	#_desktop_cart .header-cart i, .header-right-inner .user-info button i{
		font-size: 18px;
	}
	.footer-payment img{
		height:24px;
	}
	.top-menu a[data-depth="0"],
.top-menu .more_menu .sub-menu a:not([data-depth="0"]) {
	font-weight:400;
}
}

.mt-menu-vertical .menu-content .menu-item > a .img-icon{
	width:28px;
}
#_mobile_verticalmenu .mt-menu-vertical .menu-item img.img-icon{
	width:28px;
}

.fb-button-container {
  position: fixed;
  top: 50%;
  z-index:999;
  right: 0px;
  transform: translateY(-50%);
}

.fb-button {
  display: inline-block;
 

  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-family: Arial, sans-serif;
}

.fb-button:hover {
  opacity:0.7l
}
.grelated_products{
	max-width: 1380px;
  margin: 0 auto;
  float:none
}
.grelated_products .owl-carousel.owl-drag .owl-item{
	background:#fff;
}
.grelated_products .item{
	padding-right: 15px;
  padding-left: 15px;
}
.grelated_products .products-section-title, .grelated_products .page-product-heading{
	text-align:left;
	text-transform: none !important;
	font-size: 28px;
  line-height: 20px;
  font-weight: 700;
  color:#529B47;
}
.grelated_products.mt-30{
	padding-top:30px;
}
.products article .wishlist-button-add{
	display:none;
}
h2.products-section-title, h2.product-section-title{
	color:#529B47;
}

#lnk-hurtownia-maszyn a[data-depth="0"]{
	color: #fff !important;
  background: #529B47;
  padding:10px;
  border-radius:6px;
  border:1px solid #529B47;
}
#lnk-hurtownia-maszyn a:hover{
	background: #fff;
	border:1px solid #529B47;
	color:#529B47 !important;
	
}
.product-flag.out_of_stock{
	display:none;
}
.product-info-inner .product-price{
	font-weight: 500;
  font-size: 13px;
}

.media-body .product-price{
	font-weight: 500;
  font-size: 13px;
}
#search_popup .product-price{
	font-weight: 500;
  font-size: 13px;
}

#cart .product-price{
	font-weight: 500;
  font-size: 18px;
}
.owl-theme{
	position:relative;
}
.owl-nav{
	position: absolute;
  top: 40%;
  width: 100%;
}
.owl-prev{
	float:left;
}
.owl-next{
	float:right;
}
.owl-theme .owl-nav [class*="owl-"]{
	padding: 10px;
  background: #529B47;
}
	.product-detail .product-top-detail .product-manufacturer {
		text-align: left;
	}
	.product-detail .product-top-detail .product-manufacturer img.img {
		border: none;
	}
       /*.brand-items .owl-stage-outer .owl-stage .owl-item img {
		height: 100px;
	}*/
	.brand-items.owl-carousel .owl-nav {
		top: 50% !important;
		transform: translateY(-50%) !important;
		margin-top: 0px !important;
	}
        .brand-items .owl-stage-outer .owl-stage {
                background: #fff;
        }

.custom_stock {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 0px 20px 10px;
}
.custom_stock img {
    width: 30px;
    margin-top: -5px;
}
.custom_stock .check-icon {
    width: 20px;
    margin: 0;
}
.custom_stock p {
    margin: 0;
    font-size: 13px;
    color: #529b47;
    display: flex;
    align-items: center;
    gap: 5px;
}
.carriers-popup-main {
    background: #00000063;
    width: 100%;
    height: 100vh;
    padding: 28px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.carriers-popup-main.carrier-active {
    display: block;
}
.carriers-popup-main .carriers-popup {
    max-width: 680px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 1px 2px 3px 0 rgba(108, 134, 142, .3);
    border-radius: 5px;
}
.carriers-popup .carriers-popup-header {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dddddd;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px 5px 0px 0px;
}
.carriers-popup .carriers-popup-header h5 {
    color: #363a41;
    font-size: 21px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
}
.carriers-popup .carriers-popup-header .close-icon {
    margin: 0;
}
.carriers-popup .carriers-popup-header .close img {
    width: 16px;
}
.carriers-popup-body {
    padding: 28px;
}
.carriers-popup-body .carriers-popup-product {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.carriers-popup-body .carriers-popup-product .carriers-product-image {
    width: 80px;
    height: 80px;
}
.carriers-popup-product .carriers-product-name {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.carriers-popup-carrier ul {
    margin: 20px 0px 0px;
    padding: 0;
    list-style: none;
}
.carriers-popup-carrier ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carriers-popup-carrier ul li:first-child {
    border-top: 1px solid #dddddd;
}
#open-carrier {
    color: #529b47 !important;
}
.intro-slider .banner-des .container {
    background: #ced7c0ba !important;
    width: fit-content;
    margin-left: 0;
    height: 100%;
    padding: 50px;
    border-radius: 0px 15px 15px 0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.intro-slider .banner-des .container:has(.banner1) {
    background: none !important;
    padding: 0px !important;
    margin-left: auto !important;
}
.intro-slider .banner-des {
    height: 60%;
}
.product_page_logo .footer_logos_inner {
    justify-content: flex-start;
    padding: 0px 0px 20px;
    gap: 5px;
}
.product_page_logo .footer_logos {
    max-width: 270px;
}
.product_page_logo .footer_logos_inner img {
    width: 60px;
}
.mthomeslider .owl-dots {
    bottom: -40px;
}
#checkout #carrierModal, #checkout #open-carrier, #cart #carrierModal, #cart #open-carrier {
    display: none;
}
#checkout .blockreassurance_product > div, #cart .blockreassurance_product > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#checkout-payment-step .content {
    display: flex !important;
    flex-flow: column;
}
#checkout-payment-step .content .payment-options {
    order: 1;
}
#checkout-payment-step .content #order-summary-content {
    order: 2;
}
#checkout-payment-step .content #conditions-to-approve {
    order: 3;
    padding: 0px 0px 20px !important;
}
#checkout-payment-step .content #payment-confirmation {
    order: 4;
}
.banner-des-inner.banner1 {
    width: fit-content;
    right: 0%;
    background: #ced7c0ba !important;
    padding: 50px;
    border-radius: 15px 0px 0px 15px;
}
#checkout-guest-form .form-group.row:nth-of-type(3) + p, #checkout-guest-form .form-group.row:nth-of-type(4) {
    display: none;
}
#checkout-personal-information-step ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
#checkout-personal-information-step ul li.nav-item {
    margin: 0;
}
#checkout-personal-information-step ul li.nav-item a {
    margin: 0;
    background: #bcbcbb;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px 14px;
}
#checkout-personal-information-step ul li.nav-item a.active {
    background: #529b47;
    color: #fff;
}
.intro-slider .banner-des br {
    display: none;
}
.intro-slider .banner-des p {
    margin: 0;
}
.promo-btn {
    padding: 8px 30px 12px;
}
#product .product-description h1 {
    font-size: 25px;
    line-height: 30px;
}
#product .product-detail .page-content .owl-nav {
    height: 0px;
}
#product .product-description ul {
    list-style: disc;
    padding-left: 20px;
}
#product-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100vh;
}
.product-image-popup .modal-header {
    background: #fff;
    padding: 15px 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-image-popup .modal-header .image_count {
    width: 50%;
}
.product-image-popup .modal-header button {
    width: 50%;
    text-align: right;
    margin-top: -5px;
}
.product-image-popup .modal-header button span {
    height: 20px;
    display: block;
}
.product-image-popup .modal-header button:hover {
    transform: rotate(0deg) !important;
}
.product-image-popup .modal-header .image_count p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.product-image-popup .modal-body {
    flex-flow: column;
    padding: 20px 0px !important;
    justify-content: space-between;
    height: calc(100vh - 50px);
    overflow: hidden;
}
.product-large-image figure {
    width: 100% !important;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 100%;
}
.product-large-image figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    cursor: zoom-in;
}
.product_thumbmails_bottom {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 0px 0px 20px 0px;
    height: calc(100vh - 50px);
    overflow: hidden;
}
.product-image-popup .modal-body .product-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    z-index: 9;
    width: 0px;
    height: calc(100vh - 50px);
}
.product-image-popup .modal-body .arrows {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    padding: 0px 0px 10px;
    height: 100% !important;
}
.product-image-popup .modal-body .arrows i {
    position: unset !important;
    margin: 0px !important;
    font-size: 22px !important;
    background: #000;
    opacity: 1 !important;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
}
.product_thumbmails_bottom_text {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_thumbmails_bottom_text h3 {
    margin: 0;
    font-size: 20px;
    display: none;
    padding-top: 20px;
}
.product_thumbmails_bottom.hide_thumbnail h3 {
    display: block;
}
.product_thumbmails_bottom_text span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 9;
    cursor: pointer;
}
.product_thumbmails_bottom_text span i {
    color: #0;
    font-size: 20px;
}
.product_thumbmails_bottom_images {
    width: 100% !important;
    display: inherit !important;
}
.product_thumbmails_bottom.hide_thumbnail .product_thumbmails_bottom_images {
    display: none !important;
}
.product_thumbmails_bottom_images .js-modal-mask.mask {
    margin: 20px 0px 0px !important;
    max-height: max-content !important;
    display: flex;
    justify-content: center;
}
.product_thumbmails_bottom_images ul {
    display: flex;
    align-items: center;
    flex-flow: column;
    padding: 0 !important;
    gap: 5px;
    justify-content: left;
    overflow: hidden;
}
.product_thumbmails_bottom_images ul li {
    margin: 0px !important;
    max-width: 120px !important;
}
.product_thumbmails_bottom_images ul li img {
    margin: 0px !important;
    border: 2px solid #fff !important;
    border-radius: 7px;
    box-shadow: none !important;
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
}
.product_thumbmails_bottom_images ul li img.selected, .product_thumbmails_bottom_images ul li img:hover {
    border: 2px solid green !important;
}
.product-large-image {
    height: 100%;
}
.product-cover .layer {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 9;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.block-social ul li.facebook {
    width: 40px !important;
    height: 40px;
    background: #529b47;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-social ul li.facebook a::before {
    color: #fff;
    font-size: 26px;
}
.block_newsletter form button[type=submit] {
    margin-top: 0 !important;
}
.block_newslette_info_btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.block_newsletter_info span {
    font-size: 13px;
    line-height: 15px;
}
.tab-content .tab-pane.active {
    display: block !important;
}
.custom-category-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-category-inner .banner-item {
    width: 20%;
}
.custom-category-inner .banner-item img {
    width: 94%;
}
.custom-category-items {
    width: 80%;
}
.banner-item.for-mobile {
    display: none;
}
#header .menu>ul>li, .cart_block {
    width: auto !important;
    height: auto !important;
}

#p24-installment-widget button {
    background-image: url(https://kracik.pl/img/kupulnaraty.png) !important;
    width: 170px;
    height: 52px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#p24-installment-widget button .widget-mini {
    display: none;
}
ul.top-menu li.category a.dropdown-submenu {
    color: #777 !important;
}
#product_comments_block_tab div.comment .comment_author {
    width: 100%;
    max-width: 150px;
}
.cart_block.block.exclusive.dropdown-menu {
    min-width: 260px !important;
}
.cart_block.block.exclusive.dropdown-menu .cart-button.cart-action {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.delivery-options-list .row.delivery-option .apaczka-additional-div {
    width: calc(100% - 8.33333%) !important;
    margin: 20px 0px 0px auto;
}

















@media (max-width: 1440px) {
	#header .menu > ul > li + li {
	margin-left: 10px;
	}
}
@media (max-width: 1200px) {
.custom-category-items {
    grid-template-columns: repeat(3, 1fr);
}
#product_comments_block_tab div.comment .comment_author {
    max-width: 200px;
}
}


@media (min-width: 768px) {
.mthomeslider.owl-carousel .owl-item .mobile-slider-img{
	display:none;
}
}


@media (max-width: 767px) {

.custom-category-items {
    grid-template-columns: repeat(2, 1fr);
}
.mthomeslider.owl-carousel .owl-item .desktop-slider-img{
	display:none;
}
.header-nav-inner > div.header-top-text, #header .header-nav {
    display: block !important;
    width: 100%;
}
.header-nav-inner > div.header-top-text .customer-support span:first-child {
    width: 100%;
    display: none;
}
.header-nav-inner > div.header-top-text .customer-support a {
    width: 50%;
}
.header-nav-inner > div.header-top-text .customer-support span:nth-of-type(2) {
    display: none;
}
.header-nav-inner > div.header-top-text .customer-support {
    flex-wrap: wrap;
    row-gap: 5px;
}
.intro-slider .banner-des {
    height: 70%;
}
.intro-slider .banner-des .container, .banner-des-inner.banner1  {
    max-width: fit-content !important;
    padding: 25px;
}
#product .product-description h1 {
    font-size: 18px;
    line-height: 25px;
}
#product .tabs {
    overflow: visible;
}
#product .tabs .product-description table {
    width: 100%;
    overflow: scroll;
    display: inline-block;
}
.custom-category-inner {
    flex-flow: column;
}
.custom-category-inner .banner-item, .custom-category-items {
    width: 100%;
    text-align: center;
}
.custom-category-inner .banner-item img {
    width: 50%;
}
.page-content.page-cms {
    padding: 0px;
}
.thank-you-page {
    padding: 30px 15px!important;
    min-height: auto !important;
}
.thank-you-card {
    padding: 50px 10px !important;
}
.icon-wrapper {
    width: 64px !important;
    height: 64px !important;
    margin: 0 auto 25px !important;
}
.thank-you-card h1 {
    font-size: 22px !important;
}
.subtitle {
    font-size: 16px !important;
}
.description {
    font-size: 14px !important;
    line-height: 1.3 !important;
}





}



@media only screen and (max-width: 575px) {
.grelated_products.mt-30{
   padding-top:0;
}
  .grelated_products_image, .grelated_products_price, .grelated_products_submit_bt {
    width: 100%;
 }
  .grelated_products .item{
    padding:0;
 }
  #mobile_top_menu_wrapper .top-menu a[data-depth="0"]{
   padding: 8px 8px;
}
.custom-category-inner .banner-item {
    grid-row: 1 / span 2;
}
.custom-category-inner .banner-item.for-mobile {
    display: block !important;
}
.custom-category-inner .banner-item img {
    width: 100%;
    height: 100%!important;
    object-fit: inherit!important;
}
.custom-category-items {
    column-gap: 15px;
}
.banner-item.for-desktop {
    display: none !important;
}




 }




#product .manufacturer-logo {
    max-width: 100% !important;
}
.thank-you-page {
  min-height: 100vh;
  background: #2e7d32; /* green background */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 30px;
}
.thank-you-card {
  background: #ffffff;
  border-radius: 16px;
  max-width: 700px;
  width: 100%;
  padding: 100px 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.icon-wrapper {
    width: 74px;
    height: 74px;
    background: #43a047;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
}
.thank-you-card h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
    color: #1b1b1b;
    text-align: center;
}
.thank-you-card .subtitle {
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
    color: #1b1b1b;
    text-align: center;
}
.description {
  font-size: 15px;
  color: #666;
  max-width: 520px;
  margin: 0 auto 30px;
  line-height: 1.6;
}
.thank-you-btn {
  display: inline-block;
  background: #43a047;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}
.thank-you-btn:hover {
    background: #388e3c;
    color: #fff;
}

.custom_star {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.custom_star a.review-link {
    color: #529b47;
}
div.star.star_on:after, #product_comments_block_extra div.star_on:after, #product_comments_block_tab div.star_on:after {
    color: #FFD700;
}


div.star:after, #product_comments_block_extra div.star:after, #product_comments_block_tab div.star:after {
    color: #FFD700;
}

#index .comments_note {
    position: absolute;
    right: initial;
    top: 0;
}

.block-social ul li.instagram {
    width: 40px !important;
    height: 40px;
    background: #529b47;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-social ul li.instagram a::before {
    color: #fff;
    font-size: 26px;
}
