@font-face {
    font-family: '07YasashisaAntique';
    src: url(../fonts/07YasashisaAntique.otf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    letter-spacing: 1px;
    color: #111;
    position: relative;
    font-family: sans-serif;
}

li {
    list-style: none;
}

img,
canvas {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

canvas {
    background-size: cover !important;
    background-position: center !important;
    vertical-align: bottom;
}

iframe {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    border-radius: 5px;
    height: 40px;
    font-size: 17px;
    border: 1px solid #9e9e9e;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    font-size: 15px;
    display: block;
    height: 180px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

select {
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    body {
        margin-top: 72px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    textarea {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 17px;
    }

    dt,
    dd,
    li,
    p {
        font-size: 14px;
    }
}

.sp_only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml20 {
    margin-left: 20px;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.reverse {
    flex-direction: row-reverse;
}

.red {
    color: #ec8e8e;
}

.main_color {
    color: #D90000;
}

.main_bg_color {
    background: #D90000;
}

.sub_color {
    color: #ddd;
}

.sub_bg_color {
    background: #ddd;
}

.pc_header {
    padding: 30px 60px;
}

.h_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_box>div:first-child {
    width: 14%;
    display: flex;
    align-items: center;
}

.h_box>div:last-child {
    width: 78%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h_box .main_navi ul {
    display: flex;
    flex-wrap: wrap;
}

.h_box .main_navi ul>li {
    margin-left: 40px;
    position: relative;
}

.h_box .main_navi ul>li a {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.h_box .main_navi ul>li a span {
    font-size: 10px;
    display: block;
    text-transform: capitalize;
}

.h_box .main_navi ul>li.current_page_item:before {
    position: absolute;
    content: '';
    background: #D90000;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
}

.main {
    position: relative;
    z-index: 3;
}

.single article {
    margin-bottom: 70px;
}

.single .date {
    font-family: serif;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
}

.single_content {
    margin-top: 30px;
}

.footer {
    margin-top: 100px;
    position: relative;
    z-index: 3;
}

.footer_navi a {
    color: #fff;
}

.copyright {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    background: #D90000;
    color: #fff;
}

/* sp */
.sp_header {
    display: none;
}

@media screen and (max-width: 1024px) {
    .pc_header {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .sp_header_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 10px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sp_logo img {
        height: 50px !important;
    }

    .sp_main_navi .navi_menu {
        z-index: 100;
        height: 100%;
        position: fixed;
        left: -100%;
        width: 40%;
        transition: 0.3s;
        top: 73px;
        visibility: hidden;
    }

    .sp_main_navi .navi_menu:after {
        position: absolute;
        content: '';
        opacity: 0.8;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
    }

    .sp_main_navi .navi_menu ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .sp_main_navi .navi_menu ul li:first-child {
        border-top: 1px solid #ddd;
    }

    .sp_main_navi .navi_menu ul li {
        list-style: none;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sp_main_navi .navi_menu ul li a {
        padding: 20px 30px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        font-size: 18px;
        display: block;
    }

    .sp_main_navi .navi_menu ul li a span {
        font-size: 10px;
        margin-left: 10px;
    }

    .sp_navi_toggle>div {
        transition: all 0.3s;
        cursor: pointer;
        height: 45px;
        width: 45px;
        border-radius: 50px;
        padding: 12px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background: #D90000;
    }

    .sp_navi_toggle>div span {
        transition: all 0.3s;
        box-sizing: border-box;
        height: 3px;
        width: 100%;
        float: left;
        position: relative;
        border-radius: 50px;
        background: #fff;
    }

    .sp_main_navi.open .navi_menu {
        visibility: visible;
        left: 0;
    }

    .sp_navi_toggle.open>div span:nth-child(1) {
        transform: rotate(135deg);
        margin-top: 6px;
    }

    .sp_navi_toggle.open>div span:nth-child(2) {
        display: none;
    }

    .sp_navi_toggle.open>div span:nth-child(3) {
        transform: rotate(-135deg);
        margin-top: -15px;
    }
}

@media screen and (max-width: 768px) {
    .sp_main_navi .navi_menu {
        width: 60%;
    }
}

.inner {
    width: 80%;
    margin: auto;
}

@media screen and (max-width:1024px) {
    .inner {
        width: 90%;
    }
}

.page_title {
    position: relative;
    z-index: 10;
    padding: 120px 0;
    text-transform: capitalize;
}

.page_title:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.page_title>div {
    position: relative;
    z-index: 1;
}

.page_title .title_type3 {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .page_title {
        padding: 90px 0;
    }
}

.top_title {
    font-size: 28px;
    line-height: 30px;
}

.top_title span {
    font-size: 18px;
}

.breadcrumbs {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
    background: #F8F8F8;
    padding: 10px 0;
    font-weight: bold;
}

.breadcrumbs p {
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .breadcrumbs p {
        font-size: 10px;
    }
}

.sitemap>ul>li {
    border: 2px solid #D90000;
    margin: 20px auto;
    width: 60%;
}

.sitemap>ul>li a {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    color: #333;
    font-weight: bold;
}

.sitemap>ul>li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #D90000;
    transition: 0.3s;
    position: relative;
    right: 20px;
}

.sitemap>ul>li a:hover:after {
    right: 0;
}

.sitemap>ul>li>ul>li {
    border-top: 2px solid #D90000;
}

@media screen and (max-width:1024px) {
    .sitemap>ul>li {
        width: 100%;
    }
}

.contact {
    margin-top: 60px;
}

.contact table {
    margin-bottom: 80px;
}

.contact_button {
    text-align: center;
}

.contact input[type="submit"],
.contact button {
    cursor: pointer;
    transition: 0.5s;
    border: none;
    padding: 10px 50px !important;
    font-size: 20px;
    color: #fff;
    border: none;
    appearance: button;
    -webkit-appearance: none;
    border-radius: 0;
    background: #D90000;
}

.contact input[type="submit"]:hover,
.contact button:hover {
    opacity: 0.7;
}

.asterisk {
    color: #D90000;
}

.contact_form .asterisk {
    color: #fff;
}

.error404 .main {
    text-align: center;
}

.error404_button {
    font-weight: bold;
    padding: 10px 60px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
    margin-top: 60px;
    background: #D90000;
}

.error404_button:hover {
    opacity: 0.7;
}

.top_slider {
    position: relative;
    width: 100%;
}

.top_slider canvas {
    background-attachment: fixed;
}

.slider_text {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 90%;
}

.slider_text h2 {
    font-family: serif;
    font-size: 66px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 5px;
    color: #fff;
    text-shadow: 0px 0px 9px #555;
}

.slider_text p {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 2.2;
    color: #fff;
    text-shadow: 0px 0px 9px #555;
}

@media screen and (max-width: 768px) {
    .slider_text h2 {
        font-size: 38px;
        letter-spacing: 10px;
    }

    .slider_text p {
        font-size: 14px;
    }
}

.main_slider {
    display: none;
    position: relative;
    width: 100%;
}

/* .main_slider:before {
    position: absolute;
    content: '';
    background: #fff;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
} */

.main_slider canvas {
    width: auto;
    height: 46vw;
    background-position: center !important;
    background-attachment: fixed !important;
}

.main_slider.slick-initialized {
    display: block;
}

.main_slider_arrow {
    width: 60px !important;
    height: auto !important;
}

@media screen and (max-width:1024px) {
    .main_slider div {
        width: 100%;
        height: auto;
    }

    .main_slider canvas {
        height: 75vw;
        background-attachment: unset !important;
    }
}

@media screen and (max-width:768px) {
    .main_slider img {
        margin: 0 20px;
    }

    .main_slider canvas {
        height: 115vw;
        background-attachment: unset !important;
    }
}

.single_pagination {
    display: flex;
    justify-content: center;
}

.single_pagination a {
    color: #fff;
    padding: 10px 22px;
    margin: 0 15px;
    background: #D90000;
}

.archive_title {
    text-transform: uppercase;
}

.archive_title,
.single_title {
    font-size: 25px;
    margin-bottom: 30px;
}

.archive_pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.archive_pagination .page-numbers {
    border: 1px solid #D90000;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive_pagination .page-numbers:not(.next):not(.prev) {
    width: 35px;
    height: 35px;
}

.archive_pagination .page-numbers.next,
.archive_pagination .page-numbers.prev {
    width: 80px;
}

.archive_pagination .current {
    color: #fff;
    border: 1px solid #000;
    background: #D90000;
}

@media screen and (max-width: 480px) {

    .archive_title,
    .single_title {
        font-size: 24px;
    }
}

.mw_wp_form_confirm .confirm_none {
    display: none;
}

.contact_form {
    margin-top: 60px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

.contact_form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_form dl:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.contact_form dl dt {
    width: 25%;
    font-weight: bold;
    padding: 20px;
    background: #D90000;
    color: #fff;
}

.contact_form dl dd {
    width: 75%;
    padding: 20px;
}

@media screen and (max-width: 480px) {
    .contact_form dl dt {
        width: 100%;
    }

    .contact_form dl dd {
        width: 100%;
    }
}

.information {
    padding: 100px 0 150px;
    position: relative;
}

.information .inner {
    position: relative;
    z-index: 1;
}

.information_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_info {
    width: 40%;
}

.f_info p {
    font-size: 13px;
}

.f_logo {
    margin-bottom: 30px;
}

.f_logo img {
    width: 200px;
}

.f_navi {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_navi .f_navi_l {
    width: 50%;
}

.f_navi h3 {
    border-bottom: 1px solid #707070;
    font-weight: bold;
    font-size: 19px;
    display: block;
    padding-bottom: 3px;
}

.f_navi ul li:not(:last-child) {
    margin-bottom: 15px;
}

.f_navi ul li a {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.f_navi ul li a:before {
    position: absolute;
    content: '';
    background: #111;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
    .information {
        padding: 100px 0;
    }

    .f_info {
        width: 100%;
        margin-bottom: 40px;
    }

    .f_navi {
        width: 100%;
    }

    .f_navi>ul {
        width: 45%;
    }

    .f_navi>ul:not(:last-child) {
        margin-bottom: 40px;
    }

    .f_navi .f_navi_l {
        width: 100%;
        margin-bottom: 50px;
    }

    .f_navi .f_navi_r {
        width: 100%;
    }

    .f_tel {
        font-size: 33px;
    }

    .f_tel img {
        width: 40px;
    }
}

.main_title {
    margin-bottom: 60px;
}

.main_title .char1 {
    text-transform: capitalize;
}

@media screen and (max-width: 480px) {
    .main_title {
        margin-bottom: 40px;
    }
}

.main_button {
    margin-top: 60px;
}

.privacypolicy_list {
    margin-top: 60px;
    margin-bottom: 30px;
}

.privacypolicy_list>li {
    font-size: 15px;
}

.privacypolicy_list>li:not(:last-child) {
    margin-bottom: 50px;
}

.privacypolicy_list>li h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #D90000;
}

/* NEWS */
.top_news {
    padding: 120px 0 100px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    background: #F8F8F8;
}

.top_news .inner {
    position: relative;
}

.news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list li {
    width: 100%;
}

.news_list li:not(:last-child) {
    border-bottom: 1px dotted #707070;
}

.news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.news_list li:not(:last-child) a {
    padding-bottom: 10px;
}

.news_list li:not(:first-child) a {
    padding-top: 20px;
}

.news_list li p {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.news_list li time {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .news_list li p {
        width: 100%;
    }

    .news_list li time {
        width: 100%;
    }
}

.top_about {
    padding: 50px 0 120px;
    background: #F8F8F8;
}

.top_works {
    padding: 140px 0;
}

.works_slider {
    overflow: hidden;
    padding: 50px 0 100px;
}

.works_slide_image {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

.works_slide_image canvas {
    width: 100%;
    height: 25vw;
}

.works_slide_image .slick-list {
    overflow: visible;
}

.works_slide_image .slick-slide {
    padding: 0 90px;
    transform: scale(1);
    transition: 0.3s;
}

.works_slide_image .slick-center {
    transform: scale(1.2);
}

.works_slide_image .slick-center canvas {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 480px) {
    .works_slide_image .slick-slide {
        padding: 0 25px;
    }

    .works_slide_image canvas {
        height: 35vw;
    }
}

.top_supporters {
    padding: 100px 0;
}

.t_supporters_text {
    line-height: 2;
}

.top_sponsor_image {
    text-align: center;
}

.top_sponsor_image li a img {
    transform: scale(1);
    transition: 0.2s;
}

.top_sponsor_image li a:hover img {
    transform: scale(1.1);
}

.top_sponsor_image li img {
    width: 350px;
}

.top_sponsor_image li .bg_black {
    background: #111;
    padding: 40px;
}

@media screen and (max-width: 768px) {
    .top_sponsor_image li .bg_black {
        padding: 30px;
        width: 300px;
    }
}

#zip1,
#zip2 {
    width: 150px;
}

.transfer {
    border: 3px solid #555;
    text-align: center;
    border-radius: 10px;
}

.transfer h3 {
    font-size: 24px;
    background: #555;
    color: #fff;
    padding: 10px;
}

.transfer p {
    padding: 30px;
}

.price_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price_box>li {
    border: 3px solid #D90000;
    text-align: center;
    border-radius: 10px;
    width: 23%;
}

.price_box>li h3 {
    font-size: 24px;
    background: #D90000;
    color: #fff;
    padding: 20px;
}

.price_box .price_content {
    padding: 30px 15px;
}

.price_box .price_content .t1 {
    font-size: 35px;
    font-weight: bold;
}

.price_box .price_content .t1 span {
    font-size: 20px;
    margin-left: 7px;
}

.price_box .price_content .t2 {
    font-size: 15px;
    margin-bottom: 30px;
}

.price_box .price_content .t3 {
    border: 1px solid;
    border-radius: 100px;
    display: inline-block;
    padding: 10px 13px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .price_box>li {
        width: 100%;
    }

    .price_box>li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.f_sns {
    margin-top: 20px;
    font-size: 40px;
    line-height: 1;
}

.h_sns {
    margin-left: 30px;
    font-size: 40px;
    line-height: 1;
}

/* woocommerce */

.woocommerce-loop-category__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.woocommerce-loop-category__title .count {
    display: none;
}

.top_category {
    padding: 90px 0 50px;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0 !important;
}

ul.products li.product .woocommerce-loop-category__title {
    font-size: 22px !important;
    width: 100%;
    text-align: center;
}

.woocommerce-page .select2-container--default .select2-selection--single {
    border-radius: 5px;
    height: 40px;
    font-size: 17px;
    border: 1px solid #9e9e9e;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}


.law_dl>dl {
    display: flex;
    flex-wrap: wrap;
}

.law_dl>dl:not(:last-child) {
    margin-bottom: 20px;
}

.law_dl>dl>dt {
    display: flex;
    align-items: center;
    width: 20%;
    font-weight: bold;
    background: #f4f4f4;
    padding: 20px;
}

.law_dl>dl>dd {
    width: 80%;
    font-size: 15px;
    padding: 20px 0 20px 20px;
}

@media screen and (max-width: 480px) {
    .law_dl>dl>dt {
        width: 100%;
    }

    .law_dl>dl>dd {
        width: 100%;
    }
}

.supporter_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.supporter_list>div {
    width: 48%;
    margin-bottom: 20px;
}

.supporter_list>div a {
    background: #D90000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    display: block;
    border-radius: 10px;
    font-size: 22px;
    position: relative;
}

.supporter_list>div a:after {
    content: '>';
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
    .supporter_list>div {
        width: 100%;
    }
}

/* woocommerce */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: initial !important;
}

.woocommerce div.product {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.woocommerce .quantity .qty {
    height: 42px;
    font-size: 17px;
    border: 1px solid #9e9e9e;
    padding: 10px;
    box-sizing: border-box;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #111 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 26px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background: #D90000 !important;
    color: #fff !important;
    border-radius: inherit;
    padding: 12px 15px;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation ul {
    border: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 12px;
    display: block;
}

.woocommerce-EditAccountForm fieldset {
    padding: 30px;
    margin-bottom: 20px;
}

.woocommerce-address-fields button {
    margin-top: 20px !important;
}

.woocommerce-Address-title .edit {
    background: #eee;
    padding: 10px;
    display: block;
    line-height: 1;
}

.woocommerce-Address-title {
    margin: 10px 0;
}

.single-product .product_meta {
    margin-bottom: 30px;
    font-size: 14px;
}

.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block;
}

.woocommerce-privacy-policy-link {
    text-decoration: underline;
}

.woocommerce-billing-fields__field-wrapper .optional,
.woocommerce-additional-fields .optional {
    display: none;
}

.single_product .price {
    font-size: 25px;
    margin-bottom: 40px;
}

.single_product .price .woocommerce-price-suffix {
    font-size: 14px;
}

.woocommerce div.product form.cart {
    margin-top: 30px;
}

.woocommerce div.product form.cart .variations {
    border-spacing: 0 40px;
}

.woocommerce div.product form.cart .variations th {
    background: #222;
    color: #fff;
    margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3px !important;
}

.woocommerce div.product div.images .flex-control-thumbs:before,
.woocommerce div.product div.images .flex-control-thumbs:after {
    content: '';
    width: 24.5%;
}

.woocommerce div.product div.images .flex-control-thumbs:before {
    order: 1;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 24.5% !important;
    margin-bottom: 3px !important;
}

.woocommerce-MyAccount-content a {
    text-decoration: underline;
}

.woocommerce-account .addresses .title .edit {
    text-decoration: none;
}

body.woocommerce-cart .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce-shipping-calculator {
    display: none;
}

.wc-block-cart__submit-container {
    margin-top: 20px;
}

.wc-block-cart__submit-container a {
    background: #D90000;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    display: flex;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .input-radio {
    margin-right: 5px;
}

/* /woocommerce */