.woocommerce a {
  color: #999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.tanzaku-wc-info, .tanzaku-wc-message, .tanzaku-wc-error {
  border-top: 3px solid;
  padding: 14px 30px;
  color: #fff;
  background-color: #242424;
  margin-bottom: 50px;
}
.tanzaku-wc-info a, .tanzaku-wc-message a, .tanzaku-wc-error a {
  color: #999 !important;
  background-color: transparent !important;
}
.tanzaku-wc-info a:hover, .tanzaku-wc-message a:hover, .tanzaku-wc-error a:hover {
  background-color: transparent !important;
}
.tanzaku-wc-info {
  border-top-color: #1e85be;
}
.tanzaku-wc-message {
  border-top-color: #8fae1b;
}
.tanzaku-wc-error {
  border-top-color: #b81c23;
}
.tanzaku-wc-global-main {
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3vw;
  padding-left: 3vw;
}
.tanzaku-wc-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 3;
  margin-bottom: 45px;
}
.tanzaku-wc-table.shop_table {
  border: 0 !important;
}
.tanzaku-wc-categories {
  background: #f5f5f5;
  font-size: 14px;
  margin-top: 32px;
  padding: 32px;
  width: 100%;
}
.tanzaku-wc-categories li {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.tanzaku-wc-categories li:first-child {
  border-top: none;
}
.tanzaku-wc-pagination .page-numbers {
  display: flex;
  justify-content: center;
}
.tanzaku-wc-pagination .page-numbers li {
  margin: 16px;
}
.tanzaku-wc-pagination .page-numbers .current {
  border-bottom: 1px solid #000;
}

.tanzaku-wc-product-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 90px;
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-product-item {
    flex-direction: column;
  }
}
.tanzaku-wc-product-thumbnail {
  position: relative;
  max-width: 200px;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-product-thumbnail {
    max-width: none;
  }
}
.tanzaku-wc-product-content {
  display: flex;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-product-content {
    flex-direction: column;
  }
}
.tanzaku-wc-product-content .attachment-woocommerce_thumbnail {
  margin-right: 50px;
}
.tanzaku-wc-product-content div.star-rating {
  margin-bottom: 1em !important;
}
.tanzaku-wc-product-content .price del {
  margin-right: 20px;
}
.tanzaku-wc-product-content-onsale {
  width: 56px;
  font-size: 12px;
  margin-right: 20px;
  padding: 7px;
  border: 1px solid #000;
  height: 24px;
  line-height: 0.8;
  border-radius: 8px;
}
.tanzaku-wc-product-text {
  padding-left: 50px;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-product-text {
    padding-left: 0;
  }
}
.tanzaku-wc-product-text .woocommerce-loop-product__title {
  font-size: 24px;
}
.tanzaku-wc-product-add-to-cart {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-product-add-to-cart {
    margin-top: 40px;
  }
}
.tanzaku-wc-product-add-to-cart a.add_to_cart_button,
.tanzaku-wc-product-add-to-cart a.product_type_grouped,
.tanzaku-wc-product-add-to-cart a.product_type_external {
  display: inline-block;
  margin: 0 auto 24px;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  padding: 16px 24px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
  height: 57px;
}
.tanzaku-wc-product-add-to-cart a.add_to_cart_button:hover,
.tanzaku-wc-product-add-to-cart a.product_type_grouped:hover,
.tanzaku-wc-product-add-to-cart a.product_type_external:hover {
  background-color: #fff;
  color: #000;
}
.tanzaku-wc-product-add-to-cart .added_to_cart {
  text-align: center;
}

.tanzaku-wc-products-archive {
  padding: 80px 0 80px;
}
.tanzaku-wc-products-archive-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.tanzaku-wc-products-archive-right {
  width: 25%;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-products-archive-right {
    width: 100%;
    order: 2;
  }
}
.tanzaku-wc-products-archive-right .woocommerce-ordering {
  float: none;
}
.tanzaku-wc-products-archive .products {
  width: 68%;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-products-archive .products {
    width: 100%;
  }
}
.tanzaku-wc-products-archive select {
  border: solid 1px #ccc;
  display: block;
  height: 48px;
  padding: 8px 16px;
  height: 56px;
  max-width: none !important;
  width: 90%;
  margin: 0 auto;
}

