/*
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: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    overflow-x: hidden;
    font-family: "Jost", sans-serif;
}
body,
p {
    font-size: 16px;
}
p {
    line-height: 1.4 !important;
}
/* Целият scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Широчина на вертикалния скролбар */
    height: 12px; /* Височина на хоризонталния скролбар */
}

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

/* Плъзгач при ховър */
::-webkit-scrollbar-thumb:hover {
    background-color: #000; /* По-тъмен цвят при ховър */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Cormorant", serif;
    line-height: 1.2 !important;
}
h1,
h2 {
    text-transform: uppercase;
}
.heading h1 {
    font-size: 25px;
    font-weight: 800;
}
.heading h2 {
    font-size: 25px;
    font-weight: 800;
}
.heading h3 {
    font-size: 18px;
}
.fw-900 {
    font-weight: 900 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.black {
    color: #000 !important;
}
.white {
    color: #fff !important;
}
.yellow {
    color: #ae8537;
}
.text-center {
    text-align: center;
}
.pb-0 {
    padding-bottom: 0px;
}
.mt-0 {
    margin-top: 0px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-5 {
    margin-top: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.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-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.m-0-auto {
    margin: 0 auto;
}
.w-500 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.w-1000 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
#et-main-area {
    position: relative;
}
/* header info */
#page-container {
    overflow: hidden;
    margin: 0 !important;
}
#main-header {
    position: fixed;
    background: #0d0c0a !important;
    z-index: 999999;
}
#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;
}
.top-header {
    background: #000;
}

.top-header-left ul {
    display: flex;
    gap: 10px;
    position: relative;
}
.top-header-left ul li a {
    color: #fff;
}

.container_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}
.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;
}
#logo {
    width: 130px !important;
    max-width: 130px !important;
}

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

/* 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: #fff;
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 15px 12px !important;
    opacity: 1 !important;
    position: relative;
    font-family: "Cormorant", serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}
#top-menu li a {
    color: #fff;
}
#top-menu li a:hover {
    color: #ae8537 !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: #ae8537 !important;
}

#top-menu li li a,
#top-menu li li a:hover {
    border: 0px solid #ffffff52 !important;
    background: #000 !important;
    color: #ae8537 !important;
    padding: 15px 10px !important;
}
#top-menu li li.current_page_item a {
    background: #000 !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: #000 !important;
}

.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background: #fff !important;
    text-align: center;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
    top: unset !important;
    right: -5px !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: "";
    font-size: 0px;
    right: 5px !important;
    left: unset !important;
    position: absolute;
    width: 35px;
    height: 35px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: -6px;
    background: url(/wp-content/uploads/2025/12/burger-menu-icon.webp);
}

.et-fixed-header .mobile_menu_bar::before {
    color: #000 !important;
}
ul#mobile_menu {
    top: 100%;
}
.dema-cart-icon-symbol {
	color:#fff;
}
.toggle-cart {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.top-header-login{
    position:relative;
    display:inline-flex;
}
.top-header-login-toggle {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
}


.top-header-login-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 180px;
    background: #141210;
    border: 1px solid #ae85377a;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    z-index: 9999;
}

.top-header-login:hover .top-header-login-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.top-header-login-dropdown a{
    display:block;
    padding:12px 16px;
    color:#fff;
    text-decoration:none;
    transition:.2s;
}

.top-header-login-dropdown a:hover{
    background:#ae8537;
	color:#000;
}
.dema-menu-cart-icon {
	position: relative;
}
.dema-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #AE8537;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
/* -----------------------------------------------------------------------
 * Custom Mobile Off-canvas Menu
 * ----------------------------------------------------------------------- */
