/*
Theme Name: puca Child
Theme URI: https://demo.thembay.com/puca/
Author: Thembay
Description: This is a child theme for puca
Version: 1.0
Author URI: https://thembay.com/
Template: puca
Text Domain: puca-child
*/
/*
.mobile-slide-menu {
	display: flex;
    position: relative;
    top: 30px;
    border: 1px solid;
    height: 30px;
}
*/
.product-block .price {
	height: 40px !important;
}
.added_to_cart {
    display: none !important;
}

.add-cart a {
    width: 100%;
}
.add-cart .title-cart {
    
    font-size: 10px !important;
}
.star {
    font-size: 12px;
    /*color: #ccc;*/
}

.star.filled {
    color: #FF6A00;
}
span.orange {
    color: #FF6A00;
}

.add-cart a {
    display: inline-block !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: white !important;
    background: linear-gradient(to bottom, #FD9410, #FF6A00) !important; /* Градиент сверху вниз */
    border-radius: 6px !important; /* Закругленные углы */
    text-align: center !important;
    text-decoration: none !important;
    transition: 0.3s ease-in-out !important;
}

.add-cart a:hover {
    filter: brightness(1.1); /* Легкое повышение яркости при наведении */
}

.product-name {
    font-size: 15px !important;
    margin-top: 0 !important;
    height: 115px !important;
}
.stock-new {
    font-size: 12px;
}
.product-block .product-content .block-inner .image {
    border: 0 !important;
}

.product-block .product-content .block-inner {
    padding: 10px !important;
    border: 1px solid rgb(245, 245, 245);
}

.add-cart {
    position: relative !important;
    opacity: 1 !important;
}
.payment-options {
    display: flex;
    gap: 20px;
}

.payment-options {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.payment-option {
    flex: 1;
    height: 100px;
    display: flex;
    flex-direction: column; /* Расположение элементов вертикально */
    align-items: center;
    justify-content: center;
    border: 2px solid #B3BCC5;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.3s ease;
    padding: 10px;
}

.payment-option.selected {
    border-color: #FF6A00; /* Подсветка выбранного метода */
}

.payment-option img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px; /* Добавляем отступ между картинкой и текстом */
}

.payment-option span {
    display: block; /* Делаем текст блочным, чтобы он не был на одной линии с изображением */
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px; /* Дополнительный отступ сверху */
}


.payment-option input {
    display: none; /* Скрываем радио-кнопку */
}


.checkout-bottom {
    display: flex;
    gap: 20px;
}

.checkout-payment {
    padding: 10px;
    width: 50%;
}

.checkout-user-info {
    width: 50%;
}

.block-border {
        border: 1px solid #f5f5f5;
        border-radius: 21px;
}

.checkout-right-order {
    padding: 20px;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.order-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.order-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}
.checkout-right{
    border: 1px solid #f5f5f5;
}
.woocommerce-checkout #payment {
    background: #fff;
}
.woocommerce-privacy-policy-text {
    padding-right: 15px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    display: block !important;
    background: linear-gradient(180deg, #FD9410 0%, #FF6A00 100%);
    color: white !important;
    border-radius: 8px  !important;
    width: 95% !important;
    margin: 10px 15px;
    padding: 12px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    border-bottom: 0;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover
{
    background: linear-gradient(180deg, #FF6A00 0%, #FD9410 100%);
    border-bottom: 0;
}

.checkout-container {
    display: flex;
    gap: 20px;
}

.checkout-left {
    width: 70%;
}

.checkout-right {
    width: 30%;
}

.custom-shipping-method-block {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.custom-cart-summary {
    background: #fff;
    padding: 20px;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
    max-width: 400px;
    margin: auto;
}

.checkout-button-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.checkout-button {
    display: block;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, #FD9410 0%, #FF6A00 100%);
    color: white !important;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.checkout-button:hover {
	color: white;
    background: linear-gradient(180deg, #FF6A00 0%, #FD9410 100%);
}



.delivery-info {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.cart-divider {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cart-header .cart-item-count {
	color: #8C8C8C;
	font-size: 14px;
}
.cart-details {
    padding: 10px 0;
}

.cart-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
}

.discount {
    color: #FF3B30;
    font-weight: bold;
}


.mini-cart {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.custom-mini-cart-popup {
    position: absolute;
    top: 100%;
    right: 15%;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 9999;
}

.custom-mini-cart-popup .mini-cart-price, .custom-mini-cart-popup .mini-cart-total-price {
	font-weight: bold;
}
.custom-mini-cart-popup .mini-cart-total {
	text-align: left;
}
.custom-mini-cart-popup .mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.custom-mini-cart-popup .clear-cart {
    background: none;
    border: none;
	font-weight: 400;
    cursor: pointer;
    font-size: 14px;
}
.custom-mini-cart-popup .clear-cart:hover {
    color: #ff3b30;
}

.custom-mini-cart-popup .mini-cart-items {
    max-height: 200px;
    overflow-y: auto;
}

.custom-mini-cart-popup .mini-cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.custom-mini-cart-popup .mini-cart-image {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.custom-mini-cart-popup .mini-cart-info {
    flex-grow: 1;
    padding: 0 10px;
	width: 300px;
	text-align: left;
}

.custom-mini-cart-popup .remove-cart-item {
    background: none;
    border: none;
    cursor: pointer;
	padding: 5px;
}

.custom-mini-cart-popup .mini-cart-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.custom-mini-cart-popup .mini-cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-mini-cart-popup .mini-cart-action {
    background: #FF8A13;
    background: linear-gradient(0deg, rgba(255, 138, 19, 1) 0%, rgba(255, 159, 77, 1) 50%, rgba(255, 179, 117, 1) 100%);
    color: white;
    border: none;
    border-radius: 8px;
    min-width: 120px;
    /* padding: 10px 20px; */
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.block-border {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    font-family: sans-serif;
}
.user-details {
    border: 1px solid #B3BCC5;
    border-radius: 5px;
    padding: 10px;
}
.user-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.user-tabs {
    display: flex;
    margin-top: 10px;
    background: #F5F7FA;
    border-radius: 10px;
    position: relative;
    width: 60%;
}

.user-tab {
    flex: 1;
    border: none;
    background: none;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: #4E4E4E;
    font-size: 14px;
    transition: background 0.3s ease, color 0.3s ease;
}

.user-tab.active {
    background: linear-gradient(180deg, #FD9410 0%, #FF6A00 100%);
    border-radius: 10px;
    color: white;
}




.custom-shipping-method-block {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    font-family: sans-serif;
    background: #fff;
  }
  
.shipping-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom-shipping-tabs {
    display: flex;
    background: #F5F7FA;
    border-radius: 10px;
    position: relative;
    width: 200px;
}

.shipping-tab {
    flex: 1;
    border: none;
    background: none;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: #4E4E4E;
    font-size: 14px;
    transition: background 0.3s ease, color 0.3s ease;
}

.shipping-tab.active {
    background: linear-gradient(180deg, #FD9410 0%, #FF6A00 100%);
    border-radius: 10px;
    color: white;
}
  
  .shipping-content {
    display: none;
  }
  
  .shipping-content.active {
    display: block;
  }
  
  .pickup-icon {
    color: #ff3b30;
    margin-right: 5px;
    font-size: 16px;
  }
  .shipping-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
  }
  
  .shipping-modal-content {
    background: #fff;
    width: 80%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
  }
  
  .shipping-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .tab-btn.active {
    background: #ff8200;
    color: white;
  }
  
  .shipping-left, .shipping-right {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  
  .shipping-right {
    width: 50%;
    height: 400px;
  }
  
  .universal-map {
    width: 100%;
    height: 100%;
  }
  
  .tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  
  .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    font-size: 24px;
    border: none;
    cursor: pointer;
  }
  
.quantity-wrapper {
    display: flex;
    align-items: center;
    border-radius: 10px;
	gap: 5px;
    padding: 5px;
}

.quantity-btn {
    width: 35px;
    height: 35px;
    border: none;
    background: #F5F7FA;
	border-radius: 10px;
    color: #ADB4BB;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

/* При наведении — градиент */
.quantity-btn:hover {
    background: linear-gradient(180deg, #FD9410 0%, #FF6A00 100%);
    color: white;
    border-radius: 10px;
}

/* Поле ввода */
.qty-input {
    width: 100px;
    height: 35px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin: 0 8px;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-input {
    -moz-appearance: textfield; /* Для Firefox */
}
/* При наведении — выделение границы */
.qty-input:focus {
    border: 1px solid #FF6A00;
    outline: none;
}


.shop_table {
	margin-top: 10px !important;
	border: 1px solid #f5f5f5 !important;
	border-radius: 10px !important;
}
.shop_table td {
    border: none !important;
}
.shop_table .cart_item {
    border: none !important;
    display: table-row;
}

.cart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Чтобы блоки не растягивались */
    gap: 20px; /* Отступ между корзиной и блоком */
}

.woocommerce-cart-form {
    flex: 2; /* Основной блок */
}

.cart-collaterals {
    flex: 1; /* Меньший блок справа */
    max-width: 350px; /* Ограничение ширины */
}

.cart-container .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}
.cart-container .product-name {
    text-align: left !important;
}

.cart-actions {
    display: flex;
    align-items: center;
    gap: 15px; /* Расстояние между элементами */
	font-size: 16px;
    font-weight: bold;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
    padding: 10px 5px 5px 10px;
	color: #4E4E4E;
}

.product-thumbnail-wrapper {
    position: relative;
    display: inline-block;
}
.custom-checkbox-item {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 10; /* Чтобы чекбокс был поверх изображения */
}

.custom-checkbox-item input {
    display: none; /* Скрываем стандартный чекбокс */
}

.custom-checkbox-item .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 6px;
	border: 1px solid #ccc;
    display: inline-block;
    margin-right: 8px;
    position: relative;
	background: #fff;
    transition: background 0.3s ease;
}

/* При отметке — градиент */
.custom-checkbox-item input:checked + .checkmark {
    background: linear-gradient(180deg, #FD9410 0%, #FF6A00 100%);
	border: 1px solid #FF6A00;
}

.custom-checkbox-item input:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}
/* Стилизация чекбокса */
.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
	z-index: 10; /* Чтобы чекбокс был поверх изображения */
}

.custom-checkbox input {
    display: none; /* Скрываем стандартный чекбокс */
}

.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 6px;
	border: 1px solid #ccc;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    transition: background 0.3s ease;
}

/* При отметке — градиент */
.custom-checkbox input:checked + .checkmark {
    background: linear-gradient(180deg, #FD9410 0%, #FF6A00 100%);
	border: 1px solid #FF6A00;
}

.custom-checkbox input:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
}
/* Иконка "X" с текстом */
.remove-selected {
    color: #4E4E4E;
    cursor: pointer;
    display: none;
	margin-bottom: 5px;
}


/* Показывать "Удалить выбранное", если чекбокс выбран */
#select-all:checked ~ .remove-selected {
    display: inline-block;
}

  /* Кнопка закрытия позиционируется абсолютно в правом верхнем углу */
  .login-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #8c8c8c;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    opacity: 0.9;
  }
  .login-close:hover {
    background-color: #4e4e4e;
  }
  .login-close i {
    font-size: 20px;
    color: white;
  }

#tbay-header .header-main .header-right #login-button-modal {
	background-color: #feeadd;
    color: #ff8a13;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
	width: 100%;
	padding: 10px;
    transition: background-color 0.3sease;
}

.login-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.login-modal-content {
    background: #fff;
    padding: 15px 50px;
    margin: 10% auto;
    width: 426px;
    position: relative;
    text-align: left;
    border-radius: 27px;
}
.login-modal-content input {
    width: 100%;
    height: 53px;
    border-radius: 10px;
    border: 1px solid #8C8C8C;
    padding: 15px;
    margin: 3px 0;
}
.login-modal-content input#code-input{
    font-size: 25px;
    text-align: center;
    color: #4E4E4E;
    font-weight: 400;
}
.modal-login-txt {
    text-align: center;
}

.modal-login-txt #string-timer {
    color: #4E4E4E;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.error-input {
    animation: shake 0.3s ease-in-out; /* Анимация шейкинга */
    border: 2px solid #ff5722 !important; /* Красный border */
    box-shadow: 0 0 5px rgba(255, 87, 34, 0.5); /* Красная подсветка */
}

.login-modal-content input:hover {
    border: 1px solid #FF6A00;
}
.login-modal-content input:focus {
    border: 1px solid #FF6A00;
}

.help-list {
    list-style: none; /* Убираем маркеры */
    padding: 0; /* Очищаем отступы списка */
}

.help-list li {
    border: 1px solid #8C8C8C; /* Граница вокруг каждого элемента */
    border-radius: 10px; /* Скруглённые углы */
    color: #4E4E4E; /* Цвет текста */
    padding: 5px 10px; /* Отступ внутри */
    margin-bottom: 5px; /* Добавляем расстояние между элементами */
}


.login-modal-content .error-message {
    border-radius: 10px;
    background-color: #FFC3C3;
    color: #FF0000;
    padding: 5px;
    text-align: center;
}

.login-modal-content button {
    width: 100%;
    height: 53px;
    border-radius: 10px;
    margin: 3px 0;
}
.login-modal-content button.orange-button {
    border: 0;
    background: rgba(253, 148, 16, 1);
    background: linear-gradient(0deg,rgba(255, 106, 0, 1) 0%, rgba(253, 148, 16, 1) 100%);
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.login-modal-content button.grey-button {
    border: 1px solid #C5CCD4;
    font-weight: 700;
    color: #7D7D7D;
    background-color: #fff;
    font-size: 15px;
}
.phone-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    height: 55px;
    border: 1px solid #8C8C8C;
    border-radius: 10px;
    padding: 15px;
    margin: 3px 0;
}
.phone-wrapper input {
    height: 50px !important;
}
.phone-flag {
    width: 24px;
    height: 16px;
    background: url("serbia-flag.png") no-repeat center / cover;
    margin-right: 8px;
}

.phone-prefix {
    font-size: 18px;
    font-weight: bold;
    color: #4E4E4E;
    margin-right: 5px;
}

#phone-number {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 5px;
    position: relative;
}

.phone-placeholder {
    position: absolute;
    left: 92px;
    top: 47%;
    transform: translateY(-40%);
    font-size: 18px;
    color: #8C8C8C;
    transition: all 0.3s ease-in-out;
}

.phone-wrapper:focus-within .phone-placeholder {
    top: 5px;
    font-size: 12px;
}

#registration-step .login-close {
    display: none; /* Скрываем кнопку на этом окне */
}

.login-modal-content button.grey-button:hover {
    background-color: #ECECEC;
}

.login-modal-content .orange-txt {
    width: 100%;
    text-align: center;
    color: #FF6A00 !important;
    font-size: 15px;
    font-weight: 700;
}
.login-modal-content .orange-txt a:hover {
    color: #ae4900 !important;
}

.login-modal-content .contact-us a:hover {
    color: #ae4900 !important;
}

.login-modal-content .politics p {
    color: #8C8C8C;
}

.login-modal-content .politics a {
    color: #4E4E4E !important;
}

.login-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}




/* Стили для контейнера точек */
.vc_carousel-indicators {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.9) !important; /* Белый полупрозрачный фон */
    border-radius: 20px !important; /* Закругленные края */
    padding: 5px 16px !important; /* Внутренние отступы */
    gap: 5px !important; /* Расстояние между точками */
    list-style: none !important;
    left: 45% !important;
}

