/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
img.featured_img_url_xs {
    height: 100px;
    width: auto;
    }
.InC_WrTotals {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    }
input.BSTot_Inp,
input.InpOptsPriceEA {
    width: 200px;
    text-align: end;
    }
.WrTotals_Fields input{
    box-shadow: none!important;
    background: none!important;
    }
/*
.WrTotals_Fields input:after{
    content: "€";
    position: relative;
    }
    */
.InC_WrTotals_B input {
    border-bottom: double!important;
    font-size: 35px;
    font-weight: 600!important;
    padding: 0!important;
    }
.InC_WrTotals_B span.SpBSTot_Inp {
    font-size: 42px;
    padding: 0!important;
    position: relative;
    bottom: -5px;
    }
input.BSTot_Inp {
    padding: 0;
    }
ul.BSAvailOpts {
    margin: 0;
    list-style: none;
    }
.eigschClEA .card-body {
    background-color: transparent;
    }
/* --- eigenschaften items --- */
.eigschWrapItems {
    /*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow: auto;
    */
    }
.eigschClEA .card.card-body {
    padding: 0;
    border: none;
    }
.eigschItemEA{
    margin: 1rem 0;
    }
/*
.eigschItemEA:not(:first-child) {
    margin-left: 10px;
    }
    */
.eigschItemEA input[type=radio] {
    visibility: hidden;
    height: 0;
    width: 0;    
    }
.eigschItemEA .input-group-text {
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
    border: none;   
    /*border-color: rgba(109, 163, 38, 0.25);*/
    }
.eigschItemEA .input-group-text label {
    margin: 0;
    }
.eigschItemEA .input-group-text label:hover {
    cursor: pointer;
    }
label.BSLblRAttr{
    border: 3px solid rgba(109, 163, 38, 0.1);
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    }
label.BSLblRAttr:hover,
label.BSLblRAttr.selected{
    border-color: #6d6d6d;
    }
.lblAttrName {
    position: absolute;
    background-color: #1a1a1a;
    color: white;
    width: 100%;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    }
span.lbl_price {
    position: absolute;
    bottom: -35px;
    right: -35px;
    transform: rotate(-45deg);
    background-color: #1a1a1a;
    color: white;
    border-radius: 999px;
    width: 100px;
    height: 100px;
    padding: 10px;
    font-size: 26px;
    font-weight: bold;    
    }
button.btn.btn-primary.BSBtnModal {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1a1a1a;
    border-radius: 99px;
    height: 25px;
    width: 25px;
    padding: 2px;
    }
button.btn.btn-primary.BSBtnModal:hover {
    background-color: #6d6d6d;
    }
.input-group.BSoptiongroup:not(:first-child) {
    margin-left: 5px;
    }
span.BtnCollapseDashi {
    display: inline-block;
    margin-right: 5px;
    }
button.BtnCollapseTrigg{
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #1a1a1a;
    /*
    text-transform: uppercase;    
    font-weight: bold;
    */
    margin: 1rem 0;
    line-height: 1;
    background-color: transparent;
    }
button.BtnCollapseTrigg:active,
button.BtnCollapseTrigg:visited,
button.BtnCollapseTrigg[aria-expanded=true],
button.BtnCollapseTrigg[aria-expanded=false]{
    color: #1a1a1a;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;     
    }
button.BtnCollapseTrigg:hover,
button.BtnCollapseTrigg:focus{
    color: #6d6d6d!important;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;    
    }
button.BtnCollapseTrigg[aria-expanded=true] span.BtnCollapseDashi{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;       
    }
button.BtnCollapseTrigg[aria-expanded=false] span.BtnCollapseDashi{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;    
    }
/* ------------------- modal ------------------- */
.BSModal .modal-footer,
.BSModal .modal-header {
    border: 0px;
    }
.BSModalBtn{
    display: block;
    border-radius: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 10px;    
    }
.BSBtnPreSelOption {
    background-color: #1a1a1a;
    }
.BSBtnPreSelOption:hover {
    background-color: #fff;
    color: #1a1a1a!important;
    }
button.DismissA {
    background-color: transparent;
    padding: 0;
    height: 30px;
    width: 30px;
    }
button.DismissA .fas{
    color: #1a1a1a;
    font-size: 2rem;
    height: 30px;
    width: 30px;
    line-height: 30px;    
    }
button.DismissA:hover {
    background-color: transparent!important;
    -webkit-animation: rotating .5s linear infinite;
    -moz-animation: rotating .5s linear infinite;
    -ms-animation: rotating .5s linear infinite;
    -o-animation: rotating .5s linear infinite;
    animation: rotating .5s linear infinite;
    }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.BSModal .modal-content {
    border-radius: 0;
    }
.modal-footer.BSModalFooter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    }
button.Dismiss {
    background-color: white;
    color: #1a1a1a;
    border: 3px solid #fff!important;
    }
button.Dismiss:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a!important;
    color: white;
    }
/* ------------------- CART ------------------- */
ol.OLBSCartOpts {
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    display: block;
    }
ol.OLBSCartOpts p.pp {
    /*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    */
    }
span.BSCartOptsItP {
    float: right;
    }
span.BSCartOptsItN {
    /*
    display: inline-block;
    width: 75%;
    */
    }
dd.variation-Grundpreis p,
dd.variation-OptionenGesamtpreis p{
    text-align: right;
    text-decoration: underline;
    }
/* ------------------- ORDER RECEIVED ------------------- */
.woocommerce-order-received ol.OLBSCartOpts p.pp,
.woocommerce-view-order ol.OLBSCartOpts p.pp{
    width: 100%;
    }