
/*
++++++++++++++++++++++++++++++
START all-the-cart-page
++++++++++++++++++++++++++++++
*/

.all-the-nesise-thank-you{

}
.all-the-nesise-thank-you .the-first-text{
    text-align: center;
    font-size: 4vw;
    color: #aa9d65;
    font-weight: 700;
    width: 90%;
    margin: 0 auto 0;
    padding: 1vw 0;
}
@media screen and (max-width: 1000px){
    .all-the-nesise-thank-you .the-first-text{
        text-align: center;
        font-size: 12vw;
        color: #aa9d65;
        font-weight: 700;
        width: 90%;
        margin: 0 auto 0;
        padding: 14vw 0;
    }
}

.all-the-epost-hfd-number{
    margin: 20px 0 20px 0;
    display: none;
}
.all-the-epost-hfd-number .the-title{
    font-size: 16px;
    margin: 0 0 10px 0;
}
.all-the-epost-hfd-number .all-the-input{
    display: flex;
    justify-content: space-between;
}
.all-the-epost-hfd-number .all-the-input .all-the-input-number{
    width: 70%;
    height: 30px;
}
.all-the-epost-hfd-number .all-the-input .all-the-input-icon{
    width: 10%; 
    text-align: center;
}
.all-the-epost-hfd-number .all-the-input .all-the-input-number-select{
    width: 20%;
}


.all-the-epost-hfd-click-first{
    color: #fff;
    background: #aa9d65;
    margin: 18px 0 0 0;
    font-size: 0.8vw;
    width: 50%;
    text-align: center;
    padding: 0.5vw 0;
    border-radius: 4px;
    border: solid 1px #897c47;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
}
.all-the-epost-hfd-click-first:hover{
    background: #897c47;
}

