body {

    overflow: unset !important;
    overflow-x: hidden !important;
}

.vyhledani {
    color: var(--text);
    padding: 20px 50px;
}
.vyhledani h2,
.vyhledani p {
    margin: 20px 5px;
}
.searchos button {
    background: 0 0;
    border: 0;
}
.searchos button svg {
    cursor: pointer;
    transition: all 0.3s ease;
}
.searchos button:hover svg {
    transform: scale(1.3);
}
.container ul {
    list-style: none !important;
}
.cat {
    flex-basis: 33%;
    min-width: 250px;
    justify-content: center;
}
.row-services .coltext{
    text-align: left;
}
.smalles .col-3 .coltext h2 {
    font-size: 1rem !important;
}
.smalles .col-3 .coltext p {
    font-size: 0.7rem ;
}
.smalles .col-3 {
    background: 0 0;
    max-width: 350px !important;
}
.smalles .coltext svg {
    width: 35%;
    height: 35%;
 
   
}
.services {
    padding: 10px 5px;
}
.smalles .coltext #svgsize {
    width: 30%;
    height: 30%;
    stroke-width: 1 !important;
}
.row-padding {
    padding: 10px 20px;

}
.navigator {
    padding: 10px 30px;
    margin-top: 50px;
}
.filtros,
.row-2 {
    display: flex;
    align-items: center;
}
.row-gap {
    flex-wrap: wrap;
    justify-content: space-between;
}
.filtros {
    margin-right: 100px;
}
.row-3 {
    margin: 15px 0;
    display: flex;
    justify-content: space-around;
}
.row-grid-shop{
    display: flex;
 justify-content: space-between;
    gap: 1rem;
}

.obchod {
    margin-top: 100px;
    border-radius: 7px;
    background: #0e0e0e;
}
.empty {
    grid-column-start: 1;
  grid-column-end: 5;
    margin: auto;
}
.sticky {
    max-width: 1300px;
    margin: 0 auto;
    position: sticky;
    position: -webkit-sticky;
    top: 9%;
    z-index: 3;
    background-color: #0e0e0e;
    height: 120px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-content: center;
}
.pagination .page-item {
    margin-right: 0 !important;
}
a.page-link:hover,
li.active a,
span.page-link:hover {
    font-weight: 300;
    background: var(--main);
    color: var(--black);
}
a.page-link,
span.page-link {
    color: var(--text);
    margin: 5px !important;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid var(--main);
}
a.page-link:hover,
span.page-link:hover {
    cursor: pointer;
    font-weight: 600;
    transition: background 0.5s, color 0.5s;
}
.active span.page-link {
    font-weight: 600;
    color: var(--black);
    background-color: var(--main);
}
.vyprodano {
    color: #ff4242;
}

.recenzemodal-count{
    display: flex;
    justify-content: space-between;
}

.services {
    background: 0 0 !important;
}
.skladem {
    color: var(--main);
    font-weight: 600;
}
.hero,
.hero img {
    width: 100%;
    height: 33vh;
}
.hero {
    background-color: red;
}
.hero img {
    z-index: 0;
}
.vyhody {
    display: flex;
    justify-content: space-around;
    font-size: 0.7rem;
    color: var(--secondary);
    background-color: #000;
    padding: 5px;
    text-transform: uppercase;
}
.category {
    list-style-type: none !important;
}
.grid-category{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(269px, 1fr));
    gap: 1rem;
    align-items: center;
    text-align: center;
    
}
.grid-margin{
    margin-bottom: 3rem;
}
.shop-insta{
   
    max-width: 70%;
    margin-top: 2rem;
    color: var(--text);
}
.shop-insta-a-flex{
    display: flex;
    align-items: center;
    gap: 0.1rem;
}
.shop-insta a{
    font-weight:600;
    color: var(--text);
}
.category-item{
    height: 150px;
   color:var(--text);
    display:inline-block;
}
.category-name-center{
    width: 100%;
    height: 150px;
  position: relative;

    border-radius: 4px;
    transition: border 0.3s ;

}
.category-name-center img{
    object-fit: cover;
    width: 100%;
border-radius: 5px;
    height: 100%;
    filter: grayscale(40%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    transition: all 0.1s ease-in;
}
.category-name-center:hover img,.category-name-center:hover span{
    filter: grayscale(0%);
    color: var(--mainlight);
    font-weight: 600;

}
.category-name-center:hover{
    border-bottom: 2px solid var(--mainopacity);
}
.grid-category .active span{
    color: var(--mainlight);
    font-weight: 600;
}
.grid-category .active .category-name-center img{
    filter: grayscale(0%);
}
.grid-category .active .category-name-center{
    border-bottom: 2px solid var(--mainlight);
}
.category-item span{
    transition: all 0.1s ease-in;
  width: 100%;
  padding: 5px;
  position: absolute;

  top: 40%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -40%);
  text-transform: uppercase;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.category-item .index{
    transition: all 0.1s ease-in;
    width: 100%;
    padding: 5px;
    position: absolute;
    top: 60%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -60%);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 0.4rem;
    opacity: 0.8;
   
}
.info-kategorie {
    border-bottom: 1px solid rgba(122, 97, 52, 0.068);
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 900px;
    color: var(--text);
    font-size: 1.2rem;
}
.info-kategorie h1 {
    line-height: 5rem !important;
    text-transform: uppercase;
    font-size: 2rem;
}

.vyhody .iconify {
    margin-right: 5px;
}



.menu {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 200px;
}
.menu > li > a {
    background: #000;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.menu ul {
    background: #ddd;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    top: 35px;
    width: 100%;
}
.menu li:hover ul {
    height: 200px;
    opacity: 1;
    transform: translateY(0);
}
.menu ul a {
    color: var(--black);
    display: block;
    padding: 5px 20px;
}
.search-box {
    background: var(--black);
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 20px;
}
.search-btn {
    color: var(--text);
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s;
}
.fa-search {
    background: var(--black);
    font-size: 24px;
}
.search-input {
    border: 0;
    background: 0 0;
    outline: 0;
    float: left;
    padding: 0;
    color: #fff;
    font-size: 20px;
    transition: 0.4s;
    line-height: 50px;
    width: 0;
}
.search-box:hover > .search-input {
    width: 250px;
    padding: 0 7px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 10;
    background: #0e0e0e;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content ul {
    list-style-type: none;
    width: 250px;
    background: #0e0e0e;
}
.dropdown {
    color: var(--main);
    transition: all 0.3s ease;
}
.dropdown:hover {
    font-weight: 500;
    transform: scale(1.01);
    cursor: pointer;
}
.rotate {
    transform: rotate(180deg);
}