.mobile-menu-toggle,
.mobile-menu-close,
.mobile-menu-overlay,
.mobile-menu-panel {
    display: none;
}
/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #000;
    padding-top: 50px;
    position: relative;
    z-index: 0;
}
#main-footer .container {
    width: 90%;
    max-width: 1350px;
}
#main-footer #footer-widgets {
    margin-bottom: 0px;
    padding: 0;
}
.logo-footer img {
	width:150px;
}
.widget_text h4 {
    color: #ae8537;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}
.footer-list li:before {
	display:none;
}
.footer-list li,
.footer-list li a {
	color: #a79f8f !important;
}
.footer-list li i {
	margin-right:10px;
	color:#ae8537;
}
#footer-widgets .footer-widget li {
    padding-left: 0px !important;
    padding-right: 0px;
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#main-footer .footer-widget #text-2 {
    margin-bottom: 30px;
}
#main-footer .footer-widget .et_pb_widget {
    float: none;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}
.footer-left, .footer-right {
    color: #a79f8f;
    text-align: center;
}
.et_pb_gutters3 .footer-widget {
    margin-bottom: 3.5%;
}
.et_pb_row {
    width: 90% !important;
    max-width: 1350px !important;
}
.et-cart-info {
    display: none;
}
.hero-section {
    background: radial-gradient(ellipse at 30% 20%, #3a3128 0%, #17140f 55%, #0a0908 100%);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.hero-section .et_pb_row {
    padding-bottom: 0px !important;
}
.heading-hero h1 {
    color: #fff;
}
.heading-hero h1 span {
    color: #ae8537;
}
.hero-content {
    color: #a79f8f;
    max-width: 480px;
    width: 100%;
}
.button a,
.cart-page-button-order a,
.add-to-cart-btn-single,
.button-coupon,
.button-order,
.button-reg-form {
    background: #ae8537 !important;
    border: 1px solid #ae8537 !important;
    color: #000 !important;
    padding: 12px 30px !important;
    display: inline-block !important;
	cursor:pointer;
    transition: all 0.3s !important;
}
.button a:hover,
.cart-page-button-order a:hover,
.add-to-cart-btn-single:hover,
.button-coupon:hover,
.button-order:hover,
.button-reg-form:hover {
    background: transparent !important;
    color: #ae8537 !important;
}
.button-reg-form {
	width:100%;
}
.add-to-cart-btn-single:after {
	display:none;
}
.add-to-cart-btn-single {
	border-radius:0px !important;
}
.button-hero a,
.cart-page-button-order a {
    text-transform: uppercase;
	text-align:center;
}
/* features */
.features {
    background: #141210;
    border-top: 1px solid #2a2722;
    border-bottom: 1px solid #2a2722;
    padding: 0 !important;
}
.row-inner-feature {
    display: flex;
    flex-wrap: wrap;
}
.feature {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.feature .icon {
    flex: none;
    width: 45px;
}
.feature h2 {
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #f3ede1;
    font-weight: 500;
    margin-bottom: 0px;
}
.feature p {
    font-size: 11.5px;
    color: #a79f8f;
    line-height: 1.4;
}
/* end features*/
/* categories */
.categories {
    background: #0d0d0d;
    padding-top: 0px !important;
}
.cat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cat-card {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #ae85377a;
    background: #1a1815;
    flex-basis: 100%;
    flex: 1 1 calc(20% - 16px);
}
.cat-card .art {
    position: absolute;
    inset: 0;
}
.cat-card .label a {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0px;
    text-align: center;
    z-index: 2;
    background: #00000099;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 95%;
    transform: translate(-50%, -50%);
    padding: 15px 10px;
    height: 70px;
}
.cat-card .label h3 {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f3ede1;
    padding-bottom: 0px;
    flex: 0 1 70%;
    text-align: left;
}
.cat-card .label a i {
    color: #ae8537;
}
/* end categories */
/* promo */
.promo,
.row-promo {
    padding: 0px !important;
}
.row-promo {
    max-width: 100% !important;
    width: 100% !important;
}
.promo-left {
  border-top: 1px solid #ae85377a;
  border-bottom: 1px solid #ae85377a;
  border-right: 1px solid #ae85377a;
}
.promo-right {
    background: url(/wp-content/uploads/2026/07/blestyashta-kafyava-kosa.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 5%;
    padding-right: max(5%, calc((100vw - 1350px) / 2));
}
.promo-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000007a;
}
.person-info {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(160deg, #201c16, #0c0a08);
    padding-left: max(5%, calc((100vw - 1350px) / 2));
    padding-right: 50px;
    box-sizing: border-box;
    gap: 20px;
    overflow: hidden;
}

.col-left-person-info {
    flex: 0 0 45%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.col-right-person-info {
    flex: 1;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.jobs {
    margin: 10px 0;
}
.jobs p {
    font-size: 15px;
    text-transform: uppercase;
    color: #a79f8f;
}
/* pop up */
.dema-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99999;
    overflow-x: scroll;
}

.dema-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
.pop-up-button {
    background: #ae8537;
    border: 1px solid #ae8537;
    color: #000;
    padding: 12px 24px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}
.dema-popup {
    position: relative;
    width: min(95%, 650px);
    background: linear-gradient(160deg, #201c16, #0c0a08);
    padding: 20px;
    transform: scale(0.9);
    transition: 0.3s;
}

.dema-popup-overlay.active .dema-popup {
    transform: scale(1);
}

.dema-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}
.photo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
    background: radial-gradient(circle at 35% 30%, #6b5638, #241d15);
    border: 1px solid #ae85377a;
    object-fit: cover;
}
.name p {
    font-family: "Cormorant", serif;
    font-style: italic;
    color: #ae8537;
    font-size: 22px;
}
/* end pop up */
/* end promo */
/* new products home*/

.dema-new-product-button .added_to_cart {
    display: none !important;
}

.dema-new-products {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
}

.dema-new-product {
    display: flex;
    flex-direction: column;
    width: calc(20% - 20px);
    overflow: hidden;
    border: 1px solid #ae85377a;
    background: #1a1815;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.dema-new-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dema-new-product-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.dema-new-product-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.dema-new-product:hover .dema-new-product-thumbnail {
    transform: scale(1.04);
}

.dema-new-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    color: #000000;
    background: #ae8537;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.dema-new-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.dema-new-product-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
}

.dema-new-product-title a {
    color: #fff;
    text-decoration: none;
}

.dema-new-product-price {
    color: #ae8537;
    font-size: 17px;
}

.dema-new-product-price del {
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.dema-new-product-price ins {
    text-decoration: none;
}

.dema-new-product-button {
    margin-top: auto;
}

.add-button-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.dema-new-product-button .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0 !important;
    color: #000000 !important;
    background: #ae8537 !important;
    border: 0 !important;
    border-radius: 3px !important;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.25s ease;
}
.dema-new-product-button .button:after {
	display:none;
}
.dema-new-product-button .added_to_cart {
    display: block;
    margin-top: 10px;
    text-align: center;
}

/* Изравнява височината на заглавията */
.dema-new-product-title {
    min-height: 72px;
    display: flex;
    align-items: flex-start;
}

/* end new products home */
/* cart */
.min-80-vh {
	min-height:80vh;
}
.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: #fff;
    margin-bottom: 20px;
    border-bottom: none;
    display: flex;
    position: relative;
}
.cart-title-product,
.cart-title-price,
.cart-title-quantity {
    color: #000;
    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: #fff;
    padding: 20px;
}
.col-right-cart {
    background: #fff;
    padding: 20px;
}
.box-right-cart-title p {
    color: #000;
    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: #000;
    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:100%;
}
.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: #000;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0;
}
.cart-page-unit-price {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.buttons-quantity {
    border: 1px solid #000;
    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.plus:before, .dema-qty-cart-plus:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #000;
}
.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;
}
.product-quantity-input::-webkit-outer-spin-button,
.product-quantity-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.product-quantity-input {
    width: 50px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #000;
}
.product-quantity-title {
     display: none;
}

.empty-cart-text {
	color:#fff;
}
.empty-cart-text a {
	color:#AE8537;
}
/* end cart */
/* all products */
.page-numbers {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    list-style: none !important;
    padding: 0px !important;
    justify-content: center;
    margin-top: 20px;
}
.page-numbers.current {
    background: #AE8537;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}
.custom-product-info-box {
	display:flex;
	align-items:center;
}
.custom-product-info-box-left,
.custom-product-info-box-right {
	width:100%;
}
.heading-product h1 {
	color:#fff;
}
.product-description p {
	 color: #a79f8f;
}
.product-price {
    color: #ae8537;
    font-size: 24px !important;
    margin-top: 20px;
    font-weight: bold;
}
.regular-price {
    color: #ae8537 !important;
}

.sale-price {
	color: #ae8537 !important;
}
.product-quantity-info .buttons-quantity {
    border: 1px solid #ae8537;
    background: #fff;
    margin-bottom: 20px;
}
.wc-forward {
	display:none !important;
}
/* Select – Подреди по */
.dema-products-ordering-form select {
    min-width: 190px;
    height: 46px;
    padding: 0 42px 0 15px;

    border: 1px solid #ae85377a;
    border-radius: 0;
    outline: none;

    background-color: #1a1815;
    color: #fff;

    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 400;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #ae8537 50%),
        linear-gradient(135deg, #ae8537 50%, transparent 50%);

    background-position:
        calc(100% - 18px) 19px,
        calc(100% - 12px) 19px;

    background-size:
        6px 6px,
        6px 6px;

    background-repeat: no-repeat;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.dema-products-ordering-form select:hover {
    border-color: #ae8537;
}

.dema-products-ordering-form select:focus {
    border-color: #ae8537;
    box-shadow: 0 0 0 2px rgba(174, 133, 55, 0.18);
}

.dema-products-ordering-form select option {
    background: #1a1815;
    color: #fff;
}
.dema-products-ordering-form label {
	color:#fff;
	margin-right:10px;
}
.dema-products-ordering {
	margin-bottom:20px;
}

/* end all products */
/* tabs */
.app {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.sidebar {
    width: 320px;
    flex-shrink: 0;
}
.sidebar,
.tab-content {
    background: #fff;
    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: #000;
    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: #000;
    max-width: 320px;
    width: 100%;
}
.profile-field label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.profile-save-btn {
    background: #ae8537 !important;
    border: 1px solid #ae8537 !important;
    color: #000 !important;
    padding: 12px 30px !important;
    display: inline-block !important;
    border-radius: 0px !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    max-width: 320px;
    width: 100%;
	transition: all 0.3s !important;
}
.password-toggle-btn {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.log-out-button a span {
	color:#fff;
}
.log-out-button a span img {
	filter: grayscale(100%) brightness(0) invert(1);
}
.log-out-button a:hover span {
	color:#000;
}
.log-out-button a:hover span img {
	filter: grayscale(100%) brightness(0);
}
/* end tabs */
/* checkout */
.col-1 {
	width:100% !important;
}
.woocommerce-info {
	background: #ae8537 !important;
    border: 1px solid #ae8537 !important;
    color: #000 !important;
}
.woocommerce-info a {
	color:#000 !important;
}
.woocommerce form .form-row input.input-text {
	    padding: 12px;
}
.woocommerce form .form-row-first {
	width:49%;
}
.woocommerce .woocommerce-error {
	background: #ae8537;
}
.woocommerce-error li a {
	color:#000;
}
/* end checkout */
/* 404 */
.error-copy .eyebrow {
    font-size: 12px;
    letter-spacing: .35em;
    color: #ae8537;
    text-transform: uppercase;
    display: block;
}
.error-copy h1 {
    font-weight: 700;
    text-transform: none;
    font-size: clamp(64px, 9vw, 128px);
    line-height: .95;
    color: #f3ede1;
    margin-bottom: 5px;
}
.error-copy h1 span {
    color: #ae8537;
}
.error-copy h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: .02em;
}
.error-illustration {
	display:flex;
	justify-content:center;
}
.error-illustration svg {
    width: 100%;
    max-width: 380px;
    height: auto;
}
/* end 404 */
/* login form */
#login-container,
#register-container {
    max-width: 555px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius:4px;
}
#login-container p {
    padding: 15px;
}
.top-heading {
    padding: 25px 20px;
}
.top-heading-rsp {
    padding: 40px 20px 0px !important;
}

#crr-verification-success-box h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0px;
}
.hr-heading {
    height: 1px;
    width: 100%;
    background: #bfbfbf;
}
.row-inner-form {
    padding: 40px 20px;
}
.row-inner-form-rsp {
    padding-top: 20px !important;
}
.row-form {
    margin-bottom: 20px;
}

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

.control {
    position: relative;
}
#login-container #username_email,
#register-container #crr_email,
#register-container #cfrp_email {
    padding-left: 40px !important;
}
#login-container input:not(.button-reg-form),
#register-container input:not(.button-reg-form) {
    width: 100%;
    padding: 12px 12px 12px 12px !important;
    font-size: 13px;
    outline: none;
    color: #000;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}
#login-container input::placeholder,
#register-container input::placeholder {
    color: #bfbfbf;
}

