/*
Theme Name: 804km
Theme URI: 
Author: Arthur Valiev
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: 
*/
@font-face {
    font-family: 'Unbounded';
    src: url('assets/fonts/Unbounded-Medium.eot');
    src: local('Unbounded Medium'), local('Unbounded-Medium'),
        url('assets/fonts/Unbounded-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Unbounded-Medium.woff2') format('woff2'),
        url('assets/fonts/Unbounded-Medium.woff') format('woff'),
        url('assets/fonts/Unbounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('assets/fonts/Unbounded-Bold.eot');
    src: local('Unbounded Bold'), local('Unbounded-Bold'),
        url('assets/fonts/Unbounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Unbounded-Bold.woff2') format('woff2'),
        url('assets/fonts/Unbounded-Bold.woff') format('woff'),
        url('assets/fonts/Unbounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('assets/fonts/Unbounded-Regular.eot');
    src: local('Unbounded Regular'), local('Unbounded-Regular'),
        url('assets/fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Unbounded-Regular.woff2') format('woff2'),
        url('assets/fonts/Unbounded-Regular.woff') format('woff'),
        url('assets/fonts/Unbounded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('assets/fonts/Unbounded-Black.eot');
    src: local('Unbounded Black'), local('Unbounded-Black'),
        url('assets/fonts/Unbounded-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Unbounded-Black.woff2') format('woff2'),
        url('assets/fonts/Unbounded-Black.woff') format('woff'),
        url('assets/fonts/Unbounded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('assets/fonts/Unbounded-Light.eot');
    src: local('Unbounded Light'), local('Unbounded-Light'),
        url('assets/fonts/Unbounded-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Unbounded-Light.woff2') format('woff2'),
        url('assets/fonts/Unbounded-Light.woff') format('woff'),
        url('assets/fonts/Unbounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded Blond';
    src: url('assets/fonts/Unbounded-Blond.eot');
    src: local('Unbounded Blond'), local('Unbounded-Blond'),
        url('assets/fonts/Unbounded-Blond.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Unbounded-Blond.woff2') format('woff2'),
        url('assets/fonts/Unbounded-Blond.woff') format('woff'),
        url('assets/fonts/Unbounded-Blond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700; /* Bold */
}
a {
    text-decoration: none;
    color: #000;
}
/* Шапка */
.site-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.brand-logo h1 {
    font-weight: 700;
    margin: 0;
    font-size: 1.8rem;
}

.header-icon {
    color: #333;
    font-size: 1.2rem;
    position: relative;
}

.cart-count {
      position: absolute;
    top: -13px;
    right: -13px;
    color: #1c1c1c;
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.cart-count::before {
    content: "[";
    margin-right: 1px;
}

.cart-count::after {
    content: "]";
    margin-left: 1px;
}

/* Герой-секция */
.hero-section {
    padding: 80px 0;
    background: #f8f9fa;
}

/* Карточки товаров */
.product-card {
    background: #fff;
    border: 1px solid #eeeaea;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-info {
    padding: 15px;
}

.price {
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}
/* Стили для иконок в шапке */
.header-icons {
    font-size: 1.2rem;
    color: #333; /* Цвет по умолчанию */
}
.brand-logo img {
    height: 20px;
}
.footer-logo img {
    height: 50px;
}
.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: inherit;
    transition: all 0.3s ease;
}

.header-icon:hover {
    color: #000; /* Цвет при наведении */
    transform: translateY(-2px);
}


/* Форма поиска (если нужно) */
.header-search-form {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 15px;
    display: none;
    z-index: 1000;
}
.menu {
    text-align: center;
}
.menu ul {
    margin: 0px;
    padding: 0px;
}
.menu li {
    display: inline-block;
    padding: 0px 10px;
}
.menu a {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
  padding: 5px 0; /* Отступы для подчеркивания */
  transition: color 0.3s ease;
  position: relative;
}
.menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px; /* Толщина линии */
  background-color: currentColor; /* Цвет как у текста */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* Анимация при наведении */
.menu a:hover::after {
  width: 100%; /* Полная ширина */
  left: 0;
  transform: translateX(0);
}
/* Стили для формы поиска */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.search-form {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 20px 60px 20px 20px;
    font-size: 2rem;
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    outline: none;
    color: #000;
}

.search-submit {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: #000;
}

.search-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    color: #000;
    transition: all 0.3s ease;
}

.search-close:hover {
    color: #ddd;
}

/* Анимация появления поля */
.search-input {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease 0.2s;
}

.active .search-input {
    transform: translateY(0);
    opacity: 1;
}

/* Стили для моста между пунктом меню и мегаменю */
.menu-bridge {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px; /* Высота моста */
    top: 100%;
    background: transparent;
    z-index: 998;
    display: none;
}

.main-menu > li:hover .menu-bridge {
    display: block;
}
/* Основные стили меню */
.main-menu > li {
    position: relative;
    padding-bottom: 10px; /* Зона для перехода */
    margin-bottom: -10px; /* Компенсация */
}

.mega-menu-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    display: none;
    z-index: 999;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: -10px; /* Убираем разрыв */
}

.main-menu > li:hover .mega-menu-wrapper {
    display: block;
}

/* Создаем невидимый мост для перехода */
.main-menu > li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    background: transparent;
    z-index: 998;
}
/* Контейнер для содержимого */
.mega-menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px 40px;
    max-height: 70vh;
    overflow-y: auto;
}

/* Остальные стили остаются без изменений */

/* Двухколоночная структура */
.mega-menu-columns {
    display: flex;
    gap: 60px;
}

/* Остальные стили остаются без изменений */
.menu-column {
    flex: 1;
    min-width: 250px;
    text-align: left;
}

.menu-category {
font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding-left: 10px;
    margin: 25px 0 15px 0;
}

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

.sub-menu li {
    margin-bottom: 12px;
}

.sub-menu a {
    color: #222;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.sub-menu a:hover {
    color: #000;
}

/* Анимация */
.mega-menu {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
/* Когда меню открыто */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* Мегаменю */
.mega-menu-wrapper {
    position: fixed;
    left: 0;
    width: 100vw;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 999;
    display: none;
    top: var(--header-height, 70px);
    max-height: calc(100vh - var(--header-height, 70px));
    overflow-y: auto;
    /* Убираем горизонтальный скролл */
    overflow-x: hidden;
}

.mega-menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px 40px;
}

/* Фикс для body при открытом меню */
body.menu-no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}
.mega-menu-wrapper {
    margin-top: -5px;
    will-change: transform;
    backface-visibility: hidden;
}
.main-menu > li:hover .mega-menu {
    opacity: 1;
    transform: translateY(0);
}
footer {
    background: #f0f0f0;
    padding: 30px 0;
    text-transform: uppercase;
}
.copyright {
    margin-top: 30px;
}
.copyright p {
    margin: 0;
}
footer h3 {
    font-size: 12px;
    font-weight: 400;
}
footer ul {
    list-style:none;
    padding: 0;
}
footer a {
        font-size: 12px;
    font-weight: 100;
}
footer a:hover {
    text-decoration: underline;
}
.policy {
    padding-top: 30px;
}
.footer-logo {
        text-align: right;
    margin-top: 60px;
}
/* Адаптивность */
@media (max-width: 992px) {
    .mega-menu-columns {
        flex-direction: column;
        gap: 30px;
    }
    
    .menu-column {
        min-width: 100%;
    }
}
/* Адаптивность */
@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 40px 0;
    }
    
    .product-card, .category-card {
        margin-bottom: 20px;
    }
}
/* Мобильное меню */
@media (max-width: 991.98px) {
    .menu {
        display: none;
        position: fixed;
        top: 80px; /* Высота шапки */
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    
    .menu.active {
        display: block;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        margin-top: -15px;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 1001;
        margin-left: 30px;
    }
    
    .mobile-menu-toggle .bar {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        transition: all 0.3s ease;
    }
    
    /* Анимация бургера в крестик */
    .mobile-menu-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .mobile-menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .mobile-menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    /* Стили для пунктов меню */
    .main-menu {
        padding: 20px;
    }
    
    .main-menu > li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    
    .main-menu > li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
    }
    
    /* Подменю */
    .mega-menu-wrapper {
        display: none;
        padding: 10px 0;
        margin-top: 19px;
    }
    
    .menu-item.active .mega-menu-wrapper {
        display: block;
    }
    
    /* Блокировка скролла */
    body.menu-open {
        overflow: hidden;
    }
}
/* Применяем стили .container к тегу main */
main {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px; /* Стандартная ширина .container в Bootstrap 5 */
}

