.bootstrap-iso .row {
  margin: 0px !important;
}

.pageContent{
  margin: 0px 0px 0px 0px !important;
}

.pageContent .wrapper{
  padding: 0px 0px !important;
 
}

.pageContent .wrapper .col-12 {
    padding: 0px !important;
}

body {
  margin: 0;
}


.touch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  z-index: 9999;
}

.touch-overlay p {
  margin : 0 !important;
  display: inline-block;
  margin-top: 150px !important;
  color: #fff;
  font-size: 80px !important;

}

.touch-overlay .hand {
  position: relative;
  top : 35%;
  margin: auto;
  transform: translate(-50%,-50%);
  display: block;
  -webkit-animation: thehand 2s infinite; /* Safari 4+ */
  -moz-animation:    thehand 2s infinite; /* Fx 5+ */
  -o-animation:      thehand 2s infinite; /* Opera 12+ */
  animation:         thehand 4s infinite; /* IE 10+, Fx 29+ */
}

@keyframes thehand {
0%   { opacity: 0; transform: scale(1); transform: translateY(100%); }
50%  { opacity: 1; transform: scale(1); }
60% { opacity: 1; transform: scale(0.8); }
70%  { opacity: 1; transform: scale(1); }
100%  { opacity: 1; transform: scale(1); }
}

.subLevelCat.touchTv .navigation-buttons {
  position: fixed;
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none !important;
  padding: 0px !important;
  width: 100%;
  height: 100px;
  max-height: 100px;
  background-color: rgba(0, 0, 0, 0.7);
}

.subLevelCat.touchTv .navigation-buttons .nav-btn {
  padding: 10px !important;
  margin: 5px 10px !important;
  min-width: 150px;
  width: 150px;
  border: 1px solid black;
}

.bootstrap-iso .row.label {
  margin: 10px 0px !important;
}

.label h6 {
  font-size: 25px !important;
  font-weight: bolder !important;
  color: #000;
  padding: 20px 0px;
}

.store-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  font-size: 16px;
  color: #222023;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}

/* .inner-wrap:hover .btncta {
    background-color: #38353a !important;
    border-color: #38353a !important;
    color : #fff;
} */

.store-buttons .store-button:hover .inner-wrap .from:after {
  background-color: #fff !important;
}

.store-buttons-brands:hover,
.store-buttons .store-button:hover {
  cursor: pointer;
}

.inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.inner-wrap-content {
    position: absolute;
    display :flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color : #fff;
    max-width: 90%;
    bottom: 50px;
}

.inner-wrap-header {
    font-size: 36px !important;
    font-weight: 1000 !important;
    max-width: 55%;
    margin-bottom: 35px !important;
    color: #fff;
}

.inner-wrap-categories {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none !important;
    padding: 0 !important;
    max-width: 75%;
    margin-bottom: 35px !important;
    font-weight: 800 !important;
}

.inner-wrap-categories li {
    padding: 0 !important;
    margin: 10px !important;
    line-height: 7px !important;
}
/* 
.inner-wrap.clima:after, .inner-wrap.mda:after {
    content : "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}  */

.bootstrap-iso h6 {
  width: 40%;
  padding: 0px !important;
  margin: 0px !important;
  display: inline-block;
}

.btncontainer {
    width: 70%;
}

.btncta {
  color: #000;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
  background-color: #fff;
  z-index: 9999;
  max-width: 80%;
  transition: all .2s ease-in-out;
  min-width: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  height: 80px;
  justify-content: center;
}

.content {
  position: relative;
  padding: 20px 0px;
}

.content:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  height: 1px;
}

.content:after {
  content: "";
  position: absolute;
  right: 0;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  height: 1px;
}

@media (max-width: 768px){
  .inner-wrap-header {
    font-size: 25px !important;
  }

  .inner-wrap-categories {
    max-width: 100% !important;
  }
  .btncta {
    font-size: 25px !important;
    height: 45px !important; 
  }
}

@media (max-width: 480px){
  .inner-wrap-header {
    font-size: 20px !important;
  }
  .btncta {
    font-size: 20px !important;
    height: 30px !important;
  }
  .btncontainer {
    width: 100%;
  }
}

  @media (max-width: 460px){
    .inner-wrap-header {
      font-size: 20px !important;
    }
    .btncta {
      font-size: 20px !important;
      height: 30px !important;
    }

    .inner-wrap-content{
      max-width: 100% !important;
      bottom: 20px !important;
    }
    .inner-wrap-categories{
      margin-bottom: 15px !important;
    }
    .inner-wrap-categories li {
      line-height: 5px !important;
    }
    .btncontainer {
      width: 100%;
    }
}