.icon-form-message {
    position: absolute;
    left: 15px;
    top: 55%;
    transform: translateY(-50%);
}
#togglePassword,
#crr_togglePassword,
#cfrp_togglePasswordConfirm,
#cfrp_togglePassword {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    color: #bfbfbf;
}
.crr-modal-btn {
    width: 100%;
    padding: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #0f2557;
    background: #0f2557;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.2s;
}

.rf-links {
    text-align: right;
    margin-bottom: 20px;
}

.rf-links a {
    color: #0f2557;
    font-size: 13px;
    font-weight: 500;
}
.help {
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.help p a {
    color: #0f2557;
}

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

.forgot-link {
    margin-bottom: 20px;
}
.divider-socials {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 30px 0;
}

.divider-socials::before,
.divider-socials::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e1e1e1;
}

.divider-socials span {
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.social-login-wrap .nsl-container-block {
    text-align: center !important;
}
.nsl-button-google {
    box-shadow: inset 0 0 0 1px #e1e1e1 !important;
    border-radius: 8px !important;
}
.text-privacy-policy {
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
}
.text-privacy-policy-reg {
    max-width: 300px !important;
}
.text-privacy-policy p {
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
.text-privacy-policy p a {
    color: #ae8537;
    font-weight: 700;
}
/* end login */
/* register */
.heading-field-password {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0;
}

#crr-verification-success-box p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0;
}
#crr_pw_rules div,
#cfrp_pw_rules div {
    display: flex;
    gap: 10px;
    align-items: center;
}
.crr-rule-icon {
    display: inline-flex;
    justify-content: center;
}
.crr-rule-ok {
    font-size: 14px;
    font-weight: 300;
}
#crr_marketing_consent {
    width: auto !important;
}
.crr-hidden-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

