*:focus {
  outline: none !important;
}
a {
  text-decoration: none !important;
}

.display-none{
    display: none!important;
}

.flex-grow{
flex:1;
min-width:0;
}

.flex-noshrink{
flex-shrink:0;
}



.text-nowrap{
white-space:nowrap;
}

#myNavbar {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 900;
  box-shadow: 0px 0px 10px gray;
}

#myNavbar a {
  position: relative;
  text-decoration: none;
}

#myNavbar nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background: #fe0000;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#myNavbar nav a:hover::after {
  width: 100%;
  font-weight: bold;
}

#myNavbar nav .my_nav_active::after {
  width: 100%;
}

#myNavbar .menu_open {
  transform: translateX(0)!important;
  -webkit-transform: translateX(0)!important;
  -moz-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  -o-transform: translateX(0)!important;
}

#menuBtn {
  width: 40px;
  height: 40px;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 905;
}

#menuBtn span {
  width: 24px;
  height: 2px;
  background: #111111;
  display: block;
}

#closeBtn{display: none;}


/* metric */
.my-metrics {
  display: flex;
  gap: 20px;
}

.my-metrics * {
  padding: 0;
  margin: 0;
}
.my-metrics span {
  font-size: 40px;
  line-height: 1;
  display: block;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fe0000;
}

.my-metrics p {
  margin-top: 0.5px;
  font-size: 12px;
  color: #79716b;
}
/* end metric */


/* custom grid */
.product-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
  gap: 8px;
}

.product-card {
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
}

/* end custom grid */


/* Container accordion */
.myAccording {
  max-width: 600px;
  margin: 20px auto;
}

.myAccording svg {
  height: 30px;
  width: 30px;
  color: #292524;
  transform-origin: center;
  display: inline-block; 
}
/* Each item */
.myAccording-item {
  border-bottom: 1px solid #292524;
}

/* Question button */
.myAccording-question {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  font-size: 20px;
  cursor: pointer;
  border: none;
  color: #292524;
  background-color: white;
}

/* Answer panel */
.myAccording-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  font-size: 12px;
  color: #79716b;
}

.myAccording-answer p {
  margin: 5px 0;
}

.myAccording-question-btn {
  display: flex;
  align-items: center;
}

.myAccording-question-btn.active svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.map-wrapper{
    position: relative !important;
    height: 300px!important;
}


.back-btn{
    background: #fe0000;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 5px 10px;
    color: white;
    border-radius: 20px;
    transition: all ease 0.3s;
}

.back-btn:hover{
    cursor: pointer;
    background-color: #880000;
}


.my-search button {
  padding: 5px 40px;
  background-color: #fe0000 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.my-search button:hover {
  background-color: #d60202 !important;
}

.my-search input {
  padding: 5px 10px;
}


.my-swipper-contaiener{
   width: 100%;
  max-width: 500px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 768px) {
    
    
    .myheader-padding{
        
        padding-bottom: 55px !important;
    }
  #menuBtn {
    display: flex;
  }

  #myNavbar nav .wp-block-navigation {
    flex-direction: column;
    gap: 20px;
    align-items: start;
    width: 100%!important;
    
  }

  #myNavbar nav {
    box-shadow: 1px 1px 10px gray;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding: 10px;
    z-index: 910;
  }

  #closeBtn{
  width:40px;
  height:40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  background:none;
  border:none;
  cursor:pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: transform 0.4s ease;
  z-index: 999;
}


#closeBtn:hover{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

#closeBtn span{
  width:24px;
  height:2px;
  background:#111111;
  display:block;
}

#closeBtn span:nth-child(1){
  transform:rotate(45deg) translate(3px,3px);
}

#closeBtn span:nth-child(2){
  transform:rotate(-45deg) translate(3px,-3px);
}


  /* custom grid */
  .product-container {
    grid-template-columns: repeat(auto-fit, 150px) !important;
  }

  .product-card {
    width: 150px;
  }
  
  
  .m-wrap-reverse{
    flex-wrap: wrap-reverse !important;

  }
  
  .m-col-direction{
    flex-direction: column !important;
  }
  
  .m-row-center{
      justify-content: center !important;
  }

}
