/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
#wpadminbar {
    z-index: 999999999;
}
body {
    color: #1e1e1e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}
body,
p {
    font-size: 16px;
}

/* Целият scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Широчина на вертикалния скролбар */
    height: 12px; /* Височина на хоризонталния скролбар */
}

/* Пълзящата част на скролбара */
::-webkit-scrollbar-thumb {
    background-color: #663401; /* Цвят на плъзгача */
    border-radius: 10px; /* Заобляне на ъглите */
    border: 2px solid #f1f1f1; /* Граница, ако е необходимо */
}

/* Плъзгач при ховър */
::-webkit-scrollbar-thumb:hover {
    background-color: #663401; /* По-тъмен цвят при ховър */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Ruslan Display", sans-serif;
    line-height: normal !important;
}
.heading h1 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.heading h2 {
    font-size: 25px;
    font-weight: 400;
}
.heading h3 {
    font-size: 24px;
    font-weight: 400;
}
.fw-900 {
    font-weight: 900 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.white {
    color: #fff !important;
}
.brown {
    color: #663401;
}
.text-center {
    text-align: center;
}
.mt-0 {
    margin-top: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.m-0-auto {
    margin: 0 auto;
}
.w-570 {
    max-width: 570px;
    width: 100%;
}
.w-570-c {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}
.w-605-c {
    max-width: 605px;
    width: 100%;
    margin: 0 auto;
}
.w-850-c {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.w-750-c {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.w-650-c {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
#cmplz-cookiebanner-container {
	position:relative;
	z-index: 999999;
}
/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
#et-main-area {
    z-index: 99999;
    position: relative;
}
/* header info */
#page-container {
    overflow: hidden;
}
#page-container {
    padding-top: 0px !important;
}
#main-header {
    background: linear-gradient(209deg, #fff -6.33%, rgba(215, 215, 215, 0) 166.31%);
}
#main-header,
#main-header.et-fixed-header {
    -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
}
#main-header.et-fixed-header {
    background: #fff !important;
}
#main-header,
#main-header.et-fixed-header {
    position: fixed;
    z-index: 999999;
}

.container_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}
.cart-icon {
    position: absolute;
    right: 45px;
}
.logo_container {
    text-align: center;
    display: inline;
    max-width: 100%;
    width: fit-content;
    height: auto !important;
    position: relative !important;
    padding: 0px !important;
    z-index: 1;
}
#top-menu > li.menu-logo-item img {
    height: 60px;
    width: 90px;
    max-width: none !important;
    display: block;
}
.et-fixed-header #top-menu > li.menu-logo-item img {
    height: 50px;
    width: 80px;
}
.col-right-header-nav {
    width: auto;
}
nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: none !important;
}
#top-menu-nav {
    display: none;
}
.mobile_nav .select_page {
    display: none !important;
}

/* Logo */

/* Navigation */
#et-top-navigation {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 0px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#top-menu {
    display: flex;
    align-items: center;
}
#top-menu li {
    padding-right: 0px;
}

#top-menu li a,
.et_mobile_menu li a {
    color: #663401;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 13px !important;
    opacity: 1 !important;
    position: relative;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    line-height: 1.2;
}
#top-menu li a {
    padding: 25px 13px !important;
}
#top-menu li a:hover {
    color: #663401 !important;
    opacity: 1 !important;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    color: #663401;
}
#top-menu li li a,
#top-menu li li a:hover {
    border: 0px solid #ffffff52 !important;
    padding: 15px 10px !important;
}
#top-menu li li a:before,
#top-menu li li a:after {
    display: none;
}
.nav li ul {
    right: -10px;
    background: #fff;
}
.et_mobile_menu .menu-item-has-children > a {
    background: none;
}
/* Промяна на иконата, когато падащото меню е отворено */
#top-menu .menu-item-has-children:hover > a:first-child:after,
#top-menu .menu-item-has-children.open > a:first-child:after {
    content: "2";
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
    color: #fff !important;
}
#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
    background-color: transparent !important;
}
.et_header_style_centered #main-header .mobile_nav {
    padding: 10px 10px;
}
.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background-color: #fff !important;
    text-align: center;
    border-top: 1px solid #fff;
}

.et_mobile_menu li a {
    border-bottom: 0px;
}
/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
    text-align: center;
    display: block;
    background: #0073ac;
    text-decoration: none;
    font-size: 18px !important;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 5px solid #0b5377;
}
/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #f4f7e8;
    padding-top: 70px;
    position: relative;
    z-index: 1;
}
#main-footer .container {
    max-width: 85%;
    width: 85%;
}
#main-footer #footer-widgets {
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 0px;
}

#main-footer .footer-widget .et_pb_widget {
    float: none;
}
#footer-widgets .footer-widget:nth-child(n),
.footer-widget .fwidget {
    margin-bottom: 0px !important;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}
.row-footer-inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.col-left-footer-logo {
    flex: 0 0 auto;
}

.col-left-footer-logo img {
    display: block;
    max-width: 110px;
    height: auto;
}

.col-right-footer-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}
.col-right-footer-nav ul {
    display: flex;
    gap: 20px;
}
.col-right-footer-nav ul li {
    list-style: none;
    padding-left: 0px !important;
}
.col-right-footer-nav ul li:before {
    display: none;
}
.col-right-footer-nav ul li a {
    color: #663401 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.certificate-footer img {
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
    transition: transform 0.2s ease;
    will-change: transform;
}

