/* カスタマイズ用CSS */
/* .popular-products {
    overflow-x: auto;
    overflow-y: visible;
    padding: 30px 0;
} */

.popular-item .ec-blockBtn--action {
    background-color: #3f5794;
    color: #fff;
    border-radius: 8px;
    margin-top: 15px;
}

/* .ec-drawerRole .ec-headerLinkArea {
    background: transparent !important;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: #1B1B24 !important;
    font-weight: 500 !important;
    display: flex !important;
    justify-content: space-between;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item span {
    margin-left: 22px;
} */
/* .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
    background-color: #F8F8F8 !important;
    border-bottom: 1px dashed #ccc !important;
} */

/* .ec-headerEntryLink {
    background-color: #3f5794;
    font-weight: bold;
    color: #fff;
    padding: 12px 27px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 8px;
} */
/* .ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
    width: auto !important;
} */
/* .socialList {
    margin-top: 32px;
}
.socialItem {
    margin: 0 8px;
} */
.ec-productRole .ec-productRole__price,
.ec-productRole .ec-productRole__category {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.ec-productRole .ec-productDetail__row {
    padding-bottom: 15px !important;
}
.ec-productRole .ec-productRole__category a {
    color: #1B1B24;
    text-decoration: underline;
}
.ec-productRole .ec-blockBtn--action {
    height: 42px;
    line-height: 42px;
}
.ec-blockBtn--action.add-cart {
    background-color: #3f5794;
    color: #fff;
    border-radius: 5px;
}
.ec-blockBtn--action.add-cart:hover {
    color: #fff;
}
.ec-productRole__description {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 15px 0;
}
.ec-productRole .ec-productRole__price {
    font-size: 20px !important;
}
.product_faq {
    border-top: 1px solid #cbcbcb;
    padding-top: 15px;
}
.product_faq a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}
/* .ec-changeQuantityTable thead th {
    background-color: #f3f9f9;
    padding: 15px;
}
.ec-changeQuantityTable tbody td {
    padding: 15px;
}
.ec-changeQuantityTable td {
    vertical-align: middle;
}
.ec-changeQuantityTable td .product-quantity {
    color: #a7d4d4;
} */
/* .ec-changeQuantityBtnWrapper a {
    margin: auto;
    width: fit-content;
    padding: 15px 25px;
    color: #000;
    display: block;
    background-color: #9dc3e6;
}
} */
.ec-blockProductBtn--action {
    background-color: #DA351F;
    width: 100%;
    text-align: center;
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    border-radius: 4px;
    line-height: 16px;
    height: unset !important;
    font-size: 14px;
    font-weight: 600;
}
#page_product_detail .ec-blockProductBtn--action {
    max-width: 250px;
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .ec-modal .ec-modal-wrap {
        width: 200px;
        aspect-ratio: 1;
    }
}
@media screen and (max-width: 991px) {
    .popular-products {
        padding: 30px 15px;
        width: calc(100% - 30px);
    }
}