body {
    font-family: "Noto Sans JP", sans-serif !important;
}

.product_image {
    width: 260px;
    height: 330px;
    object-fit: cover;
}

.link-active {
    color: #79cba8 !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.roulette img {
    display: table;
    margin: 0 auto;
}

.product-list .product_image {
    width: 158px !important;
    height: 200px !important;
    object-fit: cover;
}

.product_list_widget .product_image {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
}

.section {
    display: flex;
    align-items: center;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 3px solid #a8a8a8;
    border-radius: 20px;
    opacity: 1;
}

.section .icon {
    width: 120px;
}

.section i {
    font-size: 36px;
}

.section-link {
    color: #ababab;
}

.relative {
    position: relative;
}

.section-container .point {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    position: absolute;
    top: -20px;
    right: 20px;
    width: 80%;
    height: 40px;
    border: 1px solid #707070;
    margin: auto;
    text-align: center;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.address-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px solid #a8a8a8;
    border-radius: 20px;
    min-height: 220px;
}

.address-container i {
    font-size: 36px;
}

.address {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 10px 10px 50px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .commerce .product-list .noo-product-thumbnail {
        text-align: center;
        position: relative;
        min-height: 0;
        width: 100%;
    }

    .commerce .product-list .noo-product-title {
        width: 100%;
        padding: 6%;
    }

    .commerce .product-list .noo-product-title h3 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0 0 0 0;
        padding: 0;
    }

    .commerce .product-list .noo-product-title .noo-product-action {
        text-align: center;
    }

    .widget {
        margin-top: 54px !important;
    }

    .commerce-cart table.cart th.product-thumbnail {
        padding-left: 0;
    }
    .commerce-cart table.cart td.product-thumbnail a:last-child {
        padding-left: 0;
    }
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .section-container .point {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .section-container .point {
        width: 50%;
    }
}

@media (min-width: 1500px) {
    .noo-header.header-1 .noo-main-menu {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-40%, 0);
        left: 47%;
        position: absolute;
    }
}

.border-top {
    border-top: 1px dashed #f4eede;
}

.border-bottom {
    border-bottom: 1px dashed #f4eede;
}

.border-left {
    border-left: 1px dashed #f4eede;
}

.border-right {
    border-right: 1px dashed #f4eede;
}

.border-round {
    border: 1px dashed #f4eede;
    border-radius: 20px;
}

.border {
    border: 1px dashed #f4eede;
}

.divider {
    height: 3px;
    background-color: #f4eede;
}

.noo-shop-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.input-text {
    height: 40px;
    padding: 10px;
    border: 1px solid #f4eede;
    width: 100%;
}

.error-text {
    color: #a94442;
}

