


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



.cartRowHeader{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 10% 10% 12% 10% 8%;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 10px;
    padding-bottom: 7px;
}

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

}

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


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


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

.cartItemPricing{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 19% 21% 23% 15% 22%;
    grid-column-gap: 0;
}




.cartDelete{
    float: left;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    width: 26px;
    height: 26px;

    margin-top: 15px;
}

.cartDelete i{
    float: right;
    margin-right: 0%;
    font-size: 10pt;
    margin-top: 0px;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    background-color: #e9e9e9;
    transition-duration: 0.36s;
    color: #464646;
}

.cartDelete:hover i{
    background-color: #dedede;
    color: #434342;
}

.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;
}



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

.totalLine{
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    border-top: 0px;
    padding-left: 1%;
    padding-right: 1%;
    display: grid;
    grid-template-columns: 79% 20%;
    grid-column-gap: 1%;

}

.totalLineBold{
    font-weight: bold;
}

.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: 21px;
    color: #4b4f56;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.totalLabelTotal{
    font-weight: bold;
}

.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;
}

.quantityButtonOuter{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantityButton{
    float: left;
    text-decoration: none;
    color: #434342;
    background-color: #e9e9e9;
    width: 26px;
    height: 26px;
    line-height: 31px;
    cursor: pointer;
    border-radius: 50%;
    transition-duration: 0.36s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantityButton i{
    float: left;
    font-size: 10pt;
}

.quantityButton:hover{
    background-color: #dedede;
    color: #434342;
}

.quantityButtonDisabled{
    background-color: #e3e3e3;
    color: #b1b1b1;
    cursor: not-allowed;
}
.quantityButtonDisabled:hover{
    background-color: #dedede;
    color: #afafaf;
}

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

.detailParameterValue{
    float: right;
}



.formTitle{
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 12pt;
    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;
}


.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%;
    padding-bottom: 4px;
    margin-bottom: 0px;
    padding-top: 4px;
    display: grid;
    grid-template-columns: 87% 12%;
    grid-column-gap: 1%;
}

.couponContainerExplain{
    float: left;
    border: none;
    display: grid;
    width: 100%;
    background-color: #eaf9ea;
    margin-top: 0px;
    grid-template-columns: 80% 18%;
    grid-column-gap: 2%;
    padding: 5px;
}

.otherCodeLink{
    float: right;
    color: #000;
    text-decoration: underline;
}

.couponForm{
    float: left;
    width: 100%;
    margin-bottom: -2px;
}
.couponFormFields{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 40% 32% 25%;
    grid-column-gap: 2%;
}

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

.formLabelCouponWide{
    width: 90%;
}


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

.inputFieldPhone{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 25% 74%;
    grid-column-gap: 1%;
}

.couponInput{
    float: left;
    width: 100%;
    margin-left: 0;
}

.couponButton{
    float: right;
    margin-top: 0px;
    height: 35px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.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;
    color: #000;
}

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

.followLink{
    color: #b62f2e;
}

.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;
}


.errorContainer{
    float: right;
    width: 100%;
    background-color: #ffe4e4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    color: #b62f2e;
    font-size: 12pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

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


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



.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: #b62f2e;
    text-decoration: underline;
}
.agreementLink:hover{
    color: #ed1c24;
}

.confirmContainer{
    float: right;
    width: 100%;
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.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;
    width: 100%;
    font-size: 9pt;
    color: #fff;
    cursor: pointer;
    background-color: #e31f25;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    transition-duration: 0.4s;

}

.otherCodeButton:hover{
    background-color: #e33f45;
}



.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%;
    margin-right: 0;
}

.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: 12pt;
}

.cartLoginLink{
    float: left;
    width: 100%;
    color: #000;
    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: 42px;
    text-indent: 4px;
    border: 1px solid #e5e5e5;
    color: #787777;
    background-color: #ebedec;
    cursor: not-allowed;
}

.paymentButton{
    margin-top: 0px;
    width: auto;
}

.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;
}

.sliderDisabled{
    cursor: not-allowed;
    background-color: #f1f1f1;
}
.sliderDisabled:before {
    background-color: #f9f9f9;
}

.clientCardInfo{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 70% 29%;
    grid-column-gap: 1%;
}

