@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*===================================
  Amazon型ヘッダー 
======================================*/

.ec-topbar{
background:#111;
color:#fff;
font-size:14px;
}

.ec-topbar-inner{
max-width:1200px;
margin:auto;
padding:6px 12px;
text-align:right;
}

.ec-topbar-inner a{
color:#fff;
text-decoration:none;
margin-left:16px;
}

.ec-topbar-inner a:hover{
opacity:0.7;
}

/* Amazon型トップバー モハバイルで非表示にする */


@media screen and (max-width:600px){
.ec-topbar{
display:none;
}
}


/* ========================================
    モバイルヘッダー
============================================*/

@media (max-width: 768px){
  .mobile-header-in,
  .mobile-menu-buttons {
    background-color: #dd9933;
  }
}

/* ========================================
    キーホルダージェネレーター入力枠サイズ変更
============================================*/
#app #textInput {
  width: 90%;
  max-width: 400px;
  height: 50px;
  font-size: 18px;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
}



/* ========================================
    YITH WooCommerce Wishlistのポップアップを無効化する
============================================*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