.table-responsive {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.table-responsive tr {
    border-bottom: 1px solid #ddd;
    padding: 0.35em;
}

.table-responsive th,
.table-responsive td {
    padding: 1em;
    border: 0;
}

.table-responsive th {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .table-responsive {
        border: 0;
    }

    .table-responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-responsive tr {
        border: 1px solid #ddd;
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    .table-responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .table-responsive td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .table-responsive td:last-child {
        border-bottom: 0;
    }
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.order-container {
    background-color: #f0f2f2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-info {
    background-color: #5bc0de;
}

.badge-danger {
    background-color: #d9534f;
}

.button-danger {
    background-color: #d9534f !important;
}

.button-orange {
    background-color: #e88c12 !important;
}

.button-second {
    background-color: #f8f9fa !important;
}

.text-underline {
    text-decoration: underline;
}

.custom-select {
    color: #ababab !important;
}

.fs-italic {
    font-style: italic;
    font-weight: 300;
}

.pre-icon {
    line-height: normal !important;
}

.collapse-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #79cba8;
    padding: 5px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

.collapse-icon {
    font-weight: bold;
    font-size: 20px;
}

.select_cutting label {
    font-weight: normal;
}
.select_cutting select {
    border: 1px solid #f4eede;
    height: 35px;
}

.limit_button span:before {
    content: "" !important;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.StripeElement {
    background-color: white;
    padding: 12px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.d-none {
    display: none;
}

.text-break {
    word-break: break-all;
}

.color-link {
    color: blue;
}

.product_title {
    padding-right: 0 !important;
}

.inline {
    display: inline !important;
}

.table-cart th {
    background: #79cba8;
    border: 0;
    font-size: 20px;
    font-family: "Noto Sans JP", cursive;
    color: #ffffff;
    padding: 18px;
    font-weight: 400;
}

.table-cart .product-remove {
    width: 5%;
}

.table-cart .product {
    width: 20%;
}

.table-cart tr {
    border-bottom: 1px solid #f4eede;
}

.button-continue {
    text-transform: uppercase;
    display: inline-block;
    background-color: #f4eede;
    padding: 7px 15px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.button-continue:hover {
    background: #79cba8;
    color: #ffffff;
}

select[name="orderby"] {
    min-width: 140px !important;
}

.bg-primary {
    background-color: #79cba8 !important;
}

.bg-primary a{
    color: white !important;
}

.w-auto {
    width: auto!important;
}

.flex-fill {
    flex: 1
}

.cs-radio {
    width:20px !important;
    height:20px !important;
    outline: none!important;
}

.product_image_trial {
    width: 260px !important;
    height: 330px !important;
    object-fit: cover;
}
  
.introduce {
    background: #FBE5D6;
    padding: 40px;
}

.introduce-detail {
    width:fit-content;
}

.introduce-detail p {
    padding-left: 13px;
    margin-bottom: 0px;
}

.contact-title {
    text-align: center;
    background:#4472C4;
    color:white;
    font-weight:bold
}

.collapse-custom-top {
    background: transparent;
    padding: 0
}

.collapse-custom-top p {
    color: #000 !important
}

.guide-text-special{
    color: #E88C12;
    font-size: 20px;
    text-decoration: underline;
}

@font-face{
    font-family: hgrpp;
    font-style: normal;
    font-weight: normal;
    src: url("{{ asset('css/fonts/HGRPP.ttf')}}") format('truetype');
}

.introduce-title {
    font-family: "hgrpp", sans-serif;
    font-weight: bold
}

.phone-contact{
    font-size: 50px;
    font-weight: 700;
    text-decoration: underline;
}


 /* The Modal (background) */
 .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  } 

.w-auto{
    width: auto !important
}

#submit_form {
    padding: 0 40px;
}

.flex-column {
    flex-direction:column
}

.time-one {
    margin-right:85px;
}

@media (max-width: 480px) {
    .modal-content{
        width: 90%;
    }
    .product_title.entry-title {
        text-align: center;
        margin-bottom: 0px!important;
    }

    .product-trial-amount {
        text-align:center
    }

    #product-trial .select_cutting {
        margin-left: 0px;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 600px) {
    .modal-content{
        width: 70%;
    }
} 
 //tablet
@media only screen and (min-width: 992px)  {
    .modal-content{
        width: 50% ;
    }

    #product-trial .custom-summary {
        width: 60%;
    }
    
    #product-trial .custom-summary-images {
        width: 36%;
    }

    #product-trial .select_cutting {
        margin-left: 20px;
    }
    
}

@media only screen and (min-width: 1200px) {
    .modal-content{
        width: 40% ;
    }

    #product-trial .custom-summary {
        width: 60%;
    }
    
    #product-trial .custom-summary-images {
        width: 36%;
    }

    #product-trial .select_cutting {
        margin-left: 20px;
    }
    
}

.guide-box-special {
    border: 1px solid blue
}


.commerce .noo-catalog .commerce-ordering select, input.form-control, select.form-control {
    color: #000;
}

.input-error {
    border-color:red !important;
}

.button_related_product {
    background-color: #4472c4 !important;
}