@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

:root {
    --main: #d3aa5c;
    --mainlight: #f1c167;
    --secondary: #5c86d3;
    --black: #141414;
    --body: #0f0f0f;
    --blacker: #0e0e0e;
    --text:#eee3c9;
    --textdark:#e2d3b8;
    --mainopacity: rgb(211, 170, 92,0.5);
    --maindark:#b69962;
    --secondaryopacity: rgb(92, 134, 211, 0.4);
  }

  @font-face {
    font-family: Goldoni;
    src: url(Goldoni.otf);
  }
  *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 1px;
    scroll-behavior: smooth;


  }

  body{
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: overlay;
    background: var(--body);
    height: 100vh;
    width: 100%;

  }

  .onesmall p{
    margin: auto;
    max-width: 800px;
    color: var(--mainlight);
    font-weight: 200;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .is-loading section{
    display: none;
  }
  .onesmall {

     width: 100%;
     height: 35vh;
     padding-top: 5vh;
position: relative;
display: flex;
justify-content: center;
align-items: center;
background: var(--blacker);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  }
.scroll-down{
  position: absolute;
  bottom:7%;
  opacity: 0.5;
}
.scroll-down svg #wheel{
  
  fill:none;
  stroke:var(--main);
  stroke-width:20px;
    animation: scroll ease 1.5s infinite;
  
}

.scroll-down svg #mouse{
  fill:none;
  stroke:var(--mainopacity);
  stroke-width:20px;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}

  .details {
    position: relative;
  }
  details > summary {
    list-style: none;
  }
  details > summary::-webkit-details-marker {
    display: none;
  }
  .details[open] {
    z-index: 1;
  }

  .summary {

    cursor: pointer;

    background-color: none;
    list-style: none;



  }

  .summary::-webkit-.details-marker {
    display: none;
  }

  .details[open] .summary:before {
    content: '';
    display: block;
    width:100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;

  }


  .summary:focus {
    outline: none;
  }


  .details ul {
    width: 200px;
    background: var(--blacker);
    position: absolute;
    text-align: center;
    top: calc(100% + .8rem);
    left: -100px;
    padding: 1rem;
    margin: 0;
    border-radius: 4px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-height: 350px;
    overflow-y: auto;
  list-style-type: none;
  list-style: none;
  }

  .details li {

    margin: 0;
    padding: 0.5rem 0;

  }

  .details li:first-child {
    padding-top: 0;
  }

  .details li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
.navSticky{
  
    background: var(--blacker)!important;
    padding:15px 10px 15px ;
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;

}
.tepero{
    position: fixed;
      position: -webkit-fixed;
      top: 0;
      z-index: 100;
}

.tepero .nav{
    background: none ;
}

  .nav{
    width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around;
      text-transform: uppercase;
     padding-bottom:15px;
     padding-top:20px;
    background: var(--blacker);
      color:   var(--mainlight);
      position: fixed;
      position: -webkit-fixed;
      top: 0;
      z-index: 100;
    max-height: 80px;
    transition: all 0.5s !important;
      margin: auto;
      padding-left: 50px;
      padding-right: 50px;
  }
.oneCenter{
  text-align: center;
vertical-align: middle;
line-height: 100vh;
}
.textos{
    margin-left:10px
}
.nav .logo svg{
    margin-top: 10px;
    width: 150px;
}

.burger{
    display:none;
}
.burger div{
    width: 25px;
    height: 2px;
    margin: 5px;
    background: var(--mainlight);
    transition: all 0.3s ease;
}
.hide{
  visibility: hidden;
}
.black{
    position:relative;
    background-color: var(--blacker);
    z-index: 1;

}
.nav-links .hidden{
  display:none !important
}
img:not([src]):not([srcset]) {
  visibility: hidden;
}
img[src=""] { display: none; }
  .nav-links{

    display: flex;
    justify-content: space-around;
    width: 33%;

      list-style-type: none;
  }
  .nav-links2{
    width: 10%;
    margin-top: 5px;
  }
  .nav ul li{
      display:inline-block;
      margin:0px 10px

  }
  .nav-links .iconify{
      font-size: 1.8rem;
  }
  .nav-links li a {
      font-weight: 500;
      font-size: 1rem;
  }
  .nav ul li a,
  .nav ul li a {
  position: relative;
}
.nav ul li a:after,
.nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background:#ffda95;
  height: 1px;
}

.nav ul li a:hover:after {
  width: 100%;
}