/* Стили для неактивных точек */
.vc_carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    background-color: #d3d3d3 !important; /* Серый цвет неактивных точек */
    border-radius: 50% !important;
    transition: background-color 0.3s, transform 0.3s !important;
    cursor: pointer !important;
    border: 0px !important;
}

/* Стили для активной точки */
.vc_carousel-indicators li.vc_active {
    width: 16px !important; /* Ширина активной точки */
    height: 8px !important; /* Высота активной точки */
    border-radius: 5px !important; /* Скругление углов */
    background-color: #ff6600 !important; /* Серый фон активной точки */
    position: relative !important;
    overflow: hidden !important; /* Скрываем переполнение для анимации */
}

/* Анимация заполнения оранжевым цветом */
.vc_carousel-indicators li.vc_active::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 100% !important;
    background-color: #ff6600 !important; /* Оранжевый цвет заполнения */
    border-radius: 5px !important; /* Скругление углов */
    animation: fill 5s linear forwards !important; /* Анимация длительностью 5 секунд */
    z-index: 1 !important; /* Убедимся, что элемент выше фона */
}

/* Ключевые кадры для анимации */
@keyframes fill {
    0% {
        width: 0 !important; /* Начальное состояние (пусто) */
    }
    100% {
        width: 100% !important; /* Конечное состояние (полностью заполнено) */
    }
}



