
/*---------base-domain-css---------------*/

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  color: #222;
  background-color: #fff;
  
}
html {
  scroll-behavior: smooth;
}
.in-stock {
  display: none;
}
button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container {
    height: 80vh;
}
/* Chrome, Safari, Edge */
.mini-cart-qty-input::-webkit-outer-spin-button,
.mini-cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.mini-cart-qty-input {
    -moz-appearance: textfield;
}

/* reset inputu */
.mini-cart-qty-input{
    appearance: none;
}





/* Reset všetkých <a> štýlov */
a {
  color: inherit;
  text-decoration: none;
  background: none;
}
p {
    margin: 0; 
    padding: 0;
    display: block; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
img {
    margin: 0;
    padding: 0;
    overflow: hidden;    
}
/* skry hostom */
.user-guest .no-guest {
    display: none !important;
}

/* skry prihlasenym */
.user-logged .guest {
    display: none !important;
}


.container {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pismo {
    font-family: 'Poppins', sans-serif;
}


.nadpis41 {font-size: clamp(29px, 3vw, 41px);}
.nadpis36 {font-size: clamp(30px, 3vw, 36px);}
.nadpis30 {font-size: clamp(25px, 3vw, 30px);}
.nadpis25 {font-size: clamp(20px, 3vw, 25px);}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 20px;
}
.padding-10-20{
  padding: 7px 20px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .fix-slider {
    padding-top: 140px
  }
}
/*-------------colors--------------------*/

/*farby*/
.cierna {
  color: black;
}
.cierna-pozadie {
  background-color: black;
}
.cierna80-pozadie {
  background-color: rgba(0, 0, 0, 0.8);
}
.cierna2 {
  color: #2F2F2F;
}
.cierna2-pozadie {
  background-color: #2F2F2F;
}
.cierna3-pozadie {
  background-color: #1d1d1d;
}
.biela {
  color: white;
}
.biela-pozadie {
  background-color: white;
}
.biela80-pozadie {
  background-color: rgba(255, 255, 255, 0.8);
}
.seda {
  color: #EAEAEA;
}
.seda-pozadie {
  background-color: #EAEAEA;
}
.seda2 {
  color: #9C9C9C;
}
.seda3 {
    color: #888;
}
.seda4 {
    color: #666666;
}
.seda80-pozadie {
  background-color: #EAEAEA;
}
/* .zelena {
  color: #00933e;
}
.zelena-pozadie {
  background-color: #00933e;
} */
.zelena {
  color: #00855d;
}
.zelena-pozadie {
  background-color: #00855d;
}


.cervena {
  color: red;
}
.cervena-pozadie {
  background-color: red;
}
.cervena1 {
    color: #fa9d9d
}
.cervena1-pozadie {
    background-color: #fa9d9d;
}

.modra {
    color: #9dc0fa;
}
.modra-pozadie {
    background-color: #9dc0fa;
}
.zelena80-pozadie {
  background-color: #00933e;
}
.silno-seda-pozadie {
  background-color: #F1F1F1;
}
.slabo-seda-pozadie {background-color: #F7F7F7;}

.green-bul {
    color: #c9ff00;
}
.green-bul-pozadie {
    background-color: #c9ff00;
}
/*-----HEADER------------*/
.sign-btn {
    font-size: 14px;
}
.burger-menu {
    width: 30px;
    height: auto;
}
.sticky-header {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 1000;
    padding-top: 10px;
}
.menu-border {
    padding-bottom: 2px;
    border-bottom: 1px solid #d9d9d9;
}
.logo-bulkory {
    max-width: 261px;
    width: 100%;
}
.cart {
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
}
.bulk {
    width: 47px;
    height: auto;
    display: block;
}
.user {
    width: 31px;
    height: auto;
    display: block;
}
.bulk-icon-wrapper, 
.cart-icon-wrapper{
  position: relative;
}


.cart-icon-count {
    position: absolute;
    top: -14px;
    right: -15px;
    z-index: 10;
    background-color: black;
    color: white;
    font-weight: 500;
    border-radius: 100%;
    padding: 1px 7px;
    font-size: 14px;
}
.menu-link-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media (max-width: 1190px) {
    .menu-link-header {
        display: inline-block;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
        border-bottom: 1px solid #8f8f8f;
    }
    .menu-link {
        margin-right: 20px;
    }
}
.menu-link {
    transition: all 0.1s ease;
}
.menu-link:hover {
    transform: scale(1.03);
    font-weight: 600;
}
/*mobile-menu*/
.burger-div{
    position:fixed;
    top:0;
    left:-100%;
    width: 100%;
   
    height:100vh;
    background:#fff;
    z-index:9999;
    transition:left .3s ease;
    overflow-y:auto;
    box-shadow:-10px 0 30px rgba(0,0,0,0.15);
}

.burger-div.active{
    left:0;
}

body.burger-open{
    overflow:hidden;
}

.burger-menu{
    cursor:pointer;
}

.burger-menu-close{
    position:absolute;
    top:20px;
    right:20px;
    font-size:28px;
    cursor:pointer;
}

.mobile-logo-mini {
    width: 64px;
    height: auto;
}
.close-icon-mobile {
    width: 22px;
    height: auto;
}
.burger-menu-close {
    position: absolute;
    top: 19px;
    left: 23px;
}
.logo-mobile-menu-mini {
    width: 100%;
    max-width: 155px;
    height: auto;
}
.separator {
    border-top: 1px solid rgb(189 189 189);

}
/* =================================================================== */
/* === 1. HLAVNÝ MINI CART PANEL === */
/* =================================================================== */

#mini-cart-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100vh;
    max-height: 100vh;
    z-index: 999999;
    background-color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    overflow: hidden;
}
@media (max-width: 450px) {
  #mini-cart-wrapper {
    width: 100%;
  }
}

