.hero-btn-bottom {
	width:200px;
    position:absolute;
    left:70%;
    top:58%;
    white-space:nowrap;
}

@media screen and (max-width: 768px) {
    .hero-btn-bottom {
	display:none;    
    }
    
    .go_below_arrow {
      display:none;
    }
    
    div.zpsection.zpdefault-section.zpdefault-section-bg.window_txt_sec {
    padding-block-start: 0px;
    padding-inline-end: 0px !important;
    padding-block-end: 0px;
    padding-inline-start: 0px !important;
}
        .theme-product-ratio .theme-product-list-style-01.theme-product-count-xsm-01 {
        width: 100% !important;
    }
    
    .zprow.theme-product-ratio.theme-store-style-collection-row-01 {
          flex-direction:column !important;
    }
}

.height-adjust {
	height: calc(100% - 100px) !important;
}

.go_below_arrow {
	position:absolute;
    left:45%;
    bottom:0px;
    cursor:pointer;
    animation:fade_move_down 2s ease-in-out infinite;
}

@keyframes fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


.box-content-A{
height: 600px;
   
}
.theme-header  {
  display:none!important;
}

.theme-header-topbar {
    display: none !important;
}

.responsive {
	width:100%;
    white-space:wrap;
}

.img-zoom-lens {
	display:none;
}

video.video-stream.html5-main-video {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    object-fit: cover !important;
}

.html5-video-container video{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    outline: 0 !important;
    object-fit: cover !important;
}

.zoho-msgbanr span , .zoho-okbtn ,
.zpcookie-bar .msg-left-align p span:first-child {
	font-size:15px;
    color:white;
}

.theme-prod-detail-tab[data-detail-tab="theme-product-review"] {
  text-indent: -9999px; /* Hide original text */
  overflow: hidden;
  position: relative;
}

.theme-prod-detail-tab[data-detail-tab="theme-product-review"]::after {
  content: "Bewertungen & Rezensionen";
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  color: inherit;
}

.theme-product-details-style-01 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-name-social-share h1 {
	font-size:19px;
}

.theme-product-details-style-01 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-variant.theme-custom-field-container .theme-custom-field-label {
   text-transform: inherit !important;
}

h2.theme-section-heading  {
	display:none !important;
}

.zpcookie-banner-bottom {
	display:none !important;
}




/*


}


responsive-window
*/
@media (_min-width_: 769px) { 
    .responsive-mobile{
    	display:none;
    }
    
    .responsive-window {
    	display:block;
    }
}

@media (_max-width_: 768px) { 
    .responsive-mobile{
    	display:block;
    }
    
    .responsive-window{
    	display:none;
    }
}