/* Themify Customize Styling */
h1 {		font-weight:900;
 
}
h2 {		font-weight:900;
 
}
#header {	
	padding-top: 5px;
	padding-bottom: 0px; 
}
#site-logo {	
	margin: 0px; 
}
#site-description {	display: none;
	margin: 0px; 
}
#main-nav {	
	padding: 10px; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	background: none;
	background-color: #000000;
	color: #ffffff; 
}
.single-product div.product .product_title {		font-weight:900;
	font-style:normal;
	font-size:30px;
 
}
.single-product div.product p.price {		font-weight:900;
	font-style:normal;
	font-size:24px;

	color: #ff0000; 
}
.post-title {	
	margin-top: 32px; 
}
.post-title a:hover, .loops-wrapper .post-image + .post-content .post-title a:hover {	
	color: #28c2b9; 
}
.single-post .has-post-title .post-title,.single-post .featured-area .post-title {		font-size:48px;
	line-height:54px;
 
}
.post-meta, .loops-wrapper.list-post .post-meta, .single-post .post-meta, .loops-wrapper.grid6 .post-meta, .loops-wrapper.grid5 .post-meta, .loops-wrapper.grid4 .post-meta, .loops-wrapper.grid3 .post-meta, .loops-wrapper.grid2 .post-meta {	
	margin-bottom: 32px; 
}
.post-meta a {	
	border: 3px solid #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #ff77e5; 
}
.post-meta a:hover {	background: none;
	background-color: #000000; 
}
.post-nav a {		font-size:14px;
	line-height:18px;

	color: #000000; 
}
.post-nav a:hover {	
	color: #0295ff; 
}
#footerwrap {	background: none;
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 5px; 
}
#footer-logo a img {		width: 300px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#footer-logo a img {		width: 300px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#footer-logo a img {		width: 300px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
#footer-logo a img {		width: 300px; 
}
 }
/* Themify Custom CSS */
.woocommerce-products-header__title {
	display:none;
}
.woocommerce ul.products li.product .price ins {
	color:red;
}
.woocommerce-checkout .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-components-product-metadata {
	display:none;
}
.social-widget .widget {
	margin:0;
}
.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal {
	background:#ffffff !important;
	border:1px solid #dedede !important;
	border-radius:12px !important;
	overflow:hidden !important;
}
.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li {
	padding: 6px 8px !important;
}
.current-language-item {
    min-height: 46px !important;
}
.post-meta a {
		border-radius:4px;
	box-shadow: 3px 3px 0px #ff77e5;
	}
.single-post p,
.single-post ul {
	font-size:18px;
	line-height:1.7;
}
.single-post h2 {
  color: #763ab6;
}
.single-post h3 {
  color: #04b8ad;
}
.single-post #content {
	max-width:1024px;
	margin:0 auto;
}
.single-post ul li::marker {
  color: #e3e901;
}
.single-post ul {
	line-height:1.7;
	margin:0 0 20px 15px;
}
.single-post ul li {
	padding:0;
	margin:0;
}
.single-post .related-posts h3.related-title {
	font-size: 1.7em;
    letter-spacing: 0;
    text-transform:none;
    margin: 32px 0 16px;
    padding: 0;
}
.single-post .related-posts .post-meta {
	margin:12px 0 16px;
	text-transform:none;
}
.table {
      display: flex;
      flex-direction: column;
      border: 3px solid black;
	border-radius:8px;
	overflow:hidden;
      width: 100%;
    }
    .row {
      display: flex;
      border-top: 1px solid black;
    }
    .row:first-child {
      font-weight: bold;
      background-color: #000000;
			color:#ff77e5;
      border-top: none;
    }
    .cell {
      flex: 1;
      padding: 10px;
      border-left: 1px solid black;
    }
    .cell:first-child {
      border-left: none;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .row {
        flex-direction: column;
      }
      .cell {
        border-left: none;
        border-top: 1px solid black;
      }
      .cell:first-child {
        border-top: none;
      }
    }