#mini-cart-wrapper.visible {
    transform: translateX(0);
}


#mini-cart-wrapper .custom-mini-cart-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible !important;
    width: 100%;
    max-height: 97vh;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
}


.woocommerce-mini-cart-wrapper {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 15px;

    padding-right: 10px;
    margin-right: -10px; 
}



.wc-spodok {
    flex-shrink: 0;
    border-top: 1px solid #eee;
    background-color: white;

    padding-top: 12px;
    margin-top: 10px;

    display: flex;
    flex-direction: column;
    gap: 10px;
}


.new-price {
  margin-left: 5px;
}
.old-price {
    text-decoration: line-through;
    opacity: 0.7;
}

.woocommerce-mini-cart-total {
    text-align: right;
    margin-bottom: 10px;
}

.woocommerce-mini-cart-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.woocommerce-mini-cart-buttons a.button {
    text-align: center;
    padding: 10px 14px;
    background-color: #00933e;
    color: white;
    font-size: 15px;
    text-decoration: none;
}

.mini-cart-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 20px;
    padding-top: 8px;
    border-bottom: 1px solid #d9d9d9;
    transition: background 0.2s ease;
}


.mini-cart-thumb img {
    width: 84px;
    height: auto;
    display: block;
}

.mini-cart-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mini-cart-title-link {
    text-decoration: none;
}
.mini-cart-title-link:hover .mini-cart-title {
    text-decoration: underline;
}

.mini-cart-title {
    line-height: 1.3;
    margin-bottom: 4px;
}

.mini-cart-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

@media (max-width: 391px) {
    .mini-cart-price {
    align-self: flex-start;
    flex-direction: row;
    }
}

.regular-price {
    font-weight: 600;
}

.mini-cart-variation {
    margin-top: 6px;
    font-size: 13px;
    color: #333;
}
.variant-label {
    font-weight: 600;
}
.variant-value {
    margin-left: 2px;
    text-transform: uppercase;
}

