/*
Theme Name: SIMPLY for Welcart
Description: Simple and Clean theme for Welcart. This theme works with Welcart Basic. Please get it form Welcart.com
Author: Welthemes
Template: welcart_basic
Version: 1.2.1
*/
@charset "UTF-8";

.about-title {
  background: #464342;
  height: 150px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-title h1 {
  color: #FFFFFF;
  font-size: 30px;
  font-family: 'Tiro Gurmukhi', serif !important;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
}

.about-content {
  width: 100%;
}

.about-content p {
  color: #676767;
  border-top: 1px solid #464342;
  border-bottom: 1px solid #464342;
  margin: 0 30px;
  padding: 40px 0;
  line-height: 2.5rem;
}

.tokusho-title {
  font-size: 20px;
  font-weight: 500;
}

.about-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.about-table tr {
  border-bottom: 1px solid #b5b1b1;
}

.about-table th,
.about-table td {
  padding: 24px 0;
  border: none;
}

.about-table th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {

  .about-table th,
  .about-table td {
    width: 100%;
    display: block;
  }

  .about-table th {
    width: 100%;
  }

  .about-table td {
    padding-top: 0;
  }
}

/******Products********/
.product-wrap {
  display: flex;
  justify-content: space-between;
}

.price_title {
  font-size: 15px;
  color: #D90000;
}

.field_price {
  color: #D90000;
  font-size: 27px;
  font-weight: bold;
  margin: 1.2rem 0 1rem 0;
}

.yen {
  font-size: 18px;
}

.skuform {
  background: #F7F8F8;
}

.c-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.item-info .quantity {}

.cart-button {
  width: 50%;
}

.linetop {
  border-top: 1px solid #BFBFBF;
  margin: 20px 20px 0 20px;
}

/******Widget-Customize********/

.widget_title_custom {
  font-family: 'Tiro Gurmukhi', serif !important;
  font-weight: 400;
  background: #f0f4f5;
  font-size: 17px;
  padding: 0.8rem 0 0.5rem 0.5rem;
  line-height: 1;
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid #707070;
  background: none;
}

#secondary .widget_title_custom>img {
  display: none;
}

/******recommend********/
.recommend-head h2 {
  text-align: center;
  font-size: clamp(13px, 3vw, 30px);
  padding: 10px 0;
}

.recommend-body {}

.recommend-image {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

.recommend-image img {
  max-width: 100%;
}