/*
Theme Name: Mdland Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: md land maschinen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Md land Maschinen Theme Develop by Aqlix IT Solutions.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.4.1742881978
Updated: 2025-03-25 05:52:58

*/
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
 font-family: 'helvetica_neueregular';
}
*{
	outline: 0;
}
a {
	outline: 0;
}
button {
	outline: 0;
}
/* Global WooCommerce Styles */
:root {
  --brand-color: #be242a;
}
p {
	  font-size: 19px;
    line-height: 28px;
  font-family: 'helvetica_neueregular';
}
/* Product Listing Page */
.woocommerce ul.products li.product {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

.woocommerce ul.products li.product h2 {
  color: var(--brand-color);
}

.woocommerce ul.products li.product a img {
  max-width: 100%;
  height: auto;
}

/* Single Product Page */
.woocommerce div.product .product_title {
  color: var(--brand-color);
}

.woocommerce div.product p.price {
  color: #000;
  font-size: 1.5rem;
}

/* Cart/Quote Page */
.woocommerce-cart-form table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-cart-form table.shop_table th,
.woocommerce-cart-form table.shop_table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
}

.woocommerce-cart-form a.remove {
  color: var(--brand-color);
}

/* Increment Decrement Buttons (Styled Like Image) */
.woocommerce .quantity {
  display: flex;
  align-items: center;
}

.woocommerce .quantity button {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 8px 14px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
}

.woocommerce .quantity input[type=number] {
  width: 60px;
  text-align: center;
  border: none;
  font-size: 16px;
  margin: 0 8px;
}

/* Checkout Page */
.woocommerce-checkout h3 {
  color: var(--brand-color);
}

.woocommerce-checkout #payment .place-order button {
  background-color: var(--brand-color);
  color: #fff;
}

/* Thank You Page */
.woocommerce-order-received .woocommerce h2 {
  color: var(--brand-color);
}

/* My Account Page */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
  color: var(--brand-color);
}

/* Contact Form 7 Custom Styling */
.wpcf7-form label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
  background-color: var(--brand-color);
  color: #fff;
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #a11020;
}
.footer-copy p {
    color: #ffffff;
    margin-bottom: 0;
    padding: 11px 0;
    font-size: 14px;
    line-height: 1.2;
}
.footer-copy {
    background: var(--brand-color);
}
.foot_trac {
    flex-grow: 1;
    position: relative;
}
.foot_trac .inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
    animation-name: tinner;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes tinner{
    0%{
        margin-left:0%;
    }
    10%{
        margin-left:0%;
    }
    45%{
        margin-left:80%;
    }
    55%{
        margin-left:80%;
    }
    100%{
        margin-left:0%;
    }
}
.foot_trac .inner .trac_b {
    position: absolute;
    bottom: 0;
    left: -38px;
    z-index: -1;
    width: 46px;
    animation-name: trac_b;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: right center;
}
.foot_trac .inner .trac_b svg {
    width: auto;
    height: auto;
    max-width: 100%;
}
@keyframes trac_b{
    0%{
        transform: rotate(20deg);
    }
    3%{
        transform: rotate(0deg);
    }
    45%{
        transform: rotate(0deg);
    }
    52%{
        transform: rotate(0deg);
    }
    55%{
        transform: rotate(20deg);
    }
    100%{
        transform: rotate(20deg);
    }
}

@keyframes ft{
    0%{
        transform: rotate(0deg);
    }
    10%{
        transform: rotate(0deg);
    }
    45%{
        transform: rotate(360deg);
    }
    55%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}


.foot_trac #t1,
.foot_trac #t2 {
    animation-name: ft;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.foot_trac_machine {
    position: relative;
    padding: 0 0 18px 11px;
}
.foot_trac_machine #t1 {
    position: absolute;
    right: -2px;
    bottom: 0;
}
.foot_trac_machine #t2 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.animated-footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    box-sizing: content-box;
    overflow: hidden;
}
.text-right {
    text-align: right;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    margin: 0;
}
.yith-add-to-wishlist-button-block {
    width: auto;
    margin: 7px 0;
	    justify-content: start;
}
a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    color: var(--brand-color);
}
/* wishlist */
.header-wishlist {
    position: relative;
    display: inline-block;
}

.header-wishlist .wishlist-icon {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    position: relative;
}

