/* カスタマイズ用CSS */
/*=======================================
    #common
=======================================*/
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.is-sp {
    display: none;
}
.ec-modal-org {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.ec-modal-org .ec-modal-org-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.ec-modal-org .ec-modal-org-wrap {
    position: relative;
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
    width: 90%;
    margin: 20px;
    padding: 40px 5px;
}
.ec-modal-org .ec-modal-org-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    height: 30px;
    width: 20px;
}
.ec-modal-org .ec-modal-org-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    height: 30px;
    width: 20px;
}
.ec-modal-org .ec-modal-org-box {
    text-align: center;
}
.ec-modal-org .ec-role {
    margin-top: 20px;
}
@media only screen and (min-width: 1280px) {
    .ec-modal-org .ec-modal-org-wrap {
        padding: 40px 10px;
        width: 50%;
        margin: 20px auto;
    }
}
/*** 税抜表記 ***/
.ec-shelfRole .ec-shelfRole__listItemPrice:after {
    content: '（税抜）';
}
/*=======================================
    #MyPage
=======================================*/
.first-login-title {
    margin-top: 10px;
    padding: 10px 0;
    color: #ccc;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #ddd;
}
.ec-login {
    padding: 20px;
    border: 1px solid #ddd;
}
/*=======================================
    #header
=======================================*/
.ec-headerTitle .ec-headerTitle__title {
    margin: 0px auto;
}
.ec-headerTitle .ec-headerTitle__title > * a img {
    width: 240px;
    height: 36px;
}
.ec-headerNaviRole {
    padding-bottom: 20px;
}
.ec-headerSearch {
    position: initial;
    visibility: visible;
    opacity: 1;
    transform: initial;
    width: auto;
    margin: 0 10%;
}
.ec-categoryNaviRole {
    margin-top: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.ec-headerNav .ec-headerNav__itemLink {
    display: block;
    color: #fff;
    font-size: 10px;
}
.ec-headerNav .ec-headerNav__item {
    margin-right: 15px;
    text-align: center;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading p {
    padding: 10px;
}
.ec-cartNavi .ec-cartNavi__badge {
    width: auto;
    min-width: 17px;
    padding: 2px 4px;
    color: #fff;
    font-size: 10px;
    border-radius: 9999px;
    background: #e50012;
}
/*=======================================
    #main
=======================================*/
.ec-topicRole .ec-topicRole__listItem {
    max-width: 33.33333333%;
}
.ec-newsRole .ec-newsRole__news {
    max-height: 350px;
    padding: 0 10px;
    /* border: 1px solid silver; */
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    overflow: scroll;
}
.ec-pageHeader {
    background: #e50012;
}
.ec-pageHeader h1 {
    color: #fff !important;
}
.front_page .ec-layoutRole .ec-layoutRole__main {
    padding-bottom: 0;
}
.ec-bottomNaviLine {
    width: 116px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.ec-bottomNaviLine-sp {
    text-align: center;
}
.ec-bottomNaviLine-sp img {
    max-width: 116px;
}
/*
* 商品一覧
*/
.ec-shelfRole h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 20px;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #333;
}
.ec-searchnavRole .ec-searchnavRole__inner,
.ec-childCategoryRole {
    /* justify-content: start; */
    display: block;
    background: #fff;
}
.ec-newItemRole__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 0px;
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(5n+1) {
    width: auto;
    font-size: 2rem;
}
.ec-newItemRole .ec-newItemRole__listItem {
    width: auto;
}
.ec-shelfRole .ec-shelfRole__listItem:before {
    /* border: none; */
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+3):before, .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+5):before, .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+6):before {
    border-right: solid 1px var(--clrBorderColor, #ccc);
}
.ec-newItemRole__listItemImage,
.ec-shelfRole .ec-shelfRole__listItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
/***********************************************
    タイルのabsoluteをやめる▼
***********************************************/
.ec-newItemRole .ec-newItemRole__listItemCenter,
.ec-shelfRole .ec-shelfRole__listItemCenter {
    /* border: none; */
    position: static;
}
.ec-newItemRole .ec-newItemRole__listItemContent,
.ec-shelfRole .ec-shelfRole__listItemContent {
    position: static !important;
}
.ec-newItemRole .ec-newItemRole__listItemHover,
.ec-shelfRole .ec-shelfRole__listItemHover {
    position: static !important;
}
/***********************************************
    ▲タイルのabsoluteをやめる
***********************************************/
.product-part-block {
    padding: 10px 40px;
}
.product-part-left {
    margin-bottom: 40px;
}
.product-part-left-block {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f8f9fa;
}
.product-part-left-block .part-left-image {
    max-width: 120px;
}
.product-part-left-block .part-left-title {
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}
.product-part-block h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 1em;
}
/*
* 商品詳細
*/
.ec-productRole__visual .ec-productVisualMain {
    border: 1px solid #ddd;
}
.ec-productRole__visual .ec-productVisualMain .slick-arrow {
    color: #555;
}
/*
* お気に入り一覧
*/
ul.favorite-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    /* border: 1px solid #ccc; */
}
ul.favorite-lists > li.favorite-list {
    display: flex;
    padding: 20px 0;
    padding-right: 20px;
    border-bottom: 1px solid #ddd;
}
.favorite-list-head {
    display: table;
    width: 100%;
    font-size: 14px;
    background: #f3f1eb;
}
.favorite-list-head .favorite-list-head-delete {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    padding: 10px;
    padding-left: 20px;
    text-align: center;
}
.favorite-list-head .favorite-list-head-title {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 10px;
    text-align: center;
}
.favorite-list-head .favorite-list-head-quantity {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 10px;
    text-align: center;
}
.favorite-list-head .favorite-list-head-btn {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding: 10px;
    text-align: center;
}
ul.favorite-lists > li .favorite-list-table {
    display: table;
    width: 100%;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-delete {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    padding: 10px;
    text-align: center;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-delete a {
    display: flex;
    justify-content: center;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-delete .ec-closeBtn--circle:after {
    color: #666;
    border: none;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-title {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: left;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-quantity {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-btn {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-btn .ec-blockBtn--action {
    height: 3em;
    line-height: 3em;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-btn img {
    width: 25px;
    vertical-align: -4px;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-quantity .favorite-list-quantity {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-quantity .favorite-list-quantity .set-quantity {
    font-size: 20px;
    font-weight: 600;
}
ul.favorite-lists > li .favorite-list-table .favorite-list-cell-quantity .favorite-list-quantity .quantityLabel {
    margin-right: 10px;
}
/* ul.favorite-lists > li .ec-quantityRole {
    border: none;
} */
ul.favorite-lists > li .ec-quantityRole .ec-quantityRole__btn {
    /* margin-right: 5px; */
    width: 36px;
    height: 36px;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    background: #f3f1eb;
}
ul.favorite-lists > li .ec-quantityRole .ec-quantityRole__btn:last-child {
    margin-right: 0;
}
ul.favorite-lists > li .ec-quantityRole .ec-numberInput {
    height: 36px;
}
ul.favorite-lists > li .ec-quantityRole .ec-numberInput input {
    height: 36px;
    text-align: center;
    line-height: 36px;
}
ul.favorite-lists > li .quantityLabel-tani {
    margin-left: 10px;
}
.ec-favoriteRole__detail .cart-link-btn {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 280px;
}
ul.favorite-lists > li .ec-favoriteRole__itemPrice .ec-price__tax {
    font-size: 12px;
}
/*
* 商品詳細
*/
.ec-productRole .ec-productRole__cartinRow .quantityLabel {
    display: block;
    margin-right: initial;
}
.ec-productRole .ec-productRole__cartinRow .quantityTaniLabel {
    margin: 0;
    margin-right: 20px;
}
.ec-productRole .ec-quantityRole .ec-quantityRole__btn {
    width: 2rem;
}
.ec-productRole .product-download-wrap {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0;
    /* border-radius: 4px;
    background: #f0f0f0; */
}
.ec-productRole .product-download-wrap .product-download-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.ec-productRole .product-download-wrap .product-download-info {
    margin-bottom: 20px;
    font-size: 12px;
}
.ec-productRole .product-download-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 15px;
}
.ec-productRole .product-download-block .product-download-list a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}
.ec-productRole .product-download-block .product-download-list a img {
    width: 16px;
    margin-right: 10px;
    vertical-align: -3px;
}
.ec-productRole .product-download-block .product-download-list.download-file-1 a {
    color: #fff;
    background: #009688;
}
.ec-productRole .product-download-block .product-download-list.download-file-2 a {
    color: #fff;
    background: #FFC107;
}
.ec-productRole .product-download-block .product-download-list.download-file-3 a {
    color: #fff;
    background: #03A9F4;
}
.ec-productRole .product-download-block .product-download-list.download-file-4 a {
    color: #fff;
    background: #4CAF50;
}
.ec-productRole .product-detail-shipping-guideline {
    margin: 0;
}
.ec-productRole .product-detail-shipping-guideline a {
    display: block;
    text-align: center;
    border-radius: 2px;
}
table.table_basic {
    table-layout: initial;
    width: 100%;
}
table.table_basic thead th {
    color: #fff;
    background: #000;
}
table.table_basic tbody th {
    white-space: wrap;
}
table.table_basic tbody td {
    white-space: wrap;
}
table.table_basic tbody td a {
    font-weight: bold;
}
/*
* カート
*/
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount:before {
    content: '数量：';
}
#page_shopping .ec-orderActual,
#page_shopping_confirm .ec-orderActual {
    margin-bottom: 40px;
}
#page_shopping .ec-halfInput,
#page_shopping_confirm .ec-halfInput {
    align-items: center;
}
#page_shopping .ec-halfInput .ec-halfLabel,
#page_shopping_confirm .ec-halfInput .ec-halfLabel {
    margin-right: 10px;
}
body#page_shopping_confirm .ec-halfInput .ec-halfLabel {
    display: block;
    min-width: 6em;
    padding: 0.2em;
    text-align: center;
    background-color: var(--clrBodyToneBg, #f8f8f8);
    margin-right: 1em;
}
/*
* マイページ
*/
.address-filter-block {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    background: #f5f5f5;
}
.address-filter-block .ec-input input {
    min-width: 250px;
}
.address-filter-block .ec-inlineBtn--cancel {
    margin-left: 10px;
}
/*=======================================
    #Shopping
=======================================*/
.ec-orderDelivery .ec-orderDelivery__address {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ec-orderDelivery .ec-orderDelivery__change {
    position: static;
}
/*=========================================
    #footer
=========================================*/
.ec-footerRole {
    color: #fff;
    background: #e50012;
}
.ec-footerTitle {
    border-top: 1px solid #fff;
}
/*=========================================
    #plugin
=========================================*/

/*=========================================
    #media_query
=========================================*/
@media all and (min-width: 1280px) {
    .ec-headerTitle {
        margin: 40px auto;
    }
    .ec-headerRole__cart {
        margin-top: -12px;
    }
    .ec-cartNavi .ec-headerNav__itemLink {
        position: absolute;
        bottom: -16px;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }
    .ec-productRole .product-detail-shipping-guideline {
        max-width: 630px;
    }
    .ec-productRole .ec-productRole__gridCell.cellLeft {
        width: 42%;
    }
    /*** 商品一覧 ***/
    /* .ec-newItemRole,
    .ec-shelfRole,
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(5n+1),
    .ec-newItemRole .ec-newItemRole__listItem,
    .ec-shelfRole .ec-shelfRole__listItem {
        padding: 10px;
    }
    .ec-newItemRole .ec-newItemRole__listItemHover,
    .ec-shelfRole .ec-shelfRole__listItemHover {
        padding: 10px;
    }
    .ec-newItemRole .ec-newItemRole__listItem:after,
    .ec-shelfRole .ec-shelfRole__listItem:after {
        background: transparent;
    }
    .ec-newItemRole .ec-newItemRole__listItem:before,
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+3):before, .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+5):before, .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+6):before,
    .ec-shelfRole .ec-shelfRole__listItem:before {
        border: none;
    } */

    .ec-newItemRole,
    .ec-shelfRole,
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(5n+1),
    .ec-newItemRole .ec-newItemRole__listItem,
    .ec-shelfRole .ec-shelfRole__listItem {
        padding: 10px;
        border: 1px solid transparent;
    }
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(5n+1):hover,
    .ec-newItemRole .ec-newItemRole__listItem:hover,
    .ec-shelfRole .ec-shelfRole__listItem:hover {
        border: 1px solid #333;
        transition: all 0.3s ease;
    }
    .ec-newItemRole .ec-newItemRole__listItem img,
    .ec-shelfRole .ec-shelfRole__listItem img {
        /* box-shadow: 0 3px 12px rgba(0,0,0,0.2); */
    }
    .ec-newItemRole .ec-newItemRole__listItem:after,
    .ec-shelfRole .ec-shelfRole__listItem:after {
        background: transparent;
    }
    .ec-newItemRole .ec-newItemRole__listItem:before,
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+3):before, .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+5):before, .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+6):before,
    .ec-shelfRole .ec-shelfRole__listItem:before {
        border: none;
    }
    .ec-newItemRole .ec-newItemRole__listItemHover,
    .ec-shelfRole .ec-shelfRole__listItemHover {
        padding: 10px;
        background-color: transparent;
        opacity: 1.0;
    }
    .ec-newItemRole .ec-newItemRole__listItemCenter,
    .ec-shelfRole .ec-shelfRole__listItemCenter {
        width: auto;
        /* background-color: rgba(0, 0, 0, 0.7); */
        height: auto;
        top: initial;
        left: 0;
        right: 0;
        bottom: 0;
        border: none;
    }
    .ec-newItemRole .ec-newItemRole__listItemContent,
    .ec-shelfRole .ec-shelfRole__listItemContent {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: rgba(0,0,0,0.2); */
        background: #fff;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,0.75)));
		background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.75));
		background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,0.75));
		background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
		background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.75));
		background-repeat: repeat-x; */
    }
    .ec-newItemRole .ec-newItemRole__listItemTitle,
    .ec-shelfRole .ec-shelfRole__listItemTitle {
        position: initial;
        transform: initial;
        opacity: 1.0;
        padding: 5% 0;
        color: #000;
        font-size: 1.2rem;
        text-align: left;
    }
    .ec-shelfRole .ec-shelfRole__listItemPrice {
        padding: 15px 0;
        padding-top: 0;
        color: #000;
        font-size: 1.2rem;
        text-align: left;
    }
    .ec-newItemRole .ec-newItemRole__listItemMore {
        opacity: 0;
        display: none;
    }
    .ec-newItemRole__listItem:hover .ec-newItemRole__listItemMore {
        opacity: 1.0;
    }
}
@media all and (min-width: 768px) {
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n), .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+6), .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+7), .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+8), .ec-newItemRole .ec-newItemRole__listItem:nth-child(10n+9) {
        float: left;
    }
}
@media all and (max-width: 1280px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    .ec-headerSearch {
        margin: 0;
    }
    .ec-headerTitle .ec-headerTitle__title > * a {
        background-image: none;
        width: 180px;
        height: 27px;
    }
    .ec-headerTitle .ec-headerTitle__title > * a img {
        display: block;
        width: 180px;
        height: 27px;
    }
    .ec-searchnavRole .ec-searchnavRole__topicpath {
        margin: 0;
        border: none;
    }
    .ec-newItemRole .ec-newItemRole__listItemCenter,
    .ec-shelfRole .ec-shelfRole__listItemCenter {
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,0.5)));
		background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.5));
		background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,0.5));
		background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
		background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.5));
		background-repeat: repeat-x; */
        background: #fff;
    }
    .ec-newItemRole .ec-newItemRole__listItemTitle,
    .ec-shelfRole .ec-shelfRole__listItemTitle {
        color: #000;
    }
    .ec-shelfRole .ec-shelfRole__listItemPrice {
        color: #000;
    }
    .product-part-left-block .part-left-image {
        max-width: 80px;
    }
}
@media all and (max-width: 992px) {
    .ec-topicRole .ec-topicRole__listItem {
        max-width: 100%;
    }
    ul.favorite-lists > li .favorite-list-table .favorite-list-cell-quantity .favorite-list-quantity .set-quantity {
        font-size: 20px;
        font-weight: 600;
    }
}
@media all and (max-width: 768px) {
    .ec-newItemRole__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(5n+1) {
        width: auto;
    }
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(5n+1):before,
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(5n+3):before,
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(5n+5):before {
        border-right: solid 1px var(--clrBorderColor, #ccc);
    }
    .product-part-block {
        padding: 10px 20px;
    }
    .product-part-left-block .part-left-title {
        font-size: 1.2rem;
    }
    .ec-productRole__visual .ec-productVisualMain {
        border: none;
        border-bottom: 1px solid #ddd;
    }
    .favorite-list-head {
        display: none;
        width: 100%;
    }
    .favorite-list-head .favorite-list-head-delete {
        width: 10%;
    }
    .favorite-list-head .favorite-list-head-title {
        width: 30%;
    }
    .favorite-list-head .favorite-list-head-quantity {
        width: 30%;
    }
    .favorite-list-head .favorite-list-head-btn {
        width: 20%;
    }
    ul.favorite-lists {
        border-radius: 4px;
        border: 1px solid #ccc;
    }
    ul.favorite-lists > li.favorite-list {
        display: block;
        padding: 20px;
    }
    ul.favorite-lists > li.favorite-list:last-child {
        border: none;
    }
    ul.favorite-lists > li .favorite-list-table {
        display: table;
        width: 100%;
    }
    ul.favorite-lists > li .favorite-list-table .favorite-list-cell-delete {
        width: 20%;
        padding-right: 30px;
    }
    ul.favorite-lists > li .favorite-list-table .favorite-list-cell-delete a {
        justify-content: start;
    }
    ul.favorite-lists > li .favorite-list-table .favorite-list-cell-title {
        width: 80%;
    }
    ul.favorite-lists > li .favorite-list-table .favorite-list-cell-quantity {
        width: 70%;
        padding-top: 15px;
    }
    ul.favorite-lists > li .favorite-list-table .favorite-list-cell-btn {
        width: 30%;
        padding-top: 15px;
    }
    ul.favorite-lists > li .favorite-list-table .favorite-list-cell-btn img {
        width: 20px;
    }
    ul.favorite-lists > li .favorite-list-table .favorite-list-cell-quantity .favorite-list-quantity {
        justify-content: center;
    }
    ul.favorite-lists > li .ec-quantityRole .ec-numberInput input {
        min-width: 100px;
    }
    .ec-productRole .ec-quantityRole .ec-quantityRole__btn {
        width: 3.33rem;
    }
    .ec-productRole .ec-productRole__cartinRow .quantityTaniLabel {
        margin: 0;
        margin-right: 20px;
        margin-bottom: 1em;
    }
    .ec-productRole .product-download-block {
        display: grid;
        grid-template-columns: repeat(1, minmax(150px, 1fr));
        gap: 15px;
    }
    .address-filter-block .ec-input input {
        min-width: 200px;
    }
    .ec-orderDelivery .ec-orderDelivery__address {
        display: block;
    }
    .ec-orderDelivery .ec-orderDelivery__change {
        margin-top: 10px;
    }
}