@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background-color: #212121;
}
a {
    color:#eee;
}
a.product-item_title, a.product-item_remove, a.minicart-btn {
    color: #6c788c;
}
.header-logo {
    width: 200px;
}
.footer-logo {
    width: 200px;
}
.main-menu li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.main-nav > ul > li > a {
    font-size: 12px;
}
.product-topbar > ul li.short {
    background-color: #fff;
}
.thumbs-arrow-holder {
    padding-bottom: 35px;
}
.table {
    color:#eee;
}
.table_title {
    text-align: center;
    vertical-align : middle;
}
.new-price {
    font-size: 24px;
}
.shop-area, .single-product-area, .about-area, .cart-area, .checkout-area{
    background: url(../images/bk.png);
}
.widgets-title:before {
    height: 14px;
    width: 14px;
    top: 5px;
    left: -40px;
}
.widgets-area {
    padding-left:0px;
}
.nice-select .list{
    max-height: 300px !important;       /* 10行ぶん等に調整 */
    overflow-y: auto !important;         /* 縦スクロール */
    -webkit-overflow-scrolling: touch;   /* iOS慣性スクロール */
}
.is-error,
input.is-error,
select.is-error,
textarea.is-error {
    border: 2px solid #ef4444 !important;   /* 赤い縁 */
    box-sizing: border-box;
}