#crr-verification-success-box {
    display: none;
    width: 100%;
    max-width: 620px;
    margin: 24px auto 0;
    background: #fff;
    border-radius: 24px;
    padding: 42px 36px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    font-family: inherit;
}

.crr-resend-link {
    margin-top: 18px;
    display: inline-block;
    color: #102b6a;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 14px;
}

.crr-resend-status {
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    display: none;
}

.crr-status-message {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    display: none;
    font-size: 14px;
}

.crr-status-success {
    background: #ecfdf3;
    color: #027a48;
    display: block;
}

.crr-status-error {
    background: #fef3f2;
    color: #b42318;
    display: block;
}
.forgot-password-message {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
/* end register */
@media screen and (min-width:1301px) {
    .col-left-cart {
        width: 75%;
    }
	.col-right-cart {
		width:25%;
	}	
}
@media screen and (max-width:1300px) {
	#dema-cart-page {
        flex-direction: column;
    }
}
@media screen and (min-width: 1201px) {

}
@media screen and (max-width: 1200px) {
    .feature {
        flex-basis: calc(50% - 10px);
        padding-bottom: 30px;
    }
    .feature:last-child {
        padding-bottom: 0px;
    }
    .cat-card {
        flex-basis: calc(33.333% - 13.33px);
    }
	.app {
        display: block;
    }
    .sidebar,
    .tab-content {
        width: 100%;
    }

    /* показва се само когато sidebar е скрит */
    .sidebar.hidden-mobile + .mobile-back {
        display: inline-flex;
        background: #fff;
        margin-bottom: 20px;
        padding: 10px 20px;
    }
    .tab-section {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        overflow: visible;
    }
    .profile__tab-btn {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 981px) {
    .container_info {
        width: 95%;
        max-width: 1350px;
    }
    #top-menu-nav {
        display: block;
    }
    #et_mobile_nav_menu {
        display: none;
    }
    #top-menu li {
        position: relative;
    }

    #top-menu li ul,
    .nav li ul {
        width: 230px !important;
        padding: 0 !important;
        border: 0 !important;
        background: #fff !important;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14) !important;
        right: auto !important;
        left: 0 !important;
    }

    #top-menu li ul li {
        width: 100% !important;
        padding: 0 !important;
    }

    #top-menu li ul li a {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        color: #000 !important;
        background: transparent !important;
    }
    .mobile-menu-toggle,
    .mobile-menu-overlay,
    #custom-mobile-menu {
        display: none !important;
    }
    .center-d {
        text-align: center;
    }
    .left-d {
        text-align: left;
    }
    .row-flex-ac {
        display: flex;
        align-items: center;
    }
    .row-flex,
    .row-promo {
        display: flex;
    }
    .heading h1 {
        font-size: 45px;
    }
    .promo-right {
        padding: 50px;
    }
	 #footer-bottom .container {
        display: flex;
        justify-content: space-between;
    }
	.footer-left, .footer-right {
        width: 50%;
    }
     .footer-right {
        text-align: right;
    }
	.footer-left {
		text-align:left;
	}
	    .cart-page-unit-price {
        position: absolute;
        right: 8%;
    }
	.dema-qty-wrap {
        position: absolute;
        left: 50%;
        top: 35%;
    }
	.cart-page-info {
        width: 150px !important;
    }
	.cart-page-title h3 {
    text-align: center;
	}
	.custom-product-info-box-left {
	width:40%;
}
    .custom-product-info-box-right {
	width:60%;
}
    /* #main-footer {
  z-index:1;
}
  */
}