.tanzaku-wc-single-product {
  padding: 80px 0 80px;
}
.tanzaku-wc-single-product-summary form.cart {
  margin-top: 2em;
}
.tanzaku-wc-single-product-summary div.quantity {
  float: none !important;
}
.tanzaku-wc-single-product-summary .quantity .qty {
  border: 1px solid #ccc;
  padding: 4px;
  width: 5em;
  padding: 10px;
  text-align: left;
}
.tanzaku-wc-single-product-summary button.single_add_to_cart_button {
  border: solid 1px #000;
  background-color: #000 !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-top: 32px;
  padding: 16px 24px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.tanzaku-wc-single-product-summary button.single_add_to_cart_button:hover {
  background-color: #fff !important;
  border: solid 1px #ccc;
  color: #000 !important;
}
.tanzaku-wc-single-product-summary button.wc-variation-selection-needed {
  padding: 16px 24px !important;
}
.tanzaku-wc-single-product-variations tbody tr:first-child {
  display: block;
  margin-bottom: 20px;
}
.tanzaku-wc-single-product-variations tbody tr th,
.tanzaku-wc-single-product-variations tbody tr td {
  display: block;
  text-align: left;
}
.tanzaku-wc-single-product-variations tbody tr th {
  margin-bottom: 5px;
}
.tanzaku-wc-single-product-variations tbody tr td {
  padding-right: 10px;
  width: 70px;
}
.tanzaku-wc-single-product-variations tbody tr td .value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0;
}
.tanzaku-wc-single-product-variations tbody tr select {
  border: solid 1px #ccc;
  display: block;
  height: 48px;
  padding: 8px 16px;
  height: 56px;
  max-width: none !important;
  width: 20em;
}
.tanzaku-wc-single-product-variations-wrap div {
  margin-bottom: 2em;
}
.tanzaku-wc-single-product-tabs {
  border-top: 1px solid #ccc;
  margin-top: 160px;
  padding-top: 80px;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-single-product-tabs {
    margin-top: 80px;
  }
}
.tanzaku-wc-grouped-product-list td.woocommerce-grouped-product-list-item__label,
.tanzaku-wc-grouped-product-list td.woocommerce-grouped-product-list-item__price {
  vertical-align: middle !important;
}
.tanzaku-wc-tabs-pannel {
  display: block !important;
  width: 70%;
  margin: 0 auto 160px !important;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-tabs-pannel {
    width: 100%;
  }
}
.tanzaku-wc-comment-header {
  display: flex;
  margin-bottom: 30px;
}
.tanzaku-wc-comment-header .avatar {
  float: none !important;
  position: inherit !important;
  width: auto !important;
  max-width: 20% !important;
  margin-right: 30px !important;
}
.tanzaku-wc-comment-header .meta {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.tanzaku-wc-comment-header .star-rating {
  float: none;
}
.tanzaku-wc-review-from #commentform .form-submit input#submit {
  background: #000;
  color: #fff;
  padding: 16px;
  width: 120px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.tanzaku-wc-review-from #commentform .form-submit input#submit:hover {
  background: #fff;
  color: #000;
  padding: 16px;
  width: 120px;
}
.tanzaku-wc-related-products ul.products {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-related-products ul.products li.product {
    width: 100% !important;
  }
}
.tanzaku-wc-related-products .star-rating {
  margin-bottom: 1em !important;
}
.tanzaku-wc-related-products .tanzaku-wc-product-content-onsale {
  font-size: 10px;
  padding: 3px;
}
.tanzaku-wc-related-products .price {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.tanzaku-wc-related-products .add_to_cart_button {
  border: solid 1px #000;
  background-color: #000 !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  margin-top: 32px;
  padding: 16px 24px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.tanzaku-wc-related-products .add_to_cart_button:hover {
  background-color: #fff !important;
  border: solid 1px #ccc;
  color: #000 !important;
}

.tanzaku-wc-cart-empty-button {
  background-color: transparent !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tanzaku-wc-cart-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tanzaku-wc-cart-form {
  width: 70%;
}
@media screen and (max-width: 1020px) {
  .tanzaku-wc-cart-form {
    width: 100%;
  }
}
.tanzaku-wc-cart-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-cart-item {
    flex-wrap: wrap;
  }
}
.tanzaku-wc-cart-item .product-remove {
  position: absolute;
  right: 0;
}
.tanzaku-wc-cart-item a.remove {
  color: #999 !important;
  background: transparent !important;
}
.tanzaku-wc-cart-item a.remove:hover {
  color: #000 !important;
}
.tanzaku-wc-cart-order {
  padding-right: 50px;
}
@media screen and (max-width: 1020px) {
  .tanzaku-wc-cart-order {
    padding-right: 0;
  }
}
.tanzaku-wc-cart-content {
  width: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-cart-content {
    padding-left: 0;
  }
}
.tanzaku-wc-cart-content .product-name {
  font-size: 24px;
  margin-bottom: 20px;
}
.tanzaku-wc-cart-content .product-name a {
  color: #000;
}
.tanzaku-wc-cart-content-price {
  display: flex;
  margin-bottom: 20px;
}
.tanzaku-wc-cart-content-price .product-price {
  color: #515151;
  margin-right: 20px;
}
.tanzaku-wc-cart-content-price .input-text {
  border: 1px solid #ccc;
  padding: 4px;
}
.tanzaku-wc-cart-under-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tanzaku-wc-cart-under-content .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tanzaku-wc-cart-under-content .coupon #coupon_code {
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 15px 16px;
}
.tanzaku-wc-cart-under-content-cart-update {
  display: flex;
  align-items: center;
}
.tanzaku-wc-cart-under-content button.button {
  background-color: transparent;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-cart-under-content button.button {
    padding-left: 0;
  }
}
.tanzaku-wc-cart-under-content button.button:hover {
  background-color: transparent;
}
.tanzaku-wc-cart-collaterals {
  width: 27%;
  background: #f5f5f5;
  font-size: 14px;
  height: 100%;
  padding: 32px;
}
@media screen and (max-width: 1020px) {
  .tanzaku-wc-cart-collaterals {
    width: 100%;
  }
}
.tanzaku-wc-cart-collaterals .cart-subtotal {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.tanzaku-wc-cart-total-title {
  font-size: 16px;
}
.tanzaku-wc-cart-total .tanzaku-wc-shop_table tr,
.tanzaku-wc-cart-total .tanzaku-wc-shop_table td {
  padding: 20px 0;
}
.tanzaku-wc-cart-total .tanzaku-wc-shop_table tr:nth-child(2n) td {
  background-color: transparent !important;
}
.tanzaku-wc-cart-total .tanzaku-wc-shop_table .order-total {
  font-size: 18px;
}
.tanzaku-wc-cart-total-checkout a.checkout-button.alt {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  padding: 16px 24px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
  height: 57px;
}
.tanzaku-wc-cart-total-checkout a.checkout-button.alt:hover {
  background-color: #fff;
  color: #000;
}

.tanzaku-wc-shop_table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-radius: 5px;
}
.tanzaku-wc-checkout-wrap .woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}
.tanzaku-wc-checkout-coupon-wrap {
  background: #f5f5f5;
}
.tanzaku-wc-checkout-coupon-wrap .input-text {
  border: 1px solid #ccc;
  padding: 4px;
}
.tanzaku-wc-checkout-coupon-wrap button.button {
  background-color: transparent;
  font-weight: 400;
}
.tanzaku-wc-checkout-coupon-wrap button.button:hover {
  background-color: transparent;
}
.tanzaku-wc-checkout-coupon-inner {
  display: flex;
  align-items: center;
}
.tanzaku-wc-checkout-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tanzaku-wc-checkout-content {
  width: 65%;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-checkout-content {
    width: 100%;
  }
}
.tanzaku-wc-checkout-content-inner {
  display: flex;
  flex-direction: column;
}
.tanzaku-wc-checkout-content-inner .input-text {
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 8px;
  padding: 15px 16px;
  width: 100%;
}
.tanzaku-wc-checkout-content-inner .select2-selection {
  padding: 9px 16px !important;
  box-sizing: content-box !important;
}
.tanzaku-wc-checkout-content-inner .select2-selection__arrow {
  padding: 9px 16px !important;
  box-sizing: content-box !important;
}
.tanzaku-wc-checkout-total {
  width: 30%;
}
@media screen and (max-width: 1020px) {
  .tanzaku-wc-checkout-total {
    width: 100%;
  }
}
.tanzaku-wc-checkout-total #order_review {
  background: #f5f5f5;
  font-size: 14px;
  margin-top: 20px;
  padding: 32px;
  width: 100%;
}
.tanzaku-wc-checkout-total #order_review th,
.tanzaku-wc-checkout-total #order_review td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tanzaku-wc-checkout-total #order_review .cart-subtotal {
  border-top: 1px solid #ccc;
}
.tanzaku-wc-checkout-total #order_review .order-total {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.tanzaku-wc-checkout-total #payment {
  background-color: transparent;
}
.tanzaku-wc-checkout-total #payment .woocommerce-privacy-policy-text p {
  font-size: 0.8rem;
  margin-bottom: 30px;
  margin-top: 20px;
}
.tanzaku-wc-checkout-total #payment ul.payment_methods,
.tanzaku-wc-checkout-total #payment div.form-row {
  padding: 0;
}
.tanzaku-wc-checkout-total #payment div.form-row {
  margin-top: 1em;
}
.tanzaku-wc-checkout-total #payment .button {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  padding: 16px 24px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
  height: 57px;
  width: 100%;
}