.nav ul li a {
  transition: all 2s;
}

.nav ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.priceFixed{
  position: fixed;
  right: 5%;
  bottom: 10%;




}
.sti_container {
  position: relative;
}

.btnPrice {
  position: relative;
  display: none;
  padding: 7px;
  background-color: var(--blacker);
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  color: var(--main);
  border-radius: 50px;
  font-weight: 500;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;

  font-size: 0.9rem;

}
.btn-icon{
  margin-right: 2.5px;
}

.btnPrice .btn-text {
  max-width: 0;
  display: inline-block;
  -webkit-transition: color .25s 1.5s,  0.7s;
  transition: color .25s 0.7s,  0.7s;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;

  color: var(--main);
}

.btnPrice:hover .btn-text {
  max-width: 110px;
  margin-left: 10px !important;

  color: var(--main);
}
.btnPrice:hover{
  border-radius: 30px;
}









.nav ul li a:hover {
  color:#ffda95;
  z-index: 1;
}
.nav ul li a,
.nav ul li a:after,
.nav ul li a:before {
  transition: all .5s;
}
.nav ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

.nav ul li .details,
.nav ul li .details {
position: relative;
}
.nav ul li .details:after,
.nav ul li .details:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: '.';
color: transparent;
background:#ffda95;
height: 1px;
}

.nav ul li .details:hover:after {
width: 100%;
}

.nav ul li .details {
transition: all 2s;
}

.nav ul li .details:after {
text-align: left;
content: '.';
margin: 0;
opacity: 0;
}

.nav ul li .details:hover {
color:#ffda95;
z-index: 10;
}
.nav ul li .details,
.nav ul li .details:after,
.nav ul li .details:before {
transition: all .5s;
}
.nav ul li .details:hover:after {
z-index: -10;
animation: fill 1s forwards;
-webkit-animation: fill 1s forwards;
-moz-animation: fill 1s forwards;
opacity: 1;
}


  a{
      text-decoration: none;
      color:var(--main);

  }



.toggle .line1{
transform: rotate(-45deg) translate(-4px,6px);
}
.toggle .line2{
opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-4px,-6px);
}
  .container{
      max-width: 1500px;
      margin:auto;
      padding-left: 25px;
      padding-right: 25px;

  }
  main{

    background: var(--blacker);
  }
  .row{
      display: flex;
      align-items: center;
      flex-wrap: wrap;

  }
  .row-products{
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 1rem;
  }
  .col-products{

    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;

}
.col-products img{

  width: 99%;

  aspect-ratio: 2/2;
  object-fit: cover;
  border-radius: 5px 5px 5px 5px;
  transition: all linear 0.2s;

}
  .relative{
    position: relative;
  }
  .header{

    z-index:99999;

  }
  .col-2{

    color: var(--main);
}
.center-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.col-2 h1{
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 500;
    font-size: 5rem;
    line-height: 70px;
    margin: 20px 0;
    margin-bottom: 40px;

}
.col-2 p{

  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;

}
.col-2 h3{

  font-size: 1.3rem;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 200;
  letter-spacing: 20px;
}
.h3-opacity{
  opacity: 0.7 !important;
}

.btn{
  width: 35%;
    display: inline-block;
    background: var(--main);
    color: var(--black);
    padding:14px;
    margin: 30px 0;
    border-radius: 4px ;
    font-size: 1.4rem;
    font-weight:500;
    transition: all 0.3s !important;
}
.btn:focus{
  background-color: var(--maindark);
}

