.sccc-cart .shop-cart-popup {
    bottom: 0px;
    background: #222;
    position: static;
    right: 0px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: none;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    background-color: transparent;
}

.sccc-cart .shop-cart-popup > .products > .productRow > .values {
    color: #625e5e;
}

.sccc-cart .shop-cart-popup > .products > .productRow > .values > .quantity > input,
.sccc-cart .shop-cart-popup > .products > .productRow > .values > .quantity::before,
.sccc-cart .shop-cart-popup > .products > .productRow > .link,
.sccc-cart .shop-cart-popup,
.sccc-cart .shop-cart-popup > .products > .productRow > .remove {
    color: black;
}
.sccc-cart .shop-cart-popup > .products > .productRow > .link:hover,
.sccc-cart .shop-cart-popup > .products > .productRow > .remove:hover {
    color: #09851d;
}

.sccc-cart .shop-cart-popup > .products > .productRow > .link > .name {
    line-height: 20px;
    font-size: 15px;
}

.sccc-cart .shop-cart-popup > * {
    opacity: 1;
    transition: none;
}
.sccc-cart .shop-cart-popup > .cart, 
.sccc-cart .shop-cart-popup > .empty {
    display: none !important;
}

.sccc-cart .shop-cart-popup > .close {
    display: none;
}

.sccc-cart .shop-cart-popup > .products, 
.sccc-cart .shop-cart-popup > .no-products {
    min-height: 0px;
    overflow: visible;
}

.sccc-cart .shop-cart-popup > .no-products {
    font-size: 35px;
    line-height: 35px;
    color: #333;
}

.sccc-cart .shop-cart-popup > .separator:first-child,
.sccc-cart .shop-cart-popup > .payment + .separator {
    display: none;
}

.sccc-cart .shop-cart-popup > .products > .productRow > .link {
    min-width: 0px;
    width: auto;
}

.sccc-cart .shop-cart-popup > .products > .productRow > .link > .image {
    box-shadow: 0px 0px 17px rgb(0, 0, 0);
}

.sccc-cart .shop-cart-popup > .total {
    color: black;
    font-size: 20px;
    text-transform: none;
}

.sccc-cart .shop-cart-popup[data-cart-count]:not([data-cart-count="0"]) [data-visibility="product"].transport {
    display: flex !important;
}

.sccc-cart .shop-cart-popup > .transport {
    padding: 0px 20px;
    color: black;
    font-size: 20px;
    line-height: 40px;
}
.sccc-cart .shop-cart-popup > .transport:not(.not-selected) {
    overflow: hidden;
    max-height: 40px;
    transition: max-height ease-in 0.3s;
}

.sccc-cart .shop-cart-popup > .transport[data-options="2"]:hover {max-height: 80px;}
.sccc-cart .shop-cart-popup > .transport[data-options="3"]:hover {max-height: 120px;}
.sccc-cart .shop-cart-popup > .transport[data-options="4"]:hover {max-height: 160px;}
.sccc-cart .shop-cart-popup > .transport[data-options="5"]:hover {max-height: 200px;}
.sccc-cart .shop-cart-popup > .transport[data-options="6"]:hover {max-height: 240px;}
.sccc-cart .shop-cart-popup > .transport[data-options="7"]:hover {max-height: 280px;}
.sccc-cart .shop-cart-popup > .transport[data-options="8"]:hover {max-height: 320px;}
.sccc-cart .shop-cart-popup > .transport[data-options="9"]:hover {max-height: 360px;}
.sccc-cart .shop-cart-popup > .transport[data-options="10"]:hover {max-height: 400px;}
.sccc-cart .shop-cart-popup > .transport[data-options="11"]:hover {max-height: 440px;}
.sccc-cart .shop-cart-popup > .transport[data-options="12"]:hover {max-height: 480px;}
.sccc-cart .shop-cart-popup > .transport[data-options="13"]:hover {max-height: 520px;}
.sccc-cart .shop-cart-popup > .transport[data-options="14"]:hover {max-height: 560px;}
.sccc-cart .shop-cart-popup > .transport[data-options="15"]:hover {max-height: 600px;}


.sccc-cart .shop-cart-popup > .payment  > .radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 115px;
    padding-right: 115px;
}

.sccc-cart .shop-cart-popup > .payment > .radios > label {
    display: block;
    flex: 0 1 auto;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    width: 182px;
    height: 72px;
    margin: 5px;
    background: white;
}

.sccc-cart .shop-cart-popup > .payment > .radios > label > input {
    position: absolute;
    left: -20px;
    top: 14px;
    opacity: 0;
    z-index: -1;
}

.sccc-cart .shop-cart-popup > .payment > .radios > label > span {
    opacity: 0.5;
    border: solid #e6e1e1 5px;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.sccc-cart .shop-cart-popup > .payment > .radios > label > span > span {
    text-align: center;
}