.tanzaku-wc-myaccount-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tanzaku-wc-myaccount-wrap h2 {
  font-size: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
  margin-bottom: 48px;
}
.tanzaku-wc-myaccount-wrap button.button {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  padding: 16px 24px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
  width: 100%;
}
.tanzaku-wc-myaccount-wrap button.button:hover {
  background-color: #fff;
  color: #000;
}
.tanzaku-wc-myaccount-navigation {
  background: #f5f5f5;
  font-size: 14px;
  height: 100%;
  padding: 32px;
}
.tanzaku-wc-myaccount-navigation li {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.tanzaku-wc-myaccount-navigation li:first-child {
  border-top: none;
}
.tanzaku-wc-myaccount-address-content {
  display: flex;
  justify-content: space-between;
}
.tanzaku-wc-myaccount table.shop_table {
  border: 0;
}
.tanzaku-wc-myaccount button.button,
.tanzaku-wc-myaccount .woocommerce-Button {
  width: 100%;
  padding: 1em 1em;
  background-color: #242424;
  color: #fff;
}
.tanzaku-wc-myaccount td.download-file a.woocommerce-MyAccount-downloads-file.button.alt {
  background-color: transparent;
  color: #999;
  padding-left: 0;
}
.tanzaku-wc-myaccount table.my_account_orders td, .tanzaku-wc-myaccount .woocommerce table.my_account_orders th {
  padding: 9px 12px;
}
.tanzaku-wc-myaccount-orders {
  border: 0 !important;
}
.tanzaku-wc-myaccount-orders th {
  padding-bottom: 15px !important;
}
.tanzaku-wc-myaccount-orders .button {
  background-color: transparent !important;
  padding: 15px 0 !important;
}
.tanzaku-wc-myaccount .woocommerce-address-fields__field-wrapper {
  margin-bottom: 50px;
}
.tanzaku-wc-myaccount-address {
  float: initial !important;
  width: 100% !important;
  margin: 50px 0;
}
.tanzaku-wc-myaccount-address .woocommerce-Address-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.tanzaku-wc-myaccount-address-fields .input-text {
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 16px;
}
.tanzaku-wc-myaccount-address-fields .select2-selection {
  padding: 9px 16px !important;
  box-sizing: content-box !important;
}
.tanzaku-wc-myaccount-address-fields .select2-selection__arrow {
  padding: 9px 16px !important;
  box-sizing: content-box !important;
}
.tanzaku-wc-myaccount-editaccountform fieldset legend {
  width: 100%;
  font-size: 20px;
  line-height: 3;
}
.tanzaku-wc-myaccount-editaccountform fieldset {
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 0;
  clear: both;
}
.tanzaku-wc-myaccount-editaccountform .input-text {
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 16px;
}
.tanzaku-wc-login input {
  appearance: auto;
}
.tanzaku-wc-login .input-text {
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 16px;
}
.tanzaku-wc-login button.button {
  display: inline-block;
  margin: 0 auto 24px;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  padding: 16px 24px 13px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
}
.tanzaku-wc-login button.button:hover {
  background-color: #fff;
  color: #000;
}
.tanzaku-wc-register .input-text {
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 16px;
}
.tanzaku-wc-register button.button {
  display: inline-block;
  margin: 0 auto 24px;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  padding: 16px 24px 13px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
}
.tanzaku-wc-register button.button:hover {
  background-color: #fff;
  color: #000;
}

.tanzaku-wc-order .woocommerce-order-details__title {
  margin-bottom: 20px;
}
.tanzaku-wc-order .shop_table {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.tanzaku-wc-order .shop_table th,
.tanzaku-wc-order .shop_table td {
  padding: 20px 12px !important;
}
.tanzaku-wc-order section {
  margin: 3em 0;
}
.tanzaku-wc-order-details {
  display: block;
  margin: 0 0 3em;
  list-style: none;
}
.tanzaku-wc-order-details:before {
  content: " ";
  display: table;
}
.tanzaku-wc-order-details:after {
  clear: both;
}
.tanzaku-wc-order-details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.tanzaku-wc-order-details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .tanzaku-wc-order-details li {
    float: none;
    border-right: none;
  }
}
.tanzaku-wc-order-downloads .download-file a.button {
  text-align: center;
  line-height: inherit;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
}
.tanzaku-wc-order-downloads .download-file a.button:hover {
  background: #fff;
  color: #000;
}