.cart-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.cart-item {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    padding: 15px 20px 15px 15px;
    position: relative;
    min-height: 90px;
    width: 100%;
    max-width: 100%;
    transition: box-shadow 0.2s;
}
.cart-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}
.cart-item .remove {
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 2;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.cart-item .remove:hover {
    opacity: 1;
}
.cart-item-img {
    max-width: 100px;
    margin-right: 15px;
}
.cart-item-img img {
    width: 100px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.cart-item-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 6px;
    position: relative;
}
.cart-item-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
    word-break: break-word;
    color: #222;
}
.cart-item-price {
    display: none;
}
.cart-item-qtyblock {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    margin-bottom: 6px;
}
.btn-plus, .btn-minus, .input-number {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: none;
    background: none;
    color: #222;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.2s;
}
.btn-plus, .btn-minus {
    background: #f0f0f0;
    cursor: pointer;
}
.btn-plus:hover, .btn-minus:hover {
    background: #c2151c;
    color: #fff;
}
.input-number {
    background: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: 36px;
    margin: 0 2px;
}
.cart-item-total {
    font-weight: 700;
    color: #222;
    font-size: 14px;
    background: #f7f7f7;
    padding: 3px 10px;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.cart-summary-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 28px 0 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.cart-summary-label {
    color: #888;
}
.cart-summary-value {
    color: #222;
}
@media (max-width: 900px) {
	.cart-item {
		flex-direction: row;
		align-items: center;
		padding: 10px;
		min-height: auto;
		gap: 10px;
	}
	.cart-item-img {
		margin: 0;
		max-width: 70px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cart-item-img img {
		width: 70px;
		height: auto;
		object-fit: contain;
		border-radius: 8px;
	}
	.cart-item-info {
		flex: 1;
		align-items: flex-start;
		gap: 15px;
		position: relative;
	}
	.cart-item-title {
		text-align: left;
		font-size: 13px;
		margin-bottom: 2px;
		line-height: 1.2;
		padding-right: 35px;
	}
	.cart-item-qtyblock {
		text-align: left;
		margin: 0;
		gap: 6px;
	}
	.cart-item-qtyblock .btn-plus, 
	.cart-item-qtyblock .btn-minus, 
	.cart-item-qtyblock .input-number {
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 19px;
	}
	.cart-item-qtyblock .input-number {
		width: 32px;
	}
	.cart-item-total {
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 12px;
		padding: 3px 6px;
		background: #c2151c;
		color: white;
		border-radius: 6px;
	}
	.remove {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	.remove-btn {
		width: 22px;
		height: 22px;
		background: #f3f3f3;
		border-radius: 50%;
	}
	.remove-btn svg {
		width: 12px;
		height: 12px;
	}
}

@media (max-width: 600px) {
    .cart-item {
        padding: 8px;
        gap: 8px;
    }
    .cart-item-img img {
        width: 65px;
    }
    .cart-item-title {
        font-size: 12px;
        padding-right: 30px;
    }
    .cart-item-qtyblock {
        gap: 4px;
    }
    .cart-item-qtyblock .btn-plus, 
    .cart-item-qtyblock .btn-minus, 
    .cart-item-qtyblock .input-number {
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 19px;
    }
    .cart-item-qtyblock .input-number {
        width: 28px;
    }
    .cart-item-total {
        font-size: 11px;
        padding: 2px 5px;
    }
    .remove-btn {
        width: 20px;
        height: 20px;
    }
    .remove-btn svg {
        width: 10px;
        height: 10px;
    }
}
.productitm{
    height: 65px;
    line-height: 65px;
    border: 1px solid #d7dbe0;
}
.headtable{
    height: 45px;
}
.btn-plus {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 36px;
    font-size: 20px;
    font-family: 'GoghWebBold';
    color: #949494;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    margin-left: -4px;
}
.btn-minus {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 8px;
    font-size: 20px;
    font-family: 'GoghWebBold';
    color: #949494;
    text-align: center;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    margin-right: -4px;
}
.input-number {
    display: inline-block;
    width: 37px;
    height: 37px;
    font-size: 16px;
    color: #373a36;
    text-align: center;
    border: 1px solid #d7dbe0;
    background: #ffffff;
}
.btn-number,
.input-number {
    vertical-align: middle;
}
.remove svg {
    width: 16px;
    height: 16px;
    pointer-events: none;
    color: #000  /* Цвет крестика */
}
.remove{
        border: none;
        background: none;
}
 /* Контейнер формы */
        .container2 {
            width: 1000px;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            margin: 0 auto;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }

        /* Стили табов */
       .tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    margin-top: 60px;
    flex-direction: row;
}

        .tab {
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px 5px 0 0;
            background: #e0e0e0;
            margin: 0 5px;
            transition: 0.3s;
        }

        .tab.active {
    background: #c2151c;
    color: #fff;
    font-weight: bold;
}

        /* Стили контента вкладок */
        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        /* Сетка формы */
        .form-row {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .form-group {
            flex: 1;
        }

        .form-group label {
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .form-group .required {
            color: #dc3545;
            font-weight: bold;
        }

        .form-group input, 
        .form-group textarea, 
        .form-group select {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
            height: 38px; /* Фиксированная высота для всех полей */
            box-sizing: border-box;
            transition: border-color 0.3s ease;
        }

        /* Стили для полей с ошибками */
        .form-group input.error, 
        .form-group textarea.error, 
        .form-group select.error {
            border: 2px solid #ff6b6b;
            box-shadow: 0 0 0 4px rgba(255,107,107,0.2);
        }

        /* Стили для сообщений об ошибках */
        .field-error {
            color: #ff6b6b;
            font-size: 12px;
            margin-top: 5px;
            display: none;
        }

        .field-error.show {
            display: block;
        }

        .form-group textarea {
            resize: vertical;
            height: 60px;
        }
        .light {
    font-size: 17px;
    font-weight: bold;
}
#total-price{
    font-size: 17px;
    font-weight: bold;
    }
    .otpr{
        margin: 0 auto;
    display: block;
    margin-top: 20px;
}
    }

/* Стили для модального окна успеха */
.success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
}

.success-modal.show {
    opacity: 1;
    visibility: visible;
}

/* Дополнительное скрытие по умолчанию */
.success-modal:not(.show) {
    display: none !important;
}

.success-modal-content {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.7);
    transition: transform 0.3s ease;
    position: relative;
    margin: 20px;
    overflow-y: auto;
    flex-shrink: 0;
    align-self: center;
}

