@charset "UTF-8";

/*front*/

.front__about__fig {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .front__about__fig {
        display: block;
        flex-shrink: 0;
        order: 2;
        width: 480px;
    }
}


/*products/index*/
.products__list__title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
}

@media (min-width: 768px) {
    .products__list__title {
        font-size: 16px;
    }
}

.products__list__price {
    font-size: 12px;
}

@media (min-width: 768px) {
    .products__list__price {
        font-size: 14px;
    }
}

/*footer*/
.footer__logo {
    text-align: center;
}

.footer__logo img {
    width: auto !important;
}

/*shopping*Comfirm/
/* --------------------
 Comfirm
-------------------- */
.comfirm__action {
    text-decoration: underline;
}

.comfirm__action:hover, .comfirm__action:focus {
    text-decoration: none;
}