#row-banners .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
    margin-top: 5px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.9) !important; /* Белый полупрозрачный фон */
    border-radius: 20px !important; /* Закругленные края */
    padding: 5px 16px !important; /* Внутренние отступы */
    gap: 5px !important; /* Расстояние между точками */
    list-style: none !important;
}
#row-banners .vc_general.vc_pagination .vc_pagination-trigger {
    margin: 0 !important;
}
#row-banners .vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger {
    width: 16px !important; /* Ширина активной точки */
    height: 8px !important; /* Высота активной точки */
    border-radius: 5px !important; /* Скругление углов */
    background-color: #ff6600 !important; /* Серый фон активной точки */
    position: relative !important;
    overflow: hidden !important; /* Скрываем переполнение для анимации */
    border: 0;
}

#row-banners .vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item .vc_pagination-trigger {
    width: 8px !important;
    height: 8px !important;
    background-color: #d3d3d3 !important; /* Серый цвет неактивных точек */
    border-radius: 50% !important;
    transition: background-color 0.3s, transform 0.3s !important;
    cursor: pointer !important;
    border: 0px !important;
}

#row-banners .section-right .vc_tta-panel-body {
	padding: 0 !important;
    border: 0 !important;
}
#row-banners img {
    border-radius: 15px !important;
}
div#main-slider {
    overflow: visible !important;
}
div#main-slider img:hover {
    background-color: #0000000b;
}
/* Стили для баннера */
/* Когда баннер активен */
#tbay-header {
    min-height: 110px !important;
    max-height: 110px !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #4e4e4e !important;
}
.over-img-slider img {
	width: 100% !important;
    height: 100% !important;
}

.banner-content {
    position: relative;
}

.banner-upload-control {
    position: absolute;
    top: 50%;
    left: 50%;
	color: #fff;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.banner-content:hover .banner-upload-control {
    display: block !important;
}

.upload-button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.site-header .logo img {
	max-width: 100% !important;
}

@media (max-width: 599px) {
    .vc_custom_1515638798598 .widget .widget-title>span {
        font-size: 35px !important;
    }
}

@media (min-width: 1280px) {
	.wpb_single_image.widget {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.vc_custom_1515638798598 button.slick-arrow {
		display: none !important;
	}
	.switched-category-menu-column .menu {
		grid-template-columns: repeat(2, 1fr) !important; /* 5 колонок в ряду */
	}
	.switched-category-menu-column .vc_tta-tabs-container {
		display: block !important;
	}
	.switched-category-menu-column .vc_tta-panel-heading {
		display: none !important;
	}
	.switched-category-menu-column .vc_tta-tabs-container .vc_tta-tabs-list {
		font-size: 1em !important;
	}
	#main-content {
		padding: 85px 0 !important;
	}
	.topbar-device-mobile .mobile-logo {
		width: auto !important;
		padding: 0px !important;
	}
	.topbar-device-mobile.visible-xxs {
        display: flex !important;
        flex-wrap: wrap !important; /* Позволяем элементам переноситься */
        align-items: center !important;
    }

    .active-mobile {
        flex: 0 0 50px !important; /* Фиксированная ширина 100px */
    }

    .mobile-logo {
        flex: 1 !important; /* Занимает всю оставшуюся ширину */
        text-align: center !important; /* Центрируем логотип */
    }

    .language-switcher-mobile {
        flex: 0 0 35px !important; /* Фиксированная ширина 100px */
    }

    .header-searh-mobile {
        width: 100% !important; /* Растягиваем на всю ширину */
        order: 10 !important; /* Помещаем в конец flex-контейнера */
    }
	.switched-category-menu-column {
		margin-top: 10px !important;
	}
	
	.topbar-device-mobile {
        transform: translateY(0);
        transition: transform 0.3s ease-in-out !important;
        will-change: transform;
    }
    
    .topbar-device-mobile.topbar-hidden {
        transform: translateY(-100%) !important;
    }
    
    /* Компенсация высоты topbar */
    body {
        padding-top: 60px !important; /* Подберите под вашу реальную высоту */
    }
    
    /* Для страниц без topbar */
    body:not(.has-mobile-topbar) {
        padding-top: 0 !important;
    }
	
}