::selection {
  background-color: var(--mainopacity);
}
.one{
    background-image: url("/storage/images/bgg.webp");

    text-align: center;
    position: relative;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.js-cookie-consent{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  gap: 1.5rem;
  bottom: 0;
  right: 0;
  background:var(--blacker);
  padding:8px;
  width: 100%;
  color: var(--text);
  z-index: 9999;

}

.js-cookie-consent a{
  opacity: 0.6;
}
.js-cookie-consent .iconify{
  opacity: 0.3;
  font-size: 1.3rem;
}
.cookie-consent__message{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size:0.8rem

}
.js-cookie-consent a{
  color:var(--main) !important
 
}
.cookie-consent__message div{
  width: fit-content;
}
.js-cookie-consent button{
  background: var(--black);
  border: none;
color: var(--text);
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.js-cookie-consent button:hover{
  background: var(--main);
  color: var(--black);
}
.one::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(18 14 7 / 36%);
}

.one img{
    width: 100%;
    height: auto;
}
.row h3,p{
    margin-left: 4px;
}
.btn:hover{
    background:var(--maindark);
    transform: scale(1.01) !important;
}
.btn:focus{
    color: black !important;
    font-weight: 600;
}
.one .row{
    margin-top:200px
}

.fkategories{
    margin: 70px 0;

}
.row2{
padding-top: 90px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 50px;
}

.row2 img{
  max-width: 400px;
  width: 100%;
  border-radius: 4px !important;
}
.bottom{
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 0px;

}
.bottom2{

    margin-bottom: 100px;
}


.invalid-feedback{
    color: rgb(255, 66, 66);
}
.paddingt0{
  padding-top:30px !important;
}
.paddingn0{
  padding-bottom:30px !important;
}

.small{
    font-size: 0.6rem;
    line-height: 40px;
    color: var(--main)!important;

}

.coltext{
    display: flex;
    justify-content: center;

}
input:focus, textarea:focus{
  outline: none;
  border: 1px solid var(--mainopacity) !important;

}

.btn-vyprodano{

    opacity: 0.6 !important;
    cursor:not-allowed !important;
}
.btn-vyprodano:hover{
background:none !important;
color: var(--main) !important;
}
.btn-black{
    display: inline-block;
    background:none;
    border-radius: 5px !important;
    border:1px solid#d3aa5c61;
   width: 100%;
   padding:10px;
   text-align: center;
    font-weight: 300;
    margin-top:5px;
    color: var(--text);
    transition: all 0.3s !important
}
.btn-black:hover{
background:var(--main);
color: var(--black);
transform: scale(1.02);



}
.btn-black2{
    cursor: pointer;
    display: inline-block;
    background:none;
    border-radius: 5px !important;;
    border:1px solid var(--main);
    width: 100%;
    text-align: center;

    padding:10px;

    font-weight: 300;
    margin-top:5px;
    color: var(--main);
    transition: all 0.3s ease;
}
.btn-black2:hover{
background:var(--main);
color: var(--black);
font-weight: 500;
transform:scale(1.02)
}
.btn-black2 .iconify{
  margin-right: 10px;
  font-size: 1.01rem;
}
.info{
    text-align: center;

    position: relative;

   padding:25px;


}
.nadpis{
  
  padding: 80px;
  padding-top:50px !important
}
.info h2{
    font-size: 3rem;
    font-weight: 500;
    color: var(--text);
    line-height: 45px
}

.three{



}
.col-3{
    margin:10px 20px !important;
    padding: 20px 30px;
    max-width: 375px;
    text-align: center;
    border-radius: 5px !important;;
}
.carousel-cell {
    width: 66%;
    max-height: 400px !important;
    margin-right: 10px;

  }
  .float-right{
      float:right
  }
  .float-right progress{
      width: 100%;

  }
  .float-right .progress-doprava{
    margin-top:10px;
      padding: 20px 5px;
      width: 400px;

  }
  .float-right .progress-doprava small{
      line-height: 30px;
      font-size: 0.8rem;
  }
  .float-right .progress-doprava svg{
      color:var(--black);
      margin-right: 5px;
  }

  progress {
    border-radius: 4px ;
    width: 100%;
    height:6px;

    box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
  }
  progress::-webkit-progress-bar {
    background-color: rgba(12, 12, 12, 0.171);
    border-radius: 4px ;
  }
  progress::-webkit-progress-value {
    background-color: var(--secondary);
    border-radius: 4px ;

  }
  progress::-moz-progress-bar {
    background-color: rgba(12, 12, 12, 0.171);
  }
  progress::-moz-progress-value{
    background-color:#d3aa5c !important;
  }
  .flickity-page-dots .dot{
      background:var(--main) !important;
  }
  .flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #141414 !important;
}
  /* cell number */
  .flickity-button {
    top:40% !important;
      background:var(--main) !important
  }
.col-3-bottom{
    font-style: italic;

    max-width: 500px;
    width: 100%;
    margin:30px 20px !important;



}

.svedectvi{

    margin:0px !important;
   padding-top: 30px !important;
    margin-bottom: 50px !important;
}



.col-3-bottom .quote {
    font-size: 34px;
    margin-top: 10px;

}


