/*
Theme Name: common child
Theme URI: https://dreaw.jp
Description: WordPressテーマ「common（コモン）」の子テーマです。
Template: common_tcd097
Author: Hiromu Kodani
Author URI: http://dreaw.jp
Version: 0.1
*/

/* オーバーレイ */
/* .p-header-slider__overlay, .p-page-header__overlay {
  background-image: url('img/common/video_overlay.png') !important;
} */

/* 商品点数 */
.p-front-products-label {
  width:130px !important;
  height:130px !important;
}

.p-news-ticker:before {
  background: none !important;
}

@media (min-width: 768px) {
  .p-news-ticker {
    border-top: 0 !important;
    margin-top: 0 !important;
    background: #000;
  }
}

@media (max-width: 767px) {
  .p-front-products-label {
    width:110px !important;
    height:110px !important;
  }
}

/* 注文入力欄 */
.p-entry-product__cart-select-wrapper {
  margin-bottom: 0 !important;
  width: 100%;
}

.p-entry-product__cart-select-wrapper select {
  width: 100%;
}

.wapf {
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  padding: 12px;
  text-align: left;
}

.wapf .wapf-field-label {
  font-weight: bold;
}

.wapf .wapf-field-label .required {
  color: #f00;
}

.wapf .wapf-field-input input, .wapf .wapf-field-input select, .wapf .wapf-field-input textarea {
  color: #000;
  background: #fff;
  border-radius: 0;
  height: 50px;
  padding: 12px 34px 12px 16px;
  max-width: 100%;
  min-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
}

.wapf .wapf-field-input textarea {
  height: 150px;
}

.wapf .wapf-field-description {
  padding-top: 0;
}

@media (max-width: 599px) {
  .p-entry-product__cart-input-wrapper {
    width: 100%;
  }

  .p-entry-product__cart-input-wrapper input {
    min-width: 100%;
  }

  .u-flex .u-flex-col {
    display: block;
  }
}