body {
    background-color: #fafdff;
    margin: 0;
}

.head__container {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
}

.img-icon {
    width: 20px;
    margin: 0 5px;
}

#header {
    background-color: white;
}

.selected__item__container {
    background-color: white;
    margin: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(176, 173, 173);
}

.items {
    display: flex;
}

.item {
    padding: 20px 42px;
}

.selected__item {
    margin: 0 35px;
}

.product__container {
    background-color: white;
    margin: 49px 100px 25px 100px;
}

.store__title {
    display: flex;
    margin: 0 35px;
    font-size: 18px;
    color: rgb(176, 173, 173);
}

.store__name {
    margin: 18px;
}

hr {
    color: rgb(176, 173, 173);
}

.img-product {
    width: 150px;
    margin: 15px;
}

.product__body {
    display: flex;
    justify-content: space-between;
}

.product__details>h3 {
    margin: 15px 0 0 0;
    font-weight: 400;
}

.product__details>p {
    margin: 5px 0;
    color: rgb(152, 152, 152);
    font-weight: 200;
    opacity: 0.8;
}

.color__ {
    color: black;
    opacity: 0.8;
}

.left__container__product,
.right__container__product {
    display: flex;
}

.right__container__product {
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
}

.product {
    margin: 0 15px;
}

.countbox__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus,
.col {
    padding: 0 15px;
}

.product>ul {
    display: flex;
    flex-direction: column;
}

.red {
    color: red;
}

.product___body {
    margin: 49px 100px 25px 100px;
}

#check {
    margin: 0px 15px 0 35px;
}

.product___body {
    display: flex;
    align-items: center;
}

.product___body>a {
    margin: 0 5px;
    color: rgb(137, 137, 137);
}

.money__back__container {
    display: flex;
    align-items: center;
}

.img {
    margin: 15px;
}

.text__container>h3,
.text__container>p {
    margin: 0;
}

.product__container {
    margin: 49px 100px 15px 100px;
}

.pay__container {
    margin: 0px 100px;
}

.pay__container>p {
    margin: 0px;
}

.garantie__container {
    display: flex;
    padding-left: 15px;
}

.text__container {
    font-size: 13px;
}

.first__side {
    padding: 15px;
    margin-bottom: 28px;
}

.item_third_bar_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.last__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price__container {
    width: 260px;
    margin: 10px 25px;
}

.bold {
    font-weight: bolder;
}

.price__bold {
    font-size: 22px;
}

.paiement__container {
    display: flex;
    margin: 0 27px;
}

.paiement__item {
    padding: 8px;
}

a {
    color: rgb(149, 145, 145);
}

.paiement__item>a>button {
    background-color: #f2ce00;
    width: 150px;
    height: 40px;
    border: 1px;
    font-size: 16px;
    font-weight: bold;
}

.product__updates>ul>a {
    margin-bottom: 10px;
}

.pay__container {
    display: flex;
    align-items: center;
}


.pay_logo_img {
    margin: 10px;
    width: 50px;
}

button,
.btn-link {
    cursor: pointer;
    text-decoration: none;
    color: gray;
}

.btn-link>p {
    margin: 0;
    color: gray;
}

.right__side {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1250px) {
    .selected__item__container {
        padding: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .selected__item__container>.items {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product__body,
    .right__container__product,
    .left__container__product {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product__details {
        text-align: center;
    }

    .store__title {
        justify-content: center;
        align-items: center;
    }

    .product__updates>ul {
        padding: 0;
    }

    .product___body {
        display: none;
    }

    .last__container,
    .garantie__container,
    .paiement__container,
    .pay__container,
    .head__container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .head__container {
        align-items: center;
    }

    .product__container,
    .selected__item__container {
        margin: 46px 45px 15px 45px;
    }

    .paiement__item {
        padding: 10px;
        margin: 0;
    }

    .paiement__container,
    .pay__container {
        margin: 15px;
    }

    .pay__container {
        text-align: center;
    }

    .product__container,
    .product__container {
        box-shadow: 0px 0px 10px 0px rgb(219, 219, 219);
    }

    .product {
        margin: 16px 36px;
    }

    .right__side {
        margin: 15px 0 0 0;
    }

    ul {
        text-align: center;
    }
}

#header {
    box-shadow: 0px 0px 10px 0px rgb(219, 219, 219);
}

.text__container>h3 {
    font-size: 15px;
}

.right__side>a {
    color: rgb(141, 141, 141)
}

.red__color {
    color: red;
}