.certificate-footer {
    position: fixed;
    right: 30px;
}
#footer-bottom {
    background: #663401;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 0 15px;
}
#footer-bottom .container {
    z-index: 99999;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.footer-left a {
	color:#fff;
	text-decoration:underline;
}


/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
    top: unset !important;
    right: 0px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** MORE *****/
/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: auto;
    display: block;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
    content: "";
    background: url(/wp-content/uploads/2026/04/burger-menu.webp);
    /* font-size: 50px; */
    right: 0px !important;
    left: unset !important;
    position: absolute;
    top: 0px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}

.et_pb_widget svg {
    display: none;
}
.et_pb_row_center {
    margin: 0 auto;
}

.et_pb_row {
    max-width: 1460px !important;
    width: 90% !important;
}
.section-hero {
    padding-top: 250px !important;
}

.box-hero-inner {
    position: relative;
}
.button a {
    display: inline-block;
    background: #663401;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.button a:hover {
    border: 1px solid #663401;
}
.row-flex-our-products {
    display: flex;
    align-items: center;
}
.our-products-row-inner {
    display: flex;
    gap: 20px;
}
.box-our-product {
    border: 1px solid #d5d5d6;
    padding: 10px;
    position: relative;
}
.box-our-product-heading {
    background: rgba(255, 255, 255, 0.84);
    position: absolute;
    width: 100%;
    padding: 30px 10px;
    text-align: center;
    left: 0;
    bottom: 50px;
}
.box-our-product-heading h3 {
    padding-bottom: 0px;
    color: #1e1e1e;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.box-our-product-img img {
    display: block;
    width: 100%;
}
.box-farm-inner {
    background: rgba(30, 30, 30, 0.78);
    padding: 50px 20px;
}
.heading-our-farm h2 span {
    font-family: "Marck Script", cursive;
    font-size: 25px;
    font-weight: 400;
}
.section-our-farm {
    padding: 60px 0 80px !important;
}
.section-our-farm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 272px;
    width: 100%;
    background: url(/wp-content/uploads/2026/04/planinski-siluet-trigrad-dekorativen-background-before.webp);
    background-repeat: no-repeat;
}
.section-our-farm:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 445px;
    background: url(/wp-content/uploads/2026/04/bio-teleshki-stek-na-skara-fermata-trigrad-after.webp);
    background-repeat: no-repeat;
}
.quote {
    color: #80892f;
    font-family: "Marck Script", cursive;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}
/* our products */
.dm-products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.dm-product-card {
    width: 100%;
    border: 1px solid #d5d5d6;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.dm-product-image {
    display: block;
    position: relative;
}

.dm-product-card img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
    transform-origin: center center;
}

.dm-product-card:hover img {
    transform: scale(1.15);
}
.dm-product-card:hover .dm-product-category {
    margin-top: 40px;
}
.dm-product-category {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: margin-top 0.4s ease;
}
.dm-product-title {
    color: #1e1e1e;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.dm-product-price {
    color: #663401;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}
.dm-product-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.dm-btn {
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 15px 15px !important;
    width: 145px;
    transition: all 0.5s ease !important;
    border: none !important;
    border-radius: 0px !important;
    background: transparent;
}
.dm-btn-cart {
    background: #5e4534;
    color: #fff;
}
.dm-btn-view {
    color: #663401 !important;
}
.dm-btn-view:hover,
.dm-btn-cart:hover {
    background: #663401 !important;
    color: #fff !important;
}
.custom-back-btn:after {
    display: none !important;
}
.button-our-products a {
    background: #5e4534 !important;
    color: #fff !important;
    padding: 15px 25px !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    transition: all 0.5s ease !important;
}
.button-our-products a:hover {
    background: #663401 !important;
}

.button-about a {
    padding: 15px 40px;
}
/* end our products */

.real-taste-row-inner,
.row-inner-box-404-services {
    display: flex;
    gap: 70px 20px;
    flex-wrap: wrap;
}
.box-real-taste,
.box-404-service {
    width: 100%;
    text-align: center;
    position: relative;
}

.box-real-taste-img h3,
.box-404-service-heading h2 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.box-404-service-heading h2 {
    color: #1e1e1e;
}
.all-began-section:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    background: url(/wp-content/uploads/2026/04/audio-waveform-visualization-fermata-trigrad.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 110px;
    width: 100%;
}
.simple-things-row {
    max-width: 1050px !important;
}
.box-inner-simple-things {
    background: rgba(30, 30, 30, 0.64);
}
.click-away-section,
.click-away-section .et_pb_row {
    padding-bottom: 0px !important;
}
.click-away-section .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: calc((100vw - min(1460px, 90vw)) / 2) !important;
}

.click-away-section:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(/wp-content/uploads/2026/04/audio-waveform-green-visualization-fermata-trigrad.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    height: 140px;
    width: 2000px;
}
.sub-title {
    color: #7f872b;
    font-family: "Marck Script", cursive;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}