.buttonyMain{
  display: flex;
  justify-content: space-around;
  max-width: 150px;
  margin-left: 10px;
  text-align: center;
  margin-top:20px;

}
 .logomain svg{

  width: 100%;
}
.google-contentMain{
  width:40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);


  padding:7px;
  transition: all 0.1s ease;
}
.google-contentMain:hover{

  transform: scale(1.02);
}
.guest{
  margin-top:20px;
}
.mainSmall{

color: var(--main);
  font-size: 0.6rem;

}
.fb-contentMain{
  width:40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  color:#3e46bb;

  padding:4px;
  transition: all 0.1s ease;
}
.fb-contentMain:hover{

  transform: scale(1.02);
}
.testimonial-image{
  border-radius: 50% !important;
  padding:10px;
  margin:10px
}
.recenze-count{
  color: var(--main);
  opacity: 0.8 ;
 
 
}
.recenze-count small{
  display: flex;
  gap: 0.5rem;
  justify-content: end;
}
.recenze-count small span{
 
}
.recenze-count small .div-star{
  display: flex;
  opacity: 0.6;
}
.recenze-count:hover{
  cursor: pointer;
  opacity: 1;
}
.reviews{
  margin-top: 2rem;
}
.reviews .grid {
  color: var(--text);
  --gap: 1em;
  --columns: 5;
  max-width: 86rem;
 
  display: column;
  columns: var(--columns);
  gap: var(--gap);
}

@media (max-width:58em){
  .reviews .grid{
    --columns: 4;
  }
}

@media (max-width:50em){
  .reviews .grid{
  --columns: 3;
}
}
@media (max-width:37em){
  .reviews .grid{
      --columns: 2;
    }
    .reviews .rating-col p{
        font-size: 0.8rem !important
    }
}
@media (max-width:23em){
  .reviews  .grid{
      --columns: 1;

    }
}

.reviews .grid > * {
  break-inside: avoid;
  margin-bottom: var(--gap);
}

@supports (grid-template-rows: masonry) {
  .reviews .grid {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-template-rows: masonry;
    grid-auto-flow: dense;
    /* align-tracks: stretch; */
  }

  .reviews .grid > * {
    margin-bottom: 0em;
  }
}
.reviews .rating-col{
    padding: 10px;
    padding-bottom: 15px !important;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.116);
    overflow-wrap: break-word;
}
.reviews .rating-col p{
    font-size: 0.9rem
}.reviews .rating-col p:first-letter {
  text-transform: uppercase;
}
.reviews .ratingName-col{
    margin: 5px 0px;
    font-weight: 500;
}
.reviews .rating-col img{
    width: 100%;
   max-height: 380px;
   border-radius: 4px;
}
.reviews .rating-col .stars .iconify{
    margin-right: 0.1rem;
}
.reviews .rating-col .ratingStars {
  margin-bottom: 0.5rem;
  color: var(--mainlight)
}
.reviews .pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  list-style: none;
}
.reviews .pagination .page-item {
  margin-right: 0 !important;
}
.reviews a.page-link:hover,
.reviews li.active a,
.reviews span.page-link:hover {
  font-weight: 300;
  background: var(--main);
  color: var(--black);
}
.reviews a.page-link,
.reviews span.page-link {
  color: var(--text);
  margin: 5px !important;
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid var(--main);
}
.reviews a.page-link:hover,
.reviews span.page-link:hover {
  cursor: pointer;
  font-weight: 600;
  transition: background 0.5s, color 0.5s;
}
.reviews .active span.page-link {
  font-weight: 600;
  color: var(--black);
  background-color: var(--main);
}
.login a {
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 600 !important;
  background-color: var(--main) ;
  color:black !important;
  transition: all 0.1s ease;

}

.login{
  margin-bottom: 10px;
}
.flickity-viewport {
  padding-top: 5px !important;

    min-height: 300px !important;
}

.col-3-bottom p{
    color: var(--text)
}
.col-3-bottom {
    text-align: center;
    color:var(--main)
}
.col-3-bottom h3{
    margin-top: 5px;
    padding: 5px 10px;
}
.row-services{
 
    align-items: center !important;
  justify-content: space-between !important;

}
.textServices{
  text-align: center;
  display:block !important
}

.error{

    padding:10px 0px;
    color:rgb(255, 66, 66);
    font-size: 0.7rem;


  }
  .error p .iconify{
    margin-right: 5px;
  }
  .warning{
      color: var(--main);
  }
.services{


    background-color: var(--blacker);
    padding: 7px 15px;
}