.sccc-cart .shop-cart-popup > .payment > .radios > label:hover > span {
    opacity: 0.9;
    border-color: #ceecd3;    
    font-size: 16px;
}
.sccc-cart .shop-cart-popup > .payment > .radios > label > input:checked + span {
    opacity: 1;
    border-color: #9ecfa6;    
    font-size: 16px;
}

.sccc-cart .shop-cart-popup > .transport > div:not(.radios) {
    width: 150px;
}
.sccc-cart .shop-cart-popup > .transport > .radios {
    flex: 1 1 auto;
}
.sccc-cart .shop-cart-popup > .transport > .radios > label {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}
.sccc-cart .shop-cart-popup > .transport > .radios > label > input {
    position: absolute;
    left: -20px;
    top: 14px;
    opacity: 0;
    z-index: -1;
}
.sccc-cart .shop-cart-popup > .transport > .radios > label > span {
    opacity: 0.5;
    display: block;
}
.sccc-cart .shop-cart-popup > .transport:not(.not-selected)  > .radios > label > span {
    max-height: 0px;
    transition: max-height ease-in 0.3s;
    overflow: hidden;
}

.sccc-cart .shop-cart-popup > .transport > .radios > label > span > img,
.sccc-cart .shop-cart-popup > .transport > .radios > label > span > span {
    float:left;
    width: 36px;
    display: block;
    margin-top: 2px;
    margin-right: 10px;
}
.sccc-cart .shop-cart-popup > .transport:hover > .radios > label > span,
.sccc-cart .shop-cart-popup > .transport > .radios > label > input:checked + span {
    max-height: 40px;
}
.sccc-cart .shop-cart-popup > .transport > .radios > label:hover > span {
    opacity: 0.9;
    font-size: 16px;
}
.sccc-cart .shop-cart-popup > .transport > .radios > label > input:checked + span {
    opacity: 1;
}
.sccc-cart .shop-cart-popup > .transport > .radios > label > input:checked + span::after {
    font-size: 20px;
} 
.sccc-cart .shop-cart-popup > .transport > .radios > label > span::after {
    content: ""attr(data-price)"€";
    display: inline-block;
    float: right;
    opacity: inherit;
}

.sccc-cart .shop-cart-popup > .products > .productRow {
    background: transparent;
    box-shadow: 0px 0px 15px rgb(255, 255, 255);
}
.sccc-cart .shop-cart-popup > .products > .productRow:hover {
    box-shadow: 0px 0px 15px rgb(248, 243, 243);
}

.sccc-cart .shop-cart-popup > .products > .productRow > .values > .quantity > input {
    text-indent: 10px;
}
.sccc-cart .shop-cart-popup > .products > .productRow > .values > .quantity > input:hover {
    background: #fbfbfb;
}

.sccc-cart .shop-cart-popup > .products > .productRow > .values {
    float: right;
    width: 30%;
    padding-left: 0px;
}

.sccc-cart .shop-cart-popup > .products > .productRow > .values > .quantity::before {
    content: ""attr(data-sum)"€";
    display: inline-block;
    float: right;
    padding-right: 5px;
    font-weight: normal;
    font-size: 15px;
    width: 20%;
    text-align: right;
}

.sccc-cart .shop-cart-popup > .products > .productRow > .values > .quantity::after {
    content: ""attr(data-cost)"€";
    display: inline-block;
    float: right;
    padding-right: 5px;
    font-weight: normal;
    font-size: 15px;
    width: 20%;
}

.sccc-cart .shop-cart-popup > .user-info,
.sccc-cart .shop-cart-popup > .submit,
.sccc-cart .shop-cart-popup > .payment {

}

.sccc-cart .shop-cart-popup > .discount {
    padding: 0px 20px 20px 20px;
    position: relative;
    color: black;
    font-size: 20px;
    text-transform: none;
}

.sccc-cart .shop-cart-popup > .user-info h3,
.sccc-cart .shop-cart-popup > .submit h3,
.sccc-cart .shop-cart-popup > .payment h3,
.sccc-cart .shop-cart-popup > .discount h3 {
    color: black;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}

.sccc-cart .shop-cart-popup > .user-info .left-side,
.sccc-cart .shop-cart-popup > .discount .left-side {
    float: left;
    width: 50%;
    padding-left: 120px;
    padding-right: 16px;
}
.sccc-cart .shop-cart-popup > .user-info .right-side,
.sccc-cart .shop-cart-popup > .discount .right-side {
    float: right;
    width: 50%;
    padding-left: 16px;
    padding-right: 120px;
}
.sccc-cart .shop-cart-popup > .user-info .bottom-side {
    padding-left: 120px;
    padding-right: 120px;
}
.sccc-cart .shop-cart-popup > .user-info .clear-float {
    clear: both;
}

