/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.top-banner .price-wrapper {
	display: none;
}
.top-banner aside#woocommerce_product_categories-3 {
	margin-bottom: 0;
}
.congnghein h5.post-title.is-large {
    font-weight: bold;
	min-height: 38px;
}
.form-chimp input[type="email"] {
	width: 70%;
    float: left;
    border: 1px solid #ec0370;
}
.form-chimp input {
    display: inline-block;
    box-shadow: none;
    height: 40px;
    margin: 0;
}
.form-chimp input[type="submit"] {
	float: left;
	width: 30%;
}
.csf li {
    border-bottom: 1px solid rgba(210, 62, 108, 0.46);
}
.csf ul a {
    color: black;
}
.html.header-button-1 .header-button a {
    padding: 5px 20px;
    font-weight: bold !important;
}
.html.header-button-1 .header-button a:before {
    content: '\f06b';
    font-family: FontAwesome;
    padding-right: 5px;
}
.payment-step {
    background: #f4f4f4 !important;
    padding: 30px 0;
    border-radius: 7px;
}
.payment-step .col-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.payment-step .col:after {
    border-bottom: 0;
}
.payment-step .col-inner .icon-box {
	padding: 10px !important;	
}
.payment-step .col-inner {
	border-right: 1px dashed #a7a7a7;
}
.step4 .col-inner {
    border-right: none !important;
}
.payment-step .col-inner:hover .icon-box {
    background: white !important;
    border-radius: 5px;
	border: 1px solid #b9b9b9;	
}
.payment-step .col-inner:hover p, .payment-step .col-inner:hover h4 {
	color: black;
}

p.name.product-title {
    min-height: 45px;
}
.product-images {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 5px;
}
div#product-sidebar {
    padding: 30px 15px;
}
span.widget-title.shop-sidebar {
    background: #618536;
    color: white;
    padding: 15px;
    display: block;
    border: 1px solid #618536;
    margin: -1px;
	text-align: left;
}
.top-banner span.widget-title.shop-sidebar:after {
    content: '\f0c9';
    font-family: FontAwesome;
    float: right;
}
#shop-sidebar ul, #product-sidebar ul {
    padding: 15px;
	display: block !important;
}
.top-banner ul.children {
	display: block !important
}
.sidebar-wrapper ul.product-categories {
    padding: 15px;
}
#shop-sidebar .is-divider.small, #product-sidebar .is-divider.small, .top-banner .is-divider.small {
    display: none;
}
#shop-sidebar aside, #product-sidebar aside {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
.header-bottom li {
    margin: 0;
}
.header-bottom li a {
    padding: 0 20px;
}
.header-button a {
    height: 40px;
    padding: 5px 0;
}
input.search-field.mb-0 {
    height: 40px;
    box-shadow: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
button.ux-search-submit {
    height: 40px;
    width: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border-radius: 0;
    border: 1px solid currentColor;
}
.header-contact-wrapper a {
    text-transform: none !important;
}
#footer img {
    margin-bottom: 0;
}
p#billing_address_1_field {
    width: 100%;
}
.archive-page-header .large-12.col {
    padding-bottom: 0px !important;
}
.entry-content img {
    padding: 15px;
}
.relatedthumb img {
	padding: 0;
}
.entry-meta,h6.entry-category {
	display: none;
}
#related_posts .col {
  float: left;
  margin-left: 0 !important;
  list-style: none;
}
.relatedcontent h3 {
  font-size: 14px;
  margin-top: 7px;
}
.relatedthumb img {
  height: 100%;
  max-height: 165px;
}
#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
.relatedthumb img {
  min-height: 165px;
}
.blog-share.text-center {
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 5px;
}
.blog-share .is-divider {
    display: none;
}
.blog-share a {
	margin-bottom: 0;
}
.blog-share:before {
    content: "Chia sẻ";
    padding-right: 15px;
}
.entry-content.single-page {
	padding-top: 0;
}
.entry-header-text {
    padding-bottom: 0;
}
.entry-content  p, .entry-content li {
	text-align: justify;
	margin-bottom: 10px;
}
p.wp-caption-text {
    text-align: center;
}
table.tplCaption {
    max-width: 500px;
    font-size: 14px;
    text-align: center;
}
.blog-archive .box-text.text-left {
    vertical-align: top;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

aside#woocommerce_product_categories-3 {
    margin-bottom: 0;
}
	.danhmuc-mb {
		display: block !important;
	}
	ul.product-categories {
		display: none;
	}
}