.col-click-away-left {
    padding-bottom: 60px;
}
/* about */
.section-about-hero {
    padding-top: 200px !important;
    padding-bottom: 100px !important;
}
.box-hero-about-inner {
    padding: 30px 30px 100px 30px;
    position: relative;
    background: rgba(30, 30, 30, 0.64);
    overflow: hidden;
}

.box-hero-about-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/2026/04/bio-fermata-trigrad-planinski-peizazh-pasha-kravi.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 54px;
}

.section-about-content {
    padding-bottom: 0px !important;
}

.section-about-content:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    background: url(/wp-content/uploads/2026/04/bio-ferma-trigrad-planinski-peizaj-pastbisht.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    height: 290px;
    width: 100%;
    z-index: 2;
}
.col-right-about-img .et_pb_module.et_pb_image {
    text-align: center;
}

.picture-about {
    background: url(/wp-content/uploads/2026/04/bio-ferma-trigrad-fermer-tele-pastbishte-grija.webp);
    min-height: 480px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.picture-about:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(/wp-content/uploads/2026/04/bio-ferma-trigrad-planinski-siluet-pastbishte.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 100%;
    height: 140px;
    width: 100%;
    z-index: 2;
}
.col-left-info-about-2 {
    z-index: 3;
}
/* end about */
/* pop up products */
.dm-cart-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
}

.dm-cart-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 530px;
    background: #d9d9d9;
    transform: translate(-50%, -50%);
    padding: 40px 40px;
    text-align: center;
    box-sizing: border-box;
}

.dm-cart-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #7a563d;
    padding: 0;
}

.dm-cart-popup-icon {
    margin-bottom: 24px;
}

.dm-cart-popup-message {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.dm-cart-popup-continue {
    border: 0;
    background: transparent;
    color: #663401;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
}

body.dm-cart-popup-open {
    overflow: hidden;
}

body.dm-cart-popup-open #main-header {
    z-index: 1 !important;
}

/* Скрива WooCommerce "View cart" линка */
.dm-product-card a.added_to_cart,
.dm-product-card .added_to_cart,
a.added_to_cart.wc-forward {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* end pop up products */
.section-products-hero {
    padding-top: 200px !important;
    padding-bottom: 100px !important;
}
.products-section {
    padding-bottom: 150px !important;
}

.products-section:after,
.last-section-all-products:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/2026/04/bio-ferma-trigrad-planinski-siluet-shirok-zelen.webp);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 65px;
}
/* tabs */
.tabs-wrapper {
    width: 100%;
}

/* TAB HEADER */
.tabs-header {
    display: flex;
    gap: 25px;
}

.tab-btn {
    border: none;
    padding: 30px 20px;
    cursor: pointer;
    color: #1e1e1e;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    width: 25%;
}