input[disabled]{
  opacity: 0.5;
  cursor: not-allowed;
}
.row-category-landing{
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  gap: 3rem;
  justify-items: center;
  padding-bottom: 40px;
}
.category-card{
  text-align: center;
  position: relative;
}
.category-card h3{
  font-size: 1.7rem !important;
  position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);
}

.empty-category img{

  filter: brightness(60%);

}

.row-category-landing .coltext-category{
  display: flex;
  gap:1.5rem;
  max-width: 95%;
}

.row-category-landing .coltext-category img{
  object-fit: cover;
  width: 260px;
  height: 260px;
  border-radius: 5px;
}
.row-category-landing small{
  color:var(--secondary)
}
.row-category-landing h3{
  text-transform: uppercase;
  color:var(--text);
  margin:6px 0px;
  font-size:1.6rem;
}
.row-category-landing p{
  color:var(--text);
 margin-left: 0 !important;
  font-size:0.9rem;
  opacity: 0.9;
  max-height: 84px !important;


}

.row-services .coltext h4{
    margin-left: 3px;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: var(--main);
}
.row-services  .coltext svg {
  display: inline-block;
  width: 4rem;
  color: var(--main);
  stroke-width: 1px;
}
.flickity-page-dots{
  bottom: -30px !important;
}
.cloths{
font-family: 'Goldoni';
}

.coltext p{
    font-size:1rem;
    color: var(--text);
}
.image img{
  width: 100%;
    height: 100vh;
}
.hide-pad{
  padding-top: 50px;
}
.hide-pad .col-3{
  padding-bottom: 0;
}
.navigator a{
    font-size: 8px !important;
}
.navigator .iconify{
    color: var(--main) !important;
    font-size: 8px !important;
    margin-right: 0px !important;
}
a:active{
    color:var(--mainlight)
}
a:focus{
    color:var(--mainlight)
}
.featured h2{
    text-align: center;
  height: 61px;
    font-weight: 400;
    font-size: 1rem;
    color: var(--main);
    margin-top: 10px;
    margin-bottom: 1px;

}
.featured h3{
    margin-top: 10px;
    text-align: center;

    font-weight:600;
    font-size: 1rem;
    color: var(--mainlight);

}
.card{
    position: relative;
    display: inline-block;

}
.cart-parent{
    position: relative;
    display: inline-block;
}
.cart-num{
    position: absolute;
    top:-17%;
    left:75%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    font-size: 11.5px;
    font-weight: 500;
    border-radius: 50%;
    background: var(--secondary);
    color: var(--text);
}
.cart-num span{
  margin-left: 0.5px;
}
.card .img-top {

    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.cart-btns{
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 1rem;
}
.cart-btns .toast-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: var(--blacker);
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  background-color: var(--main);
  transition: 0.4s all ;
}
.cart-btns .toast-btn:hover{
  background: var(--black);
  color: var(--main);
}
.cart-btn-2{
  padding:7px;
  font-size:1.2rem;
  background-color: transparent;
  border: none;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.cart-btn-2:hover{
  color: var(--secondary);
}
.cart-btn-2:focus{
 outline: none !important;
}
.swal2-timer-progress-bar{
  background: var(--mainlight)!important;
}
.sleva{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--black);
    background: var(--mainlight);
    padding:3px 10px;
    z-index: 1;
    font-weight:500;
    border-radius: 5px 0px 5px 0px;
    font-size: 1.1rem;
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;
}
.slevaprice{
    display: flex;
    justify-content: space-evenly;

}
.slevaprice h5{
    text-align: center;
    margin-top:10px;
    font-weight:300;
    font-size: 1rem;
    color: var(--maindark);
    opacity: 0.5;
    text-decoration: line-through;
}
.card:hover img{
   opacity: 0;
}
.about-text{
  text-align: center;
  color: var(--text);
  font-size: 1.3rem;

  
}
.about-text p{
  width: 100%;
  padding: 0px 50px;
  max-width: 70%;
  margin: 0 auto;
}
.about-clothos{
 margin-top: 1rem !important;
  font-size: 1.4rem;
font-family: Goldoni , sans-serif;
color: var(--main);
}
.about-syno{
  margin-top: 2rem !important;
  text-align: left !important;
  font-size: 80%;
}
.about-syno a{
  color: var(--text) !important;
}
.about-title{
  
  color: #D3AA5C;
}
.about-syno small{
  opacity: 0.7;
  font-style: italic;
}
.card:hover .img-top {
    opacity: 1;
}
.a-size .iconify{
  font-size: 1.1rem;
}
.ukotveni{
  min-height: 275.2px;

    margin-bottom: 8px;

    border-radius: 4px ;
    padding-bottom: 3px;
    z-index: -1;
}

