


.successText{
    float: left;
    font-size: 15pt;
    line-height: 50px;
    margin-left: 5px;
    width: 100%;
}


.carts{
    float: left;
    width: 100%;

}

.cartRowOuter{
    float: left;
    width: 100%;
}


.cartRow{
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebedec;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 3% 5% 68% 8% 8% 8%;
    grid-column-gap: 0%;
    color: #7d7d7d;
}

.cartRowFinal{
    grid-template-columns: 5% 71% 12% 12%;
}

.cartDelete{
    position: relative;
    float: left;
    margin-top: 17px;
    margin-left: 2%;
    color: #da2327;
    cursor: pointer;
}

.cartDelete i{
    float: left;
    font-size: 19pt !important;
    font-weight: bold;
}


.cartItem{
    float: left;
    width: 63%;
}


.itemImage{
    float: left;
    border: 1px solid #f3f3f2;
    border-radius: 0px;
    margin-right: 1%;
}


.itemCol{
    float: left;
    font-size: 11pt;
    text-align: center;
    margin-left: 2%;
    margin-top: 20px;
    color: #3d3d3d;
}

.nameCol{
    text-align: left;
}

.priceCol{
    text-align: right;
}
.discountCol{
}
.totalCol{
}
.countCol{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-column-gap: 0%;
    margin-top: 11px;
}


.cartItemImage{
    float: left;
    width: 100%;
}





.itemDetails{
    float: left;
    width: 63%;
    margin-left: 2%;
}

.totalItemPrice{
    float: right;
    margin-right: 0px;
    font-size: 18pt;
    line-height: 47px;
    height: 47px;
    color: #333333;
    margin-top: 16px;
    width: 10%;

}

.number{
    float: right;
}

.eur{
    float: right;
    margin-right: 8px;
    font-size: 13pt;
    margin-top: 3px;
}

.eurSummary{
    margin-top: 2px;
}


.countContainer{
    float: right;
    margin-right: 1%;
}

.countLabel{
    float: left;
    margin-left: 45px;
    font-size: 20pt;
    line-height: 47px;
    height: 47px;
    color: #333333;
    width: 40px !important;
    margin-top: 16px;
}


.shippingExplain{
    float: right;
    width: 48%;
    text-align: left;
    color: #828282;
    font-size: 10pt;
}


.totalContainer{
    float: right;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 0px;
    border-top: 1px solid #ebedec;
}

.totalLine{
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    border-top: 0px;
    padding-left: 1%;
    padding-right: 1%;
}



.totalValue{
    float: right;
    margin-right: 4px;
    font-size: 10pt;
    line-height: 40px;
    height: 40px;
    color: #4b4f56;
    text-align: right;
}

.totalLabel{
    float: left;
    font-size: 10pt;
    line-height: 40px;
    height: 40px;
    color: #4b4f56;
    margin-right: 20px;
    font-weight: normal;
}

.totalLabel i{
    float: left;
    margin-right: 5px;
    margin-top: 7px;
}

.addMoreLink{
    float: right;
    color: #333333;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 11pt;
    text-align: left;
    line-height: 20px;

}

.addMoreLink i{
    float: left;
    margin-top: -2px;
    margin-right: 2px;
}

.cartDroplist{
    float: right;
    width: 200px;
    margin-right: 0px;
    margin-top: 4px;
    background-color: #fbfbfb;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #e5e5e5;
    height: 31px;
}

.cartNumber{
    float: right;
}

.borderNone{
    border: none !important;
}

.plusMinu{
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    margin-top: 13px;

}

.plusMinu i{
    color: #000000;
}

.cartRight{
    float: right;
    width: 36%;
}
.cartButtons{
    float: right;
    width: 100%;
    margin-top:10px;
    margin-bottom:10px;
}

.cartNumbers{
    float: right;
    width: 100%;
    margin-top: 10px;
}

.quantityInput{
    width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}


.availableQuantity{
    float: left;
    width: 100%;
    text-align: center;
}