.tab-btn.active::after,
.tab-btn:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: url("/wp-content/uploads/2026/04/bio-ferma-trigrad-planinski-siluet-zeleno-logo.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.tab-btn.active,
.tab-btn:hover {
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

/* CUSTOM DROPDOWN */
.tabs-dropdown-wrap {
    display: none;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.tabs-dropdown-selected {
    position: relative;
    width: 100%;
    min-height: 75px;
    padding: 30px 60px 30px 30px;
    background: #fff;
    border: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tabs-dropdown-selected span {
    position: relative;
    z-index: 2;
}

.tabs-dropdown-selected::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: url(/wp-content/uploads/2026/04/bio-ferma-trigrad-planinski-siluet-zeleno-logo.webp) no-repeat;
    background-position: top right;
    background-size: contain;
    pointer-events: none;
}

.tabs-dropdown-selected::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #663401;
    border-bottom: 2px solid #663401;
    transform: translateY(-65%) rotate(45deg);
    z-index: 2;
    transition: transform 0.25s ease;
}
.tabs-dropdown-wrap.open .tabs-dropdown-selected::before {
    transform: translateY(-35%) rotate(225deg);
}

.tabs-dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 50;
}

.tabs-dropdown-wrap.open .tabs-dropdown-options {
    display: block;
}

.tabs-dropdown-option {
    padding: 18px 32px;
    cursor: pointer;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.tabs-dropdown-option:last-child {
    border-bottom: none;
}

.tabs-dropdown-option:hover,
.tabs-dropdown-option.active {
    background: #f4f4ef;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}
/* end tabs */
.section-all-products {
    padding-top: 150px !important;
}
.custom-product-info-box {
    display: flex;
    gap: 30px;
}
.custom-product-info-box-left {
    width: 100%;
    position: relative;
}
.custom-product-info-box-right {
    width: 100%;
}
.product-promotion-status {
    position: absolute;
}
.product-promotion-status p {
    background: #c01e2e;
    color: #fff;
    padding: 10px 20px !important;
    font-weight: bold;
}
.heading-product h1 {
    color: #1e1e1e;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.product-price {
    color: #663401;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.product-quantity-info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.buttons-quantity {
    border: 1px solid #663401;
    padding: 5px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Бутони + и - */
.btn-quantity,
.cart-page-qty-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

/* Вертикални линии */
.btn-quantity.minus:after,
.dema-qty-cart-minus:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #000;
}

.btn-quantity.plus:before,
.dema-qty-cart-plus:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #000;
}

/* Input поле */
.product-quantity-input {
    width: 50px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #1e1e1e;
}

/* Премахване на стрелките */
/* Chrome, Safari, Edge */
.product-quantity-input::-webkit-outer-spin-button,
.product-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.product-quantity-input[type="number"] {
    -moz-appearance: textfield;
}

/* Премахване на outline */
.product-quantity-input:focus {
    outline: none;
}
.button-all-product,
.cart-page-button-order a {
    background: #5e4534 !important;
    margin-top: 30px !important;
}
.cart-page-button-order a {
    display: inline-block;
}
.button-all-product,
.button-all-product:hover,
.cart-page-button-order a {
    color: #fff !important;
    padding: 15px 40px !important;
    text-align: center;
    border: none !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    transition: all 0.5s ease !important;
}
.button-all-product:hover,
.cart-page-button-order a:hover {
    background: #663401 !important;
}
.button-all-product:after {
    display: none;
}
.price-product {
    margin: 30px 0;
}
.product-image-info img {
    display: block;
}
/* cart */
.woocommerce-cart .et_pb_section .et_pb_row {
    max-width: 1470px !important;
    width: 90% !important;
}
.cart-page-row {
    margin-bottom: 20px;
}
#dema-cart-page {
    display: flex;
    gap: 20px;
}
.col-left-cart,
.col-right-cart {
    width: 100%;
}
.box-left-cart-top {
    padding: 20px;
    background: #f4f7e8;
    margin-bottom: 20px;
    border-bottom: none;
    display: flex;
    position: relative;
}
.cart-title-product,
.cart-title-price,
.cart-title-quantity {
    color: #1e1e1e;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.cart-title-product,
.cart-title-quantity {
    text-transform: capitalize;
}
.cart-title-product {
    left: 20%;
}
.cart-title-price {
    right: 10%;
}
.cart-title-quantity {
    left: 50%;
}

.box-left-cart {
    background: #f4f7e8;
    padding: 20px;
}
.col-right-cart {
    background: #f4f7e8;
    padding: 20px;
}
.box-right-cart-title p {
    color: #1e1e1e;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0px !important;
}

.cart-page-total {
    display: flex;
    gap: 15px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.cart-page-sum-title {
    color: #1e1e1e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

#cart-page-total-value {
    color: #663401;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.dema-cart-remove-button {
    width: 45px;
    text-align: center;
}
.dema-cart-remove-button button {
    background: transparent;
    border: none;
    cursor: pointer;
}
.cart-page-thumb {
    width: 145px;
}
.cart-page-thumb img {
    width: 145px;
}

.cart-page-info {
    width: calc(90% - 190px);
}
.cart-page-row-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    position: relative;
}

.cart-page-unit-price,
.cart-page-line-price {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0px;
}
.cart-page-line-price {
    margin-top: 5px;
    position: absolute;
    left: 530px;
}
.button-cart-product-checkout {
    margin-top: 15px;
}
.button-cart-product-checkout a {
    width: 100%;
}

.cart-page-title h3 {
    color: #1e1e1e;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0;
}
.cart-page-unit-price {
    color: #663401;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
/* end cart */
/* checkout */
.row-checkout-form {
    display: flex;
    gap: 20px;
}
.col-left-checkout-form,
.col-right-checkout-form {
    width: 100%;
}
.col-1-customer-details .shipping {
    background: #f4f7e8;
    padding: 15px;
}
.woocommerce-shipping-totals.shipping {
    padding: 0px;
}
.col-1-customer-details table.shop_table.checkout-shipping-table {
    margin-bottom: 0px !important;
    position: relative;
    border: none;
}
.col-1-customer-details .woocommerce-Price-amount {
    color: #000;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.title-delivery {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/* 
.woocommerce table.shop_table td {
    padding: 0px !important;
}
*/
#shipping_method {
    display: flex;
    flex-direction: column;
}
#shipping_method li {
    border: 1px solid rgba(94, 69, 52, 0.5);
    padding: 10px 15px;
    margin-bottom: 10px !important;
}

#shipping_state_field {
    display: none !important;
}
#shipping_method li:nth-child(1) label::before,
#shipping_method li:nth-child(2) label::before,
#shipping_method li:nth-child(3) label::before {
    background-image: url(/wp-content/uploads/2026/04/econ-icon.webp);
}

#shipping_method li label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    left: 5px;
}
.checkout_shipping_info {
    background: #f4f7e8;
    margin-top: 20px;
    padding: 15px;
}
#econt_office_field,
#econt_address_fields {
    margin-top: 20px;
}
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce form .form-row {
    padding: 0px !important;
    margin-bottom: 10px;
    width: 100% !important;
}
.privacy_policy_checkout .form-row {
    width: 100% !important;
}
.woocommerce form .form-row label {
    line-height: 2;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}
.woocommerce form .form-row .required {
    color: #000;
}
.form-row input,
#econt_point_id {
    background-color: transparent !important;
    border: 1px solid rgba(94, 69, 52, 0.5) !important;
    padding: 12px 15px !important;
    color: #000 !important;
    border-radius: 0px;
}
#econt_point_id {
    padding: 15px 15px !important;
}
.woocommerce-input-wrapper input::placeholder,
.form-row input:placeholder {
    color: #000;
}
#econt_addr_other {
    background-color: transparent;
    border-radius: 0px;
    min-height: 110px;
    border: 1px solid rgba(94, 69, 52, 0.5);
}
.privacy_policy_checkout,
.checkout_check_payment,
.box-inner-checkout {
    background: #f4f7e8;
    padding: 15px;
}

