/* 
Theme Name:		 snsmarket-child
Theme URI:		 
Description:	 snsmarket-child is a child theme of snsmarket
Author:			 TopSeo
Author URI:		 
Template:		 snsmarket
Version:		 1.0.0
Text Domain:	 snsmarket-child
*/


/*
    Add your custom styles here
*/
.sns-single-testimonial .content{
  background-color: #FFFFFF !important;
}body {
  background-color: #FFFFFF;
}

.sns-single-testimonial .content {
    color: #000 !important;
}

/*
 	hide the reCAPTCHA badge
 */

.grecaptcha-badge { visibility: hidden; 
display: none;
}

/*
Format Inbox Calculator Plugin
*/

.ic_length {
    font-weight: bold;
    color: red;
}

.ic_width{
    font-weight: bold;
    color: red;
}


.ic_height{
    font-weight: bold;
    color: red;
}

.pack_dimensions {
    font-weight: bold;
}

.ic_sealed_env {
    font-weight: bold;
}


/*
Format Oxygen Calculator Plugin
*/
.oa_length {
    font-weight: bold;
    color: red;
}

.oa_width{
    font-weight: bold;
    color: red;
}


.oa_height{
    font-weight: bold;
    color: red;
}
/*
Format Silica Gel Calculator Plugin
*/
.sg_length {
    font-weight: bold;
    color: red;
}

.sg_width{
    font-weight: bold;
    color: red;
}


.sg_height{
    font-weight: bold;
    color: red;
}
/*
 * Hide Category from WooCommerce Product Page
 */
 
.product_meta .posted_in {display: none;}

/*

*/
.single_add_to_cart_button::before {
   font-family: 'Font Awesome 5 Free';
   content: "\f291";
   font-weight:900;
   margin-right:.2em;
}

/* 
 * Set Border on Woocommerce Product Images 
 *
 */

.product_list.grid .block-product-inner .item-img a.product-image {
  border-style:outset;
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
    border-right: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
  display:block;
  position:relative;
}

.cart-discount th{
    font-weight: bold;
    color: red;
}

#more {display: none;}