.countNumber{
    float: right;
    margin-left: 0px;
    height: 32px;
    font-size: 11pt;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #fff;
}

.quantityButton{
    float: left;
    text-decoration: none;
    color: #fff;
    background-color: #79b51d;
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.36s;
}

.quantityButton i{
    float: left;
}

.quantityButton:hover{
    color: #8dd322;
}


.detailParameterLabel{
    width: 46%;
    text-indent: 0px;
}

.detailParameterValue{
    float: right;
}



.formTitle{
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 14pt;
    text-transform: uppercase;
    color: #3d3d3d;
    border-bottom: 1px solid #ebedec;
    padding-bottom: 4px;
}

.formTitle i{
    float: left;
    font-size: 31pt;
    margin-right: 1%;
}

.formTitle span{
    float: left;
    margin-top: 13px;
}

.cartFormBlock{
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
}


.inputError {
    float: left;
    width: 100%;
}

.cartThird{
    float: left;
    width: 48%;
    margin-bottom: 10px;
}

.cartThirdInner{
    float: left;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    border: 1px solid #efefef!important;
    margin-top: 17px;
    padding-top: 8px;
    padding-bottom: 9px;
}

.finalValue{
    float: left;
    width: 100%;
    color: #4b4f56;
    line-height: 25px;
}


