/*.ast-separate-container .ast-woocommerce-container {
    padding: 2.5em 2.5em;

.product .wp-post-image,
.woocommerce-product-gallery__image,
.product-category img
{
border:1px solid rgba(245,245,245,1);
}

}*/


.sidebar-main .count {
	float: right;
}

.sidebar-main ul li
{
	border-top: 1px dotted #ddd !important;
}



.wpcf7 table,
.wpcf7 table tr,
.wpcf7 table tr td
{
	border: 0
}

.wpcf7 table tr td input,
.wpcf7 table tr td textarea
{
	border-radius: 0;
}



.wpcf7 table tr td span
{
	color: red;
}

/* no click */
.woocommerce-product-gallery__image {
    pointer-events: none;
}

/* hide category */
.product_meta {
  display: none;
}


/* hide inventory status */
.ast-stock-detail {
  display: none;
}

/* align subscription button */
a.button.add_to_cart_button,
a.button.product_type_subscription {
     margin-left:50px
}



 @media only screen and ( min-width: 1200px ) {
    	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    		margin-bottom: 0;
    	}
    	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    		padding-right: 0;
    	}
    	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active {
            padding-top: 5px;
            background: #fff;
        }
    	li.affwp-affiliate-dashboard-tab {
    		border: 2px solid #f7f7f7;
    		border-bottom: none;
    		position: relative;
    		background: #f7f7f7;
    	}
        .affwp-tab-content {
            padding: 40px;
            border: 2px solid #f7f7f7;
            border-top: none;
        }
    	#affwp-affiliate-dashboard-tabs a {
            display: block;
            padding: 10px 15px;
        }
    	#affwp-affiliate-dashboard {
    	    overflow: hidden;
    	}
    	li.affwp-affiliate-dashboard-tab.active:before,
    	li.affwp-affiliate-dashboard-tab.active:after {
    		content: '';
    		position: absolute;
    		height: 2px;
    		right: 100%;
    		bottom: 0;
    		width: 1200px;
    		background: #f7f7f7;
    	}
    	li.affwp-affiliate-dashboard-tab.active:after {
        	right: auto;
        	left: 100%;
        	width: 4000px;
            z-index: 1;
        }
    }
    /* TwentySixteen theme specific */
    /* remove the dotted line */
    #affwp-affiliate-dashboard-tabs a:active,
    #affwp-affiliate-dashboard-tabs a:focus,
    #affwp-affiliate-dashboard-tabs a:hover {
        outline: 1px;
    }
    #affwp-affiliate-dashboard-tabs a {
        box-shadow: none;
    }
    #affwp-affiliate-dashboard-tabs a {
        color: #686868;
    }
    #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab a:hover,
    #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active a {
        color: #1a1a1a;
    }

/*---Hide reCaptcha v3 visible seal---*/

.grecaptcha-badge {
opacity:0 !important;
}