/* .switched-category-menu-column .tbay_custom_menu .menu-item a */
/* { */
	/* display: flex !important; */
    /* flex-direction: column !important;  */
    /* align-items: center !important;  */
    /* text-align: center !important;  */
/* } */
.switched-category-menu-column .tbay_custom_menu .menu-item a:after
{
	content: ' →';
}
.switched-category-menu-column .tbay_custom_menu .menu-item a img
{
	display: block !important; /* Убираем inline-свойства картинки */
    max-width: 100px !important;
    height: auto !important;
    margin: 0 auto 5px !important; /* Центрируем картинку и добавляем отступ вниз */

}

.widget .widget-title {
	border-bottom: 0px !important;
}

.widget .widget-title span {
	padding-bottom: 0px !important;
}

.widget .widget-title span:after {
	opacity: 0 !important;
}

.switched-category-menu-column .tbay_custom_menu
{
	overflow: visible;
}
.switched-category-menu-column .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
	border-color: #fff !important;
	background-color: #fff !important;
}
.switched-category-menu-column .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	color: black !important;
	font-weight: bold !important;
}
.switched-category-menu-column .vc_tta-tabs-container .vc_tta-tabs-list {
	font-size: 1.2em;
}
.switched-category-menu-column .menu {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr); /* 5 колонок в ряду */
    gap: 20px !important; /* Отступы между элементами */
    padding: 0 !important;
    list-style: none !important;
    justify-content: center !important;
}

.switched-category-menu-column .menu-item {
    background: #fff !important; /* Цвет фона квадратика */
    padding: 15px !important;
    text-align: center !important;
	-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
    transition: background 0.3s ease !important;
}
.switched-category-menu-column .wpb_content_element {
    border-radius: 0px !important;
	min-height: 150px;
    padding-top: 10px;
}

.switched-category-menu-column .menu-item a {
    display: block !important;
    color: #333 !important;
    text-decoration: none !important;
    /* font-weight: bold !important; */
}

.switched-category-menu-column .menu-item:hover {
    background: #ddd !important; /* Эффект при наведении */
}



.switched-category-menu-column .vc_tta-tab:not(:last-child)::after {
    content: " / ";
    color: #8c8c8c;
	display: inline !important; /* Убедимся, что слэш идет в строке */
    margin: 0 5px !important; /* Добавим отступы слева и справа */
    vertical-align: middle !important; /* Выравниваем по центру */
}

.switched-category-menu-column .vc_tta.vc_general .vc_tta-tab>a{
	display: inline !important;
}
.switched-category-menu-column .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	border-color: #fff !important;
	background-color: #fff !important;
}

.switched-category-menu-column .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
	border-color: #fff !important;
    background-color: #fff !important;
	color: #8c8c8c;
}
.mobile-logo a img {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* Основные стили для контейнера меню */
.mobile-slide-menu {
    width: 100% !important; /* Ширина контейнера */
    max-width: 100% !important; /* Максимальная ширина */
    overflow-x: auto !important; /* Включаем горизонтальную прокрутку */
    overflow-y: hidden !important; /* Отключаем вертикальную прокрутку */
    white-space: nowrap !important; /* Запрещаем перенос элементов на новую строку */
    padding: 10px 0 !important; /* Отступы сверху и снизу */
    background-color: #fff !important; /* Фон контейнера */
    border-radius: 20px !important; /* Закругление углов контейнера */
    height: 55px !important; /* Высота контейнера */
	margin-top: 10px;
}

/* Стили для списка меню */
.mobile-slide-menu .menu {
    display: inline-flex !important; /* Элементы в одну строку */
    list-style: none !important; /* Убираем маркеры списка */
    margin: 0 !important;
    padding: 0 !important;
    min-width: max-content !important; /* Минимальная ширина равна содержимому */
}

/* Стили для элементов меню */
.mobile-slide-menu .menu-item {
    margin: 0 10px !important; /* Отступы между элементами */
    flex-shrink: 0 !important; /* Запрет сжатия элементов */
}

/* Стили для ссылок */
.mobile-slide-menu .menu-item a {
    display: inline-block !important;
    padding: 10px 20px !important; /* Отступы внутри овала */
    background-color: #fff !important; /* Цвет фона овала */
    color: #000 !important; /* Цвет текста */
    text-decoration: none !important; /* Убираем подчеркивание */
    border-radius: 20px !important; /* Закругляем углы для овала */
    border: 1px solid #ebebeb !important;
    font-size: 14px !important; /* Размер текста */
    transition: background-color 0.3s ease !important; /* Плавное изменение цвета */
}

/* Стили для ссылок при наведении */
.mobile-slide-menu .menu-item a:hover {
    background-color: rgba(140, 140, 140, 0.2) !important; /* Цвет фона при наведении */
}

/* Скрываем полосу прокрутки (опционально) */
.mobile-slide-menu::-webkit-scrollbar {
    display: none !important; /* Для Chrome, Safari и Opera */
}

.mobile-slide-menu {
    -ms-overflow-style: none !important; /* Для IE и Edge */
    scrollbar-width: none !important; /* Для Firefox */
}

/* Дополнительные стили */
.mobile-slide-menu .widget.widget_nav_menu ul li {
    line-height: 10px !important;
}

.mobile-slide-menu .widget.widget_nav_menu {
    padding: 0 !important;
}

.mobile-slide-menu-items {
    margin: 0 !important;
}

/* Исправления для родительских элементов */
.mobile-slide-menu-row .wpb_wrapper {
    overflow: visible !important; /* Разрешаем переполнение */
    width: auto !important; /* Ширина по содержимому */
    max-width: none !important; /* Снимаем ограничение по максимальной ширине */
}

/* Особые стили для .mobile-slide-menu-row */
.mobile-slide-menu-row {
    overflow-x: auto !important; /* Разрешаем горизонтальную прокрутку */
    overflow-y: hidden !important; /* Отключаем вертикальную прокрутку */
    width: 100% !important; /* Ширина по всей доступной области */
}

.mobile-slide-menu-row::-webkit-scrollbar {
    display: none !important; /* Скрываем полосу прокрутки в Chrome, Safari и Opera */
}


.mobile-slide-menu .wpb_content_element {
  overflow: visible !important;
  -ms-overflow-style: none !important; /* Скрываем полосу прокрутки в IE и Edge */
  scrollbar-width: none !important; /* Скрываем полосу прокрутки в Firefox */
}



.mobile-catalog-menu {
    list-style-type: none !important;
    padding-left: 0 !important;
}


.mobile-catalog-menu .subcategory-link {
    font-weight: bold !important;
}

.mobile-catalog-menu .subsubcategory-list {
    margin-left: 20px;
    list-style-type: none;
    padding-left: 0;
}

.mobile-catalog-menu .subsubcategory-list li a {
    font-weight: normal;
}

/* Стили для контейнера точек */
.vc_carousel-indicators {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.9) !important; /* Белый полупрозрачный фон */
    border-radius: 20px !important; /* Закругленные края */
    padding: 5px 16px !important; /* Внутренние отступы */
    gap: 5px !important; /* Расстояние между точками */
    list-style: none !important;
    left: 45% !important;
}

