/* html */
@media screen and (max-width: 782px) {
	html {
  	margin: 0px !important;
  }
}

#content {
  min-height: calc(100vh - 70px) !important
}

.sku_wrapper {
	display: none !important;
}

@media screen and (max-width: 544px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 0px !important
  }
  .product-category.product a {
	width: 100% !important	
  }
}



/* header */
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
	color: white
}

.fa-shopping-cart {
	color: #3e3e3e
}

.fas.fa-shopping-basket {
	font-size: 25px;
}

#header__bookmark__outer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor:pointer !important;
}

#header_bookmark--link {
  font-size: 19px;
  padding-left: 8px;
  color: black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

.far.fa-star {
	font-size: 20px;
  	padding-left: 8px;
  	padding-bottom: 2px
}

.fas.fa-shopping-cart {
  	padding-top: 14px;
  	padding-left: 5px;
	font-size: 20px
}

.ast-builder-grid-row {
	grid-column-gap: 1px;
}

.ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
	margin-left: 0px;
}

@media screen and (min-width: 922px) {
  .dgwt-wcas-search-form {
	width: 400px
  }
}


/* side bar */

.ast-mobile-popup-header {
	min-height: 70px !important;
}

/* wc */
.woocommerce-page #content{
  padding-top: 60px;
}

.product-price, .product-subtotal {
  display: none !important;
}

.sku_wrapper {
  display: none
}

.woocommerce-variation-availability {
	display: none
}

@media screen and (max-width: 544px) {
  button#enquiryCartButton {
      margin-top: 15px;
  }
  .product_title.entry-title {
  font-size: 23px
  }
}


.far.fa-star, #header_bookmark--link {
    color: white !important
}

.ast-theme-transparent-header [data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: white !important;
}

.custom-logo-link img {
	content:url("https://ziersplitt24.de/wp-content/uploads/2021/04/Logo-Neu-Mobile-.png")
}


.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler path {
	fill: white !important;
}

.fas.fa-shopping-cart {
	color: white;
}

.home-text button {
	transition: 0.185s
}

.home-text button:hover {
	transform: scale(1.075)
}

@media screen and (min-width: 500px) {
  #break-home {
  	display: none
  }
}

@media screen and (max-width: 365px) {
  .home-text h1 {
  	letter-spacing: 9px !important;
  }
}

* {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.home__container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.home__video {
    position: fixed;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%
}

.home-text {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  	width: 100%;
  	padding: 0 20px;
}

.home-text h1 {
    padding-bottom: 12px;
    font-size: 26px;
  	text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
    letter-spacing: 15px
}

.home-text h2 {
    padding-bottom: 31px;
    color: rgb(255, 255, 255) !important;
    line-height: 30px;
    font-size: 20px;
}

.home-text a {
    text-decoration: none;
}

.home-text button {
    color: white;
    font-size: 19px;
    padding: 10px 20px;
    border: 1px solid white;
    background:rgba(255, 255, 255, 0);
    color: white;
    cursor: pointer !important;
    border-radius: 2px !important;
}

.home--break {
    display: none;
}

@media screen and (min-width: 768px) {
    .home--break {
        display: inline-block;
    }
  
  .home-text h1 {
  	font-size: 35px;
  }
  
  .home-text h2 {
  	font-size: 24px
  }
}

@media screen and (min-width: 922px) {
    .home-text {
        position: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        left: 0%;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
        width: 80%;
        margin: auto;
        text-align: left;
        min-height: 100vh;
      	max-width: 1240px;
    }
} 


