.cartmask{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200000;
}
.hlidaniceny{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200000;
}
.seznammark{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200000;
}
.loginmark{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200000;
}
.cartok{
  position: absolute;
  padding: 6%;
  width: 80%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media(min-width: 1000px){
  .cartok{
    width: 40%;
    padding: 2%;
  }
}
.cartoktext{
  font-size: 20px;
}
.hidemobile{
  display: block;
}
.showmobile{
  display: none;
}
@media(max-width: 1000px){
  .hidemobile{
    display: none;
  }
  .showmobile{
    display: block;
  }
  .product__img-holder{
    height: auto !important;
  }
}
@media(min-width: 1000px){
  .mobilebox{
    display: none !important;
  }
  .mobilereverse2{
    float: left !important;
    order:1;
  }
  .mobilereverse1{
    float: right !important;
    order:2;
  }
}
@media(max-width: 1000px){
  .right {
    float: right;
    width: 100%;
  }
  .mobilereverse2{
    float: left !important;
    order: 1;
    position: fixed !important;
    background: #f7f7f7;
    padding: 30px 20px;
    width: 100%;
    overflow-y: auto;
    right: 0%;
    box-shadow: 0px 0px 5px #0000005c;
    height: 70vh;
    bottom: -104vh;
    z-index: 29000000;
    transition: 1000ms all;
  }
  .openmenu{
    bottom: 4vh !important;
  }
  .mobilebox{
    width: 100%;
    height: 8vh;
    cursor: pointer;
    bottom: 0;
    z-index: 30000000;
    position: fixed !important;
    right: 0;
    padding-top: 12px;
    background: #f06;
    color: #fff;
    text-align: center;
  }
  .widget_categories{
    display: none !important;
  }
  .mobilereverse1{
    order:2;
  }
  #chat-application{
    display: none !important;
  }
}