.descriptionBoxHolder {
    /* border: 1px solid black; */
    /* width: 60vw; */
    /* height: 12em; */
    margin-bottom: 2vmin;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

#shop-summary-table-holder{
    overflow-x: auto;
}

.descriptionBoxImgHolder {
    /* position: absolute; */
    height: 25vmin;
    float: left;
    border: 1px solid black;
    /* margin: 1%; */
    padding: 1%;
    aspect-ratio: 1 / 1;
    margin: auto 2vmin;
}

.descriptionBoxImgHolder:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.descriptionBox {
    /* display: flex;
    flex-direction: row; */
    height: 100%;
    border: 1px solid black;
    display: flex !important;
}

.descriptionBoxImg {
    height: 85%;
    width: auto;
    /* padding: 1vmin; */
}

.descriptionBoxImgText {
    position: absolute;
    font-family: UbuntuBold;
    font-size: 170%;
    width: 80%;
    /* transform: translate(0%, 100%); */
    text-align: center;
    float: left;
    color: var(--main-color-darkblue);

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.descriptionBoxImgTopText {
    position: absolute;
    color: var(--main-color-darkblue);
    font-size: 0.6em;
    font-weight: bold;
    padding: 0.25em;
}

.descriptionBoxTextHolder {
    /* position: absolute; */
    float: left;
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 3vmin;
    width: 70vmin;
}

.descriptionBoxTextHolderBottom {
    position: absolute;
    /* float: left; */
    margin-left: 25vmin;
    margin-top: 19vmin;
    font-size: 1.6vmin;
}

.shop-inc-btn{
    background-color: var(--main-color-lightblue);
    border: none;
    color: #fff;
    padding: 0 12px 0 12px;
    font-weight: 900;
}

.descriptionBoxOrderHolder {
    /* position: absolute; */
    /* left: 53vw; */
    /* width: 30vw; */
    /* float: right; */
    text-align: right;
    margin: 2vmin;
}

.numberInput_twoDigits {
    width: 3em;
    text-align: center;
    -moz-appearance:textfield;
}

.numberInput_twoDigits::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.oneLiner {
    display: inline-flex;
    gap: 0.5em;
}

.oneLiner div {
    margin-top: 0.3em;
}

.boxEnabledIcon {
    margin-bottom: 1vmin;
    height: 2em;
}

.inputAddToCard {
    margin-top: 2vmin;
}

.inputAddToCard:hover {
    cursor: pointer;
}

.descriptionBoxImgLogo {
    position: absolute;
    /* float: left;
    transform: translate(4vmin, 50%); */
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.sfm-card-image-left:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.sfm-card-image-left{
    border: 1px solid #000;
    margin: 2vmin; 
    aspect-ratio: 1 / 1; 
    width: 100%
}

button {
    cursor: pointer;
}

.buttonBlue {
    color: white !important;
    background: var(--main-color-lightblue);
    font-weight: bold;
    border: none;
}

.buttonRed {
    color: white !important;
    background: var(--main-color-red);
    font-weight: bold;
    border: none;
}

.buttonGreen {
    color: white !important;
    background: var(--green);
    font-weight: bold;
    border: none;
}

.sfm-comment-box-header{
    font-family: UbuntuThin;
    font-size: 16px;
    display: flex;
    column-gap: 5vmin;
    background-color: #D9D9D9;
    padding: 20px;

}

.sfm-comment-div{
    margin-top: 30px;
}

.sfm-comment-box-box{
    margin-top: 10px;
}

.top-title-holder{
    margin-top: 130px;
}

.top-title-holder-re{
    margin-top: 15vmin;
}

.notifyjs-corner{
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.iframe-outer {
    display: inline-block;
    position: relative;
    width: 28%;
    /* margin-left: 25%; */
}

.iframe-outer:after {
    content: '';
    display: block;
    margin-top: 100%;
}

.iframe-inner {
    overflow: hidden;
    border-radius: 5000px;
    transition: all ease .2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid var(--main-color-lightblue);
}

.iframe-inner iframe {
    height: 100%;
    width: 100%;
}

.iframe-outer-cart {
    display: inline-block;
    position: relative;
    width: 100%;
    /* margin-left: 25%; */
}

.iframe-outer-cart:after {
    content: '';
    display: block;
    margin-top: 100%;
}

.iframe-inner-cart {
    overflow: hidden;
    border-radius: 5000px;
    transition: all ease .2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid var(--main-color-lightblue);
}

.iframe-inner-cart iframe {
    height: 100%;
    width: 100%;
}

#shop-summary-table-table th{
    text-align: center;
}

#single-energy{
    height: 100%;
    padding: 5vmin;
}

#single-sensor{
    /* height: 100%; */
    padding: 5vmin;
}