/* Стили для неактивных точек */
.vc_carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    background-color: #d3d3d3 !important; /* Серый цвет неактивных точек */
    border-radius: 50% !important;
    transition: background-color 0.3s, transform 0.3s !important;
    cursor: pointer !important;
    border: 0px !important;
}

/* Стили для активной точки */
.vc_carousel-indicators li.vc_active {
    width: 16px !important; /* Ширина активной точки */
    height: 8px !important; /* Высота активной точки */
    border-radius: 5px !important; /* Скругление углов */
    background-color: #ff6600 !important; /* Серый фон активной точки */
    position: relative !important;
    overflow: hidden !important; /* Скрываем переполнение для анимации */
}

/* Анимация заполнения оранжевым цветом */
.vc_carousel-indicators li.vc_active::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 100% !important;
    background-color: #ff6600 !important; /* Оранжевый цвет заполнения */
    border-radius: 5px !important; /* Скругление углов */
    animation: fill 5s linear forwards !important; /* Анимация длительностью 5 секунд */
    z-index: 1 !important; /* Убедимся, что элемент выше фона */
}

/* Ключевые кадры для анимации */
@keyframes fill {
    0% {
        width: 0 !important; /* Начальное состояние (пусто) */
    }
    100% {
        width: 100% !important; /* Конечное состояние (полностью заполнено) */
    }
}

/* Дополнительные стили для контейнера */
#row-banners .vc_images_carousel .vc_carousel-indicators {
    width: auto !important;
    margin-left: 0 !important;
    bottom: -30px !important;
}
.banner-container{
	width:100%;
	height: 50px;
}
.header-topmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#tbay-header .header-topmenu .top-menu  {
	width: 100%;
}

.header-phone {
    /* margin-left: auto; */
    /* margin-right: 35px; */
    white-space: nowrap;
}



.header-phone a {
    color: #4e4e4e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-phone a:hover {
    color: #ff8a13;
}


/* Боковое меню каталога */
.mobile-catalog-sidebar {
    position: fixed;
    top: 0;
    left: -100%; /* Скрыто за пределами экрана */
    width: 100%; /* На весь экран */
    height: 92%;
    background-color: #fff;
    z-index: 0; /* Ниже мобильного меню */
    transition: left 0.3s ease;
    overflow-y: auto; /* Добавляем прокрутку, если контент не помещается */
}

.catalog-title-block {
	 width: 100%;
    display: flex;
    align-items: center;
}


.mobile-catalog-sidebar.active {
    left: 0; /* Показываем меню */
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
	width: 100%;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}
.search-full-mobile {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.sidebar-header h3 {
    margin: 0;
    font-size: 15px;
	margin-right: 15%;
}

.close-sidebar {
    font-size: 24px;
    cursor: pointer;
}

.sidebar-content {
    /* padding: 15px; */
	text-align: left;
}

.mobile-catalog-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-catalog-menu li {
    padding: 5px 10px;
    border-bottom: 1px solid #e4e4e4;
}

.back-button {
    background: none;
    border: none;
    color: #8c8c8c; /* Цвет текста */
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px; /* Отступ от заголовка */
}

.back-button:hover {
    text-decoration: underline; /* Подчеркивание при наведении */
}

.mobile-catalog-menu li a {
    color: #333 !important;
    text-decoration: none;
    display: block;
    padding: 8px;
    border-radius: 4px;
}

.mobile-catalog-menu li a:hover {
    background-color: #f1f1f1;
}

.header-topmenu .tbay-menu li a {
    color: #4e4e4e !important; /* Цвет текста */
    transition: color 0.3s ease !important; /* Плавное изменение цвета */
}

.header-topmenu .tbay-menu li a:hover {
    color: #ff8a13 !important; /* Цвет при наведении */
}

.f-px-10 {
	font-size: 10px;
}
.katalog-down {
    padding-left: 10px;
	font-size: 13px;
}
.f-px-17 {
	font-size: 17px;
}

.header-main .row {
    display: flex !important;
    align-items: center !important; /* Выравнивание по центру */
    flex-wrap: nowrap !important; /* Запрещаем перенос элементов */
}


/* Стили для кнопки */
#catalog-button {
  background: #FF8A13;
  background: linear-gradient(0deg, rgba(255, 138, 19, 1) 0%, rgba(255, 159, 77, 1) 50%, rgba(255, 179, 117, 1) 100%);
  color: white;
  border: none;
  border-radius: 8px;
  /* min-width: 120px; */
  /* padding: 10px 20px; */
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#catalog-button:hover {
  background-color: #ff9f4d;
	-webkit-box-shadow: -3px 5px 10px 0px rgba(140,140,140,0.5);
-moz-box-shadow: -3px 5px 10px 0px rgba(140,140,140,0.5);
box-shadow: -3px 5px 10px 0px rgba(140,140,140,0.5);
}

#catalog-button:active {
  background-color: #cc7738;
}

header {
	z-index: 1000 !important;
}
#tbay-header .header-main {
	border: 0 !important;
}
/* Основные стили для всплывающего окна */
.popup {
    position: fixed;
    top: -100%; /* Начальное положение за пределами видимости */
    left: 0;
    width: 100%;
    height: 80%; /* 80% высоты экрана */
	    padding: 15px 10px;
    background-color: white; /* Фон окна */
    z-index: 900;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; /* Анимация выезда/заезда */
    opacity: 0; /* Начальная прозрачность */
    visibility: hidden; /* Скрываем окно */
}

.popup.active {
    top: 110px; /* Окно появляется, оставляя 14% сверху */
    opacity: 1; /* Показываем окно */
    visibility: visible; /* Делаем окно видимым */
}

.popup-content {
    background-color: white;
    padding: 1px;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden; /* Добавляем прокрутку, если контент не помещается */
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #aaa;
}

.close:hover,
.close:focus {
    color: black;
}