.cartsFinal{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.cartFinal{
    float: left;
    width: 46.8%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.totalThird{
    float: left;
    width: 100%;
}

.noteInput{
    height: 72px;
    resize: none;
}

.noteValue{
    width: 70%;
    height: auto;
    line-height: 20px;
    margin-top: 10px;
}

.cartThirdSplitter{
    float: left;
    width: 100%;
}

.agreementsContainer{
    float: left;
    width: 100%;
}
.agreementContainer{
    float: left;
    clear: both;
    margin-bottom: 10px;
    color: #4b4f56;
    width: 100%;
}

.agreementError{
    float: left;
    width: 100%;
    text-align: right;
    color: red;
    font-size: 10pt;
    margin-bottom: 10px;
}

.completeText{
    font-size: 12pt;
}
.noItemText{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12pt;
}

.errorPopup{
    float: left;
    width: 500px;
}

.originalPrice{
    color: #b6b6b6;
    text-decoration: line-through;
}

.itemsTotal{
    width: 100%;
    background-color: #ebedec;
    padding-left: 2%;
    border: none;
    padding-right: 2%;
    border-bottom: 1px solid #ebedec;
}

.totalLineShipping{
    border: none;
    border-bottom: 1px solid #ebedec;
}



.couponContainer {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding-bottom: 4px;
    margin-bottom: 0px;
    margin-top: 7px;
    padding-top: 4px;
}

.couponContainerExplain{
    border: none;
    width: 100%;
    background-color: #eaf9ea;
    margin-top: 10px;
}

.couponForm{
    float: left;
    width: 100%;
    margin-bottom: -2px;
}

.formLabelCoupon{
    float: left;
    width: 37%;
    margin-left: 1%;
    margin-top: 11px;
    font-weight: normal;
}

.formLabelCouponWide{
    width: 90%;
}


.inputFieldCoupon{
    float: left;
    width: 61%;
    margin-left: 1%;
}

.couponInput{
    float: left;
    width: 73%;
}

.couponButton{
    float: right;
    margin-top: -3px;
    height: 51px;
    margin-bottom: 0px;
}
.couponButtonInner{
    background-color: #000000;
    color: #fff;
    line-height: 47px;
}

.couponError{
    float: left;
    width: 60%;
    color: red;
    line-height: 25px;
    margin-left: 39%;
    display: none;
}

.finishTitle{
    text-align: center;
    margin-top: 20px;
    font-size: 17pt;
}

.completeText{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 11pt;
}

.checkoutButtonFinish{
    float: left;
    margin-left: 32%;
    width: 34%;
    margin-top: 36px;
    margin-bottom: 20px;
}



.checkboxContainer{
    float: right;
    width: 100%;
    text-align: right;

}

.agreementText{
    float: right;
    margin-right: 20px;
    font-size: 11pt;
    line-height: 28px;
}



#agreeTerms{
    float: right;
    width: 26px;
    height: 26px;
}


.minOrder{
    float: right;
    color: #e43c39;
    width: 60%;
    text-align: right;
    margin-top: 10px;
    font-size: 11pt;
}


.switchButton{
    float: right;
}



.addMoreItems{
    float: right;
    color: #b62f2e;
    margin-top: 10px;
}


.formShippingType{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 32% 66%;
    grid-column-gap: 2%;
}

.pickupAddress{
    margin-top: 50px;
}


.agreementLine {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 90% 10%;
    grid-column-gap: 0%;
    margin-top: 5px;
    padding-left: 1%;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #efefef;
}

.agreementRequired{
    background-color: #ffe4e4;
    color: #b62f2e;
}

.agreementLink{
    color: #79b51d;
    text-decoration: underline;
}
.agreementLink:hover{
    color: #8cd01f;
}

.confirmContainer{
    float: right;
    width: 100%;
    display: none;
    background-color: #efefef;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.cartRowImageLink{
    float: left;
    position: relative;
}

.imageLoaderCart{
    height: 0;
    padding-bottom: 55%;
    padding-top: 45%;
}

.loaderImageSmall {
    border: 6px solid #dddddd;
    border-top: 16px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    left: 48%;
    border-top: 6px solid #ed1c24;
}

.couponSuccess{
    float: left;
    width: 100%;
}

.couponSuccessInner{
    float: left;
    width: 98.4%;
    background-color: #a6e79a;
    color: black;
    padding: 1%;
    margin-top: 7px;
    margin-left: 1%;
    margin-bottom: 9px;
}

.otherCodeButton{
    float: right;
    font-size: 11pt;
    color: #073200;
    cursor: pointer;
    text-decoration: underline;
}



.cartFeedback{
    float: left;
    width: 100%;
}

.cartFeedbackLabel{
    float: left;
    font-weight: bold;
    line-height: 27px;
}
.cartFeedbackNo{
    float: left;
    margin-left: 2%;
    line-height: 28px;
}



.feedbackButton{
    float: left;
    width: 34%;
    margin-top: 15px;
    background-color: #c10303;
    margin-left: 33%;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.feedbackButton:hover{
    background-color: #c10303;
}

.feedbackImage {
    float: left;
    width: 13%;
    border: 1px solid #f3f3f2;
    border-radius: 0px;
    margin-right: 1%;
}

.feedbackItem{
    float: left;
    width: 80%;
    margin-left: 3%;
    margin-top: 18px;
}

.feedback{
    float: left;
    margin-left: 10px;
    width: 80%;
}

.feedbackStar{
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}
.feedbackMessage{
    float: left;
    margin-left: 16px;
    line-height: 27px;
}
.leaveFeedbackButton{
    float: left;
    margin-left: 10px;
    line-height: 28px;
}



.feedbackExplain{
    float: left;
    width: 100%;
    color: #525252;
    font-size: 10pt;
    font-style: italic;
    text-indent: 2%;
    margin-top: 8px;
}

.feedbackLabel{
    float: left;
    color: #727272;
    font-size: 11pt;
    margin-left: 14px;
    margin-bottom: 10px;
}


.fa{
    color: #f1e30d;
    font-size: 17pt !important;
    margin-left: 4px;
}

.fa-star-o:before {
    color: #c6c7c7 !important;
    content: "\f005" !important;
}

.feedbackTitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 23pt;
    color: #727272;
    margin-bottom: 20px;
}

.feedbackPopup{
    position: fixed;
    top: 100px;
    left: 30%;
    width: 40%;
    background-color: #fff;
    padding: 10px;
}



.cartFormBlock{
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
}

.cartFormBlock50{
    float: left;
    width: 48%;
}

.cartFormBlockLogin{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.inputRowLogin{
    float: left;
    width: 40%;
    margin-right: 1%;
    margin-top: 0px;
}

.loginButton{

    width: 100%;
}

.formLabelLogin{

}

.loginError {
    float: left;
    color: red;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    font-size: 11pt;
    margin-bottom: 3px;
}

.loginSuccess{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14pt;
}

.cartLoginLink{
    float: left;
    width: 100%;
    color: #da3937;
    font-size: 10pt;
    margin-top: 13px;
}

.cartLoginLink span{
    float: left;
    margin-right: 8px;
    font-size: 12pt;
}
.cartLoginLink i{
    float: left;
    margin-top: -3px;
    line-height: 1;
}

.loginForm{
    float: left;
    width: 100%;
}

.shippingTypeMail{
    line-height: 25px;
    text-indent: 4px;
    border: 1px solid #e5e5e5;
    color: #787777;
    background-color: #ebedec;
}

.paymentButton{
    margin-top: 10px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.paymentSystemDroplist{
    height: 34px;
    margin-top: 3px;
    width: 150px;
    margin-right: -6%;
    float: right;
    padding: 0px;
    padding-left: 10px;
}


.stripeError{
    float: left;
    width: 100%;
    font-size: 12pt;
    text-align: right;
    color: #f20000;
    height: 30px;
    line-height: 30px;
    display: none;
}

#card-element{
    float: left;
    width: 100%;
    background-color: #fff;
    height: 45px;
}

#card-element iframe{
    height: 50px !important;
}


.stripeButton{
    float: right;
    margin-right: 0px;
    background-color: #000;
    color: #fff;
    transition-duration: 0.4s;
    border: none;
    padding: 13px 15px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 0px;
    line-height: 18px;
    border-radius: 0px;
    margin-top: 10px;
    cursor: pointer;
}

.stripeButton:hover{
    background-color: #3b3b3b;
}


.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.paymentBigIcon{
    float: left;
    font-size: 23pt;
    text-align: right;
    color: #000000;
    margin-right: 10px;
    margin-top: 17px;
}


@media (max-width: 1100px) {

    .stepLine4 {
        width: 25.6%;
    }
}


@media (max-width: 950px) {



    .stepLine4 {
        width: 23%;
    }

    .cartDelete {
        position: relative;
        float: left;
        margin-top: 28px;
    }

    .totalContainer {
        float: right;
        margin-left: 0px;
        margin-top: 11px;
        width: 100%;
    }

    .stepLabel4{
        margin-left: -5px;
    }

    .cartItemImage {
        width: 98%;
    }
    .cartRowImageLink {

    }
    .nameCol {

    }
    .priceCol {

    }
    .countCol {
        margin-top: -5px;
    }
    .countColFinal {
        margin-top: 0px;
    }
    .discountCol {

    }
    .totalCol {

    }

    .cartDroplist {
        width: 160px;
    }

    .itemImage {
        width: 10%;
    }

    .formLabelCoupon {
        float: left;
        width: 39%;
        margin-left: 1%;
    }
    .inputFieldCoupon {
        float: left;
        width: 59%;
    }
    .couponButton {
        float: right;
        width: 37%;
    }

    .formLabelCouponWide{
        width: 97%;
    }

    .cartRow{
        border-bottom: 0px !important;
        grid-template-columns: 7% 12% 81%;
    }

    .cartRowListMobile{
        float: left;
        width: 100%;
        display: grid !important;
        grid-template-columns: 47% 25% 25%;
        grid-column-gap: 1%;
        grid-row-gap: 10px;
        border-bottom: 1px solid #d0d0d0!important;
        margin-top: 8px;
        padding-bottom: 7px;
    }




    .cartCol{
        margin-top: 0px;
        text-align: right;
    }

    .cartRowFinal{
        grid-template-columns: 12% 88%;
    }

    .codeShort {
        float: right;
        width: 89%;
    }
}


@media (max-width: 740px) {

    .checkoutButtonFinish {
        float: left;
        margin-left: 5%;
        width: 90%;
        margin-top: 36px;
    }

    .inputRowLogin{
        width: 100%;
    }

    .loginButton {
        float: right;
        width: 50%;
    }

    .cartRow {
        border-bottom: 0px !important;
        grid-template-columns: 8% 14% 78%;
    }

    .cartRowListMobile {
    }

    .cartRowFinal {
        grid-template-columns: 12% 88%;
    }

    .cartRowListMobileFinal {
    }


    .cartThirdMobile{
        width: 100%;
    }

    .cartThird {
        float: left;
        width: 100%;
    }

    .formLabelCoupon {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .inputFieldCoupon {
        float: left;
        width: 100%;
    }

    .couponButton {
        float: right;
        width: 48%;
        margin-right: 2%;
    }

    .couponInput {
        float: left;
        width: 45%;
        height: 32px;
    }




    .agreementText {
        float: right;
        margin-right: 47px;
        font-size: 13pt;
        line-height: 21px;
    }
}
@media (max-width: 684px) {


}

@media (max-width: 610px) {

}

@media (max-width: 550px) {

}



@media (max-width: 480px) {

    .cartFormBlock50 {
        float: left;
        width: 100%;
    }

    .formLabelCoupon {
        float: left;
        width: 99%;
        text-align: center;
        line-height: 20px;
        padding-left: 0;
        padding-right: 0;
        text-indent: 0px;
        margin-top: 10px;
    }

    .cartRow {
        grid-template-columns: 9% 20% 72%;
    }
    .cartRowListMobile {
        grid-template-columns: 47% 28% 22%;
    }

    .cartRowFinal {
        grid-template-columns: 18% 82%;
    }

    .cartRowListMobileFinal {
        grid-template-columns: 33% 15% 30% 19%;
    }

    .stepLine4 {
        width: 15%;
    }

    .stepLabel {
        font-size: 9pt;
    }

    .stepLabel3 {
        margin-left: -13px;
    }
    .stepLabel4 {
        margin-left: 2px;
    }

    .totalContainer {

    }
    .cartDroplist {
        width: 142px;
    }
    .shippingExplain {
        float: right;
        width: 100%;
        text-align: left;
        color: #828282;
        font-size: 10pt;
        margin-top: 7px;
    }
    .checkoutMainButton {
        width: auto !important;
    }
    .checkoutButtonLeft{

    }
    .buttonDefaultPadding {

    }

    .itemCol {
        margin-top: 31px;
    }

    .pickupAddress {
        margin-top: 10px;
    }

    .formShippingType {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 0%;
    }

    .minOrder {
        float: right;
        width: 100%;
    }

    .otherCodeButton {
        float: right;
        font-size: 11pt;
        color: #073200;
        cursor: pointer;
        text-decoration: underline;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .agreementLine{
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 13px;
    }

    .couponSuccessInner{
        padding: 4%;
    }

    .cartColItemPrice{
        text-align: right;
    }


    .nameCol{
        height: 55px;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-top: 0px;
    }
}




@media (max-width: 440px) {

    .stepLine4 {
        width: 14%;
    }
}

@media (max-width: 375px) {

    .checkoutMainButton {
        width: auto !important;
        padding-right: 5px;
        font-size: 10pt;
    }

    .stepLine4 {
        width: 12%;
    }

    .cartRowFinal {
        grid-template-columns: 20% 80%;
    }

    .checkoutButtonLeft{
        padding-right: 15px;
        padding-left: 0px;
        font-size: 10pt;
    }


    .couponButton{
        font-size: 10pt;
    }
    .buttonDefaultPadding {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 360px) {

    .stepLine4 {
        width: 11%;
    }
}

@media (max-width: 320px) {

    .stepLine4 {
        width: 9%;
    }
    .cartRowListMobile {

    }

    .totalLabel {
        margin-right: 11px;
    }
    .cartFormBlock50 {
        float: left;
        width: 100%;
    }
    .nameCol {

    }

    .couponButton{
        font-size: 11pt;
    }
    .buttonDefaultPadding {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sliderLine{
        grid-template-columns: 80% 20%;
    }
}