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;
}

















.overlay {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.55);
    z-index: 9999;
  }

  /* ถ้า checkbox ไม่ถูกติ๊ก = ซ่อน modal */
  #modal-toggle:not(:checked) + .overlay {
    display: none;
  }

  .modal {
    background: #fff;
    border-radius: 16px;
    width: min(520px, 90%);
    position: relative;
  }

  .close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 28px;
    border: none;
    background: none;
    color: #333;
    cursor: pointer;
  }

  .backdrop {
    position: fixed;
    inset: 0;
  }