/* Адаптивные breakpoints как в Bootstrap */
@media (min-width: 576px) {
    main {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    main {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    main {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    main {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    main {
        max-width: 1320px;
    }
}

 .fullscreen-slider {
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        
        .slider-container {
            display: flex;
            transition: transform 0.5s ease-in-out;
            height: 100vh; /* На весь экран */
        }
        
        .slide {
            min-width: 100%;
            height: 100%;
            position: relative;
        }
        
        .slide-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
        }
        
        .slide-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            z-index: -1;
        }
        
        .slider-controls {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 15px;
            transform: translateY(-50%);
            z-index: 10;
        }
        
        .slider-btn {
            background: rgba(255, 255, 255, 0.3);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .slider-btn:hover {
            background: rgba(255, 255, 255, 0.7);
            color: #333;
        }
        
        .slider-dots {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
            z-index: 10;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgb(5 4 4 / 50%);
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .slider-dot.active {
            background: white;
            transform: scale(1.2);
            background: #000000;
        }
        .slide-preview {
            font-weight: 100;
        }
        .slide-main-text {
        font-weight: 600;
    font-size: 42px;
    margin-top: 0px;
    margin-bottom: 20px;
        }
        .slide-a:hover {
            text-decoration: underline;
        }
.promo-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(3, auto);
            gap: 15px;
            margin: 0 auto;
                margin-bottom: 30px;
        }
        
        .promo-item {
            padding: 25px;
            text-align: center;
            color: #333;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .promo-item h2 {
               font-size: 18px;
    font-weight: bold;
    margin: 0;
        }
        
        .promo-item p {
            font-size: 16px;
            margin: 5px 0;
        }
        
        .promo-item .promo-btn {
    color: #000000;
    font-weight: 100;
    font-size: 12px;
        }
        .promo-item .promo-btn:hover {
            text-decoration: underline;
        }
        
        /* Размеры и позиционирование блоков */
        .promo-1 {
            grid-column: 1 / span 2;
            grid-row: 1;
            background-color: #f5f5f5;
        }
        
        .promo-2 {
            grid-column: 3 / span 2;
            grid-row: 1 / span 2;
            background-color: #e0e0e0;
        }
        
        .promo-3 {
            grid-column: 1;
            grid-row: 2 / span 2;
            background-color: #d0d0d0;
        }
        
        .promo-4 {
            grid-column: 2;
            grid-row: 2;
            background-color: #c0c0c0;
        }
        
        .promo-5 {
            grid-column: 2;
            grid-row: 3;
            background-color: #b0b0b0;
        }
        
        .promo-6 {
            grid-column: 3 / span 2;
            grid-row: 3;
            background-color: #a0a0a0;
        }
        .featured-products h2 {
            text-align: center;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 30px;
        }
.product-info h3 {
    font-size: 14px;
    font-weight: 400;
    min-height: 40px;
}
.addcart {
    font-weight: 100;
    font-size: 12px;
    float: right;
    margin-top: 15px;
}
.addcart:hover {
    text-decoration: underline;
}
.clearfix {
    clear:both;
}
/* Вертикальная галерея товара */
.custom-vertical-gallery {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.woocommerce-product-gallery__image {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Фиксированный правый блок */
.entry-summary {
    position: sticky;
    top: 20px;
    height: fit-content;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .entry-summary {
        position: static;
        margin-top: 30px;
    }
}

/* Хлебные крошки */
.breadcrumbs {
    width: 100%;
    padding: 15px 0;
    grid-column: 1 / -1;
}

/* Основной контейнер */
.custom-product-container {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
    position: relative;
    padding-top: 20px;
}

/* Левая колонка с галереей */
.custom-product-gallery-column {
    grid-column: 1;
}

/* Правая колонка - фиксированная по центру */
.custom-product-summary-column {
    grid-column: 2;
    position: fixed;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 36%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}
.product_title {
    font-size: 14px;
}
/* Табы в виде аккордеона */
.custom-product-tabs {
    margin-top: 30px;
}

.custom-tab {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
}
.woocommerce table.shop_attributes th {
    font-weight: 400;
    font-size: 10px;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
    font-size: 10px;
    font-weight: 100;
}
.custom-tab-toggle {
    width: 100%;
    padding: 15px;
    text-align: left;
    background: #fbfbfb;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    border-radius: 0px;
    text-transform: uppercase;
}

.custom-tab-toggle .toggle-icon {
    transition: transform 0.3s ease;
}

.custom-tab-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.custom-tab.active .custom-tab-content {
    padding: 15px;
    max-height: 1000px;
}

.custom-tab.active .toggle-icon {
    transform: rotate(45deg);
}
.woocommerce-info {
    border-top-color: #000000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f0f0f0;
    font-size: 14px;
    font-weight: 100;
    color: #000;
}
.woocommerce-info::before {
    color: #000000;
}
.tinv-wishlist {
    margin-bottom: 30px;
}
.tinvwl_already_on_wishlist-text {
    font-size: 10px;
}
.tinvwl-table-manage-list th {
    font-weight: 400;
    font-size: 12px;
}
.wishlist_item td {
    font-weight: 100;
    font-size: 12px;
}
.product-action button {
    background: none!important;
    color: #000!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    border: 1px solid #000!important;
    border-radius: 0px!important;
    font-size: 10px!important;
}
.wishlist_item button:hover {
    background: #000!important;
    color: #fff!important;
    transition: 0.2s!important;
}
.tinv-txt {
    font-weight: 400;
    font-size: 12px;
}
.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
    margin-bottom: 0px;
}
.woocommerce ul.products li.product .onsale {
    display: none;
}
/* Адаптация для мобильных */
@media (max-width: 1024px) {
    .custom-product-container {
        display: flex;
        flex-direction: column;
    }
    
    .custom-product-summary-column {
        position: static;
        width: 100%;
        max-height: none;
        transform: none;
        margin-top: 30px;
        right: auto;
        box-shadow: none;
        padding: 0;
    }
}
.woocommerce-breadcrumb {
    font-size: 10px!important;
    color: #000!important;
}
.woocommerce-breadcrumb a {
    font-size: 10px!important;
    color: #000!important;
}
.price {
    float: left;
}
.single_add_to_cart_button{
    float: right!important;
    color: #000 !important;
    background-color: #fff !important;
    font-weight: 400 !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-size: 14px !important;
}
.single_add_to_cart_button:hover {
    background-color: #000!important;
    color: #fff!important;
    transition: 0.2s!important;
}
.tinvwl_add_to_wishlist-text:hover {
    text-decoration: underline;
}
.tinvwl_add_to_wishlist-text {
    font-size: 10px;
}
.posted_in {
    font-size: 10px;
}
.site-main {
    padding: 0px;
}
.woocommerce-products-header__title {
    font-size: 18px;
}
.product-type-simple {
    background: #fff;
    border: 1px solid #eeeaea;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 10px!important;
}
.woocommerce-loop-product__title {
    font-size: 12px !important;
    height: 60px;
    font-weight: 400;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2% 2.992em 0;
    width: 25%;
}
.add_to_cart_button {
    margin: 0!important;
    background-color: #fff!important;
    color: #000!important;
    font-weight: 100!important;
    font-size: 12px!important;
    float: right;
    margin-top: 15px!important;
}
.ajax_add_to_cart:hover {
    text-decoration: underline;
}
.woocommerce-Price-amount {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.tinvwl_add_to_wishlist_button {
    margin-top: 0;
    font-weight: 100;
}
.wc-block-cart-item__remove-link {
float: right!important;
    margin-top: 10px!important;
    font-weight: 100!important;
}
.wc-block-cart-item__image {
    padding: 0!important;
}
.wc-block-cart-items__header-image span {
        font-weight: 100!important;
}
.wc-block-cart-items__header-total span {
    font-weight: 100!important;
}
.wc-block-cart__totals-title {
    font-weight: 100!important;
}
.wc-block-components-panel__button {
    font-size: 12px!important;
    font-weight: 400!important;
}
.wc-block-components-totals-coupon {
    padding-left: 0px!important;
}
.wc-block-components-totals-item {
    padding-left: 0px!important;
    font-size: 14px!important;
}
.wc-block-components-totals-item {
    padding-left: 0px!important;
    font-size: 14px!important;
}
.wc-block-components-shipping-address {
    margin: 0px!important;
}
.wc-block-components-totals-item
{
    padding: 0px!important;
}
.wc-block-cart__submit-container {
    border: 1px solid #000!important;
}
.wc-block-cart__submit-container:hover {
    background: #000;
    transition: 0.3s;
}
.wc-block-cart__submit-container a:hover {
    color: #fff;
}
.wc-message {
    box-shadow: none;
    font-size: 12px;
    font-weight: 100;
}
.search-results h2 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
.promo-grid {
    display: block;
}
.brand-logo {
    position: absolute;
}
.brand-logo img {
    height: 15px;
}
.mega-menu-wrapper {
    margin-top: 0px;
}
.slider-container {
    height: 50vh;
}
.slide-main-text {
    font-size: 32px;
    margin-bottom: 0px;
}
.footer-logo {
    text-align: center;
    margin-top: 20px;
}
.site-header {
    position: relative;
}
.product-card, .category-card {
    text-align: center;
}
.tinvwl_add_to_wishlist-text {
    font-size: 8px;
}
.woocommerce-loop-product__title {
    text-align: center;
}
.woocommerce-Price-amount {
    color: #000;
    font-weight: 400;
    font-size: 12px;
}
.add_to_cart_button {
    font-size: 10px !important;
    padding: 6px 0 !important;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 0px;
}
.single_add_to_cart_button {
    top: 6px;
}
}