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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  /* --linear-primary: linear-gradient(135deg, #e6b652 0%, #faed96 45%, #e6b652 90%); */
  --secondary-color: #D50000;
}
.wpcf7-spinner {
	display: none;
}

.product-summary .wpcf7-form {
    background: var(--fs-color-primary);
    padding: 15px;
    border-radius: 5px;
}
.product-summary .wpcf7-form .wpcf7-submit {
	width: 100%;
	margin: 0;
}

.home_form {
    background: var(--fs-color-primary);
    padding: 30px 30px 10px;
}

@media screen and (max-width: 549px) {
	.home_form {
		padding: 15px 5px 0;
	}
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    background-color: rgb(124, 179, 136) !important;
}



body {
  overflow: hidden;
}

.is-divider {
  display: none;
}

.section.dark {
  background-color: #fff;
}

#content .dark, #content .dark p, #content .dark td {
  color: #141414;
}

#content .dark a.lead, #content .dark label, #content .dark .heading-font, #content .dark h1, #content .dark h2, #content .dark h3, #content .dark h4, #content .dark h5, #content .dark h6 {
  color: #141414;
}

.section-title.section-title-normal,
.section-title.section-title-normal span {
  border: none;
}

.section-title b {
  opacity: 0;
}

.header-nav-main.nav>li>a {
  font-size: 1em;
}

.header-nav-main {
  justify-content: space-between;
  padding-right: 30px;
}

.page-title .title-content {
  display: none;
}

nav.lbk-breadcrumb {
  line-height: 50px;
}

.breadcrumbs {
  background: #eee;
  color: #141414;
}

.breadcrumbs a:hover {
  color: var(--secondary-color);
}

.header .sub-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: var(--radius);
}

.header .nav-dropdown .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--primary-color);
}
.header .nav-dropdown .menu-item a {
  border: none;
}

.header .nav-dropdown a {
  border: none;
  position: relative;
  overflow: hidden;
}

.header .nav-dropdown .menu-item a:before {
  content: "\f345";
  font-family: 'dashicons';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  color: var(--primary-color);
  opacity: 0;
  transition: .3s;
}

.header .nav-dropdown .menu-item:hover>a:before {
  left: 0;
  opacity: 1;
}
.header .nav-dropdown .menu-item {
  transition: .3s;
}
.header .nav-dropdown .menu-item:hover>a {
  padding-left: 20px;
  color: var(--primary-color) !important;
}

.nav-dropdown-has-border .nav-dropdown {
  border-color: var(--primary-color);
  /* background-color: #141414;
  color: var(--primary-color); */
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  border-bottom-color: var(--primary-color);
}

.menu-item .nav-dropdown .menu-item-has-children {
  position: relative;
  width: 100%;
}

.menu-item .nav-dropdown .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 100%;
  min-width: 260px;
  background-color: #fff;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  transition: 0.3s;
  opacity: 0;
}

.menu-item-has-children .menu-item-has-children:hover .sub-menu {
  top: 0;
  opacity: 1;
}

.nav-dropdown-col > a {
  font-weight: 500 !important;
  text-transform: none !important;
}

.nav-dropdown>li.nav-dropdown-col {
  min-width: 260px;
}

.sub-menu a {
  color: var(--black-color) !important;
  font-size: 1rem !important;
}

.nav-dropdown-col::after {
  content: "\f345";
  font-family: 'dashicons';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .5s;
}
.nav-dropdown-col:hover:after {
  color: var(--primary-color);
  right: -10px;
  opacity: 0;
}

.fb-comments {
  background-color: #eee;
  border-radius: 10px;
  margin-bottom: 15px;
}

.woocommerce-breadcrumb {
  display: none;
}

.product-small .product-title {
  font-weight: 700;
  font-size: 1rem;
}

.related_posts {
  border: 1px solid var(--primary-color);
  border-radius: var(--radius);
  overflow: hidden;
}

.related_posts .title {
  font-size: 22px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px 15px;
}

.related_posts .list_items {
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}

.related_posts .item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.header-button-2 span {
  color: #D60000;
}

.header-button-2 a {
  border-color: var(--primary-color) !important;
}
@media screen and (max-width: 768px) {
	.home_sanpham .col-inner .box-image {
		width: 100% !important;
	}
}

@media screen and (max-width: 600px) {
  .product-small .product-title {
    font-size: .9rem;
  }
	
	.off-canvas-right.dark .mfp-content, .off-canvas-left.dark .mfp-content {
		background-color: rgb(124, 179, 136);
	}
}