.privacy_policy_checkout,
.checkout_check_payment {
    margin-top: 20px;
}
#privacy_policy_radio_field {
    width: 100% !important;
}
.privacy_policy_checkout .form-row label {
    font-size: 16px !important;
}
.form-row.privacy {
    padding-bottom: 0px !important;
}
.buttons-checkout {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-top: 50px;
}
.custom-checkout-btn {
    margin-top: 0px !important;
}
.custom-checkout-btn,
.custom-back-btn {
    cursor: pointer;
}
.shop_table_dn {
    display: none;
}
.payment_method_row {
    border: 1px solid rgba(94, 69, 52, 0.5);
    padding: 10px 15px;
    margin-bottom: 10px !important;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
/* PAYMENT BOX */
.woocommerce-checkout #payment {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Описанието над бутона */
.woocommerce-checkout #payment div.payment_box {
    background: transparent !important;
    border: 0 !important;
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

.woocommerce form .form-row .input-checkbox {
    display: flex;
}
/* Радио бутонът */
.woocommerce-checkout #payment input[type="radio"][name="payment_method"] {
    display: block !important;
}
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1px solid #c9cccb !important;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    padding: 0 !important;
    position: relative;
    cursor: pointer;
}
input[type="radio"]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #663401;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

/* Когато е избран методът */
.woocommerce-checkout #payment .wc_payment_method input[type="radio"]:checked + label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-radio-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.woocommerce-radio-wrapper .checkbox {
    margin-bottom: 0px !important;
}
.ccp-item-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #5e4534;
    padding: 10px 0;
}

