/*
Theme Name: Storefront Child
Version: 1.0
Template: storefront
*/

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #6b867b;
}

.home .entry-content {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .home .entry-content {
    width: inherit;
    position: initial;
    left: inherit;
    transform: inherit;
  }
}

.red {
  color: rgb(201, 0, 0);
}
.tk_atenshon {
  color: rgb(201, 0, 0);
  font-weight: bold;
  font-size: 20px;
}

input:focus,
textarea:focus,
button:focus {
  outline: 2px solid #2d5033;
}
a:focus {
  outline: none;
}

.woocommerce-tabs ul.tabs {
  display: none;
}
.single-product div.product p.price {
  font-size: 1.2em;
  margin: 0.5em 0;
}
h1,
.alpha {
  font-size: 1.5em;
  line-height: 1.214;
  letter-spacing: -1px;
}
.storefront-breadcrumb {
  margin: 0px 0 1em;
  padding: 1em 0;
  background: #f2f2f2;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0.5em !important;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  padding: 0.6em 0.9em !important;
}

.ftmsg {
  width: 100%;
  background: #1f5e41;
  padding: 12px;
}
.ftmsg p,
.ftmsg a {
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #fff;
}
.ftmsg a {
  text-decoration: underline;
}
.ftmsg span {
  text-align: center;
  font-weight: normal;
  font-size: 90%;
  color: #fff;
}

.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
  width: 100%;
  max-width: 70px;
}
@media (min-width: 768px) {
  .site-header .site-branding img {
    height: auto;
    max-width: 160px;
    max-height: none;
  }
}

select {
  border-radius: 5px;
  padding: 5px;
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  /* display: inline-block; */
  width: 50%;
  /* vertical-align: text-top; */
  padding: 0 2px;
  /* margin-bottom: 0; */
}

ul.products,
.wc-block-grid__products {
  margin-left: 0;
  margin-bottom: 0;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: baseline;
}

.woocommerce-loop-product__title {
  vertical-align: middle;
  min-height: 40px;
}
.product-main-visual {
  margin: 5px auto;
}

.only {
  width: 100%;
  padding: 15px;
  background: #e90000;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.o_yoshida {
  background: #294f30 !important;
}

@media (min-width: 768px) {
  .only {
    font-size: 15px;
  }
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
  content: "●" !important;
}

.storong_taka {
  color: #ff0;
  font-size: 115%;
}
