/* Shoplook Relevant CSS */

.storefront-breadcrumb {
	margin-bottom: 5px
}

/* Video & Image */

.product-container1 {
    width: 58%;
    float: left;
    margin-right: 4%;
}

.product-image {
    width: 100%;
}

.product-video {
    min-width: 100%;
    min-height: 100%;
  }

/*Factsbox*/

p.price {
	margin: 0!important;
	font-weight: bold; 
	font-size: 1.75rem!important;
}

div.summary.entry-summary {
	width: 38%!important;
	float: right;  
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
	width: 58%;
  margin-right: 4%;
  float: left;
}

/* Productfactslist right side */
.product-facts-list {
    list-style: none;
    font-size: 1rem;
    padding: 0;
    margin: 0; 
}

.product-facts-list-item {
		margin: 0; 
}

.product-facts-list-item-label {
    display: inline-block;
    width: 40%;
}

/*Add to Cart Button */

.single_add_to_cart_button {
	width: 100%; 
	  background-color: #5bc72b!important;
    color: #ffffff;
    font-size: 1rem;
    padding: 7px;
    border: none;
    cursor: pointer;
    margin: 0;
	
}

/*Change Product-Type*/

.kursformatbox {
    border: 1px solid;
    border-radius: 3px;
    border-color: #dadae5;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8fa 100%);
    margin-top: 1rem;
    margin-right: 0.4rem;
    float: left;
    width: 23%;
}

.image-container {
    margin: auto;
    border-bottom: 1px solid black;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.kurs-content {
    font-size: 0.9em;
    text-align: center;
    margin: auto;
    text-decoration: none;
    color: black; 
    line-height: 1.5;
}

.tab-active {
    text-decoration: none;
    font-weight: 700;
}

.tab-inactive {
    text-decoration: none;
}


/*General Responsiveness*/
@media screen and (max-width: 1068px) {

    .product-maincontainer {
        flex-wrap: wrap;
    }
        .product-container1 {
            width: 100%;
            margin-right: 0;
            float: left;
        }
    
        div.summary.entry-summary {
            margin-top: 20px!important;
            width: 100%!important;
        }
    }




/* Tabs */
.woocommerce-tabs {
	display: block; 
	margin-top: 20px; 
	width: 100%; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: row;
	display: flex; 
	width: 100%!important; 
	border-top: none;
	margin-bottom: 0!important;
    }

  ul.tabs li {
    padding: .625rem .9375rem .625rem .9375rem;
    margin: 0rem .3125rem 0rem 0rem!important;
    line-height: 1.5rem;
    font-size: .875rem;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8fa 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    top: .0625rem;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000;
    border: 1px solid #dadae5;
    white-space: nowrap;
  }
ul.tabs li a {
	padding: 0!important;
	color: black!important; 
}

ul.tabs li a:hover {
    cursor: pointer;
    background: #fff;
    color: #5bc72b!important;
  }

li.active {
	  color: #000;
    border-bottom-color: #fff!important;
    background: #fff!important;
    z-index: 2;
    position: relative;
    cursor: default; 
}

.woocommerce-tabs ul.tabs li::after {
	display: none!important;
}

div.woocommerce-Tabs-panel {
	width: 100%!important;
	padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  border: 1px solid #ccc;
  z-index: 1;
  position: relative;
	display: block; 
}

/*Responsive*/
@media screen and (max-width: 1068px) {
ul.tabs {display: none!important;}
.dropdown {display: block!important;
    z-index: 2;
    position: relative;
    cursor: default; }
  select {
    padding: .625rem .9375rem .625rem .9375rem;
    line-height: 1.5rem;
    font-size: .875rem;
    background-color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    top: .0625rem;
    position: relative;
    font-weight: 700;
    color: #000;
    border: 1px solid #dadae5;
    border-bottom: none; 
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 220px; 
  }
}

 .dropdown {
    display: none;
    width: 220px;
  }

  .dropdown:after {
    content: '>';
  font: 22px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  font-weight: bold;
  color:#5bc72b; 
  top: 10px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
  }