.sccc-cart .shop-cart-popup > .user-info label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.sccc-cart .shop-cart-popup > .user-info label > span {
    margin-bottom: 7px;
    display: block;
}

.sccc-cart .shop-cart-popup > .user-info label input,
.sccc-cart .shop-cart-popup > .user-info label select,
.sccc-cart .shop-cart-popup > .user-info label textarea,
.sccc-cart .shop-cart-popup > .discount input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    background: #fff;
    border: solid 1px #d8e4ef;
    margin-bottom: 10px;
}
.sccc-cart .shop-cart-popup > .user-info label textarea {
    height: 267px;
}

.sccc-cart .shop-cart-popup > .user-info label .input-format,
.sccc-cart .shop-cart-popup > .user-info label span.info {
    display: block;
    width: 100%;
    padding: 10px 10px 0px 10px;
    font-size: 16px; 
}
.sccc-cart .shop-cart-popup > .user-info label span.info {
    padding-top: 0px;
    line-height: 20px;
}

.sccc-cart .shop-cart-popup > .user-info label span.info > span {
    font-weight: bold;
    color: #09851d;
}

.sccc-cart .shop-cart-popup > .submit  > .confirm {
    display: block;
    padding-left: 120px;
    padding-right: 120px;
    line-height: 20px;
    font-size: 15px;
}
.sccc-cart .shop-cart-popup > .submit  > .confirm .option-row {
    margin-bottom: 10px;
    position: relative;
}

.sccc-cart .shop-cart-popup > .submit  > .confirm label {
    cursor: pointer;
}
.sccc-cart .shop-cart-popup > .submit  > .confirm label:hover {
    color: #09851d;
}

.sccc-cart .shop-cart-popup > .submit  > .confirm label > span {
    position: relative;
    padding-left: 30px;
}
.sccc-cart .shop-cart-popup > .submit  > .confirm label > input {
    position: absolute;
    left: -20px;
    top: 14px;
    opacity: 0;
    z-index: -1;
}
.sccc-cart .shop-cart-popup > .submit  > .confirm label > span::before {
    content: "";
    border: solid #09851d 1px;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 15px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 3px;
    color: #09851d;
}

.sccc-cart .shop-cart-popup > .submit  > .confirm label > input:checked + span::before {
    content: "×";
}

.sccc-cart .shop-cart-popup > .submit  > .confirm .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.sccc-cart .shop-cart-popup > .submit  > .confirm .buttons > span.submit,
.sccc-cart .shop-cart-popup > .submit  > .confirm .buttons > a.back {
    flex: 0 1 auto;
    width: 45%;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    cursor: pointer;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    position: relative;
    margin: 0px;
    min-width: 200px;
    margin-top: 20px;
}

.sccc-cart .shop-cart-popup > .discount  .discount-button {
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: linear-gradient(
            103deg
            , #1ac767, #00a63f);
    cursor: pointer;
    width: 175px;
    border-radius: 5px;
}
.sccc-cart .shop-cart-popup > .discount  .discount-button:hover {
    background: linear-gradient(
            103deg
            , #1bae5d, #009238);
}

.discount span.remove {
    color: red;
    font-size: 10px;
    vertical-align: middle;
    padding: 0 10px;
    cursor: pointer;
}

.sccc-cart .shop-cart-popup > .submit  > .confirm .buttons > .cart-button::after, 
.sccc-cart .shop-cart-popup > .submit  > .confirm .buttons > .cart-button::before, 
.sccc-cart .shop-cart-popup > .submit  > .confirm .buttons > .empty-button::after, 
.sccc-cart .shop-cart-popup > .submit  > .confirm .buttons > .empty-button::before {
    margin: 0px;
    width: 100%;
}

.sccc-cart .shop-cart-popup input[required].requiredRed,
.sccc-cart .shop-cart-popup select[required].requiredRed {
    border: solid 1px red;
}

.sccc-cart .shop-cart-popup > .transport.requiredRed > .radios > label > span {
    opacity: 0.8;
    color: red;
}

.sccc-cart .shop-cart-popup > .separator.requiredRed {
    background: red;
}
.sccc-cart .shop-cart-popup > .payment.requiredRed > .radios > label > span {
    border-width: 4px;
}
.sccc-cart .shop-cart-popup > .payment.requiredRed > .radios > label {
    border: solid 1px red;
}
.sccc-cart .shop-cart-popup > .submit  > .confirm label.requiredRed {
    color: red;
}
.sccc-cart .shop-cart-popup > .submit  > .confirm label.requiredRed > span::before {
    border-color: red;
}
.sccc-cart .shop-cart-popup > .submit > form {
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: -100%;
    top: -100%;
}