/* Затемнение основного контента */
body.popup-open {
    overflow: hidden; /* Блокируем прокрутку основного контента */
}

#tbay-main-content.popup-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Затемнение */
    z-index: 800; /* Затемнение под окном */
    opacity: 0; /* Начальная прозрачность */
    visibility: hidden; /* Скрываем затемнение */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; /* Анимация затемнения */
}

#tbay-main-content.popup-open.popup-open::before {
    opacity: 1; /* Показываем затемнение */
    visibility: visible; /* Делаем затемнение видимым */
}

/* Стили для колонок */
.modal-container {
    display: flex;
    height: 100%;
}

.modal-column {
    padding: 10px;
    box-sizing: border-box;
}

.topbar-device-mobile .switcher-dropdown {
    padding-right: 10px;
    padding-top: 15px;
}

.topbar-device-mobile i {
	font-size: 25px !important;
	color: #4e4e4e !important;
}

.topbar-device-mobile .active-mobile .btn-danger{
	margin-left: -10px !important;
    margin-top: 5px !important;
}
/* Стили для блока категорий */
.modal-column.categories {
    min-width: 25%;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column; /* Располагаем элементы вертикально */
	overflow-y: auto;
}

/* Заголовок категорий */
.modal-column.categories h3 {
    padding: 10px;
    margin: 0;
    background-color: #e0e0e0;
}

/* Блок со списком категорий */
.categories-list {
    flex-grow: 1; /* Занимает оставшееся пространство */
    overflow-y: auto; /* Добавляем скролл, если контент не помещается */
    padding: 10px;
}

/* Стили для списка категорий */
.categories-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list ul li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.categories-list ul li:hover {
    background-color: #e0e0e0;
}
.fixed-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.category-link {
    display: flex;
    align-items: center; /* Выравниваем элементы по вертикали */
    text-decoration: none;
    gap: 10px; /* Отступ между картинкой и текстом */
}

.category-thumbnail {
    width: 30px; /* Уменьшаем размер изображения */
    height: 24px;
    object-fit: contain; /* Оставляем пропорции */
}



.chat-button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}


.chat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.telegram {
    background-color: #0088cc;
}

.whatsapp {
    background-color: #25D366;
}

.vc_custom_1515638798598 .widget-title span {
	font-size: 45px;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(250, 213, 93, 1) 0%, rgba(252, 180, 61, 1) 25%, rgba(255, 138, 19, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.banner-content {
	position: relative;
    height: 80%;
    top: 50px;
    border-radius: 15px;
    overflow: hidden; /* Обрезаем всё, что выходит за границы */
    display: flex;
}
.banner-content img {
	width: 100%;
    height: 100%;
    object-fit: cover; /* Заполняем весь контейнер, сохраняя пропорции */
}

.modal-column.banner {
	position: relative;
    min-width: 300px;
}

.modal-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-column ul li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-column ul li:hover {
    background-color: #e0e0e0;
}

.language-switcher {
    position: relative;
}

.language-switcher-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
	min-width: 30px;
    color: #000;
    cursor: pointer;
}

.language-switcher-toggle img {
    width: 30px; /* Ширина изображения */
    height: 30px; /* Высота изображения */
    object-fit: cover; /* Сохраняет пропорции изображения */
}

.language-dropdown {
    position: absolute;
    top: 55px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    min-width: 70px;
    padding: 2px;
    opacity: 0; /* Начальная прозрачность */
    transform: translateY(-10px); /* Сдвигаем вверх */
    visibility: hidden; /* Скрываем элемент */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease; /* Плавные переходы */
}

.language-dropdown.active {
    opacity: 1; /* Полная видимость */
    transform: translateY(0); /* Возвращаем на место */
    visibility: visible; /* Показываем элемент */
}

.language-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-dropdown ul li {
    margin: 5px 0;
}

.language-dropdown ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.language-dropdown ul li a img {
    width: 18px; /* Размеры флагов в выпадающем меню */
    height: 12px;
    margin-right: 10px;
}
.topbar-device-mobile .active-mobile {
    margin-right: 0px !important;
}
/* .language-switcher-mobile { */
    /* position: relative; */
	/* height: 100%; */
    /* top: 25px; */
    /* right: 5px; */
/* } */

.language-switcher-toggle-mobile {
    display: flex;
    align-items: center;
    text-decoration: none;
	min-width: 30px;
    color: #000;
    cursor: pointer;
}

.language-switcher-toggle-mobile img {
    width: 30px; /* Ширина изображения */
    height: 30px; /* Высота изображения */
    object-fit: cover; /* Сохраняет пропорции изображения */
}

.language-dropdown-mobile {
    display: none;    
	position: absolute;
	top: 60px;
    right: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    min-width: 85px;
    padding: 2px;
}

.language-dropdown-mobile.active {
    display: block;
}

.language-dropdown-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-dropdown-mobile ul li {
    margin: 5px 0;
}

.language-dropdown-mobile ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.language-dropdown-mobile ul li a img {
    width: 18px; /* Размеры флагов в выпадающем меню */
    height: 12px;
    margin-right: 10px;
}

/*  [ Add your custom css below ]
/* - - - - - - - - - - - - - - - - - - - - */ 

.current-language.menu-item {
    list-style: none; /* Убираем маркер */
    width: 30px; /* Ширина круга */
    height: 30px; /* Высота круга */
    border-radius: 50%; /* Делаем круг */
    overflow: hidden; /* Обрезаем содержимое, чтобы оно не выходило за границы круга */
    display: flex; /* Для центрирования изображения */
    align-items: center; /* Центрируем по вертикали */
    justify-content: center; /* Центрируем по горизонтали */
}

.current-language.menu-item img {
    object-fit: cover; /* Сохраняет пропорции изображения */
}



#tbay-header .header-main .header-right {
	display: flex; /* Включаем Flexbox */
    align-items: center; /* Выравниваем элементы по вертикали по центру */
    gap: 5px; /* Расстояние между элементами */
    margin-top: 2em !important;
	/* margin-right: 20px; */
	min-width: 260px;
}

#tbay-header .header-main .header-right #login-button {
	background-color: #feeadd;
    color: #ff8a13;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
	width: 100%;
	padding: 10px;
    transition: background-color 0.3sease;
}

#tbay-header .header-main .header-right .top-item {
	width: 80px;
	display: flex; /* Включаем Flexbox */
    justify-content: center; /* Центрируем по горизонтали */
	border-radius: 10px;
    padding: 5px 2px;
    height: 50px;
}
/*
#tbay-header .header-main .header-right .top-wishlist:hover {
	background: rgba(140, 140, 140, 0.2);
}
*/
#tbay-header .header-main .header-right .top-item:hover {
	background: rgba(140, 140, 140, 0.2);
}
.widget-products.widget-carousel {
	margin-top: 0 !important;
}
#tbay-header .header-main .header-right .tbay-login {
    width: 50% !important;
    padding-top: 0px !important;
}

