/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wc-block-product-categories-wrapper ul {
	display: grid;
    list-style: none;
    grid-template-columns: auto auto auto;
	margin: 0;
}
.wc-block-product-categories-wrapper li {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 5px 10px 35px;
}

.wc-block-product-categories-wrapper a {
	font-size: 18px;
}
@media only screen and (min-width: 40.0625em) {
	.bdp-medium-6:first-child {
		width:40%;
	}
	.bdp-medium-6:last-child {
		width:58%;
	}
}
.bdp-post-categories {
	display: none;
}
.bdp-post-title a {
	font-weight: 300;
	color: #333333 !important;
}
.bdp-post-date .bdp-time {
	font-style: normal;
	margin-left: 0;
}
.bdp-post-short-content {
	font-size: 14px;
	font-weight: 300;
}
.bdp-post-content a {
	font-weight: 300;
	font-size: 14px;
	float: right;
	    background-color: #5f5f5f!important;
    color: #ffffff!important;
	border: none;
}
.bdp-post-content a:hover {
    color: #fff !important;
    background-color: #333333 !important;
}

.hotwp-posts-wrapper .woocommerce .products ul, 
.hotwp-posts-wrapper .woocommerce ul.products {
	display: flex;
	flex-direction: column;
}
.products .product-subtitle {
  margin: 0 15px 0 auto;
    flex-shrink: 0;
    font-style: normal;
    font-size: 14px;
    line-height: 1em;
}
.products div.product-subtitle {
  margin-right: 0;
  margin-left: 0;
  color: #121212;
}
.products .product-meta {
    margin-top: -10px;
}
.hotwp-posts-wrapper .woocommerce ul.products li.product {
	display: flex;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
  align-items: center;
  justify-content: space-between;
	border-bottom: 1px solid lightgray;
}
.hotwp-posts-wrapper .woocommerce ul.products li.product:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.hotwp-posts-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-right: 10px;
      line-height: 1.3em;
    font-size: 18px;
}
.hotwp-posts-wrapper .woocommerce ul.products li.product a {
	display: flex;
	align-items: center;
  width: 100%;
}
.hotwp-posts-wrapper .woocommerce ul.products li.product a img {
	width: 100px;
	margin: 0 30px 0 0;
}

.product-filter {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1em;
}
.product-filter select {
  margin-left: 5px;
}
.button.wp-element-button.product_type_simple,
.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}
.type-page .entry-header,
.entry-header .hotwp-entry-meta-single {
  display: none;
}
.type-page .entry-header_custom {
  display: block;
}

.type-product .product_meta {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.type-product .posted_in {
  margin: 10px 0 20px;
}
.type-product .entry-title {
  margin-bottom: 30px;
}
.type-product table.wccpf_fields_table td.wccpf_label, 
.type-product table.wccpf_fields_table td.wccpf_label label {
  width: 107px;
}
.type-product .wccpf_fields_table td.wccpf_value input[type=text] {
  border: none;
  background: none;
  padding: 0;
}
.type-product .summary.entry-summary {
	font: normal normal 16px Arial;
}
.type-product .summary.entry-summary i {
	font-style: normal;
  font-weight: bold;
}
.entry-header_custom .entry-title a {
  color: #282828;
  cursor: default;
}

.entry-header_custom .entry-title a:hover,
.entry-header_custom .entry-title a:focus {
  text-decoration: none;
  color: #282828;
}

.wccpf_fields_table.wccaf_y9XRw8iHnYgI-wrapper tr {
  border: none;
}
.wccpf_fields_table.wccaf_y9XRw8iHnYgI-wrapper td {
  border: none;
  padding: 0;
}
.wccpf_fields_table.wccaf_y9XRw8iHnYgI-wrapper tr:hover td {
  background: white;
}
div.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  width: 24px;
  height: 24px;
}
div.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
}
div.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  top: 13px;
  left: 16px;
  height: 7px
}
@media only screen and (min-width: 768px) {
.wc-block-product-categories-wrapper ul {
    grid-template-columns: auto auto auto auto;
}
div.woocommerce #content div.product div.images, 
div.woocommerce div.product div.images, 
div.woocommerce-page #content div.product div.images, 
div.woocommerce-page div.product div.images {
	width: 58%;
}
div.woocommerce #content div.product div.summary, 
div.woocommerce div.product div.summary, 
div.woocommerce-page #content div.product div.summary, 
div.woocommerce-page div.product div.summary {
	width: 38%;
}
}
@media only screen and (max-width: 768px) {
div.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: unset;
  margin-bottom: 1em;
  }
}  
@media only screen and (min-width: 891px) {
  .wc-block-product-categories-wrapper ul {
    grid-template-columns: auto auto auto;
}
  .products .product-meta {
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
}
@media only screen and (min-width: 1200px) {
  .wc-block-product-categories-wrapper ul {
    grid-template-columns: auto auto auto auto;
}
}
@media only screen and (min-width: 1400px) {
  .wc-block-product-categories-wrapper ul {
    grid-template-columns: auto auto auto auto auto;
}
}

.hotwp-outer-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}
.hotwp-element {
	flex: 1;
}
.hotwp-element__center {
	flex: 12;
}
@media only screen and (min-width: 891px) {
	.hotwp-outer-wrapper {
	  flex-direction: row;
	}
}
.wps_visitor_title,
#wpsvccount,
#wpsvcvisit,
#wpsvcyesterday:nth-child(2),
#wpsvcyesterday:nth-child(4),
#wpsvcyesterday:nth-child(10),
#wpsvcyesterday:nth-child(11),
#wpsvcviews,
#wpsvctotalviews,
#wpsvconline,
#wpsvcyear,
#wpsvcattribution,
#wpsvcdate,
#wpsvcip
{
  display: none;
}
#wpsvctable {
  background: #4e4e4e;
  padding: 2px 7px;
  border-radius: 3px;
  border: 1px solid #202020;
  font-family: Arial;
}
#wpsvctable div {
  display: flex;
  align-items: center;
  line-height: 1.4em;
  font-size: 12px;
}
#wpsvctable img {
  width: 14px;
  margin-right: 6px;
}