/* ======================================================== POPUP ======================================================== */
._modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    pointer-events: none;

}

.modal-bg {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    padding: 20px 0;
}

.modal-body {
    position: relative;
    /* width: 100%; */
    height: 100%;
    margin: 0 auto;
    border-radius: 24px;
    overflow: auto;
    background-color: #ffffff;
}

.modalcontent {

    margin: 0 auto;
    padding: 30px 15px;

}



/* ======================================================== CART ======================================================== */

.shopping-cart {
    width: 100%;
    height: 100%;
}

.cart-title {
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    padding-top: -40px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.product-wrapper {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}

/*.product {*/
/*    display: flex;*/
/*    padding-top: 25px;*/
/*}*/

/*.cart-img {*/
/*    border-radius: 8px;*/
/*}*/

/*.cart-subtitle {*/
/*    font-family: "Raleway", sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    line-height: 21px;*/
/*    padding-top: -40px;*/
/*    padding-left: 8px;*/
/*    color: #000000;*/
/*}*/

/*.delete-button {*/
/*    display: block;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    margin-top: 3px;*/
/*    background-color: #ffffff;*/
/*    background: url(./img/icon-delete.svg) no-repeat center;*/
/*}*/

.counter-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 8px;
}

.counter-button {
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #EAEAEA;
}

.icon-minus {
    padding-top: 2px;
}

.icon-plus {
    padding-top: 2px;
}

.counter-current {
    margin-left: 12px;
    margin-right: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-top: -40px;
    color: #000000;
}

.cart-price {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    padding-top: -40px;
    padding-right: 55px;
    color: #000000;
}

.icon-sup {
    vertical-align: top;
}

.color {
    padding-top: 10px;
}

.color-title {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.color-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 6px;
    padding-top: 10px;
    padding-bottom: 15px;
}

/* ======================================================== color radio btn ======================================================== */
.radio {
    position: relative;
}

.radio-input {
    -webkit-appearance: none;
    position: absolute;
    appearance: none;
}

.radio-label {
    margin-right: 20px;
    cursor: pointer;
}

.radio-label::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid transparent;
    position: absolute;
    top: -1px;
    left: -1px;
}

.radio-label:hover::before {
    border: 3px solid grey;
}

.radio-input:checked+.radio-label::before {
    border: 3px solid grey;
}

.radio-label img {
    width: 25px;
    height: 25px;
}

/* ======================================================== size radio btn ======================================================== */
.radio-input-size {
    -webkit-appearance: none;
    position: absolute;
    appearance: none;
}

.radio-label-size {
    margin-right: 20px;
    cursor: pointer;
}

.radio-label-size::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: -9px;
    left: 1px;
}

.icon-size {
    position: relative;
    top: 1px;
    left: 11px;
    fill: black;
    width: 16px;
    height: 12px;
    z-index: 3;
}

.icon-size-XX {
    width: 24px;
    left: 7px;
}

.icon-size-XXX {
    width: 27px;
    left: 5px;
}

.radio-label-size:hover .icon-size {
    fill: white;
}

.radio-label-size:hover::before {
    background: #000;
}

.radio-input-size:checked+.radio-label-size .icon-size {
    fill: white;
}

.radio-input-size:checked+.radio-label-size::before {
    background: #000;
}

.size-title {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.size-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 4px;
    padding-top: 10px;
}

/* ======================================================== FORM ======================================================== */

.label-name {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.40px;
    padding-bottom: 8px;
    padding-top: 25px;
    color: #000000;
}

.label-phone {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.40px;
    padding-top: 16px;
    padding-bottom: 8px;
    color: #000000;
}

.label-addres {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.40px;
    padding-top: 16px;
    padding-bottom: 8px;
    color: #000000;
}

.input-error {
    border: 1px solid red !important;
}

.input-phone {
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    border-radius: 8px;
    background-color: #EAEAEA;
}

.input-phone::placeholder {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.40px;
    color: #C4C4C4;

    &:active {
        color: #000000;
    }
}


form {
    display: flex;
    flex-direction: column;
    }

.button {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #EA392C;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px;

    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.40px;
    color: #ffffff;
}

/* --------------------------------- success -------------------------------- */