#tbay-header .header-main .header-right .top-mini-cart .mini-cart-icon {
    width: 25px;
    text-align: center;
    float: left;
}
#tbay-header .header-main .header-right .top-wishlist .mini-wishlist-icon {
    width: 25px;
    text-align: center;
    float: left;
}

#tbay-header .header-main .header-right .top-mini-cart a {
	display: block;
	color: #4e4e4e;
}

#tbay-header .header-main .header-right .top-wishlist a {
	display: block;
	color: #4e4e4e;
}

#tbay-header .header-main .header-right .top-mini-cart {
    /* margin-right: 10%; */
    text-align: center;	
	/* min-width: 70px; */
}

#tbay-header .header-main .header-right .top-wishlist {
    /* margin-right: 10%; */
    text-align: center;
}

/* Обертка для иконки и количества */
.cart-icon-wrapper {
    position: relative; /* Для позиционирования кружочка */
    display: inline-block;
}
.wishlist-icon-wrapper {
    position: relative; /* Для позиционирования кружочка */
    display: inline-block;
}

/* Количество товаров в кружочке */
.cart-count {
    position: absolute; /* Позиционируем относительно .cart-icon-wrapper */
    top: -10px; /* Сдвигаем вверх */
    right: -10px; /* Сдвигаем вправо */
    background-color: #ff9f4d; /* Оранжевый фон */
    color: #fff; /* Белый текст */
    font-size: 12px; /* Размер текста */
    width: 20px; /* Размер кружочка */
    height: 20px;
    border-radius: 50%; /* Делаем круг */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; /* Убираем лишний отступ */
}

/* Количество товаров в кружочке */
.wishlist-count {
    position: absolute; /* Позиционируем относительно .cart-icon-wrapper */
    top: -10px; /* Сдвигаем вверх */
    right: -10px; /* Сдвигаем вправо */
    background-color: #ff9f4d; /* Оранжевый фон */
    color: #fff; /* Белый текст */
    font-size: 12px; /* Размер текста */
    width: 20px; /* Размер кружочка */
    height: 20px;
    border-radius: 50%; /* Делаем круг */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; /* Убираем лишний отступ */
}

/* Текст "Корзина" */
.cart-text {    
	display: block;
    font-size: 14px;
    margin-top: -10px;
}

.wishlist-text {    
	display: block;
    font-size: 14px;
    margin-top: -10px;
}


#tbay-header .header-mainmenu {
	max-height: 20px !important;
}

#tbay-header .header-main .header-left {
	flex: 0 0 auto; /* Оставляем фиксированную ширину */
	min-width: 140px; /* Подбери нужный размер */
    text-align: center;
    margin-top: 2em;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 20px !important;
    height: 20px !important;
	fill: #5e5e5e !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    transition: none;
    width: 30px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 26px;
    left: auto !important;
    right: 15px !important;
    top: 5px !important;
    pointer-events: none;
    transition: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 15px !important;
    line-height: 24px;
    font-size: 13px !important;
    border: 2px solid transparent;
    border-radius: 13px;
    height: auto;
    font-family: var(--tb-text-primary-font) !important;
    background-color: #eee;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #fff;
    padding: 0px !important;
    border-radius: 13px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: #fa890a !important;
}



.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	border: 1px solid #fa890a !important;
	border-radius: 3px !important;
    -webkit-border-radius: 13px !important;
}

#tbay-header .header-mainmenu {
    background-color: #ffffff !important; /* Меняем фон меню */
}

#tbay-header .header-mainmenu a {
    color: #4e4e4e !important; /* Меняем цвет ссылок */
    transition: color 0.3s ease !important; /* Плавное изменение цвета */
}

#tbay-header.header-v1 .navbar-nav.megamenu > li:hover > a {
	background: #fff !important;
	color: #ff8a13 !important;
}

.puca-sidebar-mobile-btn {
	width: 42px !important;
  	height: 42px !important;
	line-height: 42px !important;
	border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
	background: orange !important;
	color: black !important;
}

@media (max-width: 1200px) {
  .puca-sidebar-mobile-btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  body.show-sidebar #main-container .sidebar-mobile-wrapper {
    transform: none !important;
    -webkit-transform: none !important;
	z-index: 999;
  }
  .sidebar-mobile-wrapper {
	margin-top: 0 !important;
	padding: 0 15px !important;
  }
  #main-container .sidebar-mobile-wrapper, #tbay-main-content .dokan-store-sidebar {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -ms-flex-preferred-size: auto;
	  flex-basis: auto;
	  width: 330px;
	  max-width: none;
	  overflow: hidden;
	  z-index: 500;
	  background-color: #fff;
	  padding-left: 0;
	  padding-right: 0;
	  margin-bottom: 0;
	  -webkit-transition: -webkit-transform .25s ease;
	  transition: -webkit-transform .25s ease;
	  transition: transform .25s ease;
	  transition: transform .25s ease, -webkit-transform .25s ease;
	  -webkit-transform: translate3d(-330px, 0, 0);
	  height: auto;
	  overflow-y: visible;
   }
   .sidebar-mobile-wrapper .widget-mobile-heading {
        display: block;
        padding-left: 0;
        padding-right: 0;
   }
}

.comment_container .description {
	font-family: arial !important;
}

.star-rating:before {
	color: transparent !important;
}
.rating.no-rate {
	opacity: 0 !important;
}

.pc-active-filter__list .pc-active-filter__list-item:last-child {
    background: #FF8827!important;
    border-bottom: 3px solid #FF8827!important;
}


.top-search-button-arrow:before {
    border-right-color: #FF8827!important;
}

.pc-range-slider__control .ui-slider-handle {
    border: 1px solid #FF8827 !important;
    background: #FF8827 !important;
}

#tbay-header .header-main .header-right .tbay-login .well-come {
    color: #000;
}

#tbay-header .header-main .header-right .top-cart-wishlist .mini-cart-text {
	    color: #000;
}
#tbay-header .header-main .header-right .tbay-login .account-name {
	color: #FF8827;
	}
.topbar-device-mobile .cart-dropdown .mini-cart .cart-icon i {
    font-size: 17px;
    color: #FF8827;
    font-weight: normal;
    line-height: 50px;
    display: block;
}


.navbar-nav.megamenu>li>a .fa, .navbar-nav.megamenu>li>a img {
    max-width: 50px;
    margin-right: 8px;
    margin-left: auto;
    font-size: 15px;
    color: #fff;
}


.tbay-to-top a span {
    position: absolute;
    top: 1px;
    right: 0;
    left: auto;
    font-size: 11px;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #ff8827;
    z-index: 1;
    line-height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .12);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .12);
}

