/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Shop */
.shop{
    margin: 10px 7% 200px;
}

.shop__title h1{
    margin-top: 0px;
    margin-left: 0px;
}

.shop__titlela p{
    margin-left: 0px;
}

.shop__til h1{
    margin-left: 30px !important;
}

.shop__card{
    background-color: white;
    padding: 50px 60px;
    border-radius: 16px;
    margin-bottom: 18px;
}

.shop__card h2{
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
}

.shop__card p{
    font-size: 14px;
    margin-bottom: 20px;
    color: black;
    width: 90%;
    height: 60px;
}

.shop__card h5{
    color: black;
    margin-bottom: 30px;
    font-size: 20px;
}

.shop__card b{
    color: #0945e6;
}

.shop__card img{
    width: 300px;
    margin-right: -50px;
    margin-top: -80px;
    margin-bottom: -80px;
}

.product__right{
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
    .product__right{
        display: flex;
        justify-content: flex-start;
    }

    .shop__card{
        padding: 50px;
        margin-top: 50px
    }

    .shop__card img{
        margin-bottom: 20px;
        width: 100px;
    }
    .shop__title h1{
        font-size: 22px !important;
        margin-top: -40px !important;
        text-align: center !important;
    }
    .shop__til h1{
        margin-left: 0px !important;
        margin-top: 60px !important;
    }
    .shop__card h5{
        margin-top: 90px;
    }
    .shop__card img{
        margin-top: -20px;
        width: 180px;
    }
}

@media only screen and (max-width: 1800px) {
    .shop__card h5{
        margin-top: 80px;
    }
}