/*
Theme Name:hello-child
Template:hello-elementor
Version:1.0
*/

/*Woocommerce woocommerce-MyAccount-content*/
.woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper p:nth-of-type(2),
.page-id-14 #customer_login .u-column2.col-2{display: none;}
.page-id-14 .woocommerce .col-1{width:100%;}

ul li{list-style-type: none;}
form.wpcfs-search-form{
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
background-color: #fbfbfb;
padding: 20px;
border-radius:10px
}

form.wpcfs-search-form .wpcfs-input-submit{
  width: 100%;
  input{width: 100%;
        background-color:#0540f2;
        border:none;
        color:#ffffff;
        font-weight:900;
        }
}

/*tag : カテ*/
.single-p-product-tags,.single-p-product-cat{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.single-p-product-tags div{
  background-color: #ffffff;
  padding:4px;margin:5px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.single-p-product-tags div a{
  color:#000000;
  font-size: 12px;
  font-weight: 900;
  display: flex;
}

/*末端カテ*/
.single-p-product-cat div{
  background-color: #000000;
  padding:4px;margin:5px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.single-p-product-cat div a{
  color:#ffffff;
  display: flex;
}


/*グラデテキスト*/
.gradient_text_pink h2{
background: linear-gradient(90deg, rgba(149,0,255,1) 0%, rgba(255,23,90,1) 48%, rgba(255,121,162,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color:inherit !important;
}






/*ベンダーログイン・登録フォーム*/
.login-page .mvx-dashboard h2{
  display: none;
}
.login-page .mvx-dashboard form.login{
  border: none;
}
.login-page .mvx-dashboard form.login a{
  color: #0540F2;
  font-weight: 900;
}


.mvx_regi_main .mvx_regi_form_box{
  border-radius: 10px;
}
.mvx_regi_main{
  label,h3{
  padding:5px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 900 !important;
  color:#000000 !important;
   }
   a{color:#056CF2!important;font-weight: 900!important;}
  .woocommerce-privacy-policy-text{
    display: none;
  }

  button{
    width:100% !important;
    height:50px!important;
    background-color: #056CF2 !important;
  }
}

/*カテゴリーショートコード用*/
.custom-categories {
    max-width: 600px;
    margin: 0 auto;
}

.parent-category {
    margin-bottom: 10px;
}

.toggle-accordion {
    display: none;
}

.toggle-accordion + label {
    display: block;
    padding: 10px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 10px;

}

.children {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.toggle-accordion:checked + label + .children {
    max-height: 500px; /* Adjust this value based on your content's height */
}

.child-category {
    padding: 5px 0;
    a{color:#000000;font-size: 10px;font-weight: 900;margin-left: 10px;}
}