.product-block .block-inner {
	word-break: break-all;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  font-weight: bold;
  margin-bottom: 8px;
  color: green;
  font-size: 20px;
}
.summary.entry-summary .stock, .rate-sold {
	display: none;
}
#top-search-button {
	display: block;
	width: 100%;
}
.pc-active-filter__list .pc-active-filter__list-item:last-child > a > .pc-active-filter__item-delete {
	display: none;
}
.pc-active-filter__list .pc-active-filter__list-item:last-child {
	background: #5856d6;
	border: 0;
  	border-bottom: 3px solid #2f2e9e;
	border-radius: 5px;
	line-height: 35px;
	padding: 0 35px;
	font-weight: bold !important;
	text-transform: uppercase;
	border-radius: 5px;
	display: block;
  	text-align: center;
	margin-top: 1em;
}
.pc-active-filter__list .pc-active-filter__list-item:last-child > a {
	color: #fff;
	font-weight: 700;
	display: block;
	position: relative;
	width: 100%;
}
.shadow-filter-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000029;
	top: 0;
	left: 0;
	margin: auto;
	border-radius: 1em;
}
.filter-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.filter-loader::after,
.filter-loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FF3D00 #FF3D00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.filter-loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

input[readonly] {
    background: #CCC !important;
}
.wpcf7-response-output, .wpcf7-atten {
	border: 2px solid green;
	padding: 0.5em;
}
.pers-manager {
	position: relative;
  	margin-top: -7em;
}
@media (max-width: 768px) {
	.pers-manager {
	  margin-top: 0;
	}
	.fixed-buttons{
		right: 10px;
		bottom: 110px;
	}
	.vc_images_carousel .vc_carousel-indicators{
		left: 37% !important;
	}
}

.address:first-child {
	display: none;
}
.wpcf7 input, .wpcf7 textarea {
	padding-left: 10px !important;
  	font-weight: 400;
  	margin-bottom: 10px !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--b2b-profile a::before {
  content: "\e04b";
}

.premmerce-mobile {
  right: 0;
  left: unset !important;
  z-index: 1;
  padding: 0 17px !important;
}

.top-search-button-arrow:before {
	content: ""; 
	border: solid transparent;
	position: absolute;  
	right: 100%;
	top: 50%;
	border-right-color: #ff2d55;
	border-width: 9px;
	margin-top: -9px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px;
  border-radius: 15px;
  overflow: hidden;
}
.filter__title {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #464646;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	background: #ff8827;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
  border-color: transparent #ff8827;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active::before, .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus::before, .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover::before {
  border-right-color: #ff8827;
opacity: .7;
}

.pc-range-slider__control .ui-slider-handle {
  border: 1px solid #000 !important;
  background: #000 !important;
}

.filter__icon-minus::before, .filter__icon-plus::before, .filter__icon-plus::after {
  background: #000 !important;
}

.filter__icon-minus, .filter__icon-plus {
  width: 15px !important;
  height: 15px !important;
  position: relative;
}

.product-block .image img {
	object-fit: contain;
  	height: 300px;
}
.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  object-fit: contain;
  width: auto !important;
}

.pswp__zoom-wrap {
	transform: unset !important;
}

.woocommerce-page .product-block .image {
  min-height: 290px;
}
.owl-carousel.products.related .image {
  min-height: unset;
}
.header-logo {
	min-width: 200px;
}
#tbay-header .header-main .header-logo {
	padding: 0 15px !important;
}
.header-inner .row {
	padding: 0 !important;
	margin: 0 !important;
}

.header-searh-new {
  /* width: calc(100% - 50%) !important; */
  flex: 1 1 auto;
  /* min-width: 250px; */
  /* margin-left: 10px; */
  margin-top: 2em;
  padding-left: 1px !important;
}

.widget_country .widgettitle {
    display: none;
}

.widget_country select {
    background: #0e0c96;
    border: 0;
    color: #FFF;
    font-weight: bold;
}

[value="AU"] {
    display: none;
}

/* Стили для средней колонки */
.modal-column.subcategories {
    flex-grow: 1;
    background-color: #fff;
    min-width: 300px; /* Минимальная ширина */
    max-width: 900px; /* Максимальная ширина */
    width: 100%; /* Занимает всю доступную ширину */
    overflow-y: auto; /* Добавляем скролл, если контент не помещается */
}

.subcategories-list {
    padding: 10px;
    overflow-y: auto; /* Добавляем скролл, если контент не помещается */
}

/* Контейнер для категорий второго уровня */
.second-level-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Расстояние между блоками */
}

/* Блок для каждой категории второго уровня */
.category-block {
    flex: 0 0 calc(33.33% - 7px); /* Фиксированная ширина для 3 блоков в строке */
    box-sizing: border-box;
}

/* Стили для ссылок категорий второго уровня */
.second-level-link {
    font-weight: bold;
    text-decoration: none;
    color: #333;
    display: block;
    margin-bottom: 5px; /* Отступ снизу */
}

.second-level-link:hover {
    text-decoration: underline;
}

/* Стили для списка категорий третьего уровня */
.third-level-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.third-level-list li {
    padding: 5px 0;
}

.third-level-list li a {
    text-decoration: none;
    color: #000;
    display: block;
}
.back-button i {
	line-height: 22px !important;
    padding-top: 0px !important;
    display: inline-block !important;
    /* width: 15% !important; */
    font-size: 14px !important;
}
.third-level-list li a:hover {
    text-decoration: underline;
}
.f-px-8 {
    font-size: 8px !important;
}
.mobile-catalog-menu .subsubcategory-list li {
	border: 0px !important;
}
.f-px-r {
    float: right !important;
	color: #8c8c8c !important;
	padding-top: 7px !important;
}
/* Стиль для кнопки "Ещё" */
.more-link {
    color: #8c8c8c !important; /* Синий цвет для кнопки */
    cursor: pointer;
}

.more-link:hover {
    text-decoration: underline;
}

/* Перенос строки */
.line-break {
    flex-basis: 100%;
    height: 0;
}

/* Стили для изображений в подкатегориях */
.all-subcategories a img {
    object-fit: cover;
    max-width: 130px;
    max-height: 130px;
    min-width: 130px;
    min-height: 130px;
    border: 1px solid #EEE;
}
/****************************/
.product_single_nav_inner a {
	height: auto !important;
}
.product_single_nav_inner a {
	-webkit-transform: translate(0,0) !important;
	-ms-transform: translate(0,0) !important;
	-o-transform: translate(0,0) !important;
	transform: translate(0,0) !important;
}
.popup-cart div.gr-buttons {
	text-align: right;
}
.irs-grid-text {
	display: none !important;
}
.yith-wcqv-wrapper {
	min-width: 1050px;
}
/*
.product-image img {
  object-fit: contain;
  min-height: 288px;
}
*/
.tbay-wishlist {
	margin: 15px 0 0 15px;
}
.woocommerce span.onsale .saled {
  background: #ff7800 !important;
  font-size: 110% !important;
  font-weight: bold !important;
}