.all-the-epost-hfd{
    margin: 10px 0 0 0;
    position: relative;
    display: none;
}
.all-the-epost-hfd .all-the-absolute-box{
    position: absolute;
    height: 220px;
    width: calc(100% - 2px);
    background: #ffffff;
    right: 0;
    border: solid 1px #808080;
    top: 100%;
    display: none;
    z-index: 9;
}
.all-the-epost-hfd .all-the-absolute-box .the-input-search{
    display: block;
    width: calc(90% - 8px);
    margin: 10px auto 0;
    font-size: 14px;
    padding: 4px 4px;
    border: solid 1px #808080;
}
.all-the-epost-hfd .all-the-absolute-box .the-input-search:focus-visible{
    outline: none;
    border: solid 1px #000000;
}
.all-the-epost-hfd .all-the-absolute-box .all-the-results-of-search{
    width: 90%;
    margin: 10px auto 0;
    padding: 10px 0;
    height: 120px;
    overflow: auto;
}
.all-the-epost-hfd .all-the-absolute-box .all-the-results-of-search .the-single-result{
    border-bottom: solid 1px #a8a8a8;
    padding: 6px 6px;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-epost-hfd .all-the-absolute-box .all-the-results-of-search .the-single-result:hover{
    background: #dedede;
}


.all-the-epost-hfd .line-all-the-epost-hfd{
    display: flex;
    justify-content: space-between;
    background: white;
    border: solid 1px #808080;
    padding: 3px 5px;
    cursor: pointer;
}
.all-the-epost-hfd .line-all-the-epost-hfd .the-title-epost-hfd{
    color: #797b7e;
    font-size: 16px;
}
.all-the-epost-hfd .line-all-the-epost-hfd .the-icon-epost-hfd{
    color: #797b7e;
    font-size: 16px;
}




.all-the-epost-hfd-single{
    margin: 10px 0 0 0;
    position: relative;
    display: none;
}
.all-the-epost-hfd-single .all-the-absolute-box{
    position: absolute;
    height: 220px;
    width: calc(100% - 2px);
    background: #ffffff;
    right: 0;
    border: solid 1px #808080;
    top: 100%;
    display: none;
    z-index: 9;
}
.all-the-epost-hfd-single .all-the-absolute-box .the-input-search{
    display: block;
    width: calc(90% - 8px);
    margin: 10px auto 0;
    font-size: 14px;
    padding: 4px 4px;
    border: solid 1px #808080;
}
.all-the-epost-hfd-single .all-the-absolute-box .the-input-search:focus-visible{
    outline: none;
    border: solid 1px #000000;
}
.all-the-epost-hfd-single .all-the-absolute-box .all-the-results-of-search{
    width: 90%;
    margin: 10px auto 0;
    padding: 10px 0;
    height: 160px;
    overflow: auto;
}
.all-the-epost-hfd-single .all-the-absolute-box .all-the-results-of-search .the-single-result{
    border-bottom: solid 1px #a8a8a8;
    padding: 6px 6px;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-epost-hfd-single .all-the-absolute-box .all-the-results-of-search .the-single-result:hover{
    background: #dedede;
}


.all-the-epost-hfd-single .line-all-the-epost-hfd{
    display: flex;
    justify-content: space-between;
    background: white;
    border: solid 1px #808080;
    padding: 3px 5px;
    cursor: pointer;
}
.all-the-epost-hfd-single .line-all-the-epost-hfd .the-title-epost-hfd{
    color: #797b7e;
    font-size: 16px;
}
.all-the-epost-hfd-single .line-all-the-epost-hfd .the-icon-epost-hfd{
    color: #797b7e;
    font-size: 16px;
}



.all-the-cart-page{
    box-sizing: initial !important;
}
.all-the-cart-page input{
    box-sizing: initial !important;
}
.all-the-cart-page .the-h1{
    color: #3C3C3C;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: flex;
    justify-content: center;
    margin: 30px 0 10px 0;
}
.all-the-cart-page .all-the-breadcrumbs{
    color: #3C3C3C;
    display: flex;
    justify-content: center;
    margin: 0 0 60px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #b6b6b6;
}
.all-the-cart-page .all-the-breadcrumbs .the-name-breadcrumbs{
    color: #636363;
}
.all-the-cart-page .all-the-breadcrumbs .the-name-breadcrumbs a{
    color: black;
}
.all-the-cart-page .all-the-breadcrumbs .the-arrow-breadcrumbs{
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 0 2px 0;
}
.all-the-cart-page .inside-the-cart-page{
    width: 90%;
    margin: 0 auto 0;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 70px 0;
}
.all-the-cart-page .inside-the-cart-page .right-side{
    width: calc(100% - 420px);
}
.all-the-cart-page .inside-the-cart-page .right-side .the-top-list{
    display: flex;
    border-bottom: solid 1px #9a9a9a;
    padding: 0 0 7px 0;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-top-list .the-product{
    width: 40%;
    text-align: center;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-top-list .the-price{
    width: 10%;
    text-align: center;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-top-list .the-quantity{
    width: 30%;
    text-align: center;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-top-list .the-total{
    width: 10%;
    text-align: center;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-top-list .the-delete{
    width: 10%;
    text-align: center;
}



.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list{
    display: flex;
    border-bottom: solid 1px #9a9a9a;
    align-items: center;
    padding: 14px 0;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-product{
    width: 40%;
    display: flex;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-product .the-image-pro{
    width: 70px;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-product .the-image-pro img{
    width: 100%;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-product .all-the-title{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 10px 0 0;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-product .all-the-title .the-title{
    font-size: 14px;
    font-weight: 600;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-product .all-the-title .the-product-link{
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color: #2797a9;
    margin: 4px 0 0 0;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-price{
    width: 10%;
    text-align: center;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity{
    width: 30%;
    display: flex;
    justify-content: center;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity .all-the-quantity{
    display: flex;
    border: solid 1px #b9b9b9;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity .all-the-quantity .add-quantity{
    cursor: pointer;
    padding: 3px 10px;
    transition: background 0.5s;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity .all-the-quantity .add-quantity:hover{
    background: #eee;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity .all-the-quantity .sum-quantity{
    padding: 3px 12px;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity .all-the-quantity .less-quantity{
    cursor: pointer;
    padding: 3px 10px;
    font-size: 14px;
    transition: background 0.5s;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity .all-the-quantity .less-quantity:hover{
    background: #eee;
}

.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-total{
    width: 10%;
    text-align: center;
}
.all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-delete{
    width: 10%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}




.all-the-cart-page .inside-the-cart-page .left-side{
    width: 340px;
    background-color: #f2f3f5;
    padding: 30px 25px;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart{
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart .left-list{
    color: #797b7e;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart .left-list .the-coint{
    color: #797b7e;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart .left-list .the-price{
    color: #797b7e;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart .right-list{
    color: #797b7e;
}

.all-the-cart-page .inside-the-cart-page .left-side .list-cart-total{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px 0;
    border-top: solid 1px #909090;
    padding: 10px 0;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart-total .left-list{
    color: #000;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart-total .left-list .the-coint{
    color: #000;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart-total .left-list .the-price{
    color: #000;
}
.all-the-cart-page .inside-the-cart-page .left-side .list-cart-total .right-list{
    color: #000;
}
.all-the-cart-page .inside-the-cart-page .left-side .the-shiping{
    width: 100%;
    border: none;
    color: #797b7e;
    border: solid 1px #797b7e;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    padding: 5px 0;
}
.all-the-cart-page .inside-the-cart-page .left-side .the-shiping:focus{
    outline: none;
    border: solid 1px #4b4b4d;
}
.all-the-cart-page .inside-the-cart-page .left-side .the-cart-form-cupon{
    width: calc(100% - 22px);
    border: none;
    background-color: #fff;
    color: #333;
    border: solid 1px #d9d9d9;
    padding: 10px 10px;
    border-radius: 6px;
    margin: 0 0 20px 0;
}
.all-the-cart-page .inside-the-cart-page .left-side .the-cart-form{
    background: black;
    color: white;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.5s;
    width: 100%;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    border: none;
}
.all-the-cart-page .inside-the-cart-page .left-side .the-cart-form:hover{
    background: rgb(148, 148, 148);
}


/* 



.all-the-cart-page .inside-the-cart-page .left-side .go-to-pay{
    background: black;
    color: white;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.5s;
}
.all-the-cart-page .inside-the-cart-page .left-side .go-to-pay:hover{
    background: rgb(148, 148, 148);
} */



@media screen and (max-width: 1000px){

    .all-the-cart-page .inside-the-cart-page .right-side {
        width: 100%;
    }
    .all-the-cart-page .inside-the-cart-page {
        margin: 0 auto 0;
        flex-wrap: wrap;
    }
    .all-the-cart-page .inside-the-cart-page .left-side {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity .all-the-quantity .sum-quantity {
        padding: 3px 0;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-price {
        width: 20%;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-top-list .the-price {
        width: 20%;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-top-list .the-delete {
        width: 0;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-delete {
        margin: 10px 0 0 0;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list {
        flex-wrap: wrap;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-top-list .the-quantity {
        width: 20%;
        text-align: center;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-quantity {
        width: 20%;
    }
    .all-the-cart-page .inside-the-cart-page .right-side .the-buttom-list .the-total {
        width: 20%;
    }
    .all-the-cart-page .the-h1 {
        color: #3C3C3C;
        font-weight: 300;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        display: flex;
        justify-content: center;
        margin: 17px 0 4px 0;
    }

}



/*
++++++++++++++++++++++++++++++
END all-the-cart-page
++++++++++++++++++++++++++++++
*/







/*
++++++++++++++++++++++++++++++
START all-the-checkout-page
++++++++++++++++++++++++++++++
*/



.all-the-checkout-page{

}
.all-the-checkout-page input{
    box-sizing: initial !important;
}
.all-the-checkout-page .the-h1{
    color: #3C3C3C;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: flex;
    justify-content: center;
    margin: 30px 0 10px 0;
}
.all-the-checkout-page .all-the-breadcrumbs{
    color: #3C3C3C;
    display: flex;
    justify-content: center;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #b6b6b6;
}
.all-the-checkout-page .all-the-breadcrumbs .the-name-breadcrumbs{
    color: #636363;
}
.all-the-checkout-page .all-the-breadcrumbs .the-name-breadcrumbs a{
    color: black;
}
.all-the-checkout-page .all-the-breadcrumbs .the-arrow-breadcrumbs{
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 0 2px 0;
}




.all-the-checkout-block{
    display: flex;
}
.all-the-checkout-block input{
    box-sizing: initial !important;
}
.all-the-checkout-block .right-side{
    background: #fff;
    width: 50%;
    border-left: solid 1px #b6b6b6;
    display: flex;
    justify-content: flex-end;
}
.all-the-checkout-block .right-side .inside-right-side{
    width: 95%;
    max-width: 570px;
    padding: 40px 0 50px 70px;
}
.all-the-checkout-block .right-side .inside-right-side .the-title-form{
    font-weight: 600;
    font-size: 20px;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form{
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form label{
    width: 100%;
    width: 100%;
    font-size: 12px;
    padding: 0 5px 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form input{
    width: calc(100% - 20px);
    /* width: 100%; */
    border: none;
    background-color: #fff;
    color: #333;
    border: solid 1px #d9d9d9;
    padding: 10px 10px;
    border-radius: 6px;
    margin: 0 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form input:focus{
    box-shadow: 0 0 5px #c5c5c5;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form select:focus{
    box-shadow: 0 0 5px #c5c5c5;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form select{
    width: 100%;
    border: none;
    background-color: #fff;
    color: #333;
    border: solid 1px #d9d9d9;
    padding: 10px 0;
    border-radius: 6px;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-email{
    width: 100%;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-email .save-the-email{
    display: flex;
    align-items: center;
    margin: 8px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-email .save-the-email .the-botton{
    width: 14px;
    height: 14px;
    border: solid 1px #000;
    border-radius: 5px;
    margin: 0 0 0 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-email .save-the-email .the-botton .the-inside-botton.active{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: black;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-email .save-the-email .the-text{
    font-size: 14px;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .shipping-title{
    font-weight: 600;
    font-size: 20px;
    margin: 40px 0 0 0;
    width: 100%;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-fname{
    width: 49%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-lname{
    width: 49%;
    margin: 10px 0 0 0;
}


.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-date-order{
    width: 49%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-time-order{
    width: 49%;
    margin: 10px 0 0 0;
}


.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-address{
    width: 60%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-address-number{
    width: 38%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-postal-code{
    width: 49%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-city{
    width: 49%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-country{
    width: 100%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-phone{
    width: 100%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-submit{
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    margin: 38px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-confirm{
    width: 100%;
    margin: 10px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-confirm .save-the-confirm{
    display: flex;
    align-items: center;
    margin: 8px 0 0 0;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-confirm .save-the-confirm .the-botton{
    width: 14px;
    height: 14px;
    border: solid 1px #000;
    border-radius: 5px;
    margin: 0 0 0 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-confirm .save-the-confirm .the-botton .the-inside-botton.active{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: black;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-confirm .save-the-confirm .the-text{
    font-size: 14px;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-confirm .save-the-confirm .the-text a{
    text-decoration: underline;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-submit input{
    width: 120px;
    background: black;
    color: white;
    font-weight: 500;
    padding: 14px 0;
    border: solid 1px #000;
    margin: 0 0 0 6px;
    cursor: pointer;
    transition: opacity 0.5s;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-submit input:hover{
    opacity: 0.5;
}
.all-the-checkout-block .right-side .inside-right-side .all-the-form form .the-checkout-submit .go-back{
    width: 120px;
    color: black;
    font-weight: 500;
    padding: 14px 0;
    text-align: center;
    cursor: pointer;
}





.all-the-checkout-block .left-side{
    background: #f2f3f5;
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
.all-the-checkout-block .left-side .inside-left-side{
    width: 95%;
    max-width: 418px;
    padding: 40px 50px 50px 0;
}
.all-the-checkout-block .left-side .inside-left-side .the-shipping-price{
    display: flex;
    justify-content: space-between;
}
.all-the-checkout-block .left-side .inside-left-side .the-shipping-price .text{
    font-weight: 600;
    font-size: 18px;
}
.all-the-checkout-block .left-side .inside-left-side .the-shipping-price .price{
    font-size: 14px;
}
.all-the-checkout-block .left-side .inside-left-side .the-shipping-price .price span{
    font-weight: 600;
    font-size: 18px;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check{
    width: 100%;
    border-bottom: solid 1px #afafaf;
    padding: 0 0 10px 0;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check{
    display: flex;
    margin: 0 0 20px 0;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check .right-product-check{
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    position: relative;
    border: solid 1px #adadad;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check .right-product-check .number-pro{
    position: absolute;
    background-color: rgba(114,114,114,.9);
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: -10px;
    top: -10px;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check .center-product-check{
    width: calc(100% - 140px);
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check .center-product-check .the-title-product-check{
    padding: 0 18px;
    font-size: 16px;
    font-weight: bold;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check .center-product-check .the-parameter-product-check{
    padding: 0 18px;
    font-size: 14px;
    color: #62a370;
    font-weight: 700;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check .left-product-check{
    
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check .left-product-check .the-price-product-check{
    font-size: 13px;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-product-check .single-product-check .left-product-check .the-price-product-check .single-price-product-check{
    font-size: 16px;
    font-weight: bold;
}


.all-the-checkout-block .left-side .inside-left-side .all-the-sum-check{
    width: 100%;
    padding: 25px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-sum-check .the-totle-text{
    font-size: 20px;
    font-weight: 600;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-sum-check .the-totle-price{
    font-size: 14px;
}
.all-the-checkout-block .left-side .inside-left-side .all-the-sum-check .the-totle-price .the-single-price{
    font-size: 20px;
    font-weight: 600;
}



@media screen and (max-width: 1000px){

    .all-the-checkout-block {
        flex-wrap: wrap;
    }
    .all-the-checkout-block .right-side {
        background: #fff;
        width: 100%;
        border-left: none;
    }
    .all-the-checkout-block .right-side .inside-right-side {
        width: 90%;
        max-width: 100%;
        padding: 40px 0 50px 0;
        margin: 0 auto;
    }
    .all-the-checkout-block .left-side {
        width: 100%;
        justify-content: center;
    }
    .all-the-checkout-block .left-side .inside-left-side {
        width: 90%;
        max-width: 100%;
        padding: 40px 0 50px 0;
    }

    .all-the-checkout-page .the-h1 {
        color: #3C3C3C;
        font-weight: 300;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        display: flex;
        justify-content: center;
        margin: 17px 0 4px 0;
    }

}

/*
++++++++++++++++++++++++++++++
END all-the-checkout-page
++++++++++++++++++++++++++++++
*/








/*
++++++++++++++++++++++++++++++
START all-the-wishlist-page
++++++++++++++++++++++++++++++
*/

.all-the-wishlist-page{

}
.all-the-wishlist-page input{
    box-sizing: initial !important;
}
.all-the-wishlist-page .the-h1{
    color: #3C3C3C;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: flex;
    justify-content: center;
    margin: 30px 0 10px 0;
}
.all-the-wishlist-page .all-the-breadcrumbs{
    color: #3C3C3C;
    display: flex;
    justify-content: center;
    margin: 0 0 32px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #b6b6b6;
}
.all-the-wishlist-page .all-the-breadcrumbs .the-name-breadcrumbs{
    color: #636363;
}
.all-the-wishlist-page .all-the-breadcrumbs .the-name-breadcrumbs a{
    color: black;
}
.all-the-wishlist-page .all-the-breadcrumbs .the-arrow-breadcrumbs{
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 0 2px 0;
}


.all-the-wishlist-block{
    width: 90%;
    margin: 80px auto 90px;
    max-width: 1300px;
    border: solid 1px #ebebeb;
}
.all-the-wishlist-block .single-wishlist:first-of-type {
    display: flex;
    border-bottom: none;
    border-top: none;
}
.all-the-wishlist-block .single-wishlist:nth-child(odd) {
    background-color: #fff;
}
.all-the-wishlist-block .single-wishlist:nth-child(even) {
    background-color: #f9f9f9;
}
.all-the-wishlist-block .single-wishlist{
    display: flex;
    height: 110px;
    border-top: solid 1px #ebebeb;
}
.all-the-wishlist-block .single-wishlist .all-image{
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-wishlist-block .single-wishlist .all-image .inside-image{
    width: 90%;
    margin: 0 auto 0;
}
.all-the-wishlist-block .single-wishlist .all-image .inside-image img{
    width: 100%;
}




.all-the-wishlist-block .single-wishlist .all-details{
    width: calc(73% - 90px);
    border-right: solid 1px #ebebeb;
}
.all-the-wishlist-block .single-wishlist .all-details .text-details{
    padding: 10px 10px 0 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.all-the-wishlist-block .single-wishlist .all-details .text-details a{
    color: #000;
}
.all-the-wishlist-block .single-wishlist .all-details .text-price{
    padding: 10px 10px 10px 10px;
    font-size: 20px;
}
.all-the-wishlist-block .single-wishlist .all-details .text-price .the-num{
    margin: 0 0 0 2px;
}
.all-the-wishlist-block .single-wishlist .all-details .text-price .the-icon{
    
}



.all-the-wishlist-block .single-wishlist .all-stock{
    width: 27%;
    border-right: solid 1px #ebebeb;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.all-the-wishlist-block .single-wishlist .all-stock .the-stock{
    color: #7d7d7d;
    font-size: 17px;
    padding: 10px 10px 5px 10px;
}
.all-the-wishlist-block .single-wishlist .all-stock .the-add-cart{
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px 0 10px;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-wishlist-block .single-wishlist .all-stock .the-add-cart a{
    color: #000;
    transition: all 0.5s;
}
.all-the-wishlist-block .single-wishlist .all-stock .the-add-cart a:hover{
    color: rgb(133, 133, 133);
    letter-spacing: 0.3px;
}
.all-the-wishlist-block .single-wishlist .all-stock .the-add-close{
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px 0 10px;
    cursor: pointer;
    transition: all 0.5s;
}
.all-the-wishlist-block .single-wishlist .all-stock .the-add-close:hover{
    color: rgb(133, 133, 133);
    letter-spacing: 0.3px;
}




@media screen and (max-width: 900px){

    .all-the-wishlist-block .single-wishlist {
        height: auto;
    }
    .all-the-wishlist-block .single-wishlist .all-details .text-details {
        font-size: 13px;
    }
    .all-the-wishlist-block .single-wishlist .all-details .text-price {
        font-size: 16px;
    }
    .all-the-wishlist-block {
        width: 90%;
        margin: 40px auto 50px;
        max-width: 1300px;
        border: solid 1px #ebebeb;
    }
    .all-the-wishlist-page .the-h1 {
        color: #3C3C3C;
        font-weight: 300;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        display: flex;
        justify-content: center;
        margin: 17px 0 4px 0;
    }

}

/*
++++++++++++++++++++++++++++++
END all-the-wishlist-page
++++++++++++++++++++++++++++++
*/






/*
++++++++++++++++++++++++++++++
START all the page single product
++++++++++++++++++++++++++++++
*/





.all-the-product-page-nesise{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto 0;
    direction: rtl;
    padding: 30px 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.all-the-product-page-nesise .the-close-button-of-ajax{
    position: absolute;
    top: -22px;
    background: #e9e9e9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    border: solid 1px #a0a0a0;
    cursor: pointer;
}
.all-the-product-page-nesise a,input,p,h1,h2,h2,span,div{
    font-family: 'Assistant', sans-serif;
}
.all-the-product-page-nesise .all-the-product-page{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    width: 100%;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side{
    width: 25%;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .the-sku{
    font-size: 16px;
    margin: 0 0 25px 0;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .the-sku span{
    
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-price{
    display: flex;
    align-items: center;
    margin: 0 0 5px 0
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-price .the-price{
    font-weight: 800;
    font-size: 38px;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-price .the-discount-price{
    font-size: 26px;
    text-decoration: line-through;
    margin: 0 14px 0 0;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters{
    
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter{
    margin: 0 0 15px 0;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter .the-name-parameter{
    font-size: 16px;
    font-weight: 700;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter .all-the-link-parameter{
    display: flex;
    flex-wrap: wrap;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter .all-the-link-parameter .the-single-link-parameter{
    border: 2px solid #e7e7e7;
    background: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    min-width: 0px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    margin: 5px;
    cursor: pointer;
    transition: border-color .3s;
}

.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter .all-the-link-parameter .the-single-link-parameter.image-parameter{
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 100px; 
    height: 100px; 
    padding: 0px; 
    border-radius: 50%;
}



.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter .all-the-link-parameter .the-single-link-parameter:hover{
    border-color: #656973;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter .all-the-link-parameter-quantity{
    display: flex;
    flex-wrap: wrap;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter .all-the-link-parameter-quantity{
    
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-parameters .all-the-single-parameter .all-the-link-parameter-quantity input{
    width: 50%;
    padding: 8px 8px;
    background-color: white;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 24px;
    box-sizing: border-box;
    border: 2px solid #e7e7e7;
    font-size: 16px;
    font-weight: 500;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-button-insert{
    display: flex;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-button-insert .the-insert-to-cart{
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 30px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    background-color: #0c2140;
    color: white;
    cursor: pointer;
    border: solid 2px #0c2140;
    opacity: 1;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-button-insert .the-insert-to-cart:hover{
    background-color: white;
    color: #0c2140;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-button-insert .the-insert-to-wishlist{
    margin: 0 10px 0 0;
    border: solid 2px #0c2140;
    border-radius: 6px;

    font-size: 14px;
    font-weight: 700;
    padding: 16px 38px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    background-color: white;
    color: #0c2140;
    cursor: pointer;
    border: solid 2px #0c2140;
    opacity: 1;
}
.all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-button-insert .the-insert-to-wishlist:hover{
    background-color: #0c2140;
    color: white;
}

    


.all-the-product-page-nesise .all-the-product-page .all-the-center-side{
    width: 30%;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side .the-title-h1{
    font-size: 32px;
    margin: 0 0 18px 0;
    font-weight: 400;
    color: #29323a;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side img{
    width: 100%;
    display: block;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side p{
    font-size: 16px;
    color: #737373;
    margin: 16px 0;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side a{
    font-size: 16px;
    color: #1376cc;
    margin: 16px 0;
    transition: all 0.5s;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side a:hover{
    color: #79baf3;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side h2{
    font-size: 24px;
    font-weight: 700;
    margin: 16px 0;
    color: #29323a;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side h3{
    font-size: 19px;
    font-weight: 700;
    margin: 16px 0;
    color: #29323a;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side ul{
    list-style-type: disc;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side ul li{
    color: #737373;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side ol{
    list-style-type: disc;
}
.all-the-product-page-nesise .all-the-product-page .all-the-center-side ol li{
    color: #737373;
}




.all-the-product-page-nesise .all-the-product-page .all-the-left-side{
    width: 40%;
}
.all-the-product-page-nesise .all-the-product-page .all-the-left-side .the-big-image{
    border: solid 1px #d7d7d7;
    margin: 0 0 5px 0;
}
.all-the-product-page-nesise .all-the-product-page .all-the-left-side .the-big-image img{
    display: block;
    width: 100%;
}
.all-the-product-page-nesise .all-the-product-page .all-the-left-side .all-the-small-image{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-product-page-nesise .all-the-product-page .all-the-left-side .all-the-small-image .insert-the-small-image-list{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    margin: 0 0 5px 0;
    cursor: pointer;
}
.all-the-product-page-nesise .all-the-product-page .all-the-left-side .all-the-small-image .insert-the-small-image-list img{
    display: block;
    width: 58px;
    height: 58px;
    object-fit: cover;
}
.all-the-product-page-nesise .all-the-product-page .all-the-left-side .all-the-small-image .insert-the-small-image-list-line{
    width: 62px;
    height: 1px;
}




@media only screen and (max-width: 800px) {

    .all-the-product-page-nesise .all-the-product-page .all-the-center-side .the-title-h1 {
        font-size: 24px;
        margin: 0 0 0 0;
        font-weight: 800;
        color: #29323a;
    }
    .all-the-product-page-nesise .all-the-product-page .all-the-center-side p {
        font-size: 16px;
        color: #737373;
        margin: 5px 0;
        font-weight: 500;
    }
    .all-the-product-page-nesise {
        width: 90%;
        max-width: 1300px;
        margin: 0 auto 0;
        direction: rtl;
        padding: 0 0;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-price {
        display: flex;
        align-items: center;
        margin: 0 0 0 0;
    }

}



/*
++++++++++++++++++++++++++++++
END all the page single product
++++++++++++++++++++++++++++++
*/







/*
++++++++++++++++++++++++++++++
START all the screen pop up iframe
++++++++++++++++++++++++++++++
*/

.all-the-nesise-product-iframe{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999999999;
}
.all-the-nesise-product-iframe .the-black-screen{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
}
.all-the-nesise-product-iframe .the-close-screen-button{
    position: absolute;
    top: 30px;
    background: #dedede;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    border: solid 1px #707070;
    cursor: pointer;
}
.all-the-nesise-product-iframe .the-white-screen{
    width: 1240px;
    height: calc(100% - 300px);
    background: white;
    position: absolute;
    overflow: auto;
    margin: 120px 0 0 0;
    opacity: 0.5;
    transition: all 0.5s;
    padding: 25px 0;
    border-radius: 10px;
    border: solid 2px #959595;
}
/* width */
.all-the-nesise-product-iframe .the-white-screen::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
.all-the-nesise-product-iframe .the-white-screen::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
   
/* Handle */
.all-the-nesise-product-iframe .the-white-screen::-webkit-scrollbar-thumb {
    background: #878787; 
    border-radius: 10px;
}
  
/* Handle on hover */
.all-the-nesise-product-iframe .the-white-screen::-webkit-scrollbar-thumb:hover {
    background: #5e5e5e; 
}


@media screen and (max-width: 1400px){

    .all-the-nesise-product-iframe .the-white-screen {
        width: 90%;
        height: calc(100% - 200px);
    } 
    .all-the-product-page-nesise .all-the-product-page .all-the-left-side {
        width: 30%;
    }
    .all-the-product-page-nesise .all-the-product-page .all-the-center-side {
        width: 35%;
    }
    .all-the-product-page-nesise .all-the-product-page .all-the-right-side {
        width: 30%;
    }
    .all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-button-insert .the-insert-to-wishlist {
        padding: 8px 14px;
    }
    .all-the-product-page-nesise .all-the-product-page .all-the-right-side .all-the-button-insert .the-insert-to-cart {
        padding: 8px 14px;
    }

}
@media screen and (max-width: 800px){

    .all-the-product-page-nesise .all-the-product-page .all-the-left-side {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .all-the-product-page-nesise .all-the-product-page .all-the-center-side {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .all-the-product-page-nesise .all-the-product-page .all-the-right-side {
        width: 100%;
        margin: 0 0 10px 0;
    }

}


/*
++++++++++++++++++++++++++++++
END all the screen pop up iframe
++++++++++++++++++++++++++++++
*/





.all-the-nesise-add-to-cart-pop-up-full-screen{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    display: none;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-black-screen{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen{
    position: absolute;
    width: 90%;
    background: white;
    max-width: 300px;
    padding: 20px 10px;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen .all-the-close{
    display: flex;
    justify-content: flex-end;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen .all-the-close .the-close-button{
    background: #dfdfdf;
    width: 30px;
    height: 30px;
    margin: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bolder;
    cursor: pointer;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen .all-the-text-title{
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen .all-the-info-product{
    width: 90%;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #c4c4c4;
    border-bottom: solid 1px #c4c4c4;
    padding: 10px 0;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen .all-the-info-product .all-the-image{
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #e3e3e3;
    border: solid 1px #a3a3a3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen .all-the-info-product .all-the-title{
    width: calc(100% - 90px);
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen .button-to-go-to-cart{
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    background-color: #000;
    border: solid 1px #000;
    color: white;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
}
.all-the-nesise-add-to-cart-pop-up-full-screen .all-the-white-screen .button-to-remove-element{
    display: block;
    width: 90%;
    margin: 0 auto 20px;
    background-color: #ffffff;
    border: solid 1px #000;
    color: black;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
    cursor: pointer;
}
