@charset "utf-8";


.woocommerce-additional-fields{
  margin-top: 15px;
}
.payment_box.payment_method_komoju_paypay{
    display: none !important;
}

/* 属性セレクタで style 内の値を判定して上書き */

span[style*="background-color: #Black;"] {
     background-color:#000!important;
}

span[style*="background-color:White"] {
    border: 1px solid #ccc!important;
}
span[style*="background-color:white"] {
    border: 1px solid #ccc!important;
}

span[style*="background-color:charcoal"] {
    background-color: #4e4854 !important;
}
span[style*="background-color:Charcoal"] {
    background-color: #4e4854 !important;
}

span[style*="background-color:dark-brown"] {
    background-color: #654321 !important;
}
span[style*="background-color:DarkBrown"] {
    background-color: #654321 !important;
}
/* Mocha */
span[style*="background-color:mocha"],
span[style*="background-color:Mocha"] {
    background-color: #967969 !important;
}

/* Off White */
span[style*="background-color:off-white"],
span[style*="background-color:Off-White"] {
    background-color: #f8f8f0 !important;
}

/* Saxe Blue */
span[style*="background-color:saxe-blue"],
span[style*="background-color:Saxe Blue"],
span[style*="background-color:Saxe-Blue"] {
    background-color: #5072a7 !important;
}

/* カラースラッグ名 → 実際のカラーコードマッピング */

/* Charcoal */
span[style*="background-color:charcoal"],
span[style*="background-color:Charcoal"] {
    background-color: #4e4854 !important;
}

/* DarkBrown */
span[style*="background-color:dark-brown"],
span[style*="background-color:Dark Brown"] {
    background-color: #654321 !important;
}

/* Camel */
span[style*="background-color:camel"],
span[style*="background-color:Camel"] {
    background-color: #c19a6b !important;
}

/* LightBlue */
span[style*="background-color:light-blue"],
span[style*="background-color:Light-Blue"] {
    background-color: #ADD8E6 !important;
}

/* Burgundy */
span[style*="background-color:burgundy"],
span[style*="background-color:Burgundy"] {
    background-color: #800020 !important;
}

/* Olive */
span[style*="background-color:olive"],
span[style*="background-color:Olive"] {
    background-color: #808000 !important;
}

/* Slate */
span[style*="background-color:slate"],
span[style*="background-color:Slate"] {
    background-color: #708090 !important;
}

/* Mustard */
span[style*="background-color:mustard"],
span[style*="background-color:Mustard"] {
    background-color: #ffdb58 !important;
}

/* Teal */
span[style*="background-color:teal"],
span[style*="background-color:Teal"] {
    background-color: #008080 !important;
}

/* Maroon */
span[style*="background-color:maroon"],
span[style*="background-color:Maroon"] {
    background-color: #800000 !important;
}

/* Black */
span[style*="background-color: #Black;"] {
    background-color: #000 !important;
}
span[style*="background-color: #Black;"] {
     background-color:#000!important;
}
/* Beige */
span[style*="background-color: #Beige;"] {
    background-color: #f5f5dc !important;
}

/* Blue */
span[style*="background-color: #Blue;"] {
    background-color: #0000ff !important;
}

/* Brown */
span[style*="background-color: #Brown;"] {
    background-color: #964b00 !important;
}

/* Charcoal */
span[style*="background-color: #Charcoal;"] {
    background-color: #4e4854 !important;
}

/* Dark Brown */
span[style*="background-color: #Dark Brown;"] {
    background-color: #654321 !important;
}

/* Gold */
span[style*="background-color: #Gold;"] {
    background-color: #ffd700 !important;
}

/* Gray */
span[style*="background-color: #Gray;"] {
    background-color: #808080 !important;
}

/* Green */
span[style*="background-color: #Green;"] {
    background-color: #008000 !important;
}

/* Khaki */
span[style*="background-color: #Khaki;"] {
    background-color: #f0e68c !important;
}

/* Mocha */
span[style*="background-color: #Mocha;"] {
    background-color: #967969 !important;
}

/* Navy */
span[style*="background-color: #Navy;"] {
    background-color: #000080 !important;
}

/* Off White */
span[style*="background-color: #Off White;"] {
    background-color: #f8f8f0 !important;
}

/* Orange */
span[style*="background-color: #Orange;"] {
    background-color: #ffa500 !important;
}

/* Pink */
span[style*="background-color: #Pink;"] {
    background-color: #ffc0cb !important;
}

/* Purple */
span[style*="background-color: #Purple;"] {
    background-color: #800080 !important;
}

/* Red */
span[style*="background-color: #Red;"] {
    background-color: #ff0000 !important;
}

/* Saxe Blue */
span[style*="background-color: #Saxe Blue;"] {
    background-color: #5072a7 !important;
}

/* Silver */
span[style*="background-color: #Silver;"] {
    background-color: #c0c0c0 !important;
}

/* White */
span[style*="background-color: #White;"] {
   border: 1px solid #ccc!important;
}

/* Wine */
span[style*="background-color: #Wine;"] {
    background-color: #722f37 !important;
}

/* Yellow */
span[style*="background-color: #Yellow;"] {
    background-color: #ffff00 !important;
}
/* G1から5 */
span[style*="background-color:etc1;"],
span[style*="background-color: #その他1;"],
span[style*="background-color:etc2;"],
span[style*="background-color: #その他2;"],
span[style*="background-color:etc3;"],
span[style*="background-color: #その他3;"],
span[style*="background-color:etc4;"],
span[style*="background-color: #その他4;"],
span[style*="background-color:etc5;"],
span[style*="background-color: #その他5;"]
 {background-color: transparent !important;
  background: url(https://valuvari.jp/wp/wp-content/themes/zahst_ec/img/color.png) no-repeat !important;
  background-size: cover !important;
}

.bapf_sfilter.divi_color_class .bapf_clr_span {

  margin: 5px 7px 5px 2px !important;}


.woocommerce-message::before {
  content: "\e015";
  color: #000;
}

.woocommerce-message {
  border-top-color: #000;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #000;
    border-top-color: rgb(0, 0, 0);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.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)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 600 !important;
  border-radius: 0px !important;
  left: auto;
  color: #fff !important;
  background-color: #070707 !important;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #f2f4f9 !important;
}

@media (max-width: 498px) {
#fit-try-button {
    padding: 12px 0px;
}
}