@media screen and (max-width: 980px) {
    #top-menu-nav {
        display: none !important;
    }

    #et_mobile_nav_menu,
    .mobile_menu_bar,
    .mobile_menu_bar_toggle,
    .mobile_nav {
        display: none !important;
    }

    .col-right-header-nav {
        display: flex;
        align-items: center;
    }
    .mobile-menu-title img {
        max-width: 90px;
    }
    .mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        position: relative;
        z-index: 1000002;
    }

    .mobile-menu-toggle span,
    .mobile-menu-toggle span:before,
    .mobile-menu-toggle span:after {
        content: "";
        display: block;
        width: 28px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition:
            transform 0.3s ease,
            opacity 0.3s ease;
        position: absolute;
        left: 7px;
    }

    .mobile-menu-toggle span {
        top: 20px;
    }

    .mobile-menu-toggle span:before {
        top: -8px;
        left: 0;
        position: absolute;
    }

    .mobile-menu-toggle span:after {
        top: 8px;
        left: 0;
        position: absolute;
    }

    body.mobile-menu-open .mobile-menu-toggle span {
        background: transparent;
    }

    body.mobile-menu-open .mobile-menu-toggle span:before {
        transform: translateY(8px) rotate(45deg);
    }

    body.mobile-menu-open .mobile-menu-toggle span:after {
        transform: translateY(-8px) rotate(-45deg);
    }

    .mobile-menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
        z-index: 1000000;
    }

    .mobile-menu-panel {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: min(90vw, 340px);
        height: 100vh;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.32s ease;
        z-index: 1000001;
        overflow-y: auto;
        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.18);
        padding: 20px 20px 28px;
    }

    body.mobile-menu-open .mobile-menu-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.mobile-menu-open .mobile-menu-panel {
        transform: translateX(0);
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .mobile-menu-title {
        font-family: "Cormorant", serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
    }

    .mobile-menu-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        color: #000;
        font-size: 34px;
        line-height: 1;
        cursor: pointer;
        padding: 0;
    }

    .mobile-menu-panel .menu,
    .mobile-menu-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu-panel .menu > li,
    .mobile-menu-panel ul > li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mobile-menu-panel .menu li a,
    .mobile-menu-panel ul li a {
        display: block;
        padding: 14px 0;
        color: #000;
        font-family: "Cormorant", serif;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1.3;
    }

    .mobile-menu-panel .menu li.current-menu-item > a,
    .mobile-menu-panel .menu li.current_page_item > a,
    .mobile-menu-panel .menu li a:hover {
        color: #d73525;
    }

    .mobile-menu-panel .sub-menu {
        display: block;
        width: 100% !important;
        border-top: 0 !important;
        padding: 0 0 10px 14px !important;
        box-shadow: none !important;
    }

    .mobile-menu-panel .sub-menu li {
        border-bottom: 0;
    }

    .mobile-menu-panel .sub-menu li a {
        padding: 8px 0;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
    }
    .mobile-menu-panel li.dmk-has-mobile-submenu,
    .mobile-menu-panel li.menu-item-has-children,
    .mobile-menu-panel li.page_item_has_children {
        position: relative !important;
    }

    .mobile-menu-panel li.dmk-has-mobile-submenu > a,
    .mobile-menu-panel li.menu-item-has-children > a,
    .mobile-menu-panel li.page_item_has_children > a {
        padding-right: 54px !important;
    }

    .mobile-menu-panel .dmk-mobile-submenu-arrow {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: 7px !important;
        right: 0 !important;
        width: 30px !important;
        height: 30px !important;
        border: 0 !important;
        background: #ae8537 !important;
        color: #000 !important;
        cursor: pointer !important;
        padding: 0 !important;
        z-index: 5 !important;
        border-radius: 5px !important;
    }

    .mobile-menu-panel .dmk-mobile-submenu-arrow span {
        display: block !important;
        width: 9px !important;
        height: 9px !important;
        border-right: 2px solid #000 !important;
        border-bottom: 2px solid #000 !important;
        transform: rotate(45deg) translateY(-2px) !important;
        transition: transform 0.2s ease !important;
    }

    .mobile-menu-panel li.dmk-submenu-open > .dmk-mobile-submenu-arrow span {
        transform: rotate(-135deg) translateY(-2px) !important;
    }

    .mobile-menu-panel li.dmk-has-mobile-submenu > ul.sub-menu,
    .mobile-menu-panel li.dmk-has-mobile-submenu > ul.children {
        display: none;
        padding: 0 0 10px 14px !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .mobile-menu-panel li.dmk-submenu-open > ul.sub-menu,
    .mobile-menu-panel li.dmk-submenu-open > ul.children {
        display: block;
    }
    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;
    }
	.box-left-cart-top {
        display:none;
   }
	.custom-product-info-box {
		flex-direction:column;
	}
	.product-image-info img {
		width:300px;
	}
}
@media screen and (max-width: 980px) and (min-width: 601px) {
    .person-info {
        align-items: center;
    }
	.dema-new-product {
    width: calc(50% - 12px);
	}
}
@media screen and (min-width: 601px) {
    .cat-card {
        aspect-ratio: 3 / 4;
    }
	.dema-products-ordering-form {
		text-align:right;
	}

}
@media screen and (max-width: 600px) {
    .feature {
        flex-basis: calc(100% - 10px);
    }
    .cat-card {
        flex-basis: 100%;
    }
    .person-info {
        flex-direction: column-reverse;
    }
	.dema-new-product {
    width:100%;
	}
    .dema-products-ordering-form select {
        width: 100%;
        min-width: 0;
        margin-top: 10px;
    }
}
@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
}