.ccp-thumb img {
    display: block;
}
.ccp-main,
.ccp-thumb {
    text-align: center;
}
.ccp-title a {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.ccp-qty-text {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
}
.ccp-price-current {
    color: #663401;
    font-size: 20px;
    font-weight: 600;
}
.custom-checkout-total {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.total-amount {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
}
.amount,
.product-price-inner .dm-price-suffix{
    color: #663401;
    font-size: 20px;
    font-weight: 600;
}
.product-price-inner .dm-price-suffix {
    font-weight: 900;
    font-size: 17px;
}


.woocommerce-checkout #place_order {
    display: none !important;
}
.woocommerce .woocommerce-error,
.woocommerce-error li a {
    background: transparent;
    color: red !important;
}
.woocommerce-NoticeGroup-checkout {
    display: none;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
    padding: 0px;
}
/* end checkout */
/* order details */
.woocommerce-order-details__title,
.dema-order-customer-details-title,
.woocommerce-econt-details h2 {
    font-family: "Open Sans", sans-serif !important;
}
.woocommerce-order-details__title {
    margin-top: 20px;
}
/* end order details */
/* contacts */
.col-left-contact,
.col-right-contact {
    background: #f4f7e8;
    padding: 30px;
}
.heading-company h1 {
    color: #1e1e1e;
    font-family: "Open Sans", sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-info {
    margin-top: 30px;
}
.contact-info ul {
    padding-left: 0px !important;
}
.contact-info ul li {
    list-style: none;
    margin: 10px 0;
}
.contact-info ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.contact-info ul li a img {
    margin-right: 15px;
}
.heading-cf {
    margin-bottom: 30px;
}
.heading-cf h1 {
    color: #1e1e1e;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-form .ff-default .ff-el-form-control {
    border: 1px solid rgba(94, 69, 52, 0.5) !important;
    border-radius: 0px !important;
    background: transparent;
}
.contact-form .ff-default .ff-el-input--label label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.contact-form .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: #000;
}
.contact-form .ff-default .ff_btn_style {
    background: #5e4534 !important;
    border-radius: 0px !important;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-form .ff-default .ff_btn_style:hover {
    opacity: 1;
}
/* end contact */
/* profile */
.user-icon-wrapper {
    position: absolute;
    right: 80px;
}
.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-icon img {
    display: block;
    cursor: pointer;
}

.dropdown-menu.active {
    display: block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #f4f7e8;
    min-width: 140px;
    z-index: 999;
    overflow: hidden;
}
.dropdown-menu a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #663401;
    font-size: 16px;
    font-weight: 400;
}

.dropdown-menu a:hover {
    background: #fff;
}

.user-dropdown:hover .dropdown-menu {
    display: block;
}
/* tabs */
.app {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.sidebar {
    width: 320px;
    flex-shrink: 0;
}
.sidebar,
.tab-content {
    background: #f4f7e8;
    padding: 20px;
}
.profile-head {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}
.profile-icon {
    position: relative;
    flex-shrink: 0;
}
.profile-title {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 500;
}

.tab-list,
.bottom-list {
    list-style: none;
    margin: 0;
    padding: 15px 0px !important;
}
.tab-list li,
.bottom-list li {
    list-style: none;
    margin: 10px 0;
}

.profile-tab-btn,
.logout-button {
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s ease;
}
.logout-button {
    padding: 0px;
}
.logout-button span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
}
.profile__tab-btn.active,
.profile__tab-btn:hover {
    background: #d6f0f9;
}

.tab-arrow {
    font-size: 22px;
}

.tab-content {
    flex: 1;
    min-width: 0;
}

.desktop-topbar {
    background: #ffffff;
    padding: 18px 20px;
    display: flex;
    align-items: start;
    justify-content: end;
    gap: 20px;
    margin-bottom: 20px;
}

.mobile-back {
    display: none;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #4b5563;
    font-size: 16px;
    padding: 6px 4px 16px 4px;
}

.mobile-back span {
    font-size: 20px;
    line-height: 1;
}

.tab-sections {
    width: 100%;
}

.tab-section {
    display: none;
    overflow: hidden;
}

.tab-section.active {
    display: block;
}
.section-header {
    padding: 19px 0px;
    border-bottom: 1px solid #e6e6e6;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 500;
}
.sidebar.hidden-mobile {
    display: none;
}
.tab-content.hidden-mobile {
    display: none;
}
.profile-edit-box {
    margin-top: 20px;
}
.profile-field {
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
}
.profile-field h3 {
    font-family: "Open Sans", sans-serif;
}
.password-input-wrap {
    max-width: 320px;
    width: 100%;
    position: relative;
}
.profile-field input {
    border: 1px solid rgba(94, 69, 52, 0.5) !important;
    border-radius: 0px !important;
    background: transparent;
    padding: 11px 15px;
    color: #1e1e1e;
    max-width: 320px;
    width: 100%;
}
.profile-field label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.profile-save-btn {
    background: #5e4534 !important;
    border-radius: 0px !important;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    max-width: 320px;
    width: 100%;
}
.password-toggle-btn {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* end tabs */
/* end profile */
/* login and register form */
/* login form */
#login-container {
    background: #fff;
    padding: 40px 25px;
}

.descrp-form {
    text-align: center;
    margin-bottom: 30px;
    color: #9499b7;
}

.row-form {
    margin-bottom: 20px;
}

.title-input {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.control {
    position: relative;
}
#login-container input:not(.button-reg-form),
.control input:not(.button-reg-form) {
    border: 1px solid rgba(94, 69, 52, 0.5) !important;
    border-radius: 0px !important;
    background: transparent;
    padding: 11px 15px;
    color: #1e1e1e;
    font-size: 14px;
    outline: none;
    width: 100%;
}
#login-container input::placeholder {
    color: #9c9c9c;
}
.icon-form {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.65;
    display: grid;
    place-items: center;
    color: #000;
}

.button-reg-form {
    background: #5e4534 !important;
    border-radius: 0px !important;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    width: 100%;
    cursor: pointer;

    transition: 0.2s;
}

.rf-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rf-links a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
}
.help {
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.help p a {
    color: #000;
    text-decoration: underline;
}

.login-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin: 0 auto;
    background: #e0e5ec;
    color: #3d4468;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#togglePassword,
.dm-toggle-password {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    color: #9c9c9c;
}
.dm-password-wrap {
    position: relative;
}
.dm-toggle-password {
    border: none;
    background: transparent;
}
.forgot-link {
    margin-bottom: 20px;
}
.heading-form h1 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 35px;
}
.dm-reset-success {
    color: green;
}
.dm-reset-error {
    color: red;
}
.dm-reset-success,
.dm-reset-error {
    margin-top: 15px;
}
/* end login and register form */
/* 404 */
.heading-404 {
    margin-top: 30px;
}
.heading-404 h1 {
    font-size: 24px;
}
.text-green-404 {
    color: #80892f;
    font-family: "Marck Script", cursive;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
/* end 404 */
@media screen and (min-width: 1401px) {
    .col-left-cart {
        width: 65%;
    }
    .col-right-cart {
        width: 35%;
    }
}
@media screen and (max-width: 1400px) {
    #dema-cart-page {
        flex-direction: column;
    }
}
@media screen and (min-width: 1201px) {
    .box-our-product-heading h3 {
        font-size: clamp(16px, calc(1vw + 4px), 20px);
    }
    .col-right-about-img .et_pb_module.et_pb_image {
        text-align: right;
    }
    .col-left-info-about {
        padding-top: 50px;
    }
    .col-left-checkout-form {
        width: 70%;
    }
    .col-right-checkout-form {
        width: 30%;
    }
}
@media screen and (min-width:1101px) {
	    #footer-bottom .container {
        display: flex;
        justify-content: space-between;
    }
	.footer-left, .footer-right {
        width: 33.3%;
    }
	.footer-left {
		text-align:left;
	}
	.footer-center {
		text-align:center;
	}
	    .footer-right {
        text-align: right;
    }
}
@media screen and (max-width: 1200px) {
    .row-flex-our-products,
    .row-checkout-form {
        flex-direction: column;
    }
    .col-left-our-products,
    .col-right-our-products {
        width: 100% !important;
    }
    .text-center-1200 {
        text-align: center;
    }
    .buttons-checkout-dn {
        display: none;
    }
    .app {
        display: block;
    }
    .sidebar,
    .tab-content {
        width: 100%;
    }

    /* показва се само когато sidebar е скрит */
    .sidebar.hidden-mobile + .mobile-back {
        display: inline-flex;
    }
    .tab-section {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        overflow: visible;
    }
    .profile__tab-btn {
        width: 100%;
    }
    .section-header {
        display: none;
    }

    .section-body {
        padding: 0;
        min-height: auto;
    }
}
@media screen and (max-width: 1200px) and (min-width: 981px) {
    .col-right-our-products {
        margin-top: 30px;
    }
    .box-our-product-heading h3 {
        font-size: clamp(16px, calc(1.83vw - 2px), 20px);
    }
    .col-left-info-about {
        padding-top: 20px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 601px) {
    .dm-product-card {
        width: calc(50% - 10px) !important;
    }
}
@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 981px) {
    .container_info {
        justify-content: center;
    }
    .col-left-header-logo {
        display: none;
    }
    .col-right-header-nav {
        width: 100%;
    }
    .user-icon-wrapper {
        right: 35px;
    }
    .cart-icon {
        right: 0;
    }
    #et-top-navigation {
        justify-content: center;
    }
    #top-menu {
        width: 100%;
        justify-content: center;
    }
    #top-menu > li {
        display: flex;
        align-items: center;
    }
    #top-menu > li.menu-logo-item {
        padding: 0 28px;
    }
    #top-menu > li.menu-logo-item a {
        padding: 0 !important;
        line-height: 1;
    }
    #top-menu > li.menu-logo-item a:hover {
        color: inherit !important;
    }

    #top-menu-nav {
        display: block;
    }
    #et_mobile_nav_menu {
        display: none;
    }
    .row-flex-ac {
        display: flex;
        align-items: center;
    }
    .row-flex {
        display: flex;
    }
    .heading h1 {
        font-size: 40px;
    }
    .heading h2 {
        font-size: 40px;
    }
    .heading-our-products h2 {
        font-size: clamp(35px, calc(0.81vw + 27px), 40px);
    }
    .box-farm-inner {
        padding: 80px 30px;
    }
    .heading-our-farm h2 span {
        font-size: clamp(45px, calc(3.07vw + 14.9px), 64px);
    }
    .box-real-taste,
    .box-404-service {
        width: calc(33.3% - 14px);
    }
    .box-real-taste:nth-child(2)::before,
    .box-real-taste:nth-child(2)::after,
    .box-real-taste:nth-child(5)::before,
    .box-real-taste:nth-child(5)::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 125px;
        width: 1px;
        background: #f4f7e8;
    }
    .box-real-taste:nth-child(2)::after,
    .box-real-taste:nth-child(5)::after {
        right: -5px;
    }
    .box-real-taste:nth-child(2)::before,
    .box-real-taste:nth-child(5)::before {
        left: -5px;
    }
    .real-taste-row-inner {
        gap: 40px 20px;
    }
    .sub-title {
        font-size: 64px;
    }
    .section-about-content .row-about-content {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: calc((100vw - min(1460px, 90vw)) / 2) !important;
    }
    .col-left-info-about {
        z-index: 3;
    }
    .picture-about:after {
        height: 285px;
        background-position: top left;
    }
    .section-products-hero {
        padding-top: 250px !important;
        padding-bottom: 150px !important;
    }
    .tabs-header {
        margin-bottom: 80px;
    }
    .custom-product-info-box-left {
        width: 500px;
    }
    .custom-product-info-box-right {
        width: calc(100% - 500px);
    }
    .heading-product h1 {
        font-size: 32px;
    }
    .product-image-info,
    .product-image-info img {
        width: 100%;
    }
    .custom-product-info-box {
        gap: 60px;
    }
    .cart-page-unit-price {
        position: absolute;
        right: 8%;
    }

    .dema-qty-wrap {
        position: absolute;
        left: 50%;
        top: 35%;
    }
    .cart-page-info {
        width: 150px;
    }
    .product-quantity-title {
        display: none;
    }
    .woocommerce form .form-row {
        width: calc(50% - 10px) !important;
    }
    .certificate-footer {
        right: 50px;
        bottom: 20%;
    }
}