.success-modal.show .success-modal-content {
    transform: scale(1);
}

/* Дополнительные правила для правильного центрирования */
.success-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.success-icon {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 20px;
    animation: bounceIn 0.6s ease;
}

.success-modal h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

.success-modal p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.order-details {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #28a745;
}

.order-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.summary-item:last-child {
    border-bottom: none;
    font-size: 18px;
    font-weight: 600;
    color: #28a745;
}

.summary-item span:first-child {
    color: #666;
}

.summary-item span:last-child {
    color: #333;
}

.success-actions {
    margin-top: 30px;
}

.success-actions .btn {
    background: #28a745;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
}

.success-actions .btn:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Анимация появления иконки */
@keyframes bounceIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Альтернативное центрирование через абсолютное позиционирование */
.success-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    transition: transform 0.3s ease;
}

.success-modal.show .success-modal-content {
    transform: translate(-50%, -50%) scale(1);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .success-modal {
        padding: 10px;
    }
    
    .success-modal-content {
        padding: 25px 20px;
        margin: 0;
        width: calc(100% - 20px);
        max-width: none;
        max-height: calc(100vh - 20px);
        border-radius: 10px;
        transform: translate(-50%, -50%) scale(0.7);
    }
    
    .success-modal.show .success-modal-content {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .success-icon {
        font-size: 50px;
        margin-bottom: 15px;
    }
    
    .success-modal h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .success-modal p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    
    .order-details {
        padding: 15px;
        margin: 15px 0;
    }
    
    .summary-item {
        font-size: 14px;
        padding: 6px 0;
    }
    
    .summary-item:last-child {
        font-size: 16px;
    }
    
    .success-actions .btn {
        padding: 12px 30px;
        font-size: 14px;
        width: 100%;
        max-width: 200px;
    }
}

/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {
    .success-modal {
        padding: 5px;
    }
    
    .success-modal-content {
        padding: 20px 15px;
        margin: 0;
        width: calc(100% - 10px);
        max-height: calc(100vh - 21px);
        transform: translate(-50%, -50%) scale(0.7);
    }
    
    .success-modal.show .success-modal-content {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .success-icon {
        font-size: 40px;
        margin-bottom: 12px;
    }
    
    .success-modal h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .success-modal p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .order-details {
        padding: 12px;
        margin: 12px 0;
    }
    
    .summary-item {
        font-size: 13px;
        padding: 5px 0;
    }
    
    .summary-item:last-child {
        font-size: 15px;
    }
    
    .success-actions .btn {
        padding: 10px 25px;
        font-size: 13px;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .container2 {
        width: 98%;
        padding: 12px;
        border-radius: 10px;
    }
}
@media (max-width: 768px) {
    .container2 {
        width: 95%;
        padding: 6px;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }
}
@media (max-width: 480px) {
    .container2 {
        padding: 20px;
    }
}
#cart td.remove {
    width: 1%;
    min-width: 32px;
    max-width: 40px;
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    vertical-align: middle;
}
#cart td.remove button {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}
#cart td.remove svg {
    width: 16px;
    height: 16px;
    display: block;
}
@media (max-width: 768px) {
    #cart td.remove {
        min-width: 28px;
        max-width: 32px;
        padding-right: 0;
    }
    #cart td.remove button {
        width: 22px;
        height: 22px;
    }
    #cart td.remove svg {
        width: 14px;
        height: 14px;
    }
}
.cart-item .remove-btn {
    background: #f3f3f3;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: background 0.2s, box-shadow 0.2s;
    padding: 0;
    cursor: pointer;
    opacity: 0.85;
}
.cart-item .remove-btn:hover {
    background: #c2151c;
    box-shadow: 0 4px 16px rgba(255,77,79,0.15);
    opacity: 1;
}
.cart-item .remove-btn svg {
    width: 18px;
    height: 18px;
    stroke: #888;
    stroke-width: 2.2;
    transition: stroke 0.2s;
}
.cart-item .remove-btn:hover svg {
    stroke: #fff;
}
/* Стили для секции промокода */
.promocode-section {
    padding-top: 29px;
    
}