.discountNumber{
    text-align: right;
}

.switchDiscount{
    margin-top: 6px;
    margin-bottom: 5px;
}

.walletLine{
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #bdf99e;
    margin-top: 10px;
}

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

.paymentSystems{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-column-gap: 1.25%;
    grid-row-gap: 19px;
}

.paymentSystem{
    float: left;
    width: 100%;
    background-color: #ebedec;
    padding: 2px;
    border-radius: 2px;
    transition-duration: 0.35s;
    cursor: pointer;
}

.paymentSystemImage {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 70px;
}

.paymentSystemImage img {
    float: left;
    width: 90%;
}

.paymentSystemName {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 9pt;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
}

.selectedPaymentSystem{
    background-color:#00839e;
    color: #fff;
}

.sizeTextarea{
    height: 100px;
}

.walletText{
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.discountUnderItems {
    position: relative;
    float: left;
    width: 100%;
}

.walletContainer{
    grid-template-columns: 6% 72% 20%;
}

.formLabelWallet{
    margin-top: 8px;
}

.steps{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    background-color: #f5f5f5;
}

.step{
    position: relative;
    float: left;
    width: 100%;
    background-color: transparent;
    transition-duration: 0.36s;
}

.step:hover{
    background-color: #e3e3e3;
}

.stepSelected{
    background-color: #d3d3d3;
}
.stepSelected:hover{
    background-color: #d3d3d3;
}

.stepDisabled{
    cursor: not-allowed;
    background-color: #f5f5f5;
    color: #b7b7b7;
}

.stepDisabled:hover{
    background-color: #f5f5f5;
    color: #b7b7b7;
}



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

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

.stepNumber{
    float: left;
    width: 30px;
    height: 30px;
    background-color: #545454;
    color: #fff;
    border-radius: 20px;
    margin-left: 7px;
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 13pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepLabel{
    float: left;
    margin-left: 10px;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 10pt;
}

.stepStatusIcon{
    width: 20px;
    height: 20px;
    color: #6e6e6e;
    position: absolute;
    top: -5px;
    left: 25px;
    background-color: #ffdbdb;
    border-radius: 30px;
    border: 1px solid #ffc2c2;
}

.stepStatusIcon i{
    font-size: 8pt;
}


.stepStatusIconGood{
    color: #2c2c2c;
    background-color: #00ff00;
    border: 1px solid #00ff00;
}

.stepContentOuter {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.stepContentInner {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0px;
    transition-duration: 0.8s;
    display: grid;
    grid-template-columns: 100% 100% 100% 100%;
}

.stepContentInner1{ margin-left: 0px;}
.stepContentInner2{ margin-left: -100%;}
.stepContentInner3{ margin-left: -200%;}
.stepContentInner4{ margin-left: -300%;}
.stepContentInner5{ margin-left: -400%;}

.stepContent{
    float: left;
    width: 100%;
    max-height: 0px;
    transition-duration: 1s;
}

.stepContentSelected{
    max-height: 1200px;
}

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

.footerSteps{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    border-top: 1px solid #ebedec;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.footerStep{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 6% 94%;
}

.footerStepRight{
    grid-template-columns: 94% 6%;
}

.footerStepIcon{
    position: relative;
    float: left;
    color: #434342;
    text-decoration: none;
    font-size: 11pt;
    text-align: center;
    padding: 5px;
    width: 29px;
    height: 29px;
    background-color: #e9e9e9;
    transition-duration: 0.35s;
    border-radius: 20px;
    line-height: 19px !important;
}

.footerStep span{
    float: left;
    font-size: 11pt;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 30px;
}

.footerStepRight span{
    justify-content: end;
}

.footerStepRight i{
    float: right;
    background-color: var(--yellow);
    color: #000;
    transition-duration: 0.36s;
}

.footerStepRight:hover i{
    background-color: var(--yellow-hover);
}

.shippingTypeOuter{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}

.availableShippingCompanies{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    grid-column-gap: 2%;
    grid-row-gap: 20px;
}

.availableShippingCompany{
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding-left: 5%;
    padding-right: 5%;
    transition-duration: 0.36s;
    background-color: #ebedec;
    border-radius: 3px;
    padding-bottom: 10px;
}

.availableShippingCompany:hover{
    border: 1px solid #e5e5e5;
}

.availableShippingCompanySelected{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.availableShippingCompanyImage{
    float: left;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paymentOptionImage{

}

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


.availableShippingCompanyName{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
}

.availableShippingCompanyText{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
}

.pickupExplain{
    float: left;
    width: 100%;
    font-size: 9pt;
    display: none;
    font-style: italic;
    margin-top: 5px;
    color: #000;
}

.pickupExplainShow{
    display: block;
}

.availableShippingCompanyPriceDiscounted{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11pt;
    color: #a9a9a9;
    margin-top: 7px;
    text-decoration: line-through;
    margin-bottom: -5px;
}

.availableShippingCompanyPrice{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    color: #00a12b ;
    margin-top: 10px;
    margin-bottom: 0px;
}


.availableShippingCompanyImage img{
    float: left;
    width: 65%;
}


.paymentOptionImage img{
    float: left;
    width: 96%;
}

.paymentOptionDisabled{
    cursor: not-allowed;
}

.disabledFilter{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(128, 128, 128, 0.74);
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.availableShippingCompanyGrid{
    display: grid;
    grid-template-columns: 5% 10% 81%;
    grid-column-gap: 2%;
    padding-left: 1%;
    padding-right: 1%;
}


.shippingTickOuter {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.shippingTick {
    float: left;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #959595;
    border-radius: 23px;
}

.shippingTick i{
    font-size: 8pt;
}

.shippingTypeName{
    margin-top: 10px;
}

.availableShippingCompanyImage i{
    font-size: 20pt;
}

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

.shippingCostExplain{
    float: left;
    width: 100%;
    background-color: #d9ffcc;
    color: green;
    padding: 14px;
    margin-top: 6px;
    text-align: center;
}

@media (max-width: 1100px) {

    .stepLine4 {
        width: 25.6%;
    }

    .stepLine4 {
        width: 23%;
    }
    .paymentSystemImage img {
        float: left;
        width: 60%;
    }


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

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

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

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

    }
    .nameCol {

    }
    .priceCol {

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

    }
    .totalCol {

    }

    .cartDroplist {
        width: 160px;
    }

    .itemImage {
        width: 10%;
    }

    .formLabelCoupon {
        float: left;
        width: 100%;
        margin-left: 1%;
        margin-top: 8px;
    }
    .inputFieldCoupon {
        float: left;
        width: 60%;
    }
    .couponButton {
        float: right;
    }

    .formLabelCouponWide{
        width: 97%;
    }

    .cartRow{
        grid-template-columns: 5% 8% 87%;
    }

    .cartItemPricing {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 20% 21% 21% 19% 19%;
        grid-column-gap: 0;
        grid-column-start: 3;
        grid-column-end: 4;
    }


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

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

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

    .confirmContainer {
        float: right;
        width: 100%;
    }
    .otherCodeButton{
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .clientCardInfo {
        grid-template-columns: 60% 38%;
    }

    .inputFieldPhone {
        grid-template-columns: 30% 69%;
    }

    .couponContainer{
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
    }

    .paymentSystems {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 23% 23% 23% 23%;
        grid-column-gap: 2%;
        grid-row-gap: 10px;
    }

    .cartNumber {
        float: right;
        width: 200px;
    }

    .cartRowHeader {
        display: grid !important;
    }

    .cartRowHeader {
        grid-template-columns: 17% 20% 20% 29% 14%;
        text-align: center;
        font-weight: bold;
        font-size: 8pt;
        margin-left: 0%;
        width: 100%;
    }

    .cartRowHeaderHidden {
        display: none !important;
    }

    .walletContainer {
        grid-template-columns: 12% 56% 27%;
    }


    .itemPriceCol{
        text-align: left;
    }

    .footerStep{
        grid-template-columns: 11% 89%;
    }
    .footerStepRight {
        grid-template-columns: 89% 11%;
    }
    .stepLabel {
        font-size: 9pt;
    }
    .stepNumber {
        width: 25px;
        height: 25px;
        font-size: 10pt;

    }
    .stepStatusIcon {
        width: 16px;
        height: 16px;
        top: -5px;
        left: 20px;
    }
    .stepStatusIcon i {
        font-size: 6pt;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 3px;
    }
    .availableShippingCompanyGrid {
        display: grid;
        grid-template-columns: 10% 13% 72%;
    }

    .paymentSystems {
        grid-template-columns: 16% 16% 16% 16% 16% 16%;
        grid-column-gap: 0.8%;
    }
}


@media (max-width: 740px) {
    .wrapCart{
        padding-left: 3%;
        padding-right: 3%;
    }
    .cartRow {
        grid-template-columns: 5% 10% 85%;
    }

    .cartItemPricing{
    }


}
@media (max-width: 684px) {

    .stepLabel {
        width: 100%;
        display: block;
        font-size: 9pt;
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .stepNumberOuter {
        position: relative;
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9px;
    }

}

@media (max-width: 610px) {

}

@media (max-width: 550px) {

}

@media (max-width: 480px) {



    .cartRow {
        grid-template-columns: 9% 14% 77%;
    }
    .cartItemPricing {
        grid-template-columns: 20% 21% 21% 19% 19%;
        margin-left: -21%;
        width: 121%;
    }

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

    .couponButton {
        float: right;
    }

    .agreementLine{
        grid-template-columns: 100%;
        grid-row-gap: 10px;
    }

    .paymentSystems {
        grid-template-columns: 32% 32% 32%;
        grid-column-gap: 2%;
    }

    .clientCardInfo {
        grid-template-columns: 100%;
    }

    .otherCodeButton {
        height: 35px;
        width: 100%;
        text-align: center;
        margin-top: 0px;
        line-height: 35px;
    }

    .discountUnderItems{
        padding-bottom: 5px;
    }
    .couponContainer {
        grid-template-columns: 100%;
        grid-column-gap: 0%;
        grid-row-gap: 5px;
    }
    .walletContainer {
        grid-template-columns: 20% 80%;
    }
    .walletContainerButton{
        grid-column-start: 1;
        grid-column-end: 2;
    }


    .cartRowHeader {
        display: grid !important;
    }

    .cartRowHeader {
        grid-template-columns: 17% 20% 20% 29% 14%;
        text-align: center;
        font-weight: bold;
        font-size: 8pt;
        margin-left: -21%;
        width: 121%;
    }


    .cartRowHeader {
        display: grid !important;
    }

    .cartRowHeaderHidden {
        display: none !important;
    }

    .footerStep{
        grid-template-columns: 21% 78%;
    }

    .footerStepRight{
        grid-template-columns: 78% 21%;
    }
    .shippingTypeOuter {
        grid-template-columns: 100%;
        grid-column-gap: 0%;
        grid-row-gap: 10px;
    }

    .nameCol {
        float: left;
        font-size: 9pt;
        line-height: 1.3;
    }
    .availableShippingCompanies {
        grid-template-columns: 32% 32% 32%;
        grid-column-gap: 2%;
        grid-row-gap: 10px;
    }
    .paymentSystems {
        grid-template-columns: 32% 32% 32%;
        grid-column-gap: 2%;
    }
    .inputFieldPhone {
        grid-template-columns: 38% 61%;
    }

    .totalLine {
        grid-template-columns: 62% 37%;
    }

    .itemCol {
        font-size: 9pt;
    }

    .quantityButton {
        width: 26px;
        height: 20px;
        line-height: 26px;
    }
    .countNumber{
        height: auto;
    }

    .form4 {
        grid-template-columns: 100%;
        grid-column-gap: 0%;
    }

}




@media (max-width: 440px) {
    .cartRow {
        grid-template-columns: 9% 16% 75%;
    }
    .walletContainer {
        grid-template-columns: 23% 77%;
    }
}

@media (max-width: 390px) {
    .cartItemPricing {

    }
    .cartRow {
        grid-template-columns: 9% 17% 74%;
    }
    .formLabelCoupon {
        line-height: 21px;
    }
}

@media (max-width: 360px) {
    .cartRowHeader {
        grid-template-columns: 23% 25% 30% 21%;
        margin-left: -28%;
        width: 128%;
    }
    .sliderLine {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 75% 24%;
    }

    .quantityButton {
        height: 24px;
        margin-top: 4px;
    }
}

@media (max-width: 330px) {

    .cartRow {
        grid-template-columns: 10% 20% 70%;
    }

    .cartItemPricing{

    }
}