.info h2::after{
content: '';
background: var(--main);
width: 170px;
height: 5px;
border-radius: 5px;
position: absolute;

bottom:0;
left: 50%;
transform: translateX(-50%);
}


.row2 div:hover{
    transform: translateY(-5px) scale(1.02) !important;


}


.small-input-row{
  display: inline-block;
  margin: 8px

}

input{
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;

}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color:#141414;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #141414;
}

::-webkit-scrollbar-thumb
{
	background-color: #D3AA5C;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover
{
	background-color: #a38348;

}
.contact-form {
    padding-left:25px;
    padding-right:25px;
    padding-top:60px;
    margin: 52px auto;

    border-radius: 20px;

  }
  .contact-form > input,
  .contact-form > textarea {
    padding: 12px;
    margin: 32px auto;
  border:none;
    color: var(--text);
    background-color: #222;
    border-radius: 4px;
    display: block;
    width: 100%;
  }
  .contact-form > textarea{

    height:100px;
    resize:none;
  }

  .contact-form > input[type="submit"]{
      width: 30%;
      text-transform: uppercase;
      color: var(--text);
  }

  .contact-form > input[type="submit"]:hover {
    color: var(--blacker);
    cursor: pointer;
  }
  .contact-info{
    padding:20px 25px;
    padding-left: 10px;
     padding-bottom: 80px !important;
      color: var(--text);
  }
  .contact-info small{
    text-align: left !important;
    font-size: 20px;
 }
 .contact-info{
  margin: 0 auto;
  max-width: 70%;

 }
.contact-form input, .contact-form textarea{

  max-width: 70%;

 }

 .contact-info .center .iconify{
     margin-right: 20px;

  font-size: 50px;
 }
 .contact-info p{
     margin: 30px 0px;
   font-size: 30px;
   text-align: left;
   border-bottom: 1px solid #eee3c92e;
 }
  .nopaddingtop{
      padding-top:0 !important;
      margin-bottom: 100px !important;
  }
  .alert-danger{
    padding: 15px;
    border-radius: 4px;
    color: white;
    font-size: 1.2rem;
    background-color: #ff5959;
   /*  border-color: #ebccd1; */
  }
  .alert-dobirka{
    background-color: #ffe079;
  }
  .alert-danger ul{
    list-style: none;
  }
  .alert{
    list-style-type: none;
    padding: 15px;
    margin-bottom: 20px;

    border-radius: 4px;
  }
  footer {
    background: var(--blacker);
    color: var(--main);
    padding: 50px 0;
    position: relative;
    margin-top:50px;

}

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

footer ul {
    display: flex;
    justify-content: space-between;
    width: 60%;
    list-style-type: none;
    padding:20px;
}

footer a {
    color: var(--text);
    transition: all 0.3s ease;
}
footer a:hover{
    color:var(--maindark);
}
.footer-info {
    width: 70%;
    display: block;
}

.footer-sponzors {
    width: 70%;
    display: block;
}
footer p{
    margin-left: 0px !important;
}
.footer-text {
    margin-top: 20px;
    font-size: 15px;
    padding:20px;
    margin:20px 40px;
}
.footer-text a{
  color: var(--main) !important;
}

.footer-social {

  display: flex;
    color: var(--text);
    font-size: 1rem;
    text-align: center;
    margin-top: 30px;
    gap:10px;
    align-items: center;

}
.footer-social a{
  color: var(--text) !important;
}
.copyright{

    width: 100%;
    height: 20px;
    position: absolute;
    bottom:0;
    text-align: center;


}
.admin-message-parent{
  /* position: relative; */
}
.admin-message{
    z-index: 10;
    width: 100%;
    background-color: rgb(106, 85, 43);
    position: absolute;
    top:78px;
    color: var(--text);
    text-transform: uppercase;
        margin: auto;
        padding-left: 50px;
    padding-right: 50px;
}
.message2{
  top: 101px;
  background-color: rgb(54,48,34);

}
.admin-message p{
    text-align: center;
    font-size: 0.8rem;
    max-width: 75%;
    padding: 3px;
    margin: auto;
}
.admin-message p a{
  font-weight: 600;
  color: #ffd688;
}
.admin-delete{
position: absolute;
right: 10;
top: 5;


}
.admin-delete small{
  font-size: 0.8rem;
}