button.single_add_to_cart_button:before {
   display: inline-block;
   font-family: FontAwesome;
   float: left;
   content: "\f217";
   font-weight: 300;
   margin-right: 1em;
}

button.add_to_cart_button:before {
   display: inline-block;
   font-family: FontAwesome;
   float: left;
   content: "\f217";
   font-weight: 300;
   margin-right: 1em;
}

.add_to_cart_button::before {
    font-family: fontAwesome;
    content: "\f217";
}

.icon {
  padding-right: 8px;
}

.text-head span {
	color: #008080;
}


.badge-circle-inside .badge-inner, .badge-circle .badge-inner {
    padding: 10px;
}

badge-circle-inside .badge-inner, .badge-circle .badge-inner {
    padding: 10px;
}



badge-circle-inside .badge-inner, .badge-circle .badge-inner {
    font-weight: 400;
    font-size: 12px;
    background-color: #dd2727;
}

.product-small .badge-outline, .badge-circle {transform: translate(0px, -63px);
    position: relative;
    right: -32px !important;
}


.product-images .badge-circle {
    position: relative;
    transform: translate(0px, 0px);
	right: -240px !important;
}

.product-small box  .wishlist-icon {
    margin-top: 0px;
    margin-right: 50px;
}

.product-images .wishlist-icon {
    position: absolute;
    transform: translate(0px, 70px);
    right: 20px;
}


.seed-social .line a {
    position: absolute;
    margin-top: 205px;
    margin-left: -95px;
}


@media screen and (min-width: 768px) {
    .seed-social .line a {
        margin-left: 0;
    }
}


.seed-social .text {
    display: block !important;
    font-family: 'Kanit';
	  padding-left: 8px;
}

.seed-social a {
    padding: 4px 10px 4px 8px;
	}

.single-post .seed-social .line a{
    margin-top: 0px;
}




/* === Fasicare Modal (Image Fit + Close Inside) === */

.fc-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9998;
}

.fc-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fc-box {
  position: relative;
  background: transparent;
  border: none;
  overflow: hidden;
  display: inline-block; 
}

.fc-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 12px;
}

/* ปุ่มปิดอยู่ในภาพ */
.fc-close {
  position: absolute;
  top: 60px;
  right: 10px;
  font-size: 24px;
  color: #000;
  text-decoration: none; 
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.fc-close:hover {
  background: rgba(0,0,0,.2);
  color: #fff;
}

/* ปิดเมื่อกด #hide */
#hide:target ~ .fc-backdrop,
#hide:target ~ #fc-modal {
  display: none;
}