.plattformDetailDiv{
    width: 70%; 
    margin-top: 5vmin;
}

.pl-w-50{
    width: 50%;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 12px;
    float:right;
    margin-bottom: 0 !important;
  }
  
  /* Hide default HTML checkbox */
  .switch input {display:none;}
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input.default:checked + .slider {
    background-color: #444;
  }
  input.primary:checked + .slider {
    background-color: #2196F3;
  }
  input.success:checked + .slider {
    background-color: #8bc34a;
  }
  input.info:checked + .slider {
    background-color: #3de0f5;
  }
  input.warning:checked + .slider {
    background-color: #FFC107;
  }
  input.danger:checked + .slider {
    background-color: #f44336;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


  .counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-button {
    width: 30px;
    /* padding: 10px; */
    height: 30px;
    background-color: var(--main-color-darkblue);
    color: #fff;
}

.counter-input {
    height: 30px;
    width: 60px;
    text-align: center;
    background-color: rgba(1, 10, 45, 0.05);
    border: 1px solid #010a2d;
    margin: 0 5px 0 5px;
}

.paymenttype-input {
    height: 30px;
    text-align: center;
    background-color: rgba(1, 10, 45, 0.05);
    border: 1px solid #010a2d;
    margin: 0 5px 0 5px;
}


.counter-text {
    margin-left: 10px;
}

.text-container-bottom-2 {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 20px;
    width: 100%;
    height: 85%;
    font-size: 18px;
    font-family: Ubuntu;
  }

  .image-container-bottom-2 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .image-container-bottom-2 img{
    width: 100%;
    height: 100%;
  }

  .title6 {
    font-family: UbuntuThin;
    font-size: 48px;
    color: #000000;
 }

 .title3 {
    font-family: UbuntuBold;
    font-size: 64px;
    text-align: center;
    color: #fff;
}

.btn-red-sq{
    font-size: 16px;
    border: none;
    background-color: var(--main-color-red) !important;
    color: #fff !important;
    font-family: Ubuntu;
    padding: 15px 25px 15px 25px;
    margin-top: 20px;
}

.blue-anchor{
    color: #0319E3;
    text-decoration: underline;
    font-family: UbuntuMedium;
}

.blue-anchor-nb{
    color: #0319E3;
    text-decoration: underline;
}

#side-left-menu-shop .left-colm{
    background: linear-gradient(to bottom, rgba(176, 222, 237, 0.7), #fff);
    font-family: Ubuntu;
}

#side-left-menu-shop .nav-link{
    color: var(--main-color-darkblue);
}

#side-left-menu-shop .active{
    background-color: var(--main-color-lightblue);
}

.main-sec-header{
    font-size: 24px;
    font-family: UbuntuMedium;
    background: linear-gradient(to right, rgba(176, 222, 237, 0.7), #fff);
    padding: 0px 0px 0px 15px;
}

.sec-sec-header{
    font-size: 18px;
    font-family: UbuntuBold;
    background: linear-gradient(to right, rgba(176, 222, 237, 0.7), #fff);
    padding: 0px 0px 0px 15px;
}

.lb-circ-marker li::marker{
    color: var(--main-color-lightblue) !important;
}

.check-circ-marker {
    list-style-type: none; /* Remove default list marker */
    padding-left: 1em; /* Add some left padding to make room for the custom marker */
}

.real-progress{
    position: relative !important;
    top: -20px !important;
}

.f14{
    font-size: 14px !important;
}

.normal-anchor-link{
    color: inherit !important;
    font-family: inherit !important;
    text-decoration: underline !important;
}

@media (max-width: 992px){
    .top-title-holder{
        margin-top: 100px;
    }

    .iframe-outer {
        width: 40%;
    }
    
}

@media (max-width: 768px){
    .sfm-card-image-left {
        width: 65% !important;
        margin: 2vmin auto !important;
    }

    .sfm-card-img-holder-mobile{
        padding-top: 4vmin;
    }

    .iframe-outer {
        width: 50%;
    }

    .plattformDetailDiv{
        width: 100%; 
    }

    .pl-w-50{
        width: 100%;
    }
}

@media (max-width: 576px){

    .iframe-outer {
        width: 65%;
    }

    .title6 {
        font-size: 36px;
     }
    
     .title3 {
        font-size: 48px;
    }

    #btm-los-gts{
        padding-bottom: 40vmin;
    }
}

@media (min-width: 992px) {
    .non-nav-container{
        max-width: calc(100% - 230px) !important;
    }

    #navbar-left-small{
        min-width: 180px;
    }
}