[class*='col-']{
	margin-bottom:0px;
}

.infobox{
	margin-bottom:30px;
}
/*product detail page*/
.det-images{
	display: table;
	margin: 0 auto;
}
.det-preview{
	display: table-cell;
	vertical-align: top;
	padding-right:60px;
}
.det-preview a{
	border:1px solid #eeeeee;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(99,100,99,0.1) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(99,100,99,0.1) !important;
	box-shadow: 0px 0px 10px 0px rgba(99,100,99,0.1) !important;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.det-selectors{
	display: table-cell;
  vertical-align: top;
  width: 170px;
	padding-right:70px;
}
.det-selectors a{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(99,100,99,0.1) !important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(99,100,99,0.1) !important;
     box-shadow: 0px 0px 10px 0px rgba(99,100,99,0.1) !important;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	  margin-bottom:5px;
}
.det-selectors a:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(99,100,99,0.3) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(99,100,99,0.3) !important;
     box-shadow: 0px 0px 15px 0px rgba(99,100,99,0.3) !important;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.mz-thumb img{
	border-bottom:0 !important;
}
.det-selectors a.mz-thumb-selected{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(99,100,99,0.3) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(99,100,99,0.3) !important;
     box-shadow: 0px 0px 15px 0px rgba(99,100,99,0.3) !important;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.det-prod-info{
  display:flex;
  flex-direction: column;
}
.det-prod-info hr{
	margin:15px 0;
	border-width: 1px;
	clear:both;
}

.price-row{
	display: flex;
	justify-content: space-between;
  border-bottom:1px solid #dddddd;
  padding-bottom:15px;
  margin-bottom:15px;
}
.det-price .eur{
	font-size:2rem;
	font-weight:700;
}
.det-price .eur sup{
	font-size:0.5em;
	top:-15px;
}
.priceinfo{
	display:block;
	font-size:0.7em;
	color:#888888;
}
.certs{
	width:200px;
	display:flex;
	flex-direction: row;
  justify-content: flex-end;
}

.certs img{
	width:60px;
	height:auto;
	align-self:flex-end;
}

.prod-status{
	margin-bottom:10px;
  margin-top:15px;
}
.det-gen-info{
	margin-bottom:10px;
}
.prod-status strong,
.prod-status span.availability{
	border-radius: 20px;
	display: inline-block;
	padding: 3px 20px 3px 10px;
}
.prod-status span.availability.yes {
	background-color: #dff0e1;
	color: #279b38;
}
.prod-status span.availability.temp-not-available {
	background-color: #FBEBDF;
	color: #e67c2b;
}
.prod-status span.availability.not-in-assortment {
	background-color: #F3CBC0;
	color: #c00d0d;
}

.prod-status strong.det-new {
	background-color: #279b38;
	color: #fff;
	padding: 3px 20px 3px 20px;
}
.prod-status strong.det-discount {
	background-color: #c00d0d;
	color: #fff;
	padding: 3px 20px 3px 20px;
}

.det.prod-icons{
	position:relative;
	padding:0;
  float:left;
	margin-bottom:20px;
}

.det.prod-icons span{
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	font-weight:bold;
}
.det.prod-icons i.fas{
  width:24px;
  height:24px;
  line-height:24px;
  text-align:center;
  border-radius:25px;
  color:#fff;
  display:inline-block;
  font-size:14px;
}
.det.prod-icons i.fas{
  float:none;
  margin-right:2px;
}
.det-shipping-info{
	width:100%;
	clear:both;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
  border-bottom:1px solid #dddddd;
  padding-bottom:15px;
  margin-bottom:15px;
}

.det-shipping-info span{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.det-shipping-info span i{
  margin-right:10px;
}

.det-shipping-info span span{
	display: inline-block;
}

.det-prod-info form{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  position:relative;
}
.det-prod-info .form-inline .form-group.fwide{
  display: block !important;
  flex:100% !important;
  align-items: left !important;
  padding-bottom:15px;
}
.det-prod-info .form-inline .form-group.fwide label{
  display: flex;
  align-items: start;
  justify-content: left;
  margin-bottom: 5px;
  font-weight:bold;
}
.det-prod-info form div:first-of-type{
  display: none;
}
.det-prod-info form div.select{
  display: block;
}
.det-prod-info .select {
	position: relative;
}
.det-prod-info select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
  width:100% !important;
  cursor:pointer;
}

.det-prod-info .select::after{
	content: "\f0dd";
	color: #000;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 1;
}

.det-prod-info form.temp-not-available{
  display:block;
  padding-bottom:15px;
}
.det-prod-info input.form-control{
  width:80px;
	margin-right:15px;
	border-color:transparent;
	background:#EEEEEE;
}
.det-prod-info form.temp-not-available input.form-control{
	width:100%;
	margin-bottom:15px;
}
.det-prod-info form.not-in-assortment label{
	width:100%;
	margin-bottom:15px;
  font-size:0.8em;
  font-weight:bold;
  color:#279B38;
}

.det-prod-info form .btn{
	justify-self: flex-end;
}

.det-wishlist{
	display:inline-block;
	color:#000000 !important;
  text-decoration:none !important;
	font-size:0.8em;
}
.det-wishlist.active{
	color:#C00D0D !important;
}
.det-wishlist span{
  border-bottom:2px solid #000;
  -webkit-transition: border-bottom 400ms ease-out;
  -moz-transition: border-bottom 400ms ease-out;
  -o-transition: border-bottom 400ms ease-out;
  transition: border-bottom 400ms ease-out;
}
.det-wishlist span:hover{
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.det-wishlist.active i{
	font-weight:700;
}
.det-wishlist.active span{
	border-color:#C00D0D !important;
}
.add-wishlist{
  text-align:right;
  padding-bottom:15px;
}
.similar-products{
  position:relative;
  top:-40px;
  display:inline-block !important;
  max-width:50% !important;
  padding-left:0;
}
.similar-anchor{
	display:inline-block;
	color:#000000 !important;
  text-decoration:none !important;
	font-size:0.8em;
  padding-left:0;
}

.similar-anchor{
  display: inline-block;
  border-bottom:2px solid #000;
  -webkit-transition: border-bottom 400ms ease-out;
  -moz-transition: border-bottom 400ms ease-out;
  -o-transition: border-bottom 400ms ease-out;
  transition: border-bottom 400ms ease-out;
}
.similar-anchor:hover{
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}





.wl-product{
  border-bottom:1px solid #dddddd;
  margin-bottom:15px;
}
.wl-product .col-md-9{
  display:flex;
  flex-direction:row;
  align-items: center;
}
.wl-product .col-md-9 .wl-img{
    flex: 0 0 33%;
    max-width: 33%;
}
.wl-product span{
  display:block;
  padding-left:20px;
}
.wl-product button,
.wl-product a.btn{
  display:block;
  width:100%;
  margin-bottom:15px;
  padding:5px;
  font-size:0.9em;
}

.wl-related>.col-sm-12>span{
  display:block;
  margin-bottom:15px;
}
.wl-related .row{
  align-items: stretch;
}
.wl-related .row .col-sm-4{
  display: flex;
  align-items: stretch;
}

.wl-related .wl-prod-card{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.wl-prod-card h3 a{
  display:block;
  text-align:center;
  padding:5px;
  font-size:1.1rem;
  line-height:1.3em;
}
.det-prod-info form.temp-not-available .det-wishlist span:hover{
	border-color:transparent !important;
}
.cross-selling .prod-cart .btn.btn-primary{
  margin:0 auto;
}
.det-right .white{
  margin-bottom:15px;
}
.cross-selling .prod-cart a.btn.btn-primary{
    display:inline-block;
    min-width:130px;
}
.det-right .blogentries .col-12.col-sm-6.col-lg-4.d-flex.align-items-stretch{
  width:100%;
  max-width:100%;
  padding:0;
}
.det-right .blogentries .teaser{
  margin-bottom:30px;
}
.det-right .blogentries .teaser h3 a{
  color:#C00D0D;
}

.det-right .date.author{
  font-size:0.8em;
}
.det-right .blogentries .cta{
  color:#000000;
}
#trustedshops-productreviews-sticker-wrapper{
  margin-bottom:30px;
}
@media only screen and (max-width: 1439px) and (min-width: 1200px){
  .det-preview{
    padding-right:20px;
  }
  .det-selectors{
    padding-right:20px;
    width:120px;
  }
  .cross-selling .col-6.col-sm-4.col-md-4.col-lg-4{
    padding:0 10px 10px 0;
  }
  .cross-selling .product-card{
    min-height:380px;
  }
  .cross-selling .product-card .price{
    font-size:1.4em;
  }
  .cross-selling .prod-cart .btn.btn-primary{
    margin:0 auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
  .det-preview{
    padding-right:0px;
  }
  .det-selectors{
    padding-right:20px;
    width:100px;
  }
  .cross-selling .col-6.col-sm-4.col-md-4.col-lg-4{
    padding:0 10px 10px 0;
  }
  .cross-selling .product-card{
    min-height:350px;
  }
  .cross-selling .product-card .price{
    font-size:1.4em;
  }
  .cross-selling .prod-cart .btn.btn-primary{
    padding:3px 3px;
    font-size:0.65em;
    margin:0 auto;
  }
}
@media only screen and (min-width:992px){
   .modal-dialog.modal-dialog-centered.modal-lg{
    max-width:800px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .det-prod-info form{
    border-bottom:1px solid #dddddd;
    margin-bottom:15px;
  }
  .det-prod-img{
    width:40% !important;
    max-width:40% !important;
    display:inline-block;
  }
  .det-images{
    display: flex;
    flex-direction:column;
  }
  .det-selectors{
    padding:0;
    display:inline-block;
    width:100%;
  }
  .det-selectors a{
    width:24%;
  }
  .det-preview{
    padding:0;
    margin:0;
    display:inline-block;
  }
  .det-prod-info{
    width:60% !important;
    max-width:60% !important;
    display: inline-block !important;
  }
  .det-prod-info .form-inline {
    padding-bottom:15px;
  }
  .det-prod-info .form-inline .form-group{
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .det-prod-info input.form-control{
    display:inline-block;
  }
	.det-right .blogentries{
		display:flex;
		flex-direction:row;
		justify-content: space-between;
		width:100%
	}
	.det-right .blogentries .col-12.col-sm-6.col-lg-4.d-flex.align-items-stretch{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.det-right .blogentries .col-12.col-sm-6.col-lg-4.d-flex.align-items-stretch .teaser.shadow.rounded{
		width:100%;
	}
	.det-right .blogentries .col-12:nth-child(even) .teaser{
		margin-left:15px;
	}
	.det-right .blogentries .col-12:nth-child(odd) .teaser{
		margin-right:15px;
	}
   .modal-dialog.modal-dialog-centered.modal-lg{
    max-width:600px !important;
    margin:0 auto;
  }
}
@media screen and (max-width:767px){
  .det-prod-info form{
    border-bottom:1px solid #dddddd;
    margin-bottom:15px;
  }
  .det-images{
    margin: 0 auto;
  }
  .det-selectors{
    padding-right:0;
    padding-top:5px;
    text-align: center;
    width:85px;
  }
  .det-selectors a{
    width:80px;
  }
  .det-preview{
    display: block;
    padding-right:10px;
    padding-left:20px;
    max-width:300px;
    margin:0 auto;
  }
  .det-prod-info .form-inline {
    padding-bottom:15px;
  }
  .det-prod-info .form-inline .form-group{
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .det-prod-info input.form-control{
    display:inline-block;
  }
  .cross-selling .col-6.col-sm-4.col-md-4.col-lg-4{
    padding:0 10px 10px 0;
  }
  .cross-selling .product-card{
    min-height:350px;
  }
  .cross-selling .product-card .price{
    font-size:1.4em;
  }
  .cross-selling .prod-cart .btn.btn-primary{
    margin:0 auto;
  }
}
@media screen and (max-width:320px){
  .det-prod-info form{
    border-bottom:1px solid #dddddd;
    margin-bottom:15px;
  }
  .det-images{
    display: flex;
    flex-direction:column;
    margin: 0 auto;
  }
  .det-selectors{
    display: block;
    width: 100%;
    padding-right:0;
    padding-top:5px;
    text-align: center;
  }
  .det-selectors a{
    width:24%;
  }
  .det-preview{
    display: block;
    padding-right:0px;
    width:80%;
    margin:0 auto;
  }
  .det-prod-info form input{
    margin-bottom:15px;
  }
}
/*product-detail-page end*/

.shop-pager{
  margin-bottom:30px;
}

sup{font-size:0.7em;}

.c-header{
	background:#ffffff;
	margin-bottom:2em;
	padding:20px 15px;
	display:flex;
  justify-content:space-between;
}
.c-header button{
}
.c-item-row{
  padding:30px 0;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.c-discounts,
.c-sub,
.c-adds{
	text-align:right;
}

.c-sub,
.c-adds{
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}
.c-discounts .col-12{
	text-align:left;
}
.c-register .col-12{
	display: flex;
	justify-content: flex-end;
}
.c-register .col-6{
	display: flex;
	justify-content: flex-end;
}
.c-register .col-6:nth-child(1){
	display: flex;
	align-items:center;
	justify-content:flex-start;
}
.c-register .col-6:nth-child(1) a{
	color:#000;
	cursor:pointer;
}
.c-register .col-6:nth-child(2){
}
.c-item-row div{
}
.c-item-row:nth-child(even){
  background:#ffffff;
}
.c-item-row:nth-child(even){
}
.c-name span.c-prod-name{
  display:block;
  margin-bottom:5px;
  font-family:'FuturaBT-Book', Helvetica, Arial, 'Dosis';
	font-size:1.2rem;
}
.c-name span.c-subtitle{
  display:block;
  margin-bottom:15px;
	font-size:1rem;
}

.c-name a span.c-prod-name {
	text-decoration:none;
	color:#000;
	display:inline-block;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
  
  .c-name a:hover span.c-prod-name {
	text-decoration: none;
	border-bottom:2px solid #000;
	-webkit-transition: border-bottom 1s ease-out;
	-moz-transition: border-bottom 1s ease-out;
	-o-transition: border-bottom 1s ease-out;
	transition: border-bottom 1s ease-out;
}

.c-price{
	font-weight: 700;
	text-align:right;
}
.c-qty{
  display:flex;
}
.c-qty i{
  cursor: pointer;
  margin-right:10px;
}
.c-qty a{
  cursor: pointer;
  color:#c00d0d;
}
.c-qty i.fa-minus-circle{
  margin-right:30px;
}
.c-qty input{
  min-width:3rem;
  width:auto;
  margin-right:10px;
  box-shadow: none !important;
}
.c-total{
	text-align:right;
	font-weight:700;
}
h4.freeitems{
	padding-top:15px;
}
.freeitems .c-qty{
    justify-content: flex-end !important;
}
.lastorders .c-cart{
  text-align:right;
}
.lastorders .c-cart .form-control{
  width:auto;
}
.lastorders .c-cart .form-group{
  display:flex;
  justify-content: end;
}

.kontonav{
  margin-bottom:30px;
}
input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.c-row.addons{
  display: block;

}
.panel-heading{
  background-color: rgba(39, 155, 56, 0.15);
  padding:15px;
}
.lastorders .panel-heading{
  background-color: #dddddd;
  padding:15px;
}
.panel-heading h4 {
 margin:0;
}
.address-type{
  padding:25px 0;
  background:#eeeeee;
  margin-bottom:15px;
  border:2px solid #dddddd;
}
.address-type h3 a{
  font-size:16px;
  border-bottom:2px solid #000000;
  -webkit-transition: border-bottom 400ms ease-out;
  -moz-transition: border-bottom 400ms ease-out;
  -o-transition: border-bottom 400ms ease-out;
  transition: border-bottom 400ms ease-out;
}

.address-type h3 a:hover{
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.panel-heading h4 a{
  padding:0;
  margin:0;
  font-weight:700;
  text-transform: none;
  color:#279b38;
}
.lastorders .panel-heading h4 a{
  color:#000000;
}
.last-sum.collapsed i{
  transform: rotate(0deg);
  -webkit-transition: rotate 400ms ease-out;
  -moz-transition: rotate 400ms ease-out;
  -o-transition: rotate 400ms ease-out;
  transition: rotate 400ms ease-out;
}
.last-sum i{
  transform: rotate(180deg);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.lastorders .panel-heading{
  display:flex;
  justify-content: space-between;
  align-items:center;
}

.panel-body{
  padding:50px 15px;
  background:#fff;
}
.lastorders .panel-body{
  padding:0px 0px;
  background:#fff;
}
.panel-body p{
  padding:0; margin:0;
}
.col-sm-3 .panel-body{
  background:none;
}
.panel-body ul{
  padding:0;
  margin:0;
  list-style: none;
}
.panel-body .alert{
  border-width: 1px;
  border-radius:0;
}
.panel-voucher input{
  width:500px;
  float:left;
  margin-bottom:15px;
  background:#eeeeee;
}
.panel-voucher span.btn.btn-primary{
  float:left;
	cursor:pointer;
  margin-left:15px;
}
.panel-voucher p{
  clear:both;
}
.panel-default{
  margin-bottom:3px;
}
.panel-cards .panel-body,
.panel-giftboxes .panel-body{
  padding-top:0;
  padding-bottom:0;
}
.panel-default .c-item-row{
  background:none;
  border-bottom:1px solid #dddddd;
}
.panel-default div.c-item-row:last-of-type{
  border:none;
}
.c-add-card{
  cursor:pointer;
  font-size:24px;
  background:none;
  border:none;
  color:#279B38;
}
@media screen and (max-width:991px){
  .c-qty,
  .c-price,
  .c-total{
    display:flex;
    align-items: center;
		justify-content:end;
  }
  .lastorders .c-qty,
  .lastorders .c-price,
  .lastorders .c-total{
    display:block;
  }
  
  .lastorders .c-price span{
    font-size:0.8em;
    font-weight:normal;
  }  
	.c-item-row:nth-child(even) .c-img{
		padding-bottom:10px;
	}

	.c-item-row:nth-child(even) .c-img img{
		border:1px solid #eeeeee !important;
	}
	.c-qty input{
		min-width:3rem;
		max-width:4rem;
		margin-right:10px;
		box-shadow: none !important;
	}
	.c-name span.c-prod-name{
		font-size:1.1rem;
		margin-bottom:5px;
		line-height:1.1em;
	}
	.c-name span.c-subtitle{
		font-size:0.9rem;
		margin-bottom:5px;
		line-height:1.1em;
	}
	.c-name a{
    padding-bottom:10px;
		display:inline-block;
		font-size:0.8em;
	}
	.c-name i{
		display:block;
		font-size:0.9em;
		line-height:1.1em !important;
		margin-bottom:10px;
	}
	.c-name i.fas{
		display:inline;
	}
}

@media screen and (max-width:450px){
  .c-qty{
    padding:0;
  }
  .c-qty i{
    margin-left:5px;
  }
  .c-qty i.fa-minus-circle{
    margin:5px;
  }
  .c-qty input{
    margin-right:5px;
  }
  .c-total{
    width:auto !important;
  }
  .cross-selling .col-6.col-sm-4.col-md-4.col-lg-4{
    padding:0 10px 10px 0;
  }
  .cross-selling .product-card{
    min-height:380px;
  }
  .cross-selling .product-card .price{
    font-size:1.4em;
  }
  .cross-selling .prod-cart .btn.btn-primary{
    margin:0 auto;
  }

  .lastorders .c-total{
    font-size:0.9em;
  }
}
@media screen and (max-width:360px){
  .cross-selling .col-6.col-sm-4.col-md-4.col-lg-4{
    padding:0 10px 10px 0;
  }
  .cross-selling .product-card{
    min-height:310px;
  }
  .cross-selling .product-card .price{
    font-size:1.4em;
  }
  .cross-selling .prod-cart .btn.btn-primary{
    margin:0 auto;
  }
}


@media screen and (min-width:992px){
  .c-qty input{
    margin-top:-8px;
  }
}

/*login-kassa*/
/* Checkout */
.checkout {
  width:100%;

}
.billing{
  margin-top:30px;
}
.checkout hr {
    margin-top: 28px;
}
.checkout .select {
	position: relative;
}
.checkout select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.checkout .select::after {
	content: "\f0dd";
	color: #000;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 1;
}
.checkout .form-group label {
    font-weight: 700;
}


.checkout .accordion {

}
.checkout .accordion .panel-header {
	background-color: #efd4d4;
	padding: 19px 20px;
}
.checkout .accordion.payment .panel-header {
	background-color: #eeeeee;
	margin-top: 5px;
	padding: 0;
}
.checkout .accordion.payment .panel-title label {
	display: block;
	margin-bottom: 0;
	padding: 19px 50px;
}
.checkout .accordion.payment .panel-title .radiobtn {
	left: 19px;
	top: 50%;
	transform: translateY(-50%);
}
.checkout .accordion .panel-title {
	margin-bottom: 0;
	text-transform: inherit;
}
.checkout .accordion .panel-title label {
	margin-bottom: 0;
}
.checkout .accordion .panel-title a {
	color: #c00d0d;
	font-weight: 700;
}
.checkout .accordion .panel-body {
	padding: 20px 20px;
}
.checkout .accordion .panel-body ul {
	padding: 15px 35px;
	list-style-type: square;
}

.accordion .tooltip_templates {
	display: none;
}

.checkout .radius-9 {
    border-radius: 9px;
}
.checkout .green.btn-billing {
	border-radius: 9px;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 10px 25px;
	width: 100%;
	max-width: 350px;
}
.arrow-steps {
    display: flex;
	margin-bottom: 25px;
	height: 59px;
}
.arrow-steps .step {
	color: #777;
    cursor: default;
    margin-right: .5%;
	text-align: center;
	width: 33%;
	position: relative;
	background-color: #e3e3e3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.arrow-steps .step:last-child {
    margin-right: 0;
}
.arrow-steps .step a {
	color: #777;
    display: block;
	font-weight: 700;
	text-decoration: none;
	padding: 16px 5px;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.arrow-steps .step a:hover {
	opacity: .6;
}
.arrow-steps .step a .fas {
    display: none;
	font-size: 24px;
	vertical-align: middle;
	margin-right: 7px;
}
.arrow-steps .step.current {
	color: #000000;
	background-color: #fecc00;
}
.arrow-steps .step.current a {
	color: #000000;
	text-decoration: none;
}
.arrow-steps .step.complete {
	color: #ffffff;
	background-color: #000000;
}
.arrow-steps .step.complete a {
	color: #ffffff;
}
.arrow-steps .step.complete a .fas {
	display: inline-block;
}
.arrow-steps .step.complete::after {
	border-left: 15px solid #000000;
}
.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step::after, .arrow-steps .step::before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #e3e3e3;
	z-index: 2;
}
.arrow-steps .step::before {
	right: auto;
	left: 0;
	border-left: 15px solid #fff;
	z-index: 0;
}
.arrow-steps .step.current::after {
	border-left: 15px solid #fecc00;
}
.arrow-steps .step:first-child::before, .arrow-steps .step:last-child::after {
	border: none;
}
.row.email-news{
	padding-bottom:30px;
}
.customer-guest-login {}
.customer-guest-login h3 {
	color: #000000;
	margin-bottom: 20px;
}
.customer-guest-login .form-group {
    margin-bottom: 20px;
}
.customer-guest-login .customer-login label {
	font-weight: 700;
}
.customer-guest-login .customer-login a.forgot-password {
	/* display: inherit; */
	color: #C00d0e;
	font-size: 14px;
	text-align: right;
	margin-top: 3px;
	margin-right: 20px;
	margin-left: auto;
	width: 100%;
}
.customer-guest-login .customer-login .btn.green {
	display: inherit;
	font-weight: 700;
	width: 60%;
}
.customer-guest-login .guest-login {

}
.customer-guest-login .btn.neutral {
	border: 2px solid #289b38;
	margin-bottom: 10px;
}
.customer-guest-login .btn.neutral:hover {
    background: rgba(40,155,56,0.3);
}

.guest-login .row div:nth-child(1) .btn.neutral{
	border: 2px solid #289b38;
  background: rgba(40,155,56,0.3);
}

.guest-login .row div:nth-child(1) .btn.neutral:hover{
	border: 2px solid #289b38;
  background: white;
}

.fv-form-bootstrap .form-control {
	border-radius: 9px;
	opacity: .7;
}
.fv-form-bootstrap .form-control:focus {
	opacity: 1;
}
.fv-form-bootstrap .help-block {
	font-size: 85%;
}
.has-feedback {
	position: relative;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
    top: 48px;
    right: 15px;
}
.has-feedback .form-control-feedback, .has-feedback label ~ .form-control-feedback {
    top: 48px;
    right: 5px;
}
.has-feedback.col-sm-4 .form-control-feedback, .has-feedback.col-sm-4 label ~ .form-control-feedback, .has-feedback.col-sm-8 .form-control-feedback, .has-feedback.col-sm-8 label ~ .form-control-feedback {
	top: 48px;
	right: 20px;
}
.has-feedback .select .form-control-feedback, .has-feedback .select label ~ .form-control-feedback {
	top: 13px;
	right: 20px;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border-radius: 9px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.notice-box {
	display: none;
	color: #C00d0e;
	margin-top: 15px;
	border: 1px solid #C00d0e;
	padding: 15px;
	font-size: 15px;
	background: rgba(192,13,14,0.1);
}
.notice-box p {
	margin-bottom: 0;
}
.notice-box2 .shipping-options {
	color: #000;
	margin-top: 15px;
	border: 2px solid #edb082;
	padding: 15px;
	font-size: 15px;
	background: #f4e5d8;
	margin-bottom: 20px;
}
.notice-box2 .shipping-options .v-providerlist img {
	width: auto;
}
.notice-box2 .radio label, .notice-box2 .checkbox label {
	min-height: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	padding-bottom: 10px;
	padding-left: 20px;
}
.notice-box2 span {
	padding-left: 10px;
}
.notice-box2 span.name, .notice-box2 span.vpreis {
	font-weight: bold;
}
.notice-box2 span.hinweis {
	font-style: italic;
	display: block;
	padding-left: 10px;
}
.notice-box2 span.addmore {
	display: block;
	padding-left: 10px;
	font-style: italic;
}
.notice-box2 span.addmore a {
	color: #C00D0D;
	font-weight: 700;
	padding-left: 7px;
}

/* Additional changes for Payment page */
.accordion .checkcontainer input {
	display: inline;
    position: absolute;
    right: 0;
    z-index: -1;
}
/* RadioBox */
.checkcontainer input[type="radio"] ~ .radiobtn {
	position: relative;
	left: -30px !important;
    top: 0 !important;
}
.checkcontainer input[type="radio"] ~ .radiobtn::before {
	content: '';
	background-color: #ffffff;
	border: 1px solid #888888;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 0;
	padding: 0 !important;
	height: 20px;
	width: 20px;
}
.checkcontainer input[type="radio"] ~ .radiobtn::after {
	content: '';
	background-color: #ffffff;
	border: 1px solid #888888;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 0;
	padding: 0 !important;
	height: 20px;
	width: 20px;
}
.checkcontainer input[type="radio"] ~ .radiobtn:hover::after {
	background-color: #888888;
}
.checkcontainer input[type="radio"]:checked ~ .radiobtn::after {
	background-color: #ffffff;
	border-width: 7px;
}
.checkcontainer input[type="radio"]:focus ~ .radiobtn::before {
	box-shadow: 0 0px 8px #888888;
}


.accordion .btn-group {
	display: inline-block;
	margin-top: 20px;
}
.accordion .btn-group-radio input[type="radio"] {
	height: 0;
	width: 0;
	opacity: 0;
	border: none;
	margin-left: -8px;
}
.accordion .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.accordion .btn-group-radio input[type="radio"] + .btn {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: .6;
}
.accordion .btn-group-radio input[type="radio"]:focus + label {
	box-shadow: 0 0px 8px #888888;
}
.accordion .btn-group-radio input[type="radio"]:checked + .btn {
	opacity: 1;
	background-repeat: no-repeat;
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment5 {
	background-image: url(../img/icons/eps-ba.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment6 {
	background-image: url(../img/icons/eps-bawag.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment7 {
	background-image: url(../img/icons/eps-erste.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment8 {
	background-image: url(../img/icons/eps-hypo.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment9 {
	background-image: url(../img/icons/eps-raiba.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment10 {
	background-image: url(../img/icons/eps-volksbank.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment11 {
	background-image: url(../img/icons/eps-hyponoe.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment12 {
	background-image: url(../img/icons/eps-hypotirol.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment13 {
	background-image: url(../img/icons/eps-apotheker.png);
}
.accordion .btn-group-radio input[type="radio"] + .btn.payment14 {
	background-image: url(../img/icons/eps-aerzte.png);
}

.btn-group-radio input[type="radio"]:checked + .btn {
	color: #289b38;
	background-color: rgba(40,155,56,0.1) !important;
	border-color: #289b38;
	outline: 0;
	font-weight: bold;
}
.accordion .btn-group-radio > .btn {
	border: 1px solid #cccccc;
	cursor: pointer;
	margin: 0 5px 5px 1px;
	padding-left: 65px;
	font-size: 14px;
}


/* summary */
.summary {

}
.summary h3, .address h3, .checkout h3 {
	color: #000000;
	margin-bottom: 25px;
}
.summary h3 .fas {
	margin-right: 7px;
}
.summary a.summary-edit {
	margin-top: 7px;
	display: inline-block;
	color: #C00D0D;
	border:none;
}
.summary a.summary-edit:hover {
	border:none;
	opacity:0.8;
}

.summary .ordered-products {
	margin-top: 20px;
}
.summary .ordered-products .ordered-item {
	background-color: #ffffff;
	padding: 9px 5px;
}
.summary .ordered-products .ordered-item:nth-of-type(2n) {
	background-color: transparent;
}
.summary .ordered-products .subtotal {
	margin-top: 11px;
	font-weight: 700;
	text-align: right;
}
.summary .ordered-products .subtotal .rebates,
.summary .ordered-products .subtotal .shipping{
	margin-top: 11px;
	font-weight: 400;
	text-align: right;
}
.summary .ordered-products .subtotal .rebates .sub .col-8.col-sm-10,
.summary .ordered-products .subtotal .rebates .sub .col-4.col-sm-2{
  margin:0;
}
.summary .ordered-products .subtotal .sub {
	background-color: #ffffff;
	padding: 18px 5px;
}

.summary .ordered-products .subtotal .total {
	background-color: #fcc942;
	padding: 28px 5px;
}
.summary .ordered-products .subtotal .bf-total {
	font-weight: normal;
}

.checkout-points{
  padding-top:30px;
}
.checkout-points .col{
  padding:0 !important;
}

.checkout-points *{
  padding-bottom:0;
  margin-bottom:0;
}

@media screen and (max-width:991px){
  .checkout-points .col-12 .checkout-points-summary{
    margin-bottom:15px;
  }
}
.checkout-points-summary{
    text-align:right;
    background:url(../../../../../../fileadmin/site/img/pod-yellowb.svg) no-repeat 10px 50% rgba(27, 98, 38, 0.3);
    background-size:25px 25px;
    display:inline-block;
    float:right;
    padding:10px 20px 10px 45px;
    font-weight:bold;
}

.checkout-points-summary span{
  display:block;
}

.checkout-points-summary span.subpoints{
  color:red;
}

.notice-box4 {
	background: #f4e5d8;
	border: 1px solid #edb082;
	color: #000000;
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.notice-box4 label {
	margin-bottom: 0;
	font-weight: normal !important;
}

/* Media queries */

@media screen and (max-width:991px){
	.arrow-steps .step a {
		padding: 18px 0;
		font-size: 15px;
		font-weight: 400;
	}
	.arrow-steps .step a .fas {
		font-size: 18px;
		margin: 0 3px 3px 5px;
	}
	.accordion .cvc-cvv {
		margin-top: 20px;
	}
	.customer-guest-login .customer-login {
		margin-bottom: 45px;
	}
}

@media screen and (max-width:767px){
	.arrow-steps {
		flex-direction: column;
		height: auto;
		margin-bottom: 40px;
	}
	.arrow-steps .step {
		position: static;
		margin-bottom: 1px;
		width: 100%;
	}
	.arrow-steps .step:before, .arrow-steps .step:after {
		border: none;
	}
	.arrow-steps .step a {
		padding: 15px 10px;
		font-size: 16px;
	}
	.panel-voucher input{
		width:100%;
	}
	.panel-voucher span.btn.btn-primary{
		margin-left:0;
		margin-bottom:1em;
	}
  .lastorders .c-img{
    flex: 0 0 20%;
    max-width: 20%;
  }

  .lastorders .c-name,
  .lastorders .c-stk{
    flex: 0 0 40%;
    max-width: 40%;
    text-align:right;
  }
  .lastorders .c-price{
    flex: 0 0 60%;
    max-width: 60%;
    text-align:right;
  }

  .lastorders .c-total{
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom:10px;
  }
}

@media screen and (min-width:992px){
	.arrow-steps {
		margin-bottom: 52px;
	}
	.summary h3 .fas {
		font-size: 30px;
	}
	.summary .ordered-products .subtotal .total {
		font-size: 24px;
	}

	.customer-guest-login .btn.neutral {
		width: 100%;
	}
	.customer-guest-login .customer-login {
		border-right: 1px solid #dddddd;
	}
	.customer-guest-login .customer-login form {
		max-width: 500px;
		width: 100%;
	}
	.customer-guest-login .customer-login label {
		justify-content: left;
		width: 40%;
	}
	.customer-guest-login .customer-login .form-control {
		width: 60%;
	}
	.customer-guest-login .customer-login .btn.green {
		margin-left: auto;
	}
}

@media screen and (min-width:1200px){
	.customer-guest-login .guest-login .row .col-12:first-child {
		padding-right: 40px;
	}
	.customer-guest-login .guest-login .row .col-12:last-child {
		padding-left: 40px;
	}
}