@media screen and (max-width: 980px) {
    /*  #mobile_menu {
        top: 33px;
        border-top: 0;
    }
    */
    .center-m {
        text-align: center;
    }
    .left-m {
        text-align: left;
    }
    .et_header_style_left #logo {
        max-width: 90px;
    }
    .col-left-header-logo {
        display: block;
    }
    #top-menu > li.menu-logo-item {
        display: none !important;
    }
    .et_pb_text,
    .et_pb_widget,
    .module-titles {
        text-align: center;
    }
    .widgettitle:before,
    #main-footer h4:before {
        width: 100%;
    }
    .et_pb_widget {
        text-align: center;
    }
    footer .et_pb_widget {
        float: none;
    }
    .et_fixed_nav #main-header {
        position: fixed;
    }
    .mt-m-40 {
        margin-top: 40px;
    }
    .mb-m-40 {
        margin-bottom: 40px;
    }
    .mt-m-15 {
        margin-top: 15px;
    }
    .mb-m-15 {
        margin-bottom: 15px;
    }
    .mt-0-m {
        margin-top: 0px;
    }
    .our-products-row-inner {
        flex-wrap: wrap;
    }
    .heading-our-farm h2 span {
        width: 100%;
        display: inline-block;
    }
    .real-taste-row-inner {
        flex-direction: column;
        align-items: center;
    }
    .box-real-taste::after {
        content: "";
        position: absolute;
        bottom: -30px;
        transform: translate(-50%, -50%);
        height: 1px;
        width: 125px;
        background: #f4f7e8;
    }
    .box-real-taste:last-child::after {
        display: none;
    }
    .section-about-content .row-about-content {
        width: 100% !important;
        max-width: 100% !important;
    }
    .col-left-info-about {
        padding-left: calc((100vw - min(1460px, 90vw)) / 2) !important;
        padding-right: calc((100vw - min(1460px, 90vw)) / 2) !important;
    }
    .tabs-header {
        display: none;
    }

    .tabs-dropdown-wrap {
        display: block;
    }

    .tabs-content {
        padding: 0;
    }
    .custom-product-info-box {
        flex-direction: column;
    }
    .box-left-cart-top {
        display: none;
    }
    .cart-page-title h3 {
        text-align: left;
    }
    .certificate-footer {
        bottom: 3% !important;
    }
    .certificate-footer img {
        width: 80px !important;
    }
    .row-inner-box-404-services {
        gap: 30px 20px;
    }
}
@media screen and (max-width: 768px) {
    .row-footer-inner {
        flex-direction: column;
    }
}
@media screen and (max-width: 980px) and (min-width: 601px) {
    .box-our-product {
        width: calc(50% - 10px);
    }
    .box-our-product-heading h3 {
        font-size: clamp(16px, calc(1.05vw + 9.68px), 20px);
    }
}
@media screen and (min-width: 601px) {
    .button a {
        padding: 15px 40px;
    }
    .box-hero-inner {
        padding: 30px 30px 100px 30px;
        position: relative;
        background: rgba(30, 30, 30, 0.64);
    }
    .box-hero-inner:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(/wp-content/uploads/2026/04/bio-fermata-trigrad-planinski-peizazh-pasha-kravi.webp);
        background-repeat: no-repeat;
        background-size: cover;
        width: 541px;
        height: 97px;
    }
    .section-our-farm {
        padding: 250px 0 170px !important;
    }
    .section-our-farm:before {
        background-position: center;
    }
    .section-our-farm:after {
        height: 170px;
        width: 955px;
    }
    .quote {
        font-size: 40px;
    }
    .dm-product-card {
        width: calc(25% - 15px);
    }
    .real-taste-section {
        padding-bottom: 110px !important;
    }
    .box-hero-about-inner:after {
        background-size: cover;
        width: 541px;
        height: 97px;
    }
    .picture-about {
        min-height: 980px;
    }
    .picture-about,
    .section-our-farm {
        background-attachment: fixed;
    }
    .products-section:after,
    .last-section-all-products:after {
        height: 110px;
    }
    .last-section-all-products {
        padding-top: 150px !important;
    }
    .col-1-customer-details .woocommerce-Price-amount {
        position: absolute;
        right: 5%;
    }
    #shipping_method {
        display: inline-flex;
    }
    .privacy_policy_checkout,
    .checkout_check_payment,
    .box-inner-checkout,
    .checkout_shipping_info {
        background: #f4f7e8;
        padding: 30px;
    }
    .col-1-customer-details .shipping {
        padding: 30px;
    }
    .ccp-main {
        width: calc(100% - 128px);
    }
    .ccp-thumb {
        width: 128px;
    }
    .ccp-price-current {
        float: right;
        margin-top: 20px;
    }
    .ccp-main,
    .ccp-thumb {
        text-align: left;
    }
    .contact-form .ff-default .ff_btn_style {
        width: 350px;
    }
}