.remove_from_cart_button {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #555;
    text-decoration: underline;
    text-underline-offset: 2px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mini-cart-total-item {
    font-weight: 600;
    color: #111;
    min-width: 70px;
    text-align: right;
    align-self: flex-start;
}

.close-mini-cart-wr {
    position: absolute;
    top: 20px;
    right: 9px;
    font-size: 26px;
}

.added_to_cart {
  display: none;
}


.mini-cart-qty-control{
    display:flex;
    align-items:center;
    margin-top:6px;
}

.mini-cart-qty-control button{
    width:27px;
    height:33px;
    border:1px solid #ddd;
    background:white;
    cursor:pointer;
    font-weight: 700;
    font-size: 18px;
}


.items-cart-text {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;

}
.mini-cart-number {
    padding: 0px 11px;
}

/*Disable stav */
.mini-cart-plus.disabled{
    opacity:0.4;
    pointer-events:none;
}

.mini-cart-minus.disabled{
    opacity:0.4;
    pointer-events:none;
}

.mini-cart-qty-input{
    width: 96px;
    height: 29px;
    text-align:center;
    border:1px solid #ddd;
    font-size: 15px !important;
    font-weight: 600;
}












/*------------BULK PAGE--VYMAZAT-----------------------*/
.draft-product-image {
  width: 200px;
  height: auto;
  display: block;
}



.draft-master {
      border-bottom: 1px solid black;
    padding-bottom: 15px;
}

.draft-variants {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    margin-top: 15px;
}

.variant-row {
    display: flex;
    align-items: center;
    /* background-color: #f9f9f9; */
    padding: 15px 10px;
    /* border-radius: 6px; */
}

.variant-header {
    background-color: #f1f1f1;
    font-weight: bold;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.variant-col {
    flex: 1;
    text-align: center;
    font-size: 15px;
}

.col-size {
    flex: 1;
}
.col-price {
    flex: 1;
}
.col-stock {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.col-qty {
    flex: 1.5;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 5px; */
}

.bulk-qty-input {
    width: 100%;
    text-align: center;
    padding: 6px;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
}

.bulk-minus,
.bulk-plus {
    background: white!important;
    border: 1px solid #cfcccc;
    width: 48px;
    height: 29px;
    font-size: 18px;
    /* border-radius: 4px; */
    cursor: pointer;
}

.stock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.stock-low {
    background-color: #f39c12;
}
.stock-mid {
    background-color: #27ae60;
}
.stock-high {
    background-color: #2ecc71;
}

.stock-qty {
    font-weight: bold;
}



.variant-row:nth-child(2n+1) {
    background-color: rgb(247, 247, 247);
}

.variant-row:nth-child(2n) {
    background-color: rgb(255, 255, 255);
}
.remove-sku, 
.add-to-cart-bulk {
  transition: all 0.5s ease;
  cursor: pointer;
}
.remove-sku:hover, 
.add-to-cart-bulk:hover {
  transform: scale(1.1);
}


/*--------------single product--------------------------*/
/*-------------SINGLE PRODUCT-----------------*/
.gc-hide-cart {
    display: none !important;
}
.zelena-pozadie2 {
  background-color: #2e7d32;
}

.product-thumbs-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.product-thumbs {
    display: flex;
    width: 100%;
    gap: 30px;
}

.product-thumb-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumb {
    width: 100%;
    cursor: pointer;
    transition: opacity 0.2s ease;
    /* aspect-ratio: 1 / 1; */
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
}

.product-thumb:hover {
    opacity: 0.7;
}

/* Aktivna miniatura */
.product-thumb.active-thumb {
    opacity: 1;
}

/* Hlavný obrázok */
.product-gallery-swiper {
    width: 100%;
    margin: auto;
    /* height: 100%; */
    text-align: center;
}

.product-gallery-swiper .swiper-slide img {
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}
.tlacidlo-produkt-uprav {
    background-color: red;
    border: 1px solid red;
    color: white;
    font-size: 23px;
    padding: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    width: fit-content;
}
.cart2 {
  width: 32px;
  height: 32px;
}



.gc-col-variant, 
.gc-col-price, 
.gc-col-qty {
    text-align: center;
}

.gc-qty-minus, 
.gc-qty-plus {
    border: 1px solid black;
    padding-left: 3px;
    padding-right: 3px;
}

.login-required{
pointer-events:none;
opacity:0.6;
}
.no-stock-btn {
    opacity: 0.65;
    pointer-events: none;
    
}
/*-
-----------------------HOMEPAGE-----------------------
-
*/
.swiper-steps .swiper-slide{
    height:auto;
    display:flex;
}

.swiper-steps .fk8{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.logo-br-s {
    height: 24px;
    width: 99px;
}
.logo-br-g {
    height: 24px;
    width: 100px;
}
.logo-br-t {
    height: 34px;
    width: 52px;
}
.logo-br-sy {
    height: 26px;
    width: 84px;
}
.logo-br-of {
    height: 24px;
    width: 218px;
}


.brands {
    margin: 0 auto;
    box-sizing: border-box;
}


.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 

}

@media (max-width: 993px) {
    .brands-pc {
        display: none;
    }
}

@media (max-width: 575px) {


    .brands h2 {
        font-size: 26px;
    }
}

.brand-card {
    border-radius: 16px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.brand-card img {
    max-width: 75%;
    max-height: 55px;
    object-fit: contain;
    transition: filter .2s ease;
}

.brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
.max768 {
    max-width: 768px;
}
@media (max-width: 768px) {
    .max768 {
        max-width: 400px;
    }
}
.logo-comp {
    width: 100%;
    max-width: 270px;
    height: auto;
}


/*--------------SWIPER--------------------------*/
/* ===== BRANDS SWIPER ===== */
.brands-swiper {
    padding: 40px 0px;
    box-sizing: border-box;
}
@media (min-width: 993px) {
    .brands-swiper {
        display: none!important;
    }
}

.brands-swiper .swiper {
    overflow: hidden;
}

.brands-swiper .swiper-wrapper {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}


.brands-swiper .swiper-slide {
    width: auto;
}

/* karta (rovnaký vizuál ako grid) */
.brands-swiper .brand-card {
    border-radius: 16px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.brands-swiper .brand-card img {
    max-width: 75%;
    max-height: 55px;
    object-fit: contain;
    transition: filter .2s ease;
}

.brands-swiper .brand-card:hover img {
    filter: grayscale(0%);
}



/*-
------------------SWIPER-----------------
-
-*/
.swiper-container-kategorie {
    width: 100%;
    overflow: hidden; 
}

.swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: auto; 
    box-sizing: border-box;
}
.swiper-similarly {
    width: 100%;
    
    padding-bottom: 10px !important
}

.see-more {
    transition: all 0.3s ease;
}
.see-more:hover {
    font-weight: 600;
}



/*-
---------------------CONTENT PRODUCT--------------------
-
-*/
.add-to-cart {
    padding: 8px 16px;
}
.add-to-cart{
position:relative;
}

.add-to-cart.loading{
color:transparent;
pointer-events:none;
}

.add-to-cart.loading::after{

content:"";
position:absolute;

width:18px;
height:18px;

top:50%;
left:50%;

margin-top:-9px;
margin-left:-9px;

border:2px solid white;
border-top-color:transparent;

border-radius:50%;

animation:gc-spin 0.6s linear infinite;

}

@keyframes gc-spin{
to{
transform:rotate(360deg);
}
}
.woocommerce-Price-currencySymbol {
    padding-left: 3px;
}

.product-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 8/6;
}


.aviable-size {
    min-height: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.available-size-btn {
    width: 40px;
    font-family: Poppins, sans-serif;
    border: 1px solid #cfcfcf;
    min-width: 28px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}
.swiper-similarly-prev,
.swiper-similarly-next {
    color: black!important;
}
.add-to-bulk.is-added {
    background: green !important;
    color: white !important;
    cursor: default;
    pointer-events: none;
}

/*-
----------------BLUR FOR GUEST---------------
-*/
.blur-for-guests .swiper-slide:nth-child(n + 4) {
  filter: blur(5px);
  pointer-events: none;
  opacity: 0.6;
  transition: filter 0.3s ease;
}


/*-
------------------SHOP PAGE----------------
-*/

/*produkt content - archive*/
.produkty-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media (max-width: 1320px) {
  .produkty-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  .produkty-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .produkty-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
 @media (max-width: 565px) {
   .produkty-grid {
     grid-template-columns: repeat(2, 1fr);
     gap: 15px;
 }
}

.border-bt {
    border-bottom: 1px solid #d9d9d9;
}

.sticky-filter {
    position: sticky;
    top: 80px;
}

.filter-mobile-svg {
    width: 24px;
    height: 24px;
}

/*-
------------------CONTENT PRODUCT--------------------
-*/
.no-stock-image {
  opacity: 0.65;
}

.gc-simple-header {

    background: #f5f5f5;
    padding: 8px 16px;
   
}

.gc-head-col {
    flex: 1;
}

.gc-simple-content {
    display: flex;
    padding: 20px 12px;
    align-items: center;
}

.gc-content-col {
    flex: 1;
}
/*
.gc-simple-bottom {
    padding: 0 20px 25px 20px;
}
*/
.gc-add-to-cart {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
}

.stock-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.stock-grey   { background: #bfbfbf; }
.stock-yellow { background: #f1c40f; }
.stock-orange { background: #e67e22; }
.stock-green  { background: #2ecc71; }

/* Chrome, Edge, Safari */
.gc-qty-box input[type="number"]::-webkit-outer-spin-button,
.gc-qty-box input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.gc-qty-box input[type="number"] {
    -moz-appearance: textfield;
}


.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    max-width: 100px;
    height: 32px;
}

.quantity-control button {
    width: 30px;
    height: 32px;
    border: 0;
    background: #f7f7f7;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    transition: background .2s ease;
}
.quantity-control input {
    width: 50px;
    height: 32px;
    border: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.qty-minus {
    border-right: 1px solid #c3c4c7 !important;
}

.qty-plus {
    border-left: 1px solid #c3c4c7 !important;
}

/*-
------------------FAQ----------------
-*/
.faq-section{
    background:#f3f3f3;
    padding:60px 0;
}

.faq-container{

    margin:auto;
}

.faq-title{
    text-align:center;
    margin-bottom:40px;
}

.faq-item{
    border-bottom:1px solid #dcdcdc;
}

.faq-question{
    width: 100%;
    text-align: left;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    justify-content: left;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.35s ease;
}

.faq-answer p{
    padding:0 0 18px 0;
}


/*-
------------------SEARCH----------------
-*/
.custom-search-form{
    width:100%;
}

.search-wrapper{
    position:relative;
    width:100%;
}

.search-input{
    width:100%;
    height:42px;
    border-radius:8px;
    border: 1px solid #a3a3a3;
    padding-left:40px;
    padding-right:15px;
    font-size:14px;
    background:#f7f7f7;
    outline:none;
    box-sizing: border-box;
}

.search-input:focus{
    background:#fff;
    border-color:#cfcfcf;
}

.search-icon{
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    color:#888;
}

.search-btn{
    position:absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}

.search-icon{
    color:#777;
}
#live-search-results{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    margin-top:6px;
    display:none;
    z-index:999;
}

.search-result-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px;
    border-bottom:1px solid #f0f0f0;
    text-decoration:none;
    color:#111;
}

.search-result-item img{
    width:80px;
    height:80px;
    object-fit:contain;
}


.search-no-results{
    padding:14px 16px;
    font-size:14px;
    color:#666;
}
.live-link {
    transition: all 0.3s ease;

}
.live-link:hover {
    font-weight: 600;
}


/*-
------------------Footer----------------
-*/
.logo-footer {
    width: auto!important;
    height: 50px!important;
}

/*BREADCUMBS*/
.woocommerce-breadcrumb {
    gap: 10px;
    display: flex;
}
@media (max-width: 767px) {
    .footx1 {
        margin-top: 15px;
    }
}
@media (max-width: 1050px) {
    .footer-pcx1 {
        display: none!important;
    }
}

/*mobile footer*/
/* desktop skry */
.footer-mobile{
display:none;
}

/* mobile */
@media(max-width:1050px){

.footer-mobile{
display:block;
background:#000;
color:#fff;
padding:20px;
}

.footer-mobile-col{
border-bottom:1px solid rgba(255,255,255,0.15);
padding:12px 0;
}

.footer-mobile-head{
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
font-weight:700;
}

.footer-mobile-content{
max-height:0;
overflow:hidden;
transition:max-height .3s ease;
display:flex;
flex-direction:column;
gap:6px;
margin-top:8px;
}

.footer-mobile-col.open .footer-mobile-content{
max-height:300px;
}

/* arrow */
.arrow{
width:10px;
height:10px;
border-right:2px solid white;
border-bottom:2px solid white;
transform:rotate(-135deg);
transition:transform .25s;
}

.footer-mobile-col.open .arrow{
transform:rotate(45deg);
}

}
