/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.tm-epo-field-label {
	font-size: 1em;
}
.tm-epo-field-label.tm-left {
	max-width: 100%;	
}
.tm-extra-product-options .tm-epo-field-label {
	font-weight: 400;
}


.woocommerce-tabs .panel  {
	float: none;
	width: 100%;
}

.woocommerce-tabs ul.tabs {
    width: 100%;
    float: left;
    margin-right: 5.8823529412%;
}

.woocommerce-tabs ul.tabs li {
	float: left;
	min-width: 200px;
}

.woocommerce-tabs ul.tabs li:after {	
	display: none;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em;
	color: #6d6d6d;
}

.woocommerce-tabs ul.tabs li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all,ease,.3s;
  transition: all,ease,.3s; }

.woocommerce-tabs ul.tabs li.active:before {
  opacity: 1;  
}

p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
  box-sizing: unset;
	display: unset;
  border-radius: 0;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 13px;
}

span.bbp-admin-links a {
    font-size: 12px;
}

.widget .bbp-forum-title {
    font-size: 1.2em;
}

#bbpress-forums p.bbp-topic-meta {
    font-size: 1em;
}

img {
    display: unset;
}

.tm-extra-product-options textarea.tm-epo-field {   
    width: 98%;
}

.widget-area #bbp-search-form #bbp_search {
	width: 60%;
}
.widget-area #bbp-search-form #bbp_search_submit {
	width: 38%;	
}

.bbpress.archive .site-header{
    margin-bottom: 4.235801032em;
}

body {
  color: #000;
}

.single-product div.product table.variations-grid td {
	display: table-cell; 	
	vertical-align: middle;
	padding-bottom: 0em;
}
.single-product div.product td form.cart {
  margin-bottom: 0;
  padding: 1em 0;
}
.single-product div.product .stock.out-of-stock {    
    padding: 1em 0;
}

.widget-area .widget a, .hentry .entry-header .posted-on a, .hentry .entry-header .byline a {
    color: #000;
}