@media screen and (max-width: 600px) {
    .section-hero {
        padding-bottom: 30px !important;
    }
    .section-hero:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(30, 30, 30, 0.64);
    }
    .section-hero:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(/wp-content/uploads/2026/04/bio-fermata-trigrad-planinski-peizazh-pasha-kravi.webp);
        background-repeat: no-repeat;
        background-size: contain;
        width: 265px;
        height: 48px;
    }
    .button a {
        width: 100%;
    }
    .box-our-product {
        width: 100%;
    }
    .box-our-product-heading h3 {
        font-size: clamp(16px, calc(1.43vw + 11.43px), 20px);
    }
    .section-our-farm:before,
    .section-our-farm:after {
        background-size: contain;
    }
    .button-our-products a {
        display: block;
    }
    .col-click-away-left {
        padding-right: 5%;
    }
    .col-right-footer-nav ul {
        flex-direction: column;
    }
    .section-about-content:after {
        background-position: 75% 100%;
        height: 200px;
    }
    .section-about-content-2:after {
        height: 120px;
    }
    .section-products-hero {
        background-position: 55% 100%;
    }
    .box-hero-products-inner {
        padding: 50px 30px 50px 30px;
    }
    .product-image-info,
    .product-image-info img {
        width: 100%;
    }
    .cart-page-info {
        width: 100%;
    }
    .col-1-customer-details .woocommerce-Price-amount {
        float: right;
    }
    .ccp-item-inner,
    .buttons-checkout {
        flex-direction: column;
    }
    .ccp-price {
        margin-top: 20px;
    }
}

@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
}
