.comment_for_parent { margin-bottom: 10px; color: #ef5350; }
.comment_for_parent:empty { margin-bottom: 0px; }
.comment_for_parent .fa.fa-times { margin-right: 5px; color: #ef5350; cursor: pointer; }

/* blog item entry-content */
.entry-content ul { list-style-type: initial; list-style-position: inside; padding-left: 40px; }
.entry-content ol { list-style-type: decimal; list-style-position: inside; padding-left: 40px; } 
.entry-content table { width: 100%; }
.entry-content table, tr, td { border: 1px solid #ddd; border-collapse: collapse;}
.entry-content tbody { margin-bottom: 30px; }
.entry-content tbody > tr > td { padding: 10px 10px; vertical-align: middle; }
.entry-content b, strong { font-weight: 700; }
/* end blog item entry-content */
/* or */
/* blog item entry-content */
.post_content ul { list-style-type: initial; list-style-position: inside; padding-left: 40px; }
.post_content ol { list-style-type: decimal; list-style-position: inside; padding-left: 40px; } 
.post_content table { width: 100%; }
.post_content table, tr, td { border: 1px solid #ddd; border-collapse: collapse;}
.post_content tbody { margin-bottom: 30px; }
.post_content tbody > tr > td { padding: 10px 10px; vertical-align: middle; }
.post_content b, strong { font-weight: 700; }
/* end blog item entry-content */
/* product tabs*/
.product-tab-section ul { list-style-type: initial; list-style-position: inside; padding-left: 40px; }
.product-tab-section ol { list-style-type: decimal; list-style-position: inside; padding-left: 40px; } 
.product-tab-section table { width: 100%; }
.product-tab-section table, tr, td { border: 1px solid #ddd; border-collapse: collapse;}
.product-tab-section tbody { margin-bottom: 30px; }
.product-tab-section tbody > tr > td { padding: 10px 10px; vertical-align: middle; }

#revslider > ul > li .slide_link { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; }

/* source link in gallery */
.mfp-title .image-source-link { display: none; }
@media (min-width: 768px) {
	.mfp-title .image-source-link { display: none!important; }
}
/* end source link in gallery */

#cookiePolicy { display: none; position: fixed; z-index: 100000; left: 0px; bottom: 0px; width: 100%; height: auto; padding: 15px; background-color: rgba(255, 255, 255, 0.9); }
#scroll-top.fixed { bottom: 125px; }