.promocode-container {
    max-width: 500px;
    margin: 0 auto;
}

.promocode-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.promocode-input-group .form-control {
    flex: 1;
    height: 45px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.promocode-input-group .form-control:focus {
    border-color: #c2151c;
    box-shadow: 0 0 0 3px rgba(245, 132, 39, 0.1);
}

.btn-apply {
    height: 45px;
    padding: 0 20px;
    background: #c2151c;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-apply:hover {
    background: #c2151c;
    transform: translateY(-1px);
}

.btn-apply i {
    font-size: 14px;
}

.btn-remove {
    height: 45px;
    width: 45px;
    padding: 0;
    background: #f8f9fa;
    color: #dc3545;
    border: 2px solid #dc3545;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-remove:hover {
    background: #dc3545;
    color: white;
}

#promocodeMessage {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

#promocodeMessage.text-success {
    color: #28a745;
}

#promocodeMessage.text-danger {
    color: #dc3545;
}

@media (max-width: 576px) {
    .promocode-input-group {
        flex-direction: row;
        gap: 8px;
    }
    
    .promocode-input-group .form-control {
        flex: 1;
        width: auto;
        min-width: 0;
    }
    
    .btn-apply {
        width: auto;
        white-space: nowrap;
        padding: 0 15px;
    }
    
    .btn-remove {
        width: 45px;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .promocode-input-group {
        gap: 6px;
    }
    
    .promocode-input-group .form-control {
        font-size: 14px;
        padding: 8px 10px;
    }
    
    .btn-apply {
        padding: 0 12px;
        font-size: 14px;
    }
    
    .btn-apply i {
        font-size: 12px;
    }
    
    .btn-remove {
        width: 40px;
        height: 40px;
    }
}

/* Скрытие логотипа и бургер-меню на десктопе */
.desktop-hidden {
    display: none;
}

/* Навигация на десктопе */
@media (min-width: 769px) {
    .navigation-area {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
    }
    
    .site-navigation {
        width: 100% !important;
    }
    
    .mainmenu {
        display: flex !important;
        justify-content: center !important;
    }
}

/* Мобильное меню */
.hamburger-menus {
    display: none; /* Скрываем бургер-меню по умолчанию */
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    height: 40px;
    justify-content: center;
}

.hamburger-menus span {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger-menus.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger-menus.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menus.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Мобильная версия меню */
@media (max-width: 768px) {
    .desktop-hidden {
        display: block;
    }
    
    .site-header {
        height: auto !important;
        padding: 10px 0 !important;
        position: relative !important;
    }
    
    .mobile-burger {
        display: block !important;
        z-index: 1002;
    }
    
    .hamburger-menus {
        display: flex; /* Показываем бургер-меню только на мобильных */
    }
    
    .navigation-area {
        position: relative;
    }
    
    .mainmenu {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a1c1f;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0;
        margin: 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
        z-index: 1001;
    }
    
    .mainmenu.active {
        display: flex !important;
    }
    
    .mainmenu li {
        width: 100%;
        border-bottom: 1px solid #2a2d30;
    }
    
    .mainmenu li:last-child {
        border-bottom: none;
    }
    
    .mainmenu li a {
        display: block;
        padding: 15px 20px;
        color: #fff !important;
        text-decoration: none !important;
        font-weight: 500 !important;
        transition: background 0.3s ease;
    }
    
    .mainmenu li a:hover {
        background: #c2151c;
        color: #fff !important;
    }
}

@media (max-width: 480px) {
    .mainmenu li a {
        padding: 12px 15px;
        font-size: 16px;
    }
    
    .hamburger-menus span {
        width: 22px;
        height: 2px;
    }
    
    .mobile-burger {
        right: 15px !important;
    }
}
/* Тёмная тема для корзины */
body, .base-template {
    background: #1a1c1f !important;
    color: #fff !important;
}

.container2 {
    background: #fff !important;
    color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
}

.cart-item {
    background: #ededed !important;
    border: 1px solid #c2c2c2 !important;
    color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.cart-item-title {
    color: #444444; !important;
}

.cart-item-total {
    color: #ffffff !important;
    background: #444444 !important;
}

.cart-item-ingredients {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #e0e0e0;
}

.cart-summary-row {
    color: #fff !important;
    border-top: 1px solid #23262b !important;
}

.cart-summary-label {
    color: #bfbfbf !important;
}

.cart-summary-value {
    color: #c2151c !important;
    font-weight: bold !important;
}

/* Промокод */
.promocode-section {

}

.btn-apply {
    background: #c2151c !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.btn-apply:hover {
    background: #a01015 !important;
}

.btn-remove {
    color: #c2151c !important;
    border: 1.5px solid #c2151c !important;
    border-radius: 8px !important;
}

.btn-remove:hover {
    background: #c2151c !important;
    color: #fff !important;
}

/* Табы */
.tabs {
    border-bottom: 2px solid #23262b !important;
}

.tabs .tab {
    background: #35393f !important;
    color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
}

.tabs .tab.active {
    background: #c2151c !important;
    color: #fff !important;
    font-weight: bold !important;
}

/* Формы */
input, textarea, select {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1.5px solid #b0b0b0 !important;
    border-radius: 8px !important;
}

input:focus, textarea:focus, select:focus {
    border-color: #c2151c !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(194, 21, 28, 0.2) !important;
}

label {
    color: #3c3b3b !important;
}

/* Кнопка заказа */
#submitbtn {
    background: #c2151c !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    border: none !important;
}

#submitbtn:hover {
    background: #a01015 !important;
}

#submitbtn.disabled {
    background: #6c757d !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

#submitbtn.disabled:hover {
    background: #6c757d !important;
    transform: none !important;
}

/* Кнопки +/- и крестик */
.btn-plus, .btn-minus {
    color: #a50303b5 !important;
    background: #edeff3 !important;
    border: 1px solid #c2151e70 !important;
}

.btn-plus:hover, .btn-minus:hover {
    background: #c2151c !important;
    color: #fff !important;
}

.remove-btn svg {
    color: #c2151c !important;
}

.remove-btn:hover svg {
    color: #fff !important;
}

/* Хлебные крошки */
.breadcrumb-item a:hover {
    color: #c2151c !important;
}

/* Уведомления */
.notification {
    background: #28a745 !important;
    color: #fff !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .container2 {
        margin: 10px !important;
        padding: 20px 15px !important;
    }
    
    .breadcrumbs {
        margin-top: 60px !important;
    }
    
    .mainmenu {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    /* Мобильная версия шапки */
    .site-navigation-inner {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .logo-container {
        order: 1;
        margin-bottom: -15px;
    }
    
    .logo-container img {
        height: 40px !important;
    }
    
    .navigation {
        order: 2;
    }
    
    .mainmenu {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
    }
    
    .mainmenu li {
        font-size: 14px !important;
    }
}