/* .header-wishlist .wishlist-count {
    background: #cf142b;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -10px;
} */
.header-wishlist .wishlist-count {
    background: #ffffff;
    color: var(--brand-color);
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -10px;
    min-width: 15px;
    height: 15px;
    z-index: 9;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
	font-family: 'helvetica_neueheavy';
}
.filter-reset {
  text-align: right;
  margin-bottom: 10px;
}
.filter-reset button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}
.filter-reset button:hover {
  color: #cf142b; /* brand red */
}
.bannershop-inner {
    background: #FAF9F6;
}
.shop-carousel-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.carousel-side {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #D9D9D9;
	border-radius: 50%;
}
.shop-info h2 {
    color: #B82525;
    font-size: 90px;
    line-height: 1;
    font-weight: 700;
}
.carousel-indicators .active {
    background-color: #B82525;
}
.product-btns.icon-quote-btn a {
    background: transparent;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-btns.icon-quote-btn a:hover{
	 background: transparent;
     color: #000000;
}
.product-btns.icon-quote-btn a i {
	color: var(--brand-color);
}
/* Quote popup message */
.quote-popup {
    position: fixed;
    bottom: 20px;      
    left: 50%;             
    background: #cf142b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    transform: translate(-50%, 20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show popup */
.quote-popup.show {
    opacity: 1;
    transform: translate(-50%, 0);
}
.quote-icon {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.quote-icon .fa-file-invoice {
  font-size: 22px;
}

.quote-icon .quote-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    min-width: 10px;
    text-align: center;
}

/* normal */
td.image-list img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
}
.remove-btn {
    color: #f00;
    font-size: 30px;
}
.quotation-form {
    max-width: 70%;
    margin: 60px auto 60px;
    border: 1px solid #e7e7e7;
    padding: 50px;
    box-shadow: 0 0 10px #e7e7e7;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a, a:hover {
	text-decoration: none;
}
.top-right {
    text-align: right;
}
.pre-header {
	background: transpatent;
    padding: 10px 0;
}
.pre-header-md-container {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

.rop-header-cnt {
    text-align: right;
}
.rop-header-cnt a {
    color: #000000;
    font-size: 14px;
    font-family: 'helvetica_neueregular';
}
.rop-header-cnt a i {
        color: var(--brand-color);
    margin-right: 6px;
}
.rop-header-cnt {
    position: relative;
}

.rop-header-cnt:after {
    content: '';
    background: rgb(0 0 0 / 10%);
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -7px;
    right: 0;
    max-width: 400px;
}
.main-header.sticky .md-container {
    border: 0;
}
.rop-header-cnt {
    display: flex;
    justify-content: end;
	align-items: center;
    gap: 20px;
}
.custom-acces-tool {
    background: transparent;
	  display: flex !important;
/*     width: 30px;
    height: 30px;
    border-radius: 50%;
  
    justify-content: center;
    align-items: center; */
}
.custom-acces-tool img {
    width: 30px;
}
nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-image {
    display: none;
}
.header-menu {
    text-align: center
}
.md-header-menu .current_page_item a {
    color: var(--brand-color) !important;
}
.header-menu li {
    display: inline-block;
    margin: 0 30px;
}

.header-menu li a {
    color: #000000;
    font-family: 'Exo';
    font-weight: 500;
}
section.hero-banner {
    background: url(/wp-content/uploads/2025/03/ari_slider2X-scaled.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
	overflow: hidden;
}
section.hero-banner .head-container {
    position: relative;
    z-index: 2;
	
}

.hero-video:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner-text h1 {
    color: #ffffff;
    font-size: 70px;
    line-height: 1.2;
	font-weight: 700;
}
.banner-text p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 50px;
}
.site-button {
    background: var(--brand-color);
    padding: 16px 20px;
    color: #ffffff;
    border-radius: 4px;
    transition: 0.5s ease;
}
.site-button:hover{
	background: #000000;
}
.banner-text {
    max-width: 60%;
}
span.theme-color {
    color: var(--brand-color);
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
/* a.added_to_cart.wc-forward {
    background-color: var(--brand-color);
    border-radius: 4px;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    padding: .618em 1em;
    left: auto;
    color: #ffffff;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
} */
.search-wrapper {
    background: #ffffff;
    padding: 20px 0 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px #e7e7e7;
}

.custom-search-form {
    display: flex;
    gap: 10px;
    justify-content: center;
}
 .custom-search-form input,
        .custom-search-form select,
        .custom-search-form button {
            padding: 10px;
            font-size: 16px;
        }
/* Margin Bottom (mb-10 to mb-100) */
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }

/* Margin Top (mt-10 to mt-100) */
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
button {
    border: 0;
}
.site-button.black-btn {
    background: #000000;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
section.our-collections {
    padding: 80px 0 80px;
}
.single-collection {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    overflow: hidden;
}
.collection-info h2 {
    font-size: 24px;
}

.collection-info p {
    font-size: 16px;
    color: #a59191;
}

.collection-info {
    padding: 20px;
}
.single-collection .row {
    align-items: center;
}
a.read {
    color: inherit;
}
section.about-us {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(226, 240, 255, 1) 100%);
    border-color: transparent;
    border-style: solid;
    padding: 0;
    position: relative;
}
.abt-theme-border {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 10px solid var(--brand-color);
    display: block;
    max-width: 60%;
    bottom: 0;
    left: 12%;
    border-bottom: 0;
    max-height: 80%;
}
.aboot-us-box {
    background-color: #ffffff;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 32px 48px 0px rgba(36, 47, 65, 0.1);
	padding: 35px;
}
.aboot-us-box h2 {
    font-size: 64px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
}
p.Sub-intro {
    font-weight: 700;
}
.nat-inner {
    background-color: rgb(0 0 0 / 70%);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 32px 48px 0px rgba(36, 47, 65, 0.1);
    color: #ffffff;
    margin-top: 80px;
    max-width: 460px;
    margin-left: auto;
    padding: 35px;
	position: relative;
}
.loct-icon {
    position: absolute;
    top: 16%;
    right: 0;
    max-width: 80px;
}
.nat-inner p {
    max-width: 70%;
}
.about-theme-inner imh {
    width: 100%;
    height: auto;
}
.aboot-us-box {
    position: relative;
    z-index: 1;
}
.nat-inner {
    position: relative;
    z-index: 1;
}
.about-theme-inner {
    position: relative;
    z-index: 1;
}
.top-footer {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(226, 240, 255, 1) 100%);
    border-color: transparent;
    padding: 100px 0 0;
    position: relative;
}
.foot_trac .inner .trac_b {
    z-index: 9;
}
section.spair-parts-agency {
    transform: translateY(-85px);
    position: relative;
    z-index: 1;
}

.single-agency {
    background: #ffffff;
    padding: 25px 5px 25px;
    text-align: center;
}
section.spair-parts-agency.dynamic-cat .single-agency:nth-child(even) {
    background: #fbf4f4;
}
section.spair-parts-agency.dynamic-cat .single-agency {
    border: 0;
}
section.spair-parts-agency.dynamic-cat .single-agency:nth-child(odd) {
    background: #e2f0ff;
}
.agency-logo {
    height: 122px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
section.spair-parts-agency.dynamic-cat .agency-logo img {
    max-width: 160px;
}
section.spair-parts-agency.dynamic-cat {
    transform: none;
}
.agency-logo img {
    max-width: 100px;
}
.agency-name {
    color: #454545;
    font-size: 16px;
	font-weight: 500;
}
.single-agency {
    background: #ffffff;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
}
/* a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 400;
    left: auto;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #f5f5f5;
    color: #000000;
    border-radius: 4px;
} */
.product-image-thumb {
    padding: 30px;
}
.site-product {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
}
.site-product {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
	position: relative;
}
.product-thumb-cnt {
    padding: 20px 14px;
}
.produ-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-btns {
    margin-top: 15px;
}
del {
    color:  var(--brand-color);
}
.section-intro.text-center {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
section.top-offer-products {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(226, 240, 255, 1) 100%);
    border-color: transparent;
    padding: 80px 0 80px;
    position: relative;
}
section.story-band video {
    width: 100%;
    height: auto;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
section.story-band {
    position: relative;
    background: #000000;
}
.story-text {
    color: #ffffff;
    padding-left: 5%;
}
.story-text h2 {
    font-size: 76px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.story-text small {
    letter-spacing: .65em;
    font-size: 16px;
    font-weight: 700;
    color:  var(--brand-color);
}
.video-overlay {
    position: relative;
}

.video-overlay:after {
    content: '';
    background: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.counter-section {
  background-color: #000000;
  padding: 80px 0;
  text-align: center;
}
.counter-item h2 {
  font-size: 48px;
  color: var(--brand-color);
  margin-bottom: 10px;
}
.counter-item p {
  font-size: 18px;
  color: #555;
	color: #ffffff;
}
section.blogs {
    padding: 80px 0 80px;
}
    h3.blog-title {
  display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis at the end */
};
}

.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}
h3.blog-title {
    color: #000000;
    font-family: 'helvetica_neuemedium';
    font-size: 24px;
    line-height: 1.5;
}
.blog-title a {
    color: #000000;
}
a.read-more {
    color: var(--brand-color);
    text-decoration: underline;
    text-underline-offset: 6px;
}

.blog-thumbnail {
    height: 248px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 248px;
}
.blog-date {
    margin-bottom: 8px;
}
/* qty btn */
.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.quantity-wrapper button {
    background: #cf142b;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.quantity-wrapper input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
}
.footer-label {
    color: var(--brand-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
}
.footer-meta li a {
    color: #000000;
    font-size: 14px;
}

.footer-meta li {
    margin-bottom: 15px;
}
.footer-logo {
    margin-bottom: 40px;
}
.bagging-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.bagging-logos img {
    max-width: 119px;
}
.product-price {
    margin-bottom: 5px;
}
/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.quantity-wrapper input {
    pointer-events: none;
}
.site-product {
    margin-bottom: 20px;
}
/* custom product page */
.category-box, .product-box {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.category-box:hover, .product-box:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.category-box img, .product-box img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.category-box h3 {
    color: #000000;
    font-size: 20px;
    margin: 15px 0 5px;
}
.category-box h4 {
    color: #000000;
    font-size: 16px;
    margin: 15px 0 5px;
}
.category-box p {
    color: #857676;
    font-size: 14px;
}
section.catcontainer {
    padding: 182px 0 182px;
}
section.genrate-quote td img {
    max-width: 100px !important;
}
.about-theme-inner img {
    width: 100%;
}
ol.flex-control-nav.flex-control-thumbs {
    list-style: none;
    margin: 12px 0;
    padding: 0;
    display: flex;
    gap: 12px;
}
.product-social-share {
    margin-top: 0;
}

.product-social-share strong {
    font-size: 16px;
    margin-right: 10px;
}

.social-share {
    display: inline-block;
    padding: 8px 12px;
    margin: 5px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.facebook { background: #1877F2; }
.twitter { background: #1DA1F2; }
.instagram { background: #E4405F; }
.linkedin { background: #0077B5; }
.pinterest { background: #BD081C; }

.social-share:hover {
    opacity: 0.8;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
	width: 100%;
}

section.hero-banner {
    position: relative;
}

.hero-video video {
    width: 100%;
    height: auto;
}
.main-wrapper {
    position: relative;
}
section.site-filture {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 88%;
}
section.spair-parts-agency.dynamic-cat {
    position: relative;
    padding: 180px 0 80px;
}
.nat-image img {
    width: 100%;
    height: auto;
}
.v-all-btn a {
    padding-top: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}
.blog-short-data {
    padding: 0 5%;
}
.nat-box {
    max-width: 770px;
    margin-left: auto;
    position: relative;
    margin-top: 112px;
    z-index: 1;
}
.blog-date {
    font-size: 12px;
    color: #cf142b;
    font-weight: 600;
}
.header-notice p {
    margin-bottom: 0;
	font-size: 14px;
}

.header-notice a {
    color: #ffffff;
    font-weight: 600;
}
/* Mega Menu Styles */
.mega-menu {
    position: relative;
}

.mega-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: none;
    z-index: 1000;
    transform: translateX(-35%);
    max-width: 980px;
    text-align: left;
}

.mega-menu:hover .mega-dropdown {
    display: block;
}

.mega-dropdown ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.mega-dropdown ul li {
   margin: 0;
	padding: 0;
}

.mega-dropdown ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.mega-dropdown ul li a:hover {
    color: var(--brand-color);
}
.megamenu-label {
    color:  var(--brand-color);
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.cat-lebel {
    color: #000000;
    font-size: 18px;
    margin-bottom: 2px;
}
.megamenu-inner p {
    font-size: 14px;
    color: #878484;
}

.megamenu-inner {
    margin-bottom: 20px;
}
.header-menu li a:hover {
	color: var(--brand-color);
}
.cat-lebel:hover{
	color: var(--brand-color);
}
color: var(--brand-color);:hover{
	color: var(--brand-color);
}
.product-gallery {
    position: relative;
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 9;
    background: #fff;
    padding: 2px;
}
.product-brand {
    margin: 10px 0;
}
.product-info .product-categories a {
    color: #B82525;
}
.spacial-info {
    padding: 40px 20px;
    border-radius: 8px;
    margin: 0 0 62px;
    /* background: linear-gradient(360deg, #FFE8E9 0%, #FFFFFF 117.4%); */
	background: #ffffff;
    border: 1px solid #be242a;
}
#floating-cart-icon {
    background: #cf142b;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    width: 65px;
    height: 65px;
}
.floating-cart {
    position: fixed;
    bottom: 10%;
    right: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating-cart.show {
    opacity: 1;
    visibility: visible;
}
#floating-cart-icon img {
    width: 20px;
}
        #floating-cart-icon a {
            text-decoration: none;
            color: white;
            display: flex;
            align-items: center;
            gap: 5px;
        }
       #floating-cart-icon span {
    background: white;
    color: #cf142b;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 14px;
    right: 14px;
}


.header-cart {
    position: relative;
    color: #ffffff;
}

.header-cart i {
    color: var(--brand-color);
}
.header-cart {
    text-align: left;
}
#header-cart-count {
    background: #ffffff;
    color: var(--brand-color);
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -10px;
    min-width: 15px;
    height: 15px;
    z-index: 9;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.header-cart a {
    color: #000000;
}
.header-cart i {
    margin-left: 10px;
}
.mega-collection-img {
    max-width: 80px;
}
.megamenu-inner a {
    display: flex;
    gap: 10px;
}
  .cart-notification {
            position: fixed;
            bottom: 80px;
            right: 20px;
            background: #cf142b; /* Your Brand Color */
            color: white;
            padding: 10px 15px;
            border-radius: 5px;
            font-size: 14px;
            z-index: 9999;
            display: none;
        }
.container-full {
    max-width: 90%;
    margin: 0 auto;
}
.top-head-menu ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top-head-menu li a {
    color: #ffffff;
    font-size: 14px;
}
.custom-woocommerce-search {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 8px auto;
    border: 1px solid var(--brand-color);
    border-radius: 0;
    overflow: hidden;
}

.custom-search-input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-size: 16px;
}

.custom-search-button {
  background-color: var(--brand-color);
  color: #fff;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0;
  transition: background 0.3s ease;
}

.custom-search-button:hover {
  background-color: var(--brand-color);
}
.head-container {
    max-width: 80%;
    margin: 0 auto;
}
.need-help p {
    font-size: 14px;
    margin-bottom: 2px;
    color: #000000;
    font-family: 'Exo';
    font-weight: 500;
    line-height: 1.1;
}
.need-help a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
.need-flex {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.menu-header {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0;
}
.need-help {
    display: flex;
    align-items: center;
    gap: 15px;
}
.quote-data {
    font-size: 14px;
    margin-bottom: 2px;
    color: #000000;
    font-family: 'Exo';
    font-weight: 500;
    line-height: 1.1;
}
.custom-quote-icon {
    position: relative;
    display: inline-block;
}
/* popoup search */
#search-btn:hover{
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  
}
#search-overlay{
  display:none;
}
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
	z-index: 999;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}
#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.7em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #4d90fe;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
#close-btn{
  position: fixed;
  top: 1em;
  right: 1em;
}
#close-btn:hover{
  color: #777;
  cursor: pointer;
}
#search-btn:hover {
     background:  var(--brand-color);
}
i#search-btn {
    background:  var(--brand-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
}
/* woo products */
.image-wrapper {
  position: relative;
}

.image-wrapper img {
  display: block;
  width: 100%;
  transition: opacity 0.4s ease-in-out;
}

.image-wrapper.with-hover img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-wrapper.with-hover:hover img.hover-image {
  opacity: 1;
}

.image-wrapper.with-hover:hover img:not(.hover-image) {
  opacity: 0;
}

.image-wrapper img {
    height: 100% !important;
}
/* tabs */

    .tabs {
      display: flex;
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
    }

    .tab-button {
      padding: 10px 20px;
      cursor: pointer;
      border: none;
      background: none;
      font-size: 16px;
      border-bottom: 3px solid transparent;
      transition: all 0.3s ease;
    }

    .tab-button.active {
      border-bottom: 3px solid #cf142b;
      color: #cf142b;
      font-weight: bold;
    }

    .tab-panel {
      display: none;
    }

    .tab-panel.active {
      display: block;
    }
.voic-search i.listening {
    color: red;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.voic-search {
    display: flex;
    background: #cf142b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.search-side {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    padding-right: 10%;

}
.catagory-dropdown {
    text-align: left;
	  padding-left: 10%;
	 padding-right: 10%;
}
.border-right {
    border-right: 1px solid #ddd;
}
.tab-inner .row {
    align-items: center;
}
.woo-search {
	padding-left: 6%;
}
.woo-search input {
    width: 100%;
    height: 48px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
		padding-left: 9px;
}
.catagory-dropdown select {
    width: 100%;
    height: 48px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding-left: 9px;
}
/* new homepage */
@font-face {
    font-family: 'helvetica_neueregular';
    src: url('helveticaneueroman-webfont.woff2') format('woff2'),
         url('helveticaneueroman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neuemedium';
    src: url('helveticaneuemedium-webfont.woff2') format('woff2'),
         url('helveticaneuemedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neuebold';
    src: url('helveticaneuebold-webfont.woff2') format('woff2'),
         url('helveticaneuebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neueheavy';
    src: url('helveticaneueheavy-webfont.woff2') format('woff2'),
         url('helveticaneueheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.md-container {
	    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}
.logo {
    max-width: 350px;
}
section.md-hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative
}
.page-template-homepage .main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 0;
}
.page-template-home-beta .main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 0;
}
.md-hero-inner h1 {
    font-family: 'helvetica_neuemedium';
    font-size: 90px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
}
.md-hero-inner h1 span {
    font-family: 'helvetica_neueheavy';
}
.md-header-menu ul li a {
    color: #000000;
    font-family: 'helvetica_neuemedium';
}

.md-header-menu ul li {
    display: inline-block;
    margin-left: 60px;
}

.md-header-menu {
    text-align: right;
}
.theme-color {
    color: #bc2329;
}
/* .custom-quote-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.custom-quote-icon img {
    max-width: 20px;
}
.md-header-menu {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: flex-end;
}
.md-header-menu ul li a:hover {
	color:  var(--brand-color);
}
#header-cart-count {
    font-family: 'helvetica_neueheavy';
}
span.title-dot {
    width: 12px;
    height: 12px;
    background: #BC2329;
    display: inline-block;
    border-radius: 50%;
}
.hero-search-bar {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 2;
    padding: 40px 0;
}
.hero-search-inner {
    border: 0.57px solid #CCCCCC;
    max-width: 1012px;
    margin: 0 auto;
	background: #ffffff;
	padding: 8px;
}
.secrchbar-ro {
    display: flex;
    align-items: center;
}

.secrchbar-ro .catagory-dropdown select {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 8px;
    padding-left: 9px;
}
.secrchbar-ro .search-side {
    display: block;
    padding-right: 0;
    width: 100%;
}
.woo-search input {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    padding-left: 0;
}
.md-hero-inner {
    position: relative;
    padding-bottom: 12%;
}
/* catagory search field */
.select2-container--default .select2-results>.select2-results__options {
    overflow-y: auto;
    width: 100%;
/*     min-width: 300px; */
    background: #ffffff;
}
span.select2-dropdown.select2-dropdown--below {
    max-width: 300px;
}
.select2-container--default .select2-selection--single {
    height: 42px;
    border: 1px solid #6A6A6A;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    line-height: 42px;
}

.md-cat-badge {
    display: inline-flex;
    align-items: center;
}

.md-cat-badge img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
    margin-right: 6px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    border-right: 1px solid #CCCCCC !important;
    padding: 0 8px 0 0;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    margin: 0 0 -4px;
    user-select: none;
    -webkit-user-select: none;
    width: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6A6A6A !important;
    line-height: 50px !important;
}
.select2-container--default .select2-results>.select2-results__options .md-cat-badge img {
	width: 20px;
	height: 20px;
}  
.select2-container--default .select2-results>.select2-results__options {
    max-height: 330px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}
.hero-search-bar .site-button {
    border-radius: 0;
    font-size: 29px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-search-bar  input.sk-search {
    color: #6A6A6A;
    font-family: 'helvetica_neuemedium';
    font-size: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #BC2329 !important;
    color: #fff !important;
}
.select2-container--default 
.select2-results__option--highlighted[aria-selected] img {
    filter: brightness(0) invert(1); /* turns icon white */
}
.header-line-ro {
    background: #BC2329;
    width: 12px;
}

.header-line-ro.big-line {
    height: 160px;
}

.header-line-ro.small-line {
    height: 134px;
}

.header-lines {
    display: flex;
    gap: 13.66px;
    position: absolute;
    top: 0;
    right: 65px;
    z-index: 9;
}
.main-header .md-container {
       border-bottom: 0.57px solid rgb(0 0 0 / 10%);
	padding: 40px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	z-index: -1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 45px !important;
      background: url(/wp-content/uploads/2025/09/MD-LAND-WEBSITE-FINAL-UI.svg) no-repeat !important;
        background-size: 20px !important;
	    background-position: center !important;
}
/* .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0 !important;
    height: 20px !important;
    width: 20px !important;
    background: url(/wp-content/uploads/2025/09/MD-LAND-WEBSITE-FINAL-UI.svg) no-repeat !important;
        background-size: 100% !important;
} */
/* .select2-container .select2-selection--single {
	 background: url(/wp-content/uploads/2025/09/MD-LAND-WEBSITE-FINAL-UI.svg) no-repeat !important;
	background-size: 100% !important;
} */
section.mechine-more {
    position: relative;
    padding: 182px 0 182px;
}
.mdsection-intro h2 {
	font-family: 'helvetica_neuemedium';
    font-size: 50px;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 19px;
}
.mdsection-intro h2 span {
     font-family: 'helvetica_neuebold';
}
span.title-dot {
    margin-left: 9.73px;
}
.mdsection-intro p {
    color: #525252;
      font-family: 'helvetica_neueregular';
	font-size: 19px;
	line-height: 28px;
}
.section-counter-lines span {
    width: 6px;
    height: 89px;
    display: inline-block;
    background: #FAF9F6;
}

.section-counter-lines {
    display: flex;
    justify-content: center;
    gap: 9px;
    align-items: center;
    margin-bottom: 182px;
}
.section-counter-lines span:nth-child(even) {
    height: 68px;
}
span.active-line {
    background: var(--brand-color);
}
.mdsection-intro {
    margin-bottom: 130px;
}
.product-vertor-img {
    position: relative;
    width: 280px;
    height: 390px;
    overflow: hidden;
    margin: 0 auto 60px;
}

.image-after-vector {
    position: absolute;
    top: 0;
    right: 0;
}
/* .slide-inner-img {
    width: 230px;
    height: 275px;
    position: absolute;
    top: 48px;
    left: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
        border-radius: 0% 100% 100% 0% / 100% 84% 84% 0%;
} */
.slide-inner-img {
    width: 232px;
    height: 278px;
    position: absolute;
    top: 45px;
    left: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 0% 100% 100% 0% / 100% 84% 84% 0%;
}
/* .slide-inner-img img {
    border-radius: 0 50% 50% 0;
} */
.slide-inner-img {
    transition: all 0.4s ease-in-out;
}
.product-vertor-img {
    border-radius: 0% 100% 100% 0% / 100% 70% 76% 0%;
    height: 366px;
}
.single-mechine-slide:hover .slide-inner-img {
        transform: scale(1.3);
}
.prod-name {
    text-align: center;
    color: #000000;
    font-family: 'helvetica_neuemedium';
    font-size: 22px;
	line-height: 1.2;
    margin-bottom: 0;
}
.prod-btn {
   display: block;
    text-align: center;
}
.prod-btn a {
    color: #BC2329;
    font-family: 'helvetica_neuemedium';
    font-size: 19px;
    line-height: 50px;
	 transition: all 0.4s ease-in-out;
	display: inline-block;
	position: relative;
	 transition: all 0.4s ease-in-out;

}
.prod-btn a:hover:after{
	width: 100%;
}
.prod-btn a:after {
    content: '';
    background: #BC2329;
    display: inline-block;
    width: 0;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	 transition: all 0.4s ease-in-out;
}
a.read-another {
    color: #BC2329;
}
span.dot {
    width: 7px;
    height: 7px;
    background:  #BC2329;
    display: inline-block;
    border-radius: 50%;
    margin-left: 4px;
}
.select2-container--default .select2-results>.select2-results__options {
    min-width: 215px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -12px !important;
}
.mdsection-img img {
    border-radius: 100px 0 100px 0;
}
.count-num {
    color: #000000;
    font-family: 'helvetica_neueheavy';
    font-size: 55px;
    line-height: 45px;
    margin-bottom: 8px;
}
.count-text {
    color: #525252;
    font-family: 'helvetica_neuemedium';
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.all-counts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    max-width: 627px;
    position: relative;
}
.single-count.border-left-bottom {
    border-bottom: 1.5px solid #BC2329;
    border-right: 1.5px solid #BC2329;
}

.single-count.border-borrom {
    border-bottom: 1.5px solid #BC2329;
}
.single-count.border-left {
	 border-right: 1.5px solid #BC2329;
}
.single-count {
    padding: 25px;
}
section.kelfre-info {
    padding: 182px 0 182px;
}
.kelfri-inner-wrapper {
    max-width: 1380px;
    background: #FAF9F6;
    margin: 0 auto;
    position: relative;
}
.kel-logo img {
    max-width: 230px;
    margin-bottom: 25px;
}
.kel-text {
    padding: 0 63px;
    height: 100%;
    align-content: center;
}
.kel-text p {
    color: #525252;
    font-size: 19px;
    line-height: 1.5;
    font-family: 'helvetica_neueregular';
    margin-bottom: 55px;
    max-width: 583px;
}

a.h-link {
    color: #BC2329;
    font-size: 19px;
    font-family: 'helvetica_neuemedium';
	   display: inline-block;
    position: relative;
    transition: all 0.4s 
ease-in-out;
}
 a.h-link:after {
    content: '';
    background: #BC2329;
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s 
ease-in-out;
}
a.h-link:hover:after{
	width: 100%;
}
.kelfri-inner-wrapper {
    margin-bottom: 80px;
}
a.md-btns {
    position: relative;
    background: #BC2329;
        padding: 14px 50.68px;

    color: #ffffff;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    display: inline-block;
    overflow: hidden;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    text-decoration: none;
    z-index: 1;
}

/* White Slash */
a.md-btns::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 5px;
    height: 80px;
    background: #ffffff;
    z-index: 2;
    transform: rotate(28deg);
}

/* Red Area After White Slash */
/* a.md-btns::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 10px;
    width: 15px;
    height: 95px;
    background: #bc2329;
    transition: 0.3s 
ease;
    z-index: 2;
    transform: rotate(28deg);
} */
.field-test-box {
    background: #FAF9F6;
    padding: 150px 0 0;
    position: relative;
}
.fields-slider {
    margin: 0 0 168px;
}
.field-silder-img img {
    border-radius: 100px 0 100px 0;
}
.field-silder-cnt h3 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 53px;
    color: #000000;
    font-family: 'helvetica_neuemedium';
}
.field-silder-cnt p {
    color: #525252;
    font-family: 'helvetica_neueregular';
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 32px;
	max-width: 674px;
}
.flelds-single-slider .row {
    justify-content: space-between;
	align-items: center;
}
/* fields slider */
.field-silder-img img {
  width: 100%;
  transform: scale(0.9);
  transition: transform 2s ease-in-out;
}
.slick-active .field-silder-img img {
  transform: scale(1);
}

/* Progress bar dots */
.field-test-box .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 50px;
    list-style: none;
    gap: 10px;
}
.field-test-box .slick-dots li {
  position: relative;
  width: 50px;
  height: 4px;
  background: #dfdfdf;
  overflow: hidden;
  border-radius: 2px;
}
.field-test-box .slick-dots li button {
  display: none; /* hide default dot button */
}
.field-test-box .slick-dots li span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #000;
  transition: width linear;
}
section.weekly {
    padding: 182px 0 182px;
}
.product-name {
    color: #000000;
    font-family: 'helvetica_neuemedium';
    font-size: 24px;
    line-height: 1.5;
}
.product-name span {
    display: block;
    color: #BC2329;
    font-family: 'helvetica_neuebold';
}
.product-shoet-meta {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.product-wishlist-icon {
    cursor: pointer;
}
.weekly-poductct-inner {
    background: #FFFFFF;
    position: relative;
    max-width: 400px;
    padding: 30px 36px 60px;
	margin: 0 auto;
}
.meta-top-border {
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    max-width: 264px;
    margin-bottom: 25px;
}
.product-wishlist-icon img {
    max-width: 25px;
}
section.weekly {
    position: relative;
}

.product-before-img {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.product-before-img img {
    width: 100%;
}
.weekly-products .col-md-4:nth-child(2) .weekly-poductct-inner {
    box-shadow: 11px 20px 25px #CCCCCC;
}
.product-img {
    margin: 0 auto 8px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.product-img img {
    width: 100%;
    height: 100%;
}
.weekly-products {
    margin-bottom: 80px;
}
.mdsection-intro.mb-80 {
    margin-bottom: 80px;
}
.recent-posts {
    margin-bottom: 80px;
}
section.upgrades-fields {
    padding: 182px 0 182px;
    position: relative;
}
section.upgrades-fields {
    position: relative;
}

section.upgrades-fields:before {
    content: '';
    background: #FAF9F6;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    max-height: 100%;
}
footer.md-site-footer {
    background: #BC2329;
    position: relative;
}
.md-top-footer {
    padding: 50px 0 50px;
}
a.md-btns.white-btn {
    background: #FFFFFF;
    color: #BC2329;
}
a.md-btns.white-btn:before {
    background: #BC2329;
}
span.btn-icon {
    margin-right: 8px;
}
.top-footer-buttons {
    display: flex;
    justify-content: end;
	gap: 80px;
}
.md-mid-footer .md-container {
    border-top: 0.57px solid #DB464B;
}
.md-mid-footer-inner {
	padding: 50px 0 50px;
}
.mid-footer-menu ul li {
    display: inline-block;
    padding-right: 50px;
}

.mid-footer-menu ul li a {
    color: #ffffff;
    font-family: 'helvetica_neuemedium';
    font-size: 19px;
    line-height: 1.2;
}
.mid-footer-menu ul li {
	margin-bottom: 0;
}
nav.mid-footer-nav {
    margin-bottom: 50px;
}
.md-footer-social a {
    background: #DE5055;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 26px;
}

.md-footer-social {
    display: flex;
    gap: 20px;
	    margin-bottom: 80px;
}
.md-footer-menu li a {
    color: #ffffff;
     font-family: 'helvetica_neueregular';
    font-size: 18px;
    line-height: 1.2;
}

.md-footer-menu li {
    margin-bottom: 15px;
    position: relative;
}
.office-timing {
    border: 0.57px solid #DE5055;
    border-radius: 28px;
    padding: 27px;
}
.o-hours {
    color: #ffffff;
    font-size: 22px;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 10px;
	line-height: 1;
}
.office-timing p {
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 45px;
}
.days {
    color: #ffffff;
    font-size: 22px;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 10px;
	line-height: 1;
}
.time {
    color: #ffffff;
    font-size: 19px;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 0;
}
.min-footer-right-inner {
    margin-bottom: 0px;
}

.md-footer-bagging {
    display: flex;
    justify-content: end;
    gap: 35px;
}
.md-last-footer .md-container {
    border-top: 1px solid #FFFFFF;
    padding-top: 28px;
}
.md-last-footer p,
.md-last-footer p a {
    color: #FFFFFF;
    font-family: 'helvetica_neueregular', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
.office-timing {
    text-align: right;
}
.count-text {
    text-align: center;
}
.counter.count-num {
    text-align: center;
}
.footer-anm-img img {
    width: 100%;
}
.outcome-after-img.updates-anm-img {
    position: absolute;
    bottom: -26px;
    left: 0;
}

.outcome-after-img.updates-anm-img img {
    width: 100%;
}
/* post overlay */
.singel-blog {
     position: relative;
 }

.post-img img {
    min-width: 100%;
	height: auto;
    border-radius: 0;
    object-fit: cover;
}

 .blog-data {
     position: absolute;
     text-align: left;
     padding-left: 1em;
     padding-right: 1em;
     width: 100%;
     top: 50%;
     left: 50%;
     opacity: 0;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
     transition: all 0.3s ease-in-out 0s;
     z-index: 99;
 }

 .singel-blog:hover .blog-data {
     top: 75%;
     left: 50%;
     opacity: 1;
 }

 .singel-blog:hover .content-overlay {
     opacity: 1;
 }
.singel-blog.small-post-wrapper .post-img img {
    height: 257px;
}
.trim-text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em; /* adjust spacing */
  max-height: calc(1.4em * 2); /* optional: keeps box height consistent */
}
 .content-overlay {
     position: absolute;
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     opacity: 0;
     -webkit-transition: all 0.4s ease-in-out 0s;
     -moz-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
     z-index: 9;
     border-radius: 0;
     background: linear-gradient(359deg, #000000, transparent);
 }

.fadeIn-bottom {
    top: 70%;
}

 .singel-blog {
     overflow: hidden;
     -webkit-transition: all 0.4s ease-in-out 0s;
     -moz-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
 }
.recent-blog {
    position: relative;
}
.blog-title h3 {
    color: #FFFFFF;
    font-family: 'helvetica_neuemedium';
    font-size: 22px;
    line-height: 1.2;
}
.big-post-wrapper .blog-title h3 {
    font-size: 40px;
    line-height: 50px;
}
.read-post-btn a.h-link {
    font-size: 18px;
}
  .singel-blog .post-date {
    color: #ffffff;
     font-family: 'helvetica_neuemedium';
	  font-size: 15px;
}
.product-name a {
    color: #000000;
    font-family: 'helvetica_neuemedium';
    font-size: 24px;
    line-height: 1.5;
    max-width: 256px;
    display: inline-block;
}
span.yith-wcwl-add-to-wishlist-button__label {
    font-size: 0;
}
/* a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--added:after {
    content: '\f02e';
    font-family: fontawesome;
    font-size: 20px;
}
a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:after {
    content: '\f02e';
    font-family: fontawesome;
} */

/* a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:after {
    content: url("/wp-content/uploads/2025/09/Vector-8.png");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--added:after {
    content: url("/wp-content/uploads/2025/09/Vector-10.png");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
} */
/* a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg {
    display: none;
} */
span.select2-dropdown.select2-dropdown--below {
    border: 0 !important;
}
span.select2-dropdown.select2-dropdown--above {
    border: 0 !important;
}
button.slick-arrow {
    background: transparent;
    width: 50px;
    height: 50px;
    color: #CCCCCC;
    font-size: 20px;
    line-height: 1;
    margin: 0;
	outline: 0;
}
button.slick-arrow {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
	z-index: 9;
}
button.slick-next.slick-arrow {
    right: -25px;
}
button.slick-prev.slick-arrow {
    left: -25px;
}
.weekly-poductct-inner {
    transition: all 0.2s ease-in-out;
}
.weekly-poductct-inner:hover {
    box-shadow: 0px 0px 6px #dfdfdf;
}


/* --- Ribbon Button --- */
/* .ribbon-btn{
  --bg: #be242a;   
  --bg-hover:#b71c1c;   
  --shadow:rgba(0,0,0,.25);

  position:relative;
  display:inline-block;
  padding: 14px 50.68px;
  background:var(--bg);
  color:#fff;
  text-decoration:none;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 22px;
  transform:skewX(-18deg);              
  white-space:nowrap;   
	transition: 2s ease;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.ribbon-btn {
   --bg: #C33C41;
    --bg-hover: #b71c1c;
    --shadow: rgba(0, 0, 0, .25);
    position: relative;
    display: inline-block;
    padding: 14px 50.68px;
    background: var(--bg);
    color: #fff;
    text-decoration: none;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    transform: skewX(-18deg);
    white-space: nowrap;
    transition: 2s 
ease;
	font-weight: 400;
	    border-radius: 0;
	line-height: inherit;
	margin-left: 36px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.ribbon-btn:before {
    background: linear-gradient(to right, #C33C41 70%, #ffffff00 75%);
}
.ribbon-btn > span{
  display:block;
  transform:skewX(18deg);
}

.ribbon-btn::after{
  content:"";
  position:absolute;
  top:0;
  right:-28px;
  width:0;height:0;
  border-top: calc(50% + 0.5px) solid transparent;
  border-bottom: calc(50% + 0.5px) solid transparent;
  border-left:28px solid var(--bg);
}
.ribbon-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    width: 36px;
    background: linear-gradient(to right, #be242a 70%, #ffffff00 75%);
    background-size: 36px 100%, 36px 100%;
    background-repeat: no-repeat;
}
.ribbon-btn:focus-visible{
  outline:3px solid #fff;
  outline-offset:4px;
} */
a.ribbon-btn {
  --bg: #be242a;
  --bg-hover: #000;
  --shadow: rgba(0,0,0,.25);

  position: relative;
  display: inline-block;
  padding: 14px 50.68px;
  background: var(--bg);
  color: #fff;
  text-decoration: none;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 22px;
  transform: skewX(-18deg);
  white-space: nowrap;
  transition: color 0.4s ease;
  z-index: 1;
}
a.ribbon-btn:hover:before {
    background: linear-gradient(to right, #000000 70%, transparent 75%);
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.ribbon-btn {
	  --bg: rgb(190 36 42 / 80%);
  --bg-hover: #000;
  --shadow: rgba(0,0,0,.25);

  position: relative;
  display: inline-block;
  padding: 14px 50.68px;
  background: var(--bg);
  color: #fff;
  text-decoration: none;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 22px;
  transform: skewX(-18deg);
  white-space: nowrap;
  transition: color 0.4s ease;
  z-index: 1;
	line-height: 1.5;
    border-radius: 0;
margin-left: 36px;
	    font-weight: 400;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.ribbon-btn::before {
    background: linear-gradient(to right, var(--bg) 70%, transparent 75%);
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.ribbon-btn:hover:before {
    background: linear-gradient(to right, #000000 70%, transparent 75%);
}
/* keep the left stripe */
.ribbon-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  width: 36px;
  background: linear-gradient(to right, #be242a 70%, transparent 75%);
  z-index: 2; /* above the black overlay */
}
a.ribbon-btn.white-btn:hover:before {
    background: linear-gradient(to right, #000000 70%, #be242a 30%);
}

/* overlay for left-to-right black fill */
.ribbon-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--bg-hover);
  transition: width 0.6s ease;
  z-index: 0; /* sits behind text and stripe */
}

.ribbon-btn:hover::after {
  width: 100%;
}

/* unskew text */
.ribbon-btn > span {
  display: block;
  transform: skewX(18deg);
  position: relative;
  z-index: 3; /* keep text above */
}

/* chevron tip */
.ribbon-btn i,
.ribbon-btn svg { /* if any icons */
  position: relative;
  z-index: 3;
}

a.ribbon-btn {
    margin-left: 36px;
}
a.ribbon-btn.white-btn {
    background: #ffffff;
    color: #be242a;
}
a.ribbon-btn.white-btn:hover {
	color: #ffffff;
}
a.ribbon-btn.white-btn:before {
    background: linear-gradient(to right, #ffffff 70%, #be242a 30%);
}
.prod-btn a span {
    margin-left: 10px;
    position: relative;
    top: 4px;
}
.custom-breadcrumb {
	padding: 20px 0;
    font-size: 19px;
    color: #A4A4A4;
    font-family: 'helvetica_neueregular';
}
.custom-breadcrumb a {
    color:#A4A4A4;
    text-decoration: none;
}
.custom-breadcrumb span {
    color: var(--brand-color);
 
}
.product-inner-box {
    padding: 20px;
}
.weekly-poductct-inner.all-inner {
    height: 100%;
}
.weekly-poductct-inner.all-inner .meta-top-border {
    max-width: 100%;
}
.custom-product-gallery .big-image {
  width: 100%;
  overflow: hidden;
}
.big-image {
    background: #FAF9F6;
    margin-bottom: 34px;
    text-align: center;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 20px;
}
.custom-product-gallery .featured-img {
  width: 100%;
  transition: transform 0.6s ease;
  cursor: zoom-in;
}

.custom-product-gallery .featured-img:hover {
  transform: scale(1.5);
}
.big-image img {
    width: 100% !important;
    height: auto !important;
}
.thumb-slide img {
    border-radius: 20px;
}

.custom-product-gallery .slick-slide {
    margin: 0px 25px 0 0;
}
.thumb-slider {
    margin-bottom: 34px;
}
.woo-tags {
    margin-bottom: 24px;
}
span.product-tag {
    background: #EEEEEE;
    color: #A4A4A4;
    font-size: 16px;
    font-family: 'helvetica_neueregular';
    padding: 8px 18px;
    line-height: 1;
    border-radius: 30px;
}
.woo-brand-name a {
    color: #B82525;
        font-family: 'helvetica_neuemedium';
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
h1.single-prod-name {
	  font-family: 'helvetica_neuemedium';
    font-size: 50px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 14px;
}
.prod-short-desc {
  color: #525252;
    font-family: 'helvetica_neueregular';
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 62px;
}
.product-categories {
    border: 1px solid #EDEDED;
    display: inline-block;
    padding: 16px 20px;
    border-radius: 30px;
    font-size: 19px;
    font-family: 'helvetica_neueregular';
    color: #A4A4A4;
}
span.product-sku {
    font-size: 16px;
    color: #A4A4A4;
    font-family: 'helvetica_neueregular';
    padding: 0 20px 10px;
    display: block;
}
.product-categories {
    margin-bottom: 62px;
}
.single-prod-inq {
    margin-bottom: 62px;
}
.product-info {
    padding: 0 5%;
}
.info-inner {
    display: flex;
    gap: 15px;
}
.info-icon i {
    color: #BC2329;
    font-size: 40px;
}
.info-text h3 {
    color: #000000;
    font-size: 28px;
    font-family: 'helvetica_neueregular';
    font-style: italic;
    margin: 0 0 15px;
}
.info-text p {
    font-size: 19px;
    color: #000000;
    line-height: 1.5;
    font-family: 'helvetica_neueregular';
    margin-bottom: 0;
}
.spacial-info .row {
    justify-content: space-between;
}
.info-download {
    text-align: center;
}
.info-download a {
    color: #A4A4A4;
    font-size: 12px;
    line-height: 12.3px;
    font-family: 'helvetica_neueregular';
	    display: inline-block;
}
.product-social-share {
    position: relative;
    display: inline-block;
}
.share-toggle {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}
.share-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    min-width: 180px;
    z-index: 100;
}
.share-dropdown a {
    display: block;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #A4A4A4;
}
.share-dropdown a:last-child{
	border-bottom: 0;
}
.share-dropdown a:hover {
    background: #f5f5f5;
}
.product-top-area.row {
    justify-content: space-between;
}
.share-dropdown i {
    margin-right: 10px;
}
.share-dropdown i.fa-brands.fa-facebook-f {
    color: #1877F2
}
.share-dropdown i.fa-brands.fa-pinterest-p {
	color: #BD081C;
}
.share-dropdown i.fa-solid.fa-paper-plane {
	color: #EA4335;
}
.share-dropdown i.fa-solid.fa-link {
	color: #6E6E6E;
}
/* Tabs Wrapper */
.custom-tabs {
  margin: 20px 0 0;
  font-family: Arial, sans-serif;
}

/* Navigation */
.custom-tabs .tab-nav {
    display: flex
;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    justify-content: space-between;
}
.custom-tabs .tab-nav li {
    padding: 12px 20px;
    cursor: pointer;
    color: #A4A4A4;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    font-size: 22px;
    font-family: 'helvetica_neueregular';
    width: 100%;
    text-align: center;
}

.custom-tabs .tab-nav li.active {
  color: var(--brand-color);
  border-bottom: 2px solid var(--brand-color);
}

/* Content */
.custom-tabs .tab-content {
    padding: 68px 68px 0;
}
.custom-tabs .tab-pane {
  display: none;
  animation: fadeIn 0.4s ease;
}
.custom-tabs .tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
section.product-another-desc {
    padding: 120px 0 120px;
}
.single-product .section-counter-lines {
    margin-bottom: 120px;
}
.full-desc p {
    font-size: 19px;
    color: #000000;
    font-family: 'helvetica_neueregular';
    line-height: 1.2;
}
.did-box {
    background: #FAF9F6;
    margin-bottom: 74px;
    position: relative;
}

.row.spp-row {
    justify-content: space-between;
}
.left-qusttion-box p {
    color: #070000;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 0;
}

.left-qusttion-box {
    max-width: 450px;
}
.qust-quote {
    position: absolute;
    top: 0;
    left: 0;
}
.left-qusttion-box h3 {
    color: #BC2329;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: 'helvetica_neuebold';
    padding-left: 50px;
}
.section-label {
    color: #000000;
    font-size: 22px;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 30px;
}

.siml-img img {
    border-radius: 18px;
	width: 100%;
}

.siml-img {
    margin-bottom: 23px;
}
.siml-product-name {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-family: 'helvetica_neueregular';
    color: #000000;
}
.section-label {
    color: #000000;
    font-size: 22px;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 30px;
}

.siml-img img {
    border-radius: 18px;
}

.siml-img {
    margin-bottom: 23px;
}

.siml-product-name {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-family: 'helvetica_neueregular';
    color: #000000;
}

.siml-product-link {
    text-align: center;
}

.siml-product-link a {
    color: #BC2329;
    font-size: 35px;
}

.siml-product-single {
    margin-top: 20px;
    max-width: 316px;
}
.image-box {
    border: 1px solid #a4a4a42e;
    padding: 40px;
    border-radius: 8px;
}
.siml-img img {
 
    width: 100% !important;
    max-width: 100% !important;
}
.siml-product-name {
    max-width: 220px;
    margin: 0 auto;
}
.tech-table table {
    width: 100%;
	font-family: 'helvetica_neueregular';

}
.tech-table th {
    background: #FFEAEB;
    color: #BC2329;
	border: 1px solid #FFEAEB;
     
    margin: 0;
    border-radius: 14px 14px 0 0;
}
.tech-table th , td {
	font-size: 20px;
	padding: 18px;
}
.tech-table tr, td {
    border: 1px solid #FFEAEB;
}
.tech-table table {
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}
.tech-table {
    margin-bottom: 67px;
}
.also-available ul {
    display: flex;
    gap: 65px;
}
ul.opt-eqp.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns in one row */
    gap: 20px; /* spacing between items */
    list-style: none;
    padding: 0;
    margin: 0;
}
.lp-name {
    font-size: 50px;
	line-height: 1.1;
    color: #132b44;
    font-family: 'helvetica_neuebold';
}
.desc-titles {
    font-size: 22px;
    line-height: 24px;
    color: #A4A4A4;
    font-family: 'helvetica_neueregular';
    margin-bottom: 28px;
}
.ava-title {
    color: #BC2329;
    font-size: 28px;
    line-height: 25px;
    font-family: 'helvetica_neueregular';
}
.ava-desc {
    color: #A4A4A4;
    font-size: 12px;
    line-height: 13px;
    font-family: 'helvetica_neueregular';
}
.ava-desc span {
    display: block;
    font-size: 20px;
    line-height: 20px;
}
.also-available li {
    text-align: center;
}
.divide-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #A4A4A4;
    margin: 50px 0;
}
td.table-entry {
    color: #BC2329;
    text-align: right;
}
.opt-eqp-img img {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    object-fit: cover;
}

.opt-eqp-img {
    margin-bottom: 24px;
}
.opt-exp-name {
    color: #000000;
    font-family: 'helvetica_neueregular';
    font-size: 18px;
    line-height: 24px;
}
p.addi-short-intro {
    font-size: 20px;
    color: #000000;
    font-family: 'helvetica_neueregular';
    line-height: 24px;
    margin-bottom: 30px;
}
/* faqs */
.faq-accordion {
  margin: 20px auto 50px;
  font-family: Arial, sans-serif;
}
.faq-item {
  border-bottom: 1px solid #A4A4A4
}
.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    padding: 15px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'helvetica_neueregular';
}
.faq-answer p {
    color: #A4A4A4;
    font-size: 18px;
    font-family: 'helvetica_neueregular';
    line-height: 24px;
}

.faq-question i {
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #cf142b;
}
.faq-question.active i {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;
}
.faq-answer.open {
    padding: 0 15px 30px;
}
.qustion-form-box {
    border: 1px solid #A4A4A4;
    border-radius: 14px;
}
.form-header {
    color: #BC2329;
    font-size: 24px;
    font-family: 'helvetica_neuemedium';
    border-bottom: 1px solid #A4A4A4;
    padding: 20px;
}
.form-body {
    padding: 20px;
}



.form-header {
    color: #BC2329;
    font-size: 24px;
    font-family: 'helvetica_neuemedium';
}
.qustion-form-box .wpcf7-form input[type="submit"] {
    background-color: var(--brand-color);
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: end;
    margin-left: auto;
    font-family: 'helvetica_neuemedium';
}
.qustion-form-box span.wpcf7-spinner {
    display: none;
}
textarea.wpcf7-form-control.wpcf7-textarea.qustion-client {
    height: 160px;
    border-radius: 12px;
}
.thumb-slider button.slick-arrow {
    width: 30px;
	height: 30px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.thumb-slider button.slick-prev.slick-arrow {
    display: none;
}
td.table-lebel {
    border-right: 0;
}

td.table-entry {
    border-left: 0;
}
.slide-inner-img img {
    width: 100% !important;
    height: 100% !important;
}


.shop-filters .filter-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 15px;
}

.filter-title {
  font-weight: bold;
  margin-bottom: 10px;
	
}
.filter-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'helvetica_neuemedium';
}
.filter-price-range p {
    font-size: 14px;
    font-family: 'helvetica_neuemedium';
}

.woocommerce ul.products li.product {
  text-align: center;
}
.filter-accordion {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 15px;
}
.filter-accordion h3.accordion-header {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1;
    font-family: 'helvetica_neuemedium';
	cursor: pointer;
}
.accordion-body {
    padding-top: 20px;
}
.filter-search {
    margin-bottom: 15px;
}
.filter-search input#custom-product-search {
    width: 100%;
    padding: 8px;
    line-height: 1;
	    border: 1px solid #e5e5e5;
}
.filter-categories ul { margin-left: 20px; }
.filter-categories li { list-style: none; }
.filter-categories li label { cursor: pointer; }
.weekly-poductct-inner.all-inner {
    border: 1px solid #e7e7e7;
    padding: 5px 6px;
}
.weekly-poductct-inner.all-inner {
    margin-bottom: 20px;
}
.all-inner .product-name a {
    font-size: 18px;
    line-height: 1.5;
}
.custom-shop-wrapper {
    padding: 120px 0 120px;
}
section.section-breadcrumb {
    padding: 100px 0 100px;
}


section.section-breadcrumb .custom-breadcrumb {
    padding: 5px 0;
}
.page-breadcrumb h1 {
    font-family: 'helvetica_neueheavy';
    font-size: 70px;
    color: #000000;
    line-height: 70px;
}
.thumb-slider button.slick-prev.slick-arrow {
    display: none !important;
}
ul.filter-brands {
    margin-left: 20px;
}
ul.filter-price {
    margin-left: 20px;
}
ul.filter-categories ul li ul li {
    opacity: 0.8;
    font-size: 16px;
}
.thumb-slide {
    cursor: pointer !important;
}
.thumb-slide img.active {
    border: 1px solid #cf142b;
}
.big-image img {

    transition:  0.4s ease-in-out;
}
.price-row {
    display: flex;
    gap: 35px;
    margin-bottom: 35px;
}
.proce-box.net-price  {
    font-size: 30px;
    line-height: 1;
    font-family: 'helvetica_neuemedium';
    color: #525252;
}
.proce-box.gross-price {
    font-size: 25px;
	 line-height: 1;
    color: #A4A4A4;
	font-family: 'helvetica_neueregular';
	
}
.proce-box {
    position: relative;
    border: 1px solid #EDEDED;
    padding: 24px 20px 17px;
    border-radius: 8px;
}
.price-name {
    color: #B82525;
    font-size: 16px;
	line-height: 1;
    font-family: 'helvetica_neueregular';
    position: absolute;
    top: -13px;
    right: 2%;
    background: #ffffff;
    padding: 7px 14px;
}
.which-band {
    background: url(/wp-content/uploads/2025/11/Frame-9-1-scaled.png) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 87px;
    border-radius: 24px;
}
.which-band h2 {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 51px;
    font-family: 'helvetica_neuebold';
    margin-bottom: 37px;
}
.which-band p {
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: 'helvetica_neueregular';
    margin-bottom: 103px;
}
section.bottom-recomended-products {
    position: relative;
    padding: 0 0 120px;
}
section.which-mechine-band {
    padding: 0 0 120px;
}
.shop-filters li {
    margin-top: 8px;
	margin-bottom: 8px;
}
section.eng .row {
    align-items: center;
}
.mdsection-intro.mb-50 {
    margin-bottom: 50px;
}
.recco-product {
    background: #FAF9F6;
    padding: 20px;
    border-radius: 18px;
}
.recco-product-img {
    width: 100%;
    height: 329px;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recco-product-name h2 {
    font-size: 18px;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 20px;
}
.recco-product .product-btns {
    margin-top: 0;
    text-align: center;
}
.recco-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.ribbon-btn {
    font-size: 18px;
    padding: 10px 20px;
}
.recco-product a.added_to_cart.wc-forward {
     font-size: 18px;
    padding: 10px 20px;
}
.recco-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-filters span.child-toggle {
    color: #be242a;
	display: none;
}
.stickey-whatsaap {
    position: fixed;
    bottom: 2%;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.flx-ro.single-prod-inq {
    display: flex;
    align-items: center;
    gap: 40px;
}
/* custom wishlist */
.wishlist-float-btn {
	 display: none;
    position: fixed;
    bottom: 2%;
    left: 2%;
    width: 60px;
    height: 60px;
    background: #cf142b;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 9999;
    transition: all 0.3s 
ease;
	    justify-content: center;
    align-items: center;
}
.header-wishlist .wishlist-count {
	display: none;
}
.big-post-wrapper img {
    max-width: 95%;
    margin-left: auto;
}

.big-post-wrapper {
    text-align: right;
}
section.trends {
    padding: 0 0 182px;
}
.custom-tabs .tab-nav li {
    position: relative;
}

/*.custom-tabs .tab-nav li:after {
    content: '';
    background: #CCCCCC;
    width: 4px;
    height: 45px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(15%);
}*/
.custom-tabs .tab-nav li.active:after {
    background: var(--brand-color);
}
.recco-product-cats span.product-cat {
    background: #EEEEEE;
    color: #A4A4A4;
    font-size: 12px;
    margin: 0 8px 8px 0;
    padding: 5px 8px;
    border-radius: 30px;
    display: inline-block;
}
.recco-product {
    margin-bottom: 20px;
}
.recco-product-cats {
    margin-bottom: 30px;
}
.big-image {
    pointer-events: none;
}
.page-breadcrumb .section-counter-lines {
    margin: 100px 0 0;
}
section.all-news {
    padding: 182px 0 182px;
}
a.add-to-cart-icon.ajax_add_to_cart {
    background: var(--brand-color);
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-quote-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cf142b;
  font-size: 22px;
  padding: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.2s ease;
}

.icon-quote-btn a:hover {
  transform: scale(1.1);
  color: #a00e21;
}

.icon-quote-btn .added_to_cart.active {
  color: #cf142b;
}

.icon-quote-btn i {
  pointer-events: none;
}
button.site-btn {
    --bg: #be242a;
    --bg-hover: #000;
    --shadow: rgba(0, 0, 0, .25);
    position: relative;
    display: inline-block;
    padding: 14px 50.68px;
    background: var(--bg);
    color: #fff;
    text-decoration: none;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    transform: skewX(-18deg);
    white-space: nowrap;
    transition: color 0.4s 
ease;
    z-index: 1;
    outline: 0;
    border: 0;
    border-radius: 0;
}
button.site-btn:hover{
	 background: var(--bg);
}
button.site-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    width: 36px;
    background: linear-gradient(to right, #be242a 70%, transparent 75%);
    z-index: 2;
}
button.site-btn:hover::before {
	    background: linear-gradient(to right, #000000 70%, transparent 75%);
}
button.site-btn > span {
    display: block;
    transform: skewX(18deg);
    position: relative;
    z-index: 3;
}
button.site-btn {
    margin-left: 36px;
}
button.site-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--bg-hover);
    transition: width 0.6s 
ease;
    z-index: 0;
}
button.site-btn:hover::after {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #ffffff;
    border: 1px solid var(--brand-color);
    padding: 30px 20px;
    border-radius: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    background: #FAF9F6;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 8px;
	display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	background: var(--brand-color);
	color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--brand-color);
	color: #ffffff;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}
button.woocommerce-Button.button {
   background: var(--brand-color);
    color: #ffffff;
    font-weight: 400;
}
/* === Submenu Styles === */
.main-navigation ul ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 99;
	    text-align: left;
}

.main-navigation ul ul.sub-menu li {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
	
}

.main-navigation ul ul.sub-menu li a {
  padding: 10px 15px;
  color: #444;
  font-weight: 400;
	display: block;
}

.main-navigation ul ul.sub-menu li a:hover {
  background-color: transparent;
  color:  #cf142b;
}
button.sub-menu-toggle {
    display: none;
}

.main-navigation ul li {
  position: relative;
}
/* === Show dropdown on hover === */
.main-navigation ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* === Nested Submenu (Level 2+) === */
.main-navigation ul ul ul.sub-menu {
  left: 100%;
  top: 0;
}
.post-image {
    margin-bottom: 50px;
}
section.post-all-data {
    padding: 120px 0 120px;
}
.genrate-quote {
	  padding: 120px 0 120px;
}
/* Blog post / WYSIWYG container */
.post-all-cnt {
  --accent: #cf142b; /* brand accent */
  --body-font-size: 16px;
  --line-height: 1.6;
  color: #222;
  font-size: var(--body-font-size);
  line-height: var(--line-height);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
               Arial, "Noto Sans", "Liberation Sans", sans-serif;
  max-width: var(--max-content-width);
  margin: 0 auto;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

/* Headings */
.post-all-cnt h1,
.post-all-cnt h2,
.post-all-cnt h3,
.post-all-cnt h4,
.post-all-cnt h5,
.post-all-cnt h6 {
  margin: 1.6em 0 0.6em;
  line-height: 1.25;
  color: #111;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* sizes (you already had h2: 28px) */
.post-all-cnt h1 { font-size: 36px; }
.post-all-cnt h2 { font-size: 28px; } /* as requested */
.post-all-cnt h3 { font-size: 22px; }
.post-all-cnt h4 { font-size: 18px; }
.post-all-cnt h5 { font-size: 16px; }
.post-all-cnt h6 { font-size: 14px; color: #444; }

/* Paragraphs */
.post-all-cnt p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1.15em;
  color: #333;
}

/* Links */
.post-all-cnt a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .15s ease, text-decoration-color .15s ease;
}
.post-all-cnt a:hover,
.post-all-cnt a:focus {
  color: darken(var(--accent), 10%); /* fallback ignored by some browsers; safe to keep */
  text-decoration-color: rgba(0,0,0,0.05);
  outline: none;
}

/* Images & figures */
.post-all-cnt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
  border-radius: 6px;
  object-fit: contain;
}

.post-all-cnt figure {
  margin: 1.25em 0;
  text-align: center;
}

.post-all-cnt figcaption {
  font-size: 13px;
  color: #666;
  margin-top: 0.5em;
}
section.new-custom-shop-wrapper {
    padding: 120px 0 120px;
}
.child-cat-box {
    background: #FAF9F6;
    padding: 30px 0;
}
.child-cat-item a {
    display: flex;
    flex-direction: column;
    width: 150px;
}
.main-header.sticky {
  width: 100%;
  transition: top 0.3s ease;
  top: 0;
  z-index: 9999;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
}
.page-template-homepage .main-header .md-container {
    padding: 10px 0 40px;
}
.page-template-homepage .main-header .md-container {
    padding: 10px 0 20px;
}
.page-template-home-beta .main-header .md-container {
    padding: 10px 0 20px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background: #bd242a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr, td {
    font-size: 14px;
}
section.lp-banner {
    position: relative;
    padding: 190px 0 50px;
    background: #191919;
}
.lp-banner-text {
    position: relative;
    z-index: 1;
}
.lp-wrapper-img {
    position: relative;
    z-index: 2;
    text-align: center;
}
.lp-overlay {
    background-image: radial-gradient(at top center, #be2227 0%, #191919 59%);
    gradient-color2: #be2227;
    gradient-type: radial-gradient;
    gradient-position: top center;
    gradient-location: 0%;
    gradient-location2: 59%;
    opacity: .6;
width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.section-padding {
    padding: 120px 0;
}
.post-all-cnt .embed-container,
.post-all-cnt iframe,
.post-all-cnt video {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 1em 0;
}

/* Make embeds maintain aspect ratio */
.post-all-cnt .embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.post-all-cnt .embed-container iframe,
.post-all-cnt .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Blockquotes */
.post-all-cnt blockquote {
  border-left: 4px solid var(--accent);
  padding: 0.6em 1em;
  margin: 1.25em 0;
  color: #444;
  background: rgba(207,20,43,0.03);
  border-radius: 4px;
}
.post-all-cnt blockquote p {
  margin: 0;
  font-style: italic;
}

/* Lists */
.post-all-cnt ul,
.post-all-cnt ol {
  margin: 0 0 1.15em 1.25em;
  padding: 0;
	    list-style: inherit;
}
.post-all-cnt li {
  margin: 0.45em 0;
}

/* Inline code & code blocks */
.post-all-cnt code {
  background: #f6f6f6;
  padding: 0.15em 0.35em;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace;
  font-size: .95em;
}
.post-all-cnt pre {
  overflow: auto;
  background: #0f1720;
  color: #e6edf3;
  padding: 1em;
  border-radius: 8px;
  margin: 1em 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace;
  font-size: 13px;
  line-height: 1.45;
}
.post-all-cnt pre code {
  background: none;
  color: inherit;
  padding: 0;
}

/* Tables */
.post-all-cnt table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 15px;
  overflow: auto;
}
.post-all-cnt th,
.post-all-cnt td {
  border: 1px solid #e6e6e6;
  padding: 0.6em 0.8em;
  text-align: left;
}
.post-all-cnt thead th {
  background: #fafafa;
  font-weight: 600;
}

/* Horizontal rule */
.post-all-cnt hr {
  border: none;
  height: 1px;
  background: #eee;
  margin: 1.5em 0;
}

/* Strong / Em */
.post-all-cnt strong { font-weight: 700; }
.post-all-cnt em { font-style: italic; }

/* Small text */
.post-all-cnt small { font-size: 0.85em; color: #666; }

/* Buttons inside content (links styled as buttons) */
.post-all-cnt .btn,
.post-all-cnt a.button {
  display: inline-block;
  text-decoration: none;
  padding: 0.55em 0.9em;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.05);
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  transition: opacity .12s ease, transform .08s ease;
}
.post-all-cnt .btn:hover,
.post-all-cnt a.button:hover { opacity: 0.95; transform: translateY(-1px); }

/* Alignment helpers produced by editor */
.post-all-cnt .alignleft { float: left; margin-right: 1em; max-width: 45%; }
.post-all-cnt .alignright { float: right; margin-left: 1em; max-width: 45%; }
.post-all-cnt .aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Clear floats after content */
.post-all-cnt::after { content: ""; display: table; clear: both; }

/* Utilities */
.post-all-cnt .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: #999; margin-bottom: .6em; display: block; }
.post-all-cnt .caption { font-size: 13px; color: #666; margin-top: .35em; }

/* Accessibility: focus-visible */
.post-all-cnt a:focus-visible,
.post-all-cnt button:focus-visible {
  outline: 3px solid rgba(207,20,43,0.18);
  outline-offset: 2px;
}
.submit-lead-input {
    height: 55px;
}
.lead-text-area {
    margin-bottom: 50px;
}
section.open-positions {
    padding: 0 0 130px;
}

.single-job {
    position: relative;
    margin-bottom: 18px;
    background: #FAF9F6;
    padding: 20px 40px;
}

.apply-job-btn {
    text-align: right;
}
.job-data i {
    background: var(--brand-color);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
	margin-right: 15px;
}
.job-data .d-flex.align-items-center {
    margin-bottom: 8px;
}
.apply-here {
    border: 1px solid var(--brand-color);
    padding: 35px;
    border-radius: 12px;
}
.apply-here {
    position: sticky;
    top: 70px;
}
section.section_wrapper {
    padding: 120px 0 120px;
}
.payment-info {
    background: #FAF9F6;
    padding: 50px;
    height: 100%;
}
.angebot {
    padding: 0 0 130px;
}
.pre-header {
    display: none;
}
.page-template-homepage .pre-header {
    display: block;
}
.page-template-home-beta .pre-header {
    display: block;
}
section.new-bradcrumn {
    background: #FAF9F6;
    padding: 20px 0 60px;
}
.recco-product {
    height: 100%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.custom-icon {
    background: transparent;
    margin: 0;
    padding: 0;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.custom-icon img {
    max-width: 30px;
}
a.added_to_cart.wc-forward.custom-icon i {
    font-size: 30px;
    color: #be242a;
}
.image-box img {
    background: #faf9f6;
}
.recco-product-img {
    background: #ffffff;
}
section.text-wrapper {
    padding: 120px 0 120px;
}
section.text-wrapper h2 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 20px;
}

section.text-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 20px;
}
.policy-box h4:before {
    content: '';
    background: #BC2329;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
	margin-right: 8px;
}
.policy-box strong.d-block.mb-2 {
    color: #000000;
}
.policy-box {
    background: #FAF9F6;
    padding: 30px;
    margin-bottom: 30px;
    border-top: 3px solid #bc2329;
}

.policy-box p , li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #5b6375;
}

.policy-box ul {
    padding-left: 2rem;
    list-style: disc;
}

.policy-box ul li a {
    color: #5b6375;
}
.policy-box a {
    color: #BC2329;
    text-decoration: underline;
}
table.table.table-bordered th {
    background: #BC2329;
    color: #ffffff;
    border: 0;
    padding: 18px 20px;
}

table.table.table-bordered th:nth-child(2) {
    width: 120pt;
}

table.table.table-bordered th:nth-child(1) {
    width: 100px;
}
table.table.table-bordered th:last-child {
    width: 100px;
}
table.table.table-bordered td:nth-child(2) img {
    background: #ffffff;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

table.table.table-bordered td:nth-child(2) {
    text-align: center;
}
table.table.table-bordered td {
    background: #faf9f6;
    border: 0;
    padding: 28px 20px;
	    vertical-align: middle;
}
table.table.table-bordered th:nth-child(1) {
    border-radius: 14px 0 0 0;
}
table.table.table-bordered th:last-child {
    border-radius: 0 14px 0 0;
}
span.req-sign {
    color: #f00;
    margin-left: 4px;
}
label.form-label {
    font-weight: 700;
}
section.contact-section {
    padding: 100px 0;
}
.single-address-box-single {
    border: 1px solid #bc2329;
    padding: 30px;
    border-radius: 8px;
}
.single-address-box-single {
    border: 1px solid #bc2329;
    padding: 30px 10px;
    border-radius: 8px;
}

.c-box-icon {
    width: 75px;
    height: 75px;
    background: #bc2329;
       margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    font-size: 40px;
    border-radius: 50%;
}
.single-address-box-single a,
.single-address-box-single p {
    text-align: center;
    color: #000000;
    font-family: 'helvetica_neuemedium';
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
	display: block;
}
.product-img {
    background: #faf9f6;
}
section.weekly .product-img {
    background: transparent;
}
.price-slider-single input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #cf142b 100%, #ccc 0%);
    outline: none;
}

/* Thumb */
.price-slider-single input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #cf142b;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.price-slider-single input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #cf142b;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.price-slider-single input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #f00;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Track for Firefox */
.price-slider-single input[type=range]::-moz-range-track {
    background: #ccc;
    height: 8px;
    border-radius: 4px;
}

/* Track for IE */
.price-slider-single input[type=range]::-ms-track {
    height: 8px;
    border-radius: 4px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.blog-item {
    margin-bottom: 40px;
}
ul.page-numbers {
    display: flex;
    justify-content: center;
    gap: 15px;
}
ul.page-numbers li a {
    background: #e7e7e7;
    color: #000000;
    min-width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}
ul.page-numbers span.page-numbers.current {
    background: var(--brand-color);
    color: #ffffff;
	    min-width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}
.static-product-img-area {
    position: relative;
    margin-bottom: 20px;
}

.static-product-img-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 8% 8%;
    z-index: 2;
}

.static-product-img-text h2 {
    color: #ffffff;
    font-size: 27px;
    font-family: 'helvetica_neuemedium';
    line-height: 1.3;
}
.static-product-body h3 {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'helvetica_neuemedium';
    color: #be242a;
    margin-bottom: 20px;
}

.static-product-body {
    padding: 0 5%;
}
.static-product-body li {
    display: flex;
    font-size: 18px;
    align-items: center;
    gap: 8px;
}

.static-product-body ul {
    margin-bottom: 30px;
}
.static-product-img:after {
    content: '';
    background: linear-gradient(307deg, rgb(0 0 0 / 70%), transparent);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.prefedo.img img {
    background: #FAF9F6;
    padding: 30px;
}
.static-product-sub-title {
    background: #ca142a;
    display: inline-block;
    padding: 6px 16px;
    font-size: 12px;
    color: #ffffff;
    font-family: 'helvetica_neuemedium';
    margin-bottom: 10px;
}
.static-images .static-img {
    margin-bottom: 50px;
}
.custom-w-xxl-75 {
    max-width: 1380px;
}
.single-recent {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.recent-thumb {
    max-width: 140px;
}
.recent-thumb img {
	width: 100%;
}
.recent-data .post-date {
    font-size: 14px;
    color: #cd142b;
    font-family: 'helvetica_neueregular';
}

.recent-data h4 {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'helvetica_neuebold';
}

.sidebar-title {
    font-family: 'helvetica_neuebold';
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.sidebar-inner {
    position: sticky;
    top: 135px;
}
.top-footer-buttons.gap-40 {
    gap: 40px;
}
.wpcf7-form label {
    font-size: 14px;
}
.mobile-stickey-area {
    display: none;
}
.md-header-mob-menu {
	display: none;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart img {
    max-width: 25px;
}
a.added_to_cart.wc-forward i {
    color: #cf142b;
    font-size: 22px;
}
/* ===========================
   SHOP PAGE MAIN STYLES
=========================== */

/* ===== Layout for Subcategories ===== */
ul.sub-cat-tabs.level-1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  gap: 30px;
  margin-bottom: 0;
}

ul.sub-cat-tabs.level-2 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  justify-content: center;
  gap: 40px;
  margin: 0;
}

/* ===== Subcategory Links ===== */
.sub-cat-tabs li {
  list-style: none;
  position: relative;
}

.sub-cat-tabs li a {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.sub-cat-tabs li a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}

.sub-cat-tabs li a span {
  font-size: 14px;
  font-weight: 500;
}

/* Hover & Active states */
.sub-cat-tabs li a:hover img,
.sub-cat-tabs li a.active img {
  filter: invert(10%) sepia(89%) saturate(6204%) hue-rotate(-1deg) brightness(95%) contrast(100%);
}
a.has-children.active img {
	 filter: invert(10%) sepia(89%) saturate(6204%) hue-rotate(-1deg) brightness(95%) contrast(100%);
	
}
a.has-children.open {
  color: #cf142b;
}

a.has-children.open img {
  filter: invert(10%) sepia(89%) saturate(6204%) hue-rotate(-1deg) brightness(95%) contrast(100%);
}

.sub-cat-tabs li a:hover span,
.sub-cat-tabs li a.active span {
  color: #cf142b;
}

/* ===== Dropdown Enhancement ===== */

/* ===== Sub-Subcategory Container (inside parent li) ===== */
.sub-sub-cat-container {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px 10px;
  transition: all 0.3s ease-in-out;
}

.sub-sub-cat-container.active {
  display: block;
  opacity: 1;
  height: auto;
}

/* Layout inside sub-sub-cat-container */
.sub-sub-cat-container ul.sub-cat-tabs.level-2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.sub-sub-cat-container ul.sub-cat-tabs.level-2 li {
  list-style: none;
}

.sub-sub-cat-container ul.sub-cat-tabs.level-2 li a {
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Sub-child hover & active color */
.sub-sub-cat-container ul.sub-cat-tabs.level-2 li a:hover,
.sub-sub-cat-container ul.sub-cat-tabs.level-2 li a.active {
  color: #cf142b;
}

/* Hide icons in sub-sub categories (if any exist) */
.sub-sub-cat-container img {
  display: none !important;
}

/* ===== Top Category Tabs ===== */
.top-cat-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 0;
  flex-wrap: wrap;
  list-style: none;
}

.top-cat-tabs li {
  margin: 0 10px;
  list-style: none;
}

.top-cat-tabs li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 6px 8px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.top-cat-tabs li.active a,
.top-cat-tabs li a:hover {
  color: #cf142b;
  border-color: #cf142b;
}

/* ===== Containers ===== */
.sub-cat-container {
  background: #faf9f6;
  padding: 60px 0;
  text-align: center;
  display: none;
}

.sub-cat-container.active {
  display: block;
}

.product-grid {
  padding-top: 60px;
}

/* ===== Pagination ===== */
.pagination-wrap {
  text-align: center;
  margin: 30px 0;
}

.pagination-wrap a {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
}

.pagination-wrap a.active,
.pagination-wrap a:hover {
  background-color: #cf142b;
  color: #fff;
  border-color: #cf142b;
}

/* ===== Price Range Filter ===== */
.filter-price-range {
  margin-top: 20px;
}

.price-slider-single {
  margin: 15px 0;
}

.price-slider-single input[type="range"] {
  width: 100%;
  cursor: pointer;
}

.price-values {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

/* ===== Filter Box ===== */
.shop-filters {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
}

/* ===== Misc ===== */
.loading {
  text-align: center;
  padding: 40px;
  font-style: italic;
  color: #999;
}

/* ===== Divider line between category items ===== */
.sub-cat-tabs li:last-child:after {
  width: 0;
}
.sub-cat-tabs li:nth-child(6):after {
  width: 0;
}
.sub-cat-tabs li:after {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 86px;
  display: block;
  background: #B3B1AC;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(17px);
  opacity: 0.5;
}
.sub-sub-cat-inline {
  margin-top: 10px;
  text-align: center;
}

.sub-sub-cat-inline a {
  display: block;
  margin-top: 5px;
  color: #000;
  text-decoration: none;
}

.sub-cat-tabs li.open .sub-sub-cat-inline {
  display: block;
}
.sub-sub-cat-inline a {
    background: #E8E4D7;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 30px;
    width: auto;
    float: left;
    margin: 1%;
}
li.show-childs .sub-sub-cat-inline {
    display: block;
}
.border-line {
    border: 1px solid #e7e7e7;
    min-width: 100px;
    padding: 5px;
    border-radius: 4px;
}
ul.filter-brands {
    margin-left: 0;
}
.sub-sub-cat-inline {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  transition: all 0.35s ease;
}

/* When open */
li.show-childs .sub-sub-cat-inline {
  opacity: 1;
  max-height: 500px; /* or large enough value */
}

/* Rotate arrow when open */
.has-children i.fa-angle-down {
  transition: transform 0.3s ease;
}
.has-children i.fa-angle-down.rotated {
  transform: rotate(180deg);
}
a.showing-products {
    background: #bc2329;
    color: #ffffff !important;
}
.product-img img { 

}
.product-img img { 
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.sub-sub-cat-inline a.active {
    background: #cf142b;
    color: #ffffff;
}
.show-mob-filture {
    background: transparent;
    outline: 0;
    display: none;
}
.mobile-filter-close {
    display: none;
}
p.no-products {
    text-align: center;
}
section.md-hero.lp-hero-overlay {
	position: relative;
}
section.md-hero.lp-hero-overlay:after {
    content: '';
    background: linear-gradient(307deg, rgb(0 0 0 / 70%), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.md-hero-inner {
    z-index: 2;
}
		.page-template-pferdeco-landingpage .static-product-img-area {
    margin-bottom: 0;
}
.page-template-pferdeco-landingpage  .kelfri-inner-wrapper {
        margin-bottom: 0;
    }
section.winter-section-intro {
    padding: 120px 0 0;
}
.custom-product-gallery .slick-slide {
    background: #faf9f6;
    border-radius: 24px;
}
.big-image {
        padding: 20px;
    }
.big-image img {
	border-radius: 18px;
}
.did-box {
    display: flex;
	justify-content: space-between;
}
.did-text {
    padding: 40px 0 52px 50px;
}
.mechine-slider-new .product-vertor-img {
    height: 264px;
	    width: 200px;
		    margin: 0 auto 30px;
}
.mechine-slider-new .slide-inner-img {
    width: 160px;
    height: 195px;
    position: absolute;
    top: 34px;
    left: 0;
}
.hero-search-bar.home-three {
    background: #FAF9F6;
    position: relative;
}
section.md-hero.home-three-hero {
    height: 85vh;
}
.single-swipe-video video {
    width: 100%;
}
section.hero-slider {
    position: relative;
    height: 85vh;
}
.carousel-site-data {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}
.carousel-item {
    height: 85vh;
}
.carousel-item img {
    height: 100%;
}
.carousel-site-data .md-hero-inner {
    padding-bottom: 0;
}
[role=button]:not([disabled]):focus, [role=heading]:focus, [role=navigation]:focus, button:not([disabled]):focus, form:not([disabled]):focus, h1[tabindex="-1"]:focus, h2[tabindex="-1"]:focus, h3[tabindex="-1"]:focus, h4[tabindex="-1"]:focus, h5[tabindex="-1"]:focus, h6[tabindex="-1"]:focus, img:focus, nav:focus, picture:focus, svg:focus {
    border: 0 !important;
}
.section-top-padding {
    padding-top: 90px !important;
}

.section-bottom-padding {
    padding-bottom: 90px !important;
}
.optimize-wrapper .section-counter-lines span {
    height: 70px;
}
.optimize-wrapper .section-counter-lines span:nth-child(even) {
    height: 50px;
}
.mdsection-intro p {
    margin-bottom: 0;
}
.carousel-indicators {
    justify-content: end;
    margin-right: 2%;
    margin-left: 0;
}
a.site-new-button {
    font-family: 'Helvetica Neue', sans-serif;
    background: var(--brand-color);
    color: #ffffff;
    transition: color 0.4s ease; 
    font-size: 22px;
    padding: 20px 40px;
    border-radius: 0 30px;
    position: relative;
    overflow: hidden; 
}

a.site-new-button span {
    position: relative;
    z-index: 2;
}

a.site-new-button:before {
    content: '';
    background: #000000;
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   border-radius: 0 30px;
    transition: width 0.4s ease; 
    z-index: 1;
}

a.site-new-button:hover:before {
    width: 100%;
}
a.site-new-button.white-bg-btn {
    background: #ffffff;
    color: #000000;
}
a.site-new-button.white-bg-btn:hover{
	color: #ffffff;
}
span.btn-icon i {
    margin-right: 8px;
}
.social-flex {
    display: flex;
    gap: 20px;
}
.md-footer-social.ftr-icons {
    flex-direction: column;
    margin-bottom: 0;
}
.office-timing {
    text-align: left;
}


/* responsive */
@media only screen and (max-width: 1650px) {
	.md-footer-bagging img {
    max-width: 140px;
}
	.carousel-item {
    height: 82vh;
}
	section.hero-slider {
    position: relative;
    height: 82vh;
}
	section.md-hero.home-three-hero {
    height: 82vh;
}
	.section-top-padding {
    padding-top: 60px !important;
}
	.section-bottom-padding {
    padding-bottom: 60px !important;
}
	.optimize-wrapper .section-counter-lines span {
    height: 60px;
}
	.optimize-wrapper .section-counter-lines span:nth-child(even) {
    height: 40px;
}
	.mechine-slider-new .product-vertor-img {
    height: 222px;
    width: 170px;
    margin: 0 auto 20px;
}
	.mechine-slider-new .slide-inner-img {
    width: 136px;
    height: 160px;
    top: 32px;
}
	.mechine-slider-new  .prod-btn a span {
    margin-left: 4px;
}
	.mechine-slider-new  .slick-slide {
    margin: 0px 10px;
}
	    .mechine-slider-new .prod-btn a {
        font-size: 16px;
    }
	    .mechine-slider-new  .prod-name {
        font-size: 18px;
    }
	.big-image {
    height: 480px;
		margin-bottom: 15px;
}
	.which-band {
    padding: 50px;
}
	.product-img {
    height: 227px;
}
	.which-band p {
    font-size: 20px;
    margin-bottom: 80px;
}

	.floating-cart {
		bottom: 12%;
	}
	.md-header-menu ul li {
    display: inline-block;
    margin-left: 40px;
}
	.md-header-menu {
    gap: 40px;
}
	.header-lines {
    right: 40px;
}
	.logo {
    max-width: 350px;
}
	.main-header .md-container {
    padding: 30px 0;
}
	.header-line-ro.small-line {
    height: 105px;
}
	.header-line-ro.big-line {
    height: 135px;
}
	.header-line-ro {
    width: 10px;
}
	.md-hero-inner h1 {
    font-size: 55px;
}
	.hero-search-bar {
    padding: 40px 0;
}
	.hero-search-inner {
    max-width: 912px;
}
	.hero-search-bar input.sk-search {
    font-size: 18px;
}
	.hero-search-bar .site-button {
    font-size: 20px;
    width: 40px;
    height: 40px;
}
	.md-hero-inner {
    padding-bottom: 10%;
}
	section.mechine-more {
    padding: 140px 0 140px;
}
	section.upgrades-fields {
    padding: 140px 0 140px;
}
	section.bottom-recomended-products {
    padding: 0 0 140px;
}
	section.which-mechine-band {
    padding: 0 0 140px;
}
.section-counter-lines {
    margin-bottom: 140px;
}
	section.kelfre-info {
    padding: 140px 0 140px;
}
	section.weekly {
    padding: 140px 0 140px;
}
	section.product-another-desc {
    padding: 140px 0 140px;
}
	section.section-breadcrumb {
    padding: 140px 0 140px;
}
	.custom-shop-wrapper {
    padding: 120px 0 120px;
}
	section.trends {
    padding: 0 0 140px;
}
	.mdsection-intro h2 {
    font-size: 60px;
    line-height: 60px;
}
	.mdsection-intro p {
    font-size: 18px;
    line-height: 30px;
}
	.mdsection-intro {
    margin-bottom: 120px;
}
	.product-vertor-img {
    height: 346px;
    width: 260px;
}
	.slide-inner-img {
    width: 211px;
    height: 258px;
    top: 43px;
}
	.product-vertor-img {
    margin: 0 auto 40px;
}
	.prod-name {
    font-size: 24px;
}
	.prod-btn a {
    font-size: 20px;
    line-height: 40px;

}
	.count-num {
    font-size: 60px;
    line-height: 45px;
}
	.count-text {
    font-size: 20px;
}
	.kel-text p {
    font-size: 18px;
    margin-bottom: 50px;
}
	.kel-text {
    padding: 0 46px;
}
	.ribbon-btn {
    font-size: 18px;
}
	.field-test-box {
    padding: 120px 0 0;
}
	a.h-link {
    font-size: 18px;
}
	.field-silder-cnt p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
}
	.field-silder-cnt h3 {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 60px;
}
	.fields-slider {
    margin: 0 0 90px;
}
	.weekly-poductct-inner {
    padding: 40px;
}
	.product-name a {
    font-size: 20px;
}
	.big-post-wrapper .blog-title h3 {
    font-size: 30px;
    line-height: 40px;
}
	.singel-blog .post-date {
    font-size: 14px;
}
	.blog-title h3 {
    font-size: 18px;
    line-height: 26px;
}
	.read-post-btn a.h-link {
    font-size: 16px;
}
	.md-footer-logo {
    max-width: 330px;
}
	.top-footer-buttons {
    gap: 50px;
}
	.mid-footer-menu ul li a {
    font-size: 18px;
}
	.mid-footer-menu ul li {
    padding-right: 40px;
}
	.md-footer-social a {
    font-size: 28px;
}
	.md-top-footer {
    padding: 50px 0 50px;
}
	.md-mid-footer-inner {
    padding: 50px 0 50px;
}
	nav.mid-footer-nav {
    margin-bottom: 50px;
}
	.md-footer-social {
    margin-bottom: 50px;
}
	.md-last-footer p, .md-last-footer p a {
    font-size: 16px;
}
.all-inner .product-name a {
    font-size: 16px;
}
	h1.single-prod-name {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 22px;
}
	.custom-breadcrumb {
    font-size: 16px;
    color: #A4A4A4;
}
	.woo-brand-name {
    font-size: 18px;
}
	.prod-short-desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 50px;
}
	span.title-dot {
    width: 12px;
    height: 12px;
}
	span.dot {
    width: 8px;
    height: 8px;
}
	button.slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
	span.product-sku {
    font-size: 15px;
}
	.product-categories {
    font-size: 15px;
}
	.info-text h3 {
    font-size: 22px;
}
	.info-icon i {
    font-size: 22px;
}
	.info-inner {
    gap: 6px;
}
	.info-text p {
    font-size: 16px;
    line-height: 20px;
}
	.spacial-info {
    padding: 30px 10px;

}
	span.product-tag {
    font-size: 16px;
    padding: 8px 20px;
}
	.custom-tabs .tab-content {
    padding: 50px 40px 0;
}
	.left-qusttion-box p {
    font-size: 16px;
    line-height: 22px;
}
	.recco-product-name h2 {
    font-size: 15px;
    margin-bottom: 15px;
}
	.recco-product-img {
    height: 260px;
    border-radius: 18px;
    margin-bottom: 20px;
}
	.left-qusttion-box h3 {
    font-size: 26px;
    margin-bottom: 25px;
    padding-left: 60px;
}
	.qustion-sign {
    width: 100%;
    text-align: right;
    max-width: 158px;
}
	.full-desc p {
    font-size: 18px;
    line-height: 1.5;
}
	.custom-tabs .tab-nav li {
    font-size: 20px;
}
	.siml-product-name {
    font-size: 16px;
    line-height: 18px;
}
	.siml-product-single {
    margin-bottom: 25px;
}
	.tech-table th, td {
    font-size: 16px;
    padding: 14px;
}
	.opt-exp-name {
    font-size: 14px;
    line-height: 16px;
}
	.divide-line {
    background: #A4A4A4;
    margin: 30px 0;
}
	p.addi-short-intro {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
	.tech-table {
    margin-bottom: 30px;
}
	.ava-desc span {
    font-size: 18px;
    line-height: 18px;
}
	.faq-answer p {
    font-size: 16px;
    line-height: 20px;
}
	.form-header {
    font-size: 20px;
}
	.did-text {
    padding: 35px 0 28px 40px;
}
	    .which-band p {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1450px) { 
	    .md-footer-bagging img {
        max-width: 130px;
    }
	a.site-new-button {
    font-size: 18px;
}
	.recent-posts {
    margin-bottom: 50px;
}
	.mdsection-intro.mb-80 {
    margin-bottom: 50px;
}
	.social-flex {
    gap: 40px;
}
	.recco-product-name h2 {
    max-width: 100%;
}
	.image-box {
    padding: 18px;
}
	    .prod-short-desc {
        font-size: 16px;
    }
	.custom-breadcrumb {
        font-size: 16px;
    }
	.recco-product-img {
    height: 260px;
}
.logo {
        max-width: 300px;
    }
	.md-hero-inner h1 {
        font-size: 50px;
    }
	    .hero-search-bar input.sk-search {
        font-size: 16px;
    }
	    .hero-search-bar .site-button {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
	    .hero-search-bar {
        padding: 30px 0;
    }
	.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    width: 30px !important;
    background-size: 18px !important;
}
	.md-header-menu ul li {
        margin-left: 35px;
    }
	    .md-header-menu {
        gap: 35px;
    }
	.md-container {
    max-width: 90%;
}
	.header-lines {
        right: 20px;
		        gap: 6px;

    }
	.header-line-ro {
        width: 8px;
    }
		section.mechine-more {
    padding: 120px 0 120px;
}
	section.upgrades-fields {
    padding: 120px 0 120px;
}
.section-counter-lines {
    margin-bottom: 120px;
}
	section.kelfre-info {
    padding: 120px 0 120px;
}
	section.weekly {
    padding: 120px 0 120px;
}
	section.trends {
    padding: 0 0 120px;
}
	section.product-another-desc {
    padding: 120px 0 120px;
}
	.custom-shop-wrapper {
    padding: 0 0 120px;
}
	section.section-breadcrumb {
    padding: 120px 0 120px;
}
	section.bottom-recomended-products {
    padding: 0 0 120px;
}
	section.which-mechine-band {
    padding: 0 0 120px;
}
	    .mdsection-intro h2 {
        font-size: 50px;
        line-height: 50px;
    }
		.product-vertor-img {
    height: 366px;
    width: 250px;
}
	.slide-inner-img {
    width: 201px;
    height: 248px;
    top: 41px;
}
	.product-vertor-img {
    margin: 0 auto 10px;
}
	.prod-name {
    font-size: 20px;
}
	.prod-btn a {
    font-size: 18px;
    line-height: 38px;

}
	    .mdsection-intro {
        margin-bottom: 80px;
    }
	    .field-silder-cnt h3 {
        margin-bottom: 35px;
        font-size: 35px;
        line-height: 1.5;
    }
	.count-num {
        font-size: 51px;
        line-height: 40px;
    }
	.count-text {
        font-size: 18px;
    }
	.md-last-footer p, .md-last-footer p a {
        font-size: 14px;
    }
	.md-last-footer p, .md-last-footer p a {
        font-size: 14px;
    }
	.mid-footer-menu ul li {
        padding-right: 30px;
    }
	.md-top-footer {
        padding: 50px 0 50px;
    }
	.md-footer-menu li a {
    font-size: 16px;
    line-height: 1.2;
}
	.md-footer-social a {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
	nav.mid-footer-nav {
        margin-bottom: 45px;
    }
	    .md-footer-social {
        margin-bottom: 40px;
    }
	.top-footer-buttons {
        gap: 40px;
    }
	.full-desc p {
        font-size: 16px;
    }
	.siml-product-link a {
    color: #BC2329;
    font-size: 25px;
}
	.left-qusttion-box p {
        font-size: 16px;
        line-height: 20px;
    }
	    .ava-desc span {
        font-size: 17px;
        line-height: 17px;
    }
	.ava-desc {
    font-size: 10px;
    line-height: 11px;
}
	    p.addi-short-intro {
        font-size: 16px;
        line-height: 1.5;
    }
	.faq-question {
    font-size: 18px;
}
	    .faq-answer p {
        font-size: 14px;
        line-height: 1.4;
    }
	.left-qusttion-box h3 {
        font-size: 22px;
    }
	.all-inner .product-name a {
        font-size: 15px;
    }
	.kelfri-inner-wrapper {
    max-width: 1180px;
}
	.kel-logo img {
    max-width: 230px;
}
	.o-hours {
    font-size: 20px;
}
	.office-timing p {
    font-size: 16px;
}
	.days {
    color: #ffffff;
    font-size: 20px;
}
	.time {
		 font-size: 18px;
	}
	.recco-product-cats span.product-cat {
    font-size: 8px;
}
	    span.product-tag {
        font-size: 12px;
    }
	.product-gallery {
    position: sticky;
    top: 100px;
}
}
@media only screen and (max-width: 1367px) {   
.recco-product-name h2 {
        font-size: 13px;
    }
	    h1.single-prod-name {
        font-size: 30px;
        line-height: 1.5;
    }
	.spacial-info .row {
    justify-content: center;
}
	.left-qusttion-box p {
        font-size: 14px;
        line-height: 1.5;
    }
	.info-text h3 {
        font-size: 18px;
    }
	.big-image {
        height: 380px;
    }
	.also-available ul {
    gap: 40px;
}
}
@media only screen and (max-width: 1260px) {   
    .recco-product-img {
        height: 220px;
    }
	.recco-product-name h2 {
        min-height: 30px;
    }
}
@media only screen and (max-width: 1024px) {  
	.carousel-item {
    height: 500px;
}
	section.hero-slider {
    height: 500px;
}
	.carousel-item img {
    height: 100%;
    object-fit: cover;
}
.md-header-mob-menu {
	display: flex;
	justify-content: end;
}
	.did-box {
    flex-direction: column;
    flex-wrap: wrap-reverse;
}
	.did-text {
        padding: 35px;
    }
	.left-qusttion-box h3 {
        margin-bottom: 10px;
        padding-left: 0;
    }
	.which-band {
    background-position: bottom;
}
	.md-header-menu {
    display: none;
}
	section.md-hero {
    height: 700px;
}
	.md-hero-inner h1 {
        font-size: 50px;
    }
	.hero-search-inner {
        max-width: 90%;
    }
	.mdsection-intro h2 {
        font-size: 35px;
        line-height: 38px;
    }
		section.mechine-more {
    padding: 50px 0 50px;
}
	section.upgrades-fields {
    padding: 50px 0 50px;
}
	section.post-all-data {
    padding: 50px 0 50px;
}
.section-counter-lines {
    margin-bottom: 50px;
}
	section.kelfre-info {
    padding: 0 0 50px;
}
	section.weekly {
    padding: 50px 0 50px;
}
	section.trends {
    padding: 0 0 50px;
}
	section.product-another-desc {
    padding: 50px 0 50px;
}
	.custom-shop-wrapper {
    padding: 0 0 50px;
}
	section.section-breadcrumb {
    padding: 50px 0 50px;
}
	section.bottom-recomended-products {
    padding: 0 0 50px;
}
	.field-test-box {
        padding: 50px 0 0;
    }
	.fields-slider {
        margin: 0 0 50px;
    }
	section.which-mechine-band {
    padding: 0 0 50px;
}
	section.eng {
    margin-bottom: 50px;
}
	section.all-news {
    padding: 50px 0 50px;
}
	.section-counter-lines span {
    width: 4px;
    height: 40px;
}
	.section-counter-lines span:nth-child(even) {
    height: 60px;
}
	.section-counter-lines {
    gap: 6px;
}
	.header-line-ro.big-line {
        height: 108px;
    }
	    .header-line-ro.small-line {
        height: 90px;
    }
	.header-line-ro {
        width: 6px;
    }
	.header-lines {
        right: 1%;
    }
	.mdsection-intro p br {
		display: none;
	}
	.mdsection-intro h2 br {
    display: none;
}
	section.eng .row {
    align-items: end;
}
	    .product-vertor-img {
        height: 263px;
        width: 200px;
    }
	    .slide-inner-img {
        width: 164px;
        height: 196px;
        top: 35px;
    }
	.kel-text {
        padding: 0 30px;
    }
	.kel-text p {
        font-size: 16px;
        margin-bottom: 30px;
    }
	.kel-logo img {
        max-width: 100px;
    }
	    a.h-link {
        font-size: 16px;
    }
	.lp-name {
    font-size: 25px;
    margin-bottom: 15px;
}
	.mdsection-intro {
        margin-bottom: 50px;
    }
	.field-silder-cnt h3 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.5;
    }
	.field-silder-cnt h3 br {
       display: none;
    }
	.field-silder-cnt h3 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.5;
    }
	.field-silder-cnt p {
	font-size: 16px;
	line-height: 1.5;
		margin-bottom : 20px;
}
	    .mdsection-intro p {
        font-size: 16px;
        line-height: 1.5;
    }
	a.ribbon-btn {
    padding: 14px 30.68px;
   font-size: 18px;
}
	    .product-name a {
        font-size: 18px;
    }
	.product-wishlist-icon img {
    max-width: 18px;
}
	.small-blogs {
    margin-bottom: 20px;
}
	.mdsection-intro.mb-80 {
    margin-bottom: 50px;
}
	.content-overlay {
		opacity: 1;
	}
	.blog-data {
		opacity: 1;
	}
		.mobile-stickey-area {
    display: block;
}
	.stickey-item a {
    color: #ffffff;
    text-align: center;
}
.md-last-footer {
    padding-bottom: 70px;
}
#floating-cart-icon {
	display: none !important;
}
.header-cart.footer-quote i {
    color: #ffffff;
}
.header-cart.footer-quote #header-cart-count {
    right: -9px;
    min-width: 10px;
    height: 10px;
    font-size: 8px;
}
	.mobile-stickey-area {
    background: #BC2329;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
}

.mobile-stickeyinner {
    display: flex;
    justify-content: space-around;
}

.stickey-item {
    text-align: center;
    color: #ffffff;
}

.stickey-item {
    font-size: 12px;
}

	.icon-icon i {
    font-size: 15px;
    margin-bottom: 4px;
}
	.icon-icon a {
		color: #ffffff;
	}
	.stickey-item button.onetap-toggle.design-border2 {
    background: transparent;
    color: #ffffff;
}
	.stickey-whatsaap {
    display: none;
}

section.onetap-container-toggle {
    display: none !important;
}
	.stickey-item .header-cart {
    text-align: center;
}
	.md-footer-logo {
        max-width: 330px;
        margin: 0 auto 50px;
    }
	section.catcontainer {
    padding: 50px 0 50px;
}
	.recent-thumb {
    max-width: 100px;
}
	.big-image {
    height: auto;
}
	.product-info {
    padding: 0;
}
	.single-product .section-counter-lines {
    margin-bottom: 50px;
}
	.did-box {
    margin-bottom: 30px;
}
	    .qustion-sign {
        max-width: 80px;
    }
	    .custom-tabs .tab-content {
        padding: 50px 0px 0;
    }
	   .single-prod-name {
        font-size: 30px;
        line-height: 1.5;
    }
	.qust-quote {
    max-width: 40px;
}
	.also-available ul {
    gap: 30px;
}
	.ava-title {
    font-size: 25px;
}
	    .ava-desc span {
        font-size: 15px;
        line-height: 15px;
    }
	ul.opt-eqp.grid {
    gap: 15px;
}
	.opt-eqp-img img {
    width: 80px;
    height: 80px;
}
	.opt-eqp-img {
    margin-bottom: 16px;
}
	.which-band h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0;
}
	    .which-band p {
        font-size: 18px;
        margin-bottom: 40px;
    }
	.image-box {
    padding: 10px;
}
	.top-footer-buttons {
    justify-content: center;
}
.angebot {
    padding: 0 0 50px;
}
	section.contact-section {
    padding: 50px 0;
}
	.contact-all-details {
    margin-bottom: 50px;
}
	.contact-all-details .mdsection-intro {
    text-align: center;
}
	section.text-wrapper {
    padding: 50px 0 50px;
}
	.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 40%;
}
	.woocommerce-account .woocommerce-MyAccount-content {
    width: 55%;
}
	    .page-template-my-account .custom-shop-wrapper {
        padding: 50px 0 50px;
    }
	.section-padding {
    padding: 50px 0;
}
	.kelfri-partner-section {
    padding: 50px 0;
}
	.page-template-kellfri-landingpage .kel-text {
        padding: 30px 0 0;
    }
	.page-template-kellfri-landingpage .kel-text p {
		max-width: 100%;
	}
	section.spareparts-sectn {
    padding: 0 0 30px;
}
	.page-template-kellfri-landingpage  .kelfri-partner-section {
    padding: 50px 0;
}
	.prefedo.img img {
    padding: 4px;
}
	.kelfri-inner-wrapper {
    margin-bottom: 30px;
}
section.winter-section-intro {
    padding: 50px 0 0;
}
	.winter-static-img {
    margin-bottom: 50px;
}
	ul.sub-cat-tabs.level-1 {
    grid-template-columns: repeat(3, 1fr);
}
	section.new-custom-shop-wrapper {
    padding: 50px 0 50px;
}
	.shop-filters {
    padding: 6px;
}
	.price-values {
    flex-direction: column;
    gap: 5px;
}
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product {
    width: 48%;
  }

  .woocommerce-cart-form table.shop_table th,
  .woocommerce-cart-form table.shop_table td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {  
	.mobile-filter-close.serchn-text {
    text-align: center;
}
.mobile-filter-close.serchn-text .close-sidebar {
    font-size: 14px;
    background: #cf142b;
    display: inline-block;
    padding: 8px 22px;
    color: #ffffff;
    font-family: 'helvetica_neuemedium';
    border-radius: 4px;
}
	section.spareparts-sectn {
        padding: 0 0 50px;
    }
	section.product-sectn.mb-50.no-mobile-padding {
    margin-bottom: 0;
}
	.post-all-cnt p {
    font-size: 14px;
}
	.genrate-quote {
    padding: 50px 0 50px;
}
	.custom-breadcrumb {
        font-size: 12px;
    }
	proce-box.net-price {
    font-size: 20px;
}
	.proce-box.gross-price {
    font-size: 18px;
}
	.price-row {
    gap: 20px;
    margin-bottom: 40px;
}
	.flx-ro.single-prod-inq {
    justify-content: center;
		 margin-bottom: 40px;
}
	.woo-tags {
    margin-bottom: 40px;
}
	span.product-tag {
        font-size: 12px;
        padding: 8px 20px;
        display: inline-block;
        margin: 6px 3px;
    }
	.info-inner {
    flex-direction: column;
    text-align: center;
}
	.info-icon i {
        font-size: 50px;
    }

	    h1.single-prod-name {
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 22px;
    }
	.sidebar-inner {
    background: #faf9f6;
    padding: 20px;
}
	.recent-data h4 {
    font-size: 14px;
    line-height: 1.5;
}
	.recent-data .post-date {
    font-size: 10px;
}
    .md-hero-inner h1 span {
        font-size: 50px;
		        margin-top: 20px;
    }
	    .md-hero-inner h1 {
        font-size: 30px;
    }
.md-header-menu {
    display: none;
}
	    .logo {
        max-width: 160px;
    }
	.page-template-homepage .pre-header {
    display: none;
}
	.header-lines {
        right: 1%;
		gap: 3px;
    }
	.header-line-ro.big-line {
        height: 55px;
    }
	.header-line-ro.small-line {
        height: 35px;
    }
	.header-line-ro {
        width: 3px;
    }
	section.md-hero {
    height: 680px;
}
	    .hero-search-inner {
        max-width: 100%;
        width: 100%;
    }
	    .hero-search-bar input.sk-search {
        font-size: 14px;
        width: 94%;
    }
	.tb_text_wrap h3 {
    font-size: 18px !important;
}
	    .hero-search-inner {
        max-width: 90%;
        width: 100%;
    }
	.md-cat-badge img {
    width: 20px !important;
}
	.catagory-side {
    width: 20%;
}
	.select2-container .select2-selection--single {
    width: 60px;
}
	    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 12px !important;
        background-size: 12px !important;
    }
	.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
}
	.catagory-dropdown {
    padding-left: 0;
    padding-right: 0;
}
	.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0 !important;
}
.catagory-dropdown {
    width: 50px;
}
.md-hero-inner {
        padding-bottom: 40%;
    }
	    .hero-search-bar {
        padding: 20px 0;
    }
	.mdsection-intro h2 {
        font-size: 26px;
        line-height: 1.5;
    }
	section.eng .mdsection-intro {
    text-align: center;
}
	.couunt-boxes {
    margin-bottom: 50px;
}
	    .count-num {
        font-size: 30px;
        line-height: 30px;
    }
	    .count-text {
        font-size: 16px;
    }
	section.mechine-more {
    padding: 50px 0 50px;
}
	section.upgrades-fields {
    padding: 50px 0 50px;
}
.section-counter-lines {
    margin-bottom: 50px;
}
	section.kelfre-info {
    padding: 0 0 50px;
}
	section.weekly {
    padding: 50px 0 50px;
}
	section.trends {
    padding: 0 0 50px;
}
	section.product-another-desc {
    padding: 50px 0 50px;
}
	.custom-shop-wrapper {
    padding: 0 0 50px;
}
	section.section-breadcrumb {
    padding: 50px 0 50px;
}
	section.bottom-recomended-products {
    padding: 0 0 50px;
}
	.field-test-box {
        padding: 50px 0 0;
    }
	.fields-slider {
        margin: 0 0 50px;
    }
	section.which-mechine-band {
    padding: 0 0 50px;
}
	.mdsection-intro p {
        font-size: 16px;
        line-height: 1.5;
    }
	.mdsection-intro p br {
		display: none;
	}
	.section-counter-lines span {
    width: 3px;
    height: 40px;
}
.section-counter-lines {
    gap: 6px;
}
.section-counter-lines span:nth-child(even) {
    height: 45px;
}
	.mdsection-intro {
        margin-bottom: 40px;
    }
	.product-vertor-img {
        height: 190px;
        width: 145px;
    }
	.slide-inner-img {
        width: 118px;
        height: 138px;
        top: 26px;
    }
	.prod-name {
        font-size: 12px;
    }
	.mdsection-intro h2 br {
		display: none;
	}
	.kel-text {
        padding: 20px 20px 40px;
		text-align: center;
    }
	    .kel-text p {
        font-size: 16px;
        margin-bottom: 40px;
    }
	.lp-name {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 25px;
}
	.mobile-order {
    flex-wrap: wrap-reverse;
}
	    .kel-logo img {
        max-width: 100px;
    }
	a.ribbon-btn {
    padding: 14px 30.68px;
    font-size: 16px;
}
	.kelfri-inner-wrapper {
    margin-bottom: 50px;
}
	    .field-silder-cnt h3 {
        margin-bottom: 22px;
        font-size: 20px;
        line-height: 1.5;
    }
	.field-silder-cnt h3 br {
		display: none;
	}
	.field-silder-cnt p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
	    .weekly-poductct-inner {
        padding: 0;
			margin-bottom: 20px;
    }
	.weekly-poductct-inner {
    max-width: 100%;
}
	    .product-img {
        height: 130px;
    }
	.product-name a {
        font-size: 16px;
        max-width: 100%;
    }
	.product-wishlist-icon img {
    max-width: 14px;
}
.product-btns.icon-quote-btn a {
    width: auto;
    height: auto;
    padding: 0;
}
	.icon-quote-btn a {
    font-size: 16px;
}
	.mdsection-img {
    margin-bottom: 50px;
}
	.field-silder-img {
    margin-bottom: 50px;
}
.mdsection-intro.mb-80 {
    margin-bottom: 50px;
}
.content-overlay {
    opacity: 1;
}
	.blog-data {
    opacity: 1;
}
	.small-blogs {
    margin-bottom: 20px;
}
	.singel-blog.small-post-wrapper .post-img img {
    height: 170px;
}
	.blog-title h3 {
        font-size: 16px;
        line-height: 20px;
    }
	    .singel-blog .post-date {
        font-size: 12px;
    }
	    .big-post-wrapper .blog-title h3 {
        font-size: 25px;
        line-height: 30px;
    }
	    .read-post-btn a.h-link {
        font-size: 14px;
    }
	.big-post-wrapper {
    text-align: center;
    margin-bottom: 50px;
}
.recent-posts {
    margin-bottom: 50px;
}
section.trends .big-post-wrapper {
    margin-bottom: 0;
}
	section.upgrades-fields .mdsection-intro {
    text-align: center;
}
	.md-land-btns {
    text-align: center;
}
	.md-top-footer {
        padding: 50px 0 50px;
    }
	    .md-footer-logo {
        max-width: 250px;
        margin: 0 auto 50px;
    }
.top-footer-buttons {
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
.top-footer-buttons  .ribbon-btn > span {
    text-align: center;
}
.office-timing {
    text-align: center;
}
	.md-footer-menu {
    margin-bottom: 50px;
}
	.bagging-one {
    max-width: 80px;
}
	.md-footer-bagging {
    justify-content: center;
}

html {
    overflow-x: auto;
}
.md-last-footer p, .md-last-footer p a {
        text-align: center;
    }
	.page-template-homepage .main-header .md-container {
    padding: 15px 0 15px;
}
	
	  .post-all-cnt { padding: 0 16px; --max-content-width: 100%; }
  .post-all-cnt h1 { font-size: 28px; }
  .post-all-cnt h2 { font-size: 22px; }
  .post-all-cnt h3 { font-size: 18px; }
  .post-all-cnt .alignleft,
  .post-all-cnt .alignright { float: none; max-width: 100%; margin: 0 0 1em 0; }
	.product-inner-box {
    padding: 0;
}
nav.breadcrumb-nav {
    text-align: center;
}
.custom-breadcrumb {
    text-align: center;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
section.new-custom-shop-wrapper {
    padding: 50px 0 50px;
}
ul.top-cat-tabs {
    padding: 20px 0;
}
	.top-cat-tabs {
    justify-content: flex-start;
}
.top-cat-tabs li {
    margin: 0 0 10px;
    list-style: none;
    width: 50%;
}
.top-cat-tabs li a {
    border: 1px solid #e7e7e7;
    display: block;
    text-align: center;
    margin: 0 5px;
}
.sub-cat-tabs li a img {
    width: 25px;
    height: 25px;
}
.sub-cat-tabs li a span {
    font-size: 10px;
}
ul.sub-cat-tabs.level-1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
	    .mobile-filture {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background: #fff;
        z-index: 999999;
        overflow-y: auto;
        transition: 0.3s ease-in-out;
        padding: 0;
    }

    .mobile-filture.active {
        left: 0;
    }

    .mobile-filter-btn {
        text-align: right;
        margin-bottom: 10px;
    }

    .mobile-filter-btn button {
        background: #cf142b;
        color: #fff;
        padding: 10px 18px;
        border: none;
        border-radius: 4px;
        font-size: 15px;
        cursor: pointer;
    }

    .mobile-filter-close {
        font-size: 22px;
        text-align: right;
        cursor: pointer;
        margin-bottom: 15px;
    }
	.show-mob-filture {
           display: inline-block;
        width: auto;
}
	.mobile-filter-close {
    display: block;
}
	.new-ribbon {
    top: 1% !important;
    right: 1% !important;
    font-size: 8px !important;
}
	.nested-category-tabs li a {
    font-size: 14px;
}
	.main-header .md-container {
        padding: 15px 0;
    }
	    .all-inner .product-name a {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart img {
    max-width: 16px;
}
	a.added_to_cart.wc-forward i {
    font-size: 16px;
}
	.blog-thumbnail {
    height: 180px;
}
	.blog-thumbnail img {
    min-height: 180px;
}
	h3.blog-title {
    font-size: 16px;
}
	.blog-short-data {
    padding: 0;
}
	.product-categories {
    margin-bottom: 0;
}
	    .also-available ul {
        gap: 20px;
    }
	    .qustion-sign {
        max-width: 80px;
        opacity: 0.5;
    }
	.did-box {
        margin-bottom: 30px;
    }
	.which-band h2 br {
		display: none;
	}
	.which-band {
        padding: 30px;
    }
	.which-band {
    background-position: bottom;
}
.recco-product-img {
        height: 140px;
    }
.recco-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.ribbon-btn {
    font-size: 12px;
    padding: 8px 15px;

}
	.recco-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.ribbon-btn::before {
    left: -24px;
    width: 24px;
}
	.recco-product {
    padding: 6px;
    border-radius: 8px;
}
	.recco-product-name h2 {
    font-size: 12px;
    margin-bottom: 10px;
}
	    .recco-product-name h2 {
        max-width: 100%;
    }
	.recco-product-cats span.product-cat {
    font-size: 8px;
}
	.proce-box.net-price {
    font-size: 20px;
}
	.price-row {
        justify-content: center;
    }
	.apply-job-btn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
}
	.single-job {
    padding: 50px 40px;
}
	.job-name h2 {
    text-align: center;
    margin-bottom: 20px;
}
	.apply-here {
    text-align: center;
}
	.post-all-cnt {
        padding: 0 16px 50px;
    }
	section.section_wrapper {
    padding: 50px 0 50px;
}
	.angebot {
    padding: 0 0 50px;
}
	    .page-template-lieferung .field-test-box {
        padding: 0;
    }
	.page-template-lieferung section.new-bradcrumn {
    padding: 20px 0 50px;
}
	    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 50px;
    }
	.woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
	    .page-template-pferdeco-landingpage section.md-hero {
        height: 480px;
    }
	     .page-template-pferdeco-landingpage .md-hero-inner {
        padding-bottom: 25%;
    }
	    .page-template-pferdeco-landingpage .kel-text {
        padding: 40px 20px 40px;
    }
    .page-template-winter-landingpage a.ribbon-btn {
        padding: 10px 24.68px;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 100%;
  }

  .woocommerce-cart-form table.shop_table th,
  .woocommerce-cart-form table.shop_table td {
    font-size: 12px;
  }

  .wpcf7-form input, .wpcf7-form textarea {
    padding: 8px;
  }
}
/* Print-friendly adjustments */
@media print {
  .post-all-cnt { color: #000; background: none; }
  .post-all-cnt a::after { content: " (" attr(href) ")"; font-size: 90%; color: #000; }
}
.md-header-mob-menu {
    font-size: 24px;
    color: #bc2329;
}