@charset "utf-8";
/*
Theme Name: Smilefarm WordPress Themes
Theme URI: https://smile-farm.co.jp/
Author: Smilefarm
Author URI: https://smile-farm.co.jp
Description: Smilefarm WordPress Themes
Version: 1.0
Text Domain: Smilefarm
*/

.cart_add {
  margin-top:10px;
  text-align:right;
}
#itempage .field .field_dlprice {
  text-align: right;
}
table.dlseller ,.dlseller tbody,.dlseller tr {
  display:block;
  width:100%;
}
.dlseller th {
  display:block;
  width:100%;
  font-weight:normal;
}
.dlseller td {
  display:block;
  width:100%;
  text-align:right;
}
#itempage .field {
  margin-bottom:10px !important;
  padding-bottom:10px !important;
}

h1.member_page_title {
  background: #E4F3FE;
  font-size: 32px;
  padding: 30px 30px 33px;
  text-align: left;
  border-bottom: 2px solid #000000;
  margin-bottom: 70px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  h1.member_page_title {
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 40px;
  }
}

#memberpages #memberinfo ul.member_submenu {
  padding-top: 20px;
}

#memberpages #memberinfo h3 {
  font-size: 20px;
  border-left: 2px solid #000;
  padding-left: 15px;
  font-weight: bold;
  background: none;
  color: #000;
  border-bottom: none;
  height: auto !important;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #memberpages #memberinfo h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 550px) {
  #cart .upbutton {
    font-size: 12px;
  }
  #cart_table th.thumbnail
  , #cart_table td.thumbnail
  , #cart_table th.stock
  , #cart_table td.stock  {
    display: none;
  }

  #cart_table tfoot tr th:nth-of-type(3) {
    display: none;
  }

  #memberinfo .customer_form input {
      width: 110px !important;
  }
}
