
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#card-error{
    color: red;
    height: 20px;
    margin-left: 0 !important;
}
.card_number, .card_cvc, .card_expiry{
    box-sizing: border-box;
    color: #FE6458;
    padding: 10px;
}
.bg{
    background: rgba(229,229,229,.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
  }
.temp-popup-show{
    visibility: visible !important;
    opacity: 1 !important;
}
.alert_success_card_wrapper{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(250, 250, 250, 0.5);
      /* visibility: hidden;
      opacity: 0; */
  }
  .alert_success_card{
    max-width: 500px;
    width: 100%;
    padding: 70px 40px;
    margin: 0 20px;
    background: rgb(243, 243, 243);
    border-radius: 20px;
    text-align: center;
  }
  .alert_success_card h1{
    margin-bottom: 20px;
  }
  .alert_success_card h1{
    font-family: 'Rubik-Bold';
    color: #3D3D3D;
  }
  .alert_success_card p, .alert_success_btn{
    font-family: 'Rubik';
    font-size: 18px;
  }
  .alert_success_card p{
    color: #3D3D3D;
  }
  .alert_success_btn{
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-color: #FE6458;
    padding: 15px 0;
    max-width: 250px;
    width: 100%;
    border-radius: 25px;
    color: #fff;
    margin: 0 auto;
  }
.checkout_btn.back_btn{
    margin: 0 auto;
    text-decoration: none;
    padding: 20px;
    color: #ffffff;
    background: #FE6458;
    border-radius: 25px;
    font-family: 'Rubik';
    display: block;
    margin: 30px auto 0 auto;
    width: fit-content;
}

.card_number{
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.card_cvc{
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.card_expiry{
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.card_flex{
    display: flex;
}
.card_cvc, .card_expiry{
    flex: 1;
    box-shadow: 0px 3px 14px -3px rgba(34, 60, 80, 0.2);
}
.cart-full-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    background: #FFFFFF;
    z-index: 11;
    position: relative;
}
.checkout_popup{
    margin: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
}
.checkout_popup_bg{
    position: absolute;
    background-color: #0005;
    width: 100%;
    height: 100%;
}
.checkout_popup_card{
    padding: 50px;
    position: relative;
    z-index: 5;
    background-color: #fff;
    border-radius: 25px;
}
.checkout_popup_card h1{
    font-family: "Fredoka One";
    color: #FE6458;
}
.checkout_btn{
    cursor: pointer;
   text-align: center;
   font-family: "Rubik";
}
#spinner{
    width: 100px;
    height: 100px;
}
#spinner::selection{
    background: transparent;
}
.bg_white_grey, .bg_white{
    width: 100%;
}
.bg_white_grey,
.right-cart-contents{
    background-color: #FAFAFA;
}
.right-cart-contents,
.left-cart-content{
    padding-top: 60px;
}
.right-cart-contents{
    border-radius: 24px 0 0 24px;
}
.bg_white_grey{
    border-radius: 0 24px 24px 0;
}
/*
.cart-full-wrapper .close {
  position: absolute;
  width: auto;
  height: 14px;
  right: 31px;
  top: 15px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #D4D4D4;
  cursor: pointer;
  padding-left: 19px;
  cursor: pointer;
}
*/
/*
.cart-full-wrapper .close {
}
.cart-full-wrapper .close .ico {
  position: absolute;
  left: 0;
  top: 1px;
}
*/

body{
    overflow-x: hidden;
    margin: 0;
}

.forms-cart-full {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.content-full-cart-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-top: 17px;
    width: 100%;
    height: 100%;
}
.left-cart-content {
/*    width: 60%;*/
    margin-right: 159px;
}
.logo-cart{
    width: 140px;
    height: 50px;
}
.left-cart-content form {
    max-width: 620px;
    margin-top: -11px;
}
fildset {
    width: 618px;
}
fildset p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #8B8B8B;
    margin: 20px 0 11px 15px;
}
.CardField-input-wrapper{
    display: none !important;
}
legend {
    font-family: 'Rubik-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    color: #3D3D3D;
    margin: 49px 0 18px 0;
}

span.big {
    font-family: 'Rubik-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    color: #3D3D3D;
    margin-right: 17px;
}
.left-cart-content form .input-field input {
    height: 25px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #373737;
    margin-top: 23px;
    padding-left: 10px;
    width: calc(100% - 10px);
    background: none;
    border: none;
    outline: none;
}
.left-cart-content form label {
  position: relative;
  display: inline-block;
  width: 305px;
  min-height: 56px;
  background: #F3F3F3;
  border-radius: 12px;
  margin-bottom: 8px;
}
.left-cart-content form label input{
  height: 25px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  margin-top: 23px;
  padding-left: 10px;
  width: calc(100% - 10px);
  background: none;
  border: none;
  outline: none;
}
.left-cart-content form label i {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #8B8B8B;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
label.pay-check {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    width: 618px !important;
    font-family: "Rubik";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #373737;
}
label.pay-check input[type="checkbox"] {
    margin-top: 0px !important;
    width: 24px !important;
    height: 24px !important;
}
span.pay-size {
    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #3D3D3D;
}
.payment-methot-submit {
    width: fit-content;
    cursor: pointer;
    margin-top: 20px;
    padding: 20px;
    background: #FE6458;
    border-radius: 24px;
    outline: none;
    border: 0px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.forms-right-cart {
    height: 100%;
    min-width: 380px;
    max-width: 36%;
    margin-top: 40px;
    margin-left: 35px;
}
.title-right-cart {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
}
.edit {
    width: auto;
    height: 14px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #D4D4D4;
    cursor: pointer;
}
.title {
    font-family: 'Rubik-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    color: #3D3D3D;
}


.right-cart-content {
    border-radius: 24px;
    max-width: 769px;
    width: 100%;
}
.right-cart-content-items {
    margin-top: 36px;
    max-height: 450px;
    overflow-y: scroll;
    padding-right: 20px;
}
.right-cart-delete {
    margin-top: 7px;
}
.center-cart-item {
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.right-variation-value {
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
}
.right-cart-price {
    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
    line-height: 19px;
    color: #FE6458;
    opacity: 1;
}
.right-cart-count {
    display: flex;
    align-items: center;
    height: 24px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3D3D3D;
}
.right-cart-count span::selection{
    background: transparent;
}
.right-cart-content-item .ico{
    cursor: pointer;
}
.right-variation-value .count-minus, .right-variation-value .count-plus{
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
}
.right-variation-value .count-plus{
    padding-top: 2px;
}
.right-variation-value .count-minus,
.right-variation-value .count-plus,
.right-cart-delete{
    cursor: pointer;
    opacity: 0.4;
}
.right-cart-count span.count-value{
    margin: 0 10px
}
.center-cart-item {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.right-cart-content-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 16px 13px 11px 13px;
    margin-bottom: 16px;
    background-color: #FFFFFF;
    border-radius: 24px;
/*
    padding: 5px 13px 0 8px;
    margin-bottom: 16px;
*/
}
.right-cart-img-box {
    display: flex;
    justify-content: center;
    width: 110px;
    height: 55px;
}
img.right-cart-img {
    max-height: 100%;
    max-width: 100%;
}
.item-title {
    font-family: 'Rubik' !important;
    font-size: 11px !important;
}
.item-title h2{
    margin:0px;
}
span.total-sub {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    color: #3D3D3D;
    display: block;
}
.right-cart-total-lable {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160%;
    color: #3D3D3D;
    margin-right: 56px;
    margin-top: 45px;
    margin-bottom: 0px;
}
.right-cart-total-price {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.right-cart-popup-wrapper .forms-cart {
  width: 388px;
  padding: 75px 16px;
  border-radius: 24px;
  background-color: #FAFAFA;
  min-height: calc(100vh - 32px);
  z-index: 1;

}
.cart-img-box {
    display: flex;
    justify-content: center;
    width: 110px;
    height: 55px;
}
img.cart-img {
    max-height: 100%;
    max-width: 100%;
}


.cart-total-price {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    margin-top: 8px;
}
p.total-lable {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 160%;
    color: #3D3D3D;
    margin-right: 56px;
}
.total-price {
    font-family: "Fredoka One";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #FE6458;
}
span.count-value {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #3D3D3D;
    opacity: 0.4;
}
/*Mike style*/
.fields-wrapper{
    font-size: 0;
}
.left-cart-content form .fields-wrapper label {
  font-size: 18px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  min-height: auto;
  position: absolute;
  top: 21px;
  left: 10px;
  width: fit-content;
  color: #d3d3d3;
  transition: 0.2s all;
  cursor: text;
  background: transparent;
}
.left-cart-content form .fields-wrapper input{
    margin-top: 14px;
    border: none;
    padding-left: 10px;
}
.input-field-wrapper .blockErr{
    float: left;
}

.input-field-wrapper .input-field{
    border-radius: 12px;
}

.input-field-wrapper .error_msg{
    font-family: Rubik;
    color: #FE6458;
    font-size: 12px;
    margin-bottom: 5px;
}
.input-field-wrapper .error_hide{
    visibility: hidden;
}
.input-field-wrapper .border_error{
    box-shadow: 0 0 0 2px #FE6458;
}
.input-field-wrapper{
    display: inline-block;
    width: 45%;
}
.input-field-wrapper:nth-child(2n){
    margin-left: 20px;
}
.input-field {
    width: 100%;
  position: relative;
  display: inline-block;
  min-height: 56px;
  background: #F3F3F3;
  border-radius: 12px;
  margin-bottom: 8px;
}
.partner-input-field{
    width: 100% !important;
}
.partner-input-field input{
    padding: 0.5em 0 0.5em 10px !important;
}
.input-field label {
  position: absolute;
  top: 21px;
  left: 10px;
  width: 100%;
  color: #d3d3d3;
  transition: 0.2s all;
  cursor: text;
  background: transparent;
}
.input-field input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0.5rem 0;
  /* border-bottom: 2px solid #d3d3d3; */
  box-shadow: none;
  color: #111;
  background: none;
}
/* .input-field input:invalid {
  outline: 0;
  color: #ff2300;
  border-color: #ff2300;
} */
/* .input-field input:focus,
.input-field input:valid {
  border-color: #00dd22;
} */
.input-field input:focus~label,
.input-field input:valid~label {
  font-size: 10px;
  top: 6px;
}



@media (max-width: 1280px){
    .left-cart-content{
        margin-right: 50px;
    }
}
@media (max-width: 1152px){
    .left-cart-content{
        margin-right: 0;
        width: 100%;
    }
    .left-cart-content form{
        max-width: 100%;
    }
    legend {
        font-size: 27px;
        letter-spacing: 0px;
    }
    span.big{
        margin-right: 4px;
    }
    .left-cart-content form .input-field input{
        font-size: 25px;
    }
    fildset p{
        font-size: 20px;
    }
    label.pay-check{
        width: 100% !important;
        font-size: 17px;
        min-height: 70px;
    }
    label.pay-check input[type="checkbox"] {
        width: 40px !important;
        height: 40px !important;
        margin-right: 10px;
    }
    span.pay-size{
        font-size: 20px;
    }
    .payment-methot-submit{
        width: 100%;
        height: 70px;
        font-size: 15px;
    }
    .right-cart-content-items{
        padding-right: unset;
    }


    .bg_white_grey,
    .bg_white{
        display: none
    }
    .content-full-cart-wrapper{
        flex-flow: column-reverse;
        align-items: center;
        width: 95%;
        margin: 0 auto;
    }
    .right-cart-contents{
        border-radius: 24px;
        max-width: 100%;
        width: 100%;
        padding-top: 10px;
    }
    .right-cart-content{
        max-width: unset;
        width: 100%;
    }
    .forms-right-cart{
        max-width: 95%;
        margin: 0 auto;
    }
    .title{
        font-size: 40px;
    }
    .edit{
        font-size: 20px;
    }
    .right-cart-content-item{
        height: 90px;
        width: unset;
    }
    .cart-img-box{
        height: 90px;
        align-items: center;
        justify-content: center;
    }
    img.cart-img {
        max-height: 71%;
        max-width: 75%;
    }
    .center-cart-item {
        align-items: center;
        justify-content: center;
    }
    .item-title{
        font-size: 12px !important;
    }
    .item-title h2{
        margin: 0;
        letter-spacing: 1px;
    }
    .right-cart-count{
        font-size: 15px;
        height: auto;
    }
    span.count-value,
    .right-cart-price{
        font-size: 22px;
        line-height: 22px;
    }
    .right-cart-price{
        padding: 0;
    }
    .cart-delete .ico {
    margin: 15px 0 15px 15px;
    }
    .cart-delete .ico svg{
        width:20px;
        height: 15px;
    }
    .right-cart-total-price{
        margin: 0 auto;
        width: 90%;
        padding-bottom: 20px;
    }
    .right-cart-total-lable{
        font-size: 30px;
        margin-right: 0px;
        margin-bottom: -5px;
    }
    span.total-sub{
        font-size: 15px;
    }
    .total-price{
        font-size: 30px;
        line-height: 30px;
    }
    .input-field{
        width: 100% !important;
        font-size: 20px;
        min-height: 70px !important;
    }
}



@media screen and (max-width: 700px){
    .input-field-wrapper{
        width: 100%;
    }
    .input-field-wrapper:nth-child(2n){
        margin-left: 0;
    }
}

@media screen and (max-width: 425px){
    .pay-check{
        box-sizing: border-box;
        padding: 10px;
    }
    .forms-right-cart{
        min-width: unset;
    }
    .right-cart-content{
        width: 100% !important;
    }
    .right-cart-content-item{
        justify-content: unset;
    }
}
