/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
html[lang="vi"] .en,
html[lang="en-GB"] .vi {
  display: none !important;
}


/*************** ADD CUSTOM CSS HERE.   ***************/
/* @font-face {
  font-family: "ABChanel";
  src: url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.eot");
  src: url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.woff2") format("woff2"),
    url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.woff") format("woff"),
    url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.ttf") format("truetype"),
    url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.svg#ABChanelCorpoVietnam-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABChanel";
  src: url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.eot");
  src: url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.woff2") format("woff2"),
    url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.woff") format("woff"),
    url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.ttf") format("truetype"),
    url("./assets/fonts/ABChanelCorpoVietnam-SemiBold.svg#ABChanelCorpoVietnam-SemiBold")
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABChanel";
  src: url("./assets/fonts/ABChanelCorpoVietnam-Regular.eot");
  src: url("./assets/fonts/ABChanelCorpoVietnam-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/ABChanelCorpoVietnam-Regular.woff2") format("woff2"),
    url("./assets/fonts/ABChanelCorpoVietnam-Regular.woff") format("woff"),
    url("./assets/fonts/ABChanelCorpoVietnam-Regular.ttf") format("truetype"),
    url("./assets/fonts/ABChanelCorpoVietnam-Regular.svg#ABChanelCorpoVietnam-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABChanel";
  src: url("./assets/fonts/ABChanelCorpoVietnam-ExtraLight.eot");
  src: url("./assets/fonts/ABChanelCorpoVietnam-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/ABChanelCorpoVietnam-ExtraLight.woff2") format("woff2"),
    url("./assets/fonts/ABChanelCorpoVietnam-ExtraLight.woff") format("woff"),
    url("./assets/fonts/ABChanelCorpoVietnam-ExtraLight.ttf") format("truetype"),
    url("./assets/fonts/ABChanelCorpoVietnam-ExtraLight.svg#ABChanelCorpoVietnam-ExtraLight")
      format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABChanel";
  src: url("./assets/fonts/ABChanelCorpoVietnam-Light.eot");
  src: url("./assets/fonts/ABChanelCorpoVietnam-Light.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/ABChanelCorpoVietnam-Light.woff2") format("woff2"),
    url("./assets/fonts/ABChanelCorpoVietnam-Light.woff") format("woff"),
    url("./assets/fonts/ABChanelCorpoVietnam-Light.ttf") format("truetype"),
    url("./assets/fonts/ABChanelCorpoVietnam-Light.svg#ABChanelCorpoVietnam-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
/*body, p {
    font-size: 14px;
}*/
/* .blog-wrapper * {
  font-family: "Montserrat", sans-serif;
} */
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.pll-parent-menu-item > a > span {
  font-size: 0;
}
.header-bottom-nav > li > a {
/*   font-family: "ABChanel"; */
  letter-spacing: 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ABChanel";
}
.ffab {
  font-family: "ABChanel";
} */
.custom-btn {
/*   font-family: "ABChanel"; */
  color: #1d1d1d !important;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
}
.custom-btn span {
  position: relative;
}
.custom-btn span:after {
  bottom: -0.3rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 5px);
  transform: scaleX(0.98);
  transition: all 0.5s ease-out;
  width: 100%;
}
.custom-btn:hover span:after {
  animation: fadeIn 0.5s ease-out forwards;
  background-color: black;
  filter: blur(0);
  opacity: 1;
  transform: scaleX(1);
  transition: all 0.5s ease-out;
}
.custom-btn:hover {
  background-color: #fff !important;
  background: #fff !important;
  box-shadow: none;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  letter-spacing: 0;
}

.dark,
.dark p,
.dark td {
  color: #fff;
}
.banner-shadow .bg {
  box-shadow: inset 0px -150px 100px -50px rgb(0 0 0 / 46%);
  -webkit-box-shadow: inset 0px -150px 100px -50px rgb(0 0 0 / 46%);
}

.banner p {
  margin: 0;
}
.banner-shadow .text-box-content h2 {
  text-shadow: 0 0 6px #0009;
  margin-top: 0;
  line-height: 1.4;
}
.banner-shadow .text-box-contentp {
  text-shadow: 0 0 3px #000c;
}
#header {
  border-bottom: 1px solid #ececec;
}
.header-design,
.border-bot {
  border-bottom: 1px solid #ececec;
}
.header-design .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.header-design p {
  margin: 0;
  font-size: 14px;
  padding: 0.9375rem 0;
}
.header-design p.name {
/*   font-family: "ABChanel"; */
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  padding-left: 55px;
}
.tax-design {
  margin: 40px 0;
}
.tax-design h1 {
  text-align: center;
  font-size: 40px;
}
.tax-design h1 small {
  font-size: 12px;
  display: block;
}
.design-item .count {
  font-size: 14px;
  font-weight: 300;
}
.design-item .box-image:before {
  background-color: black;
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-out;
  width: 100%;
}
.design-item:hover .box-image:before {
  opacity: 1;
}
.header-design-single a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
  padding: 14px 0;
  color: black;
  font-size: 12px;
}
.content-single-design img {
  width: 70%;
}
.content-single-design h1 {
  font-size: 26px;
  border-bottom: 4px solid black;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.nextpre {
  display: flex;
  margin-left: auto;
  gap: 20px;
  font-size: 20px;
}
.contain-box-info {
  width: 70%;
  margin: 0 auto;
}
.collection-name {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.detail {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #747474;
  margin-top: 10px;
}
.design-template-default .mfp-bg.mfp-ready {
  opacity: 1;
}
.design-template-default .mfp-wrap {
  background-color: #fff;
}
.design-template-default .mfp-container {
  padding: 0;
}
@media (min-width: 1024px) {
  .popup-design-info {
    left: 50%;
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    background: #fff;
  }
  .popup-design-info::-webkit-scrollbar,
  .design-template-default .mfp-wrap::-webkit-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    display: none;
  }
  #collection .row {
    overflow: scroll;
  }
  #collection .row::-webkit-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    display: none;
  }
  #collection {
    left: 0;
    min-height: 100%;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 107;
  }
  .popin {
    height: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    opacity: 1;
    transform: translateY(0);
  }
  .popin .row {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    min-height: 100vh;
  }
  div.look-popin-zoom__content {
    left: -20%;
    position: relative;
    width: 140%;
  }
  div.look-popin-zoom__wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
  .list-product-item {
    width: 50%;
    margin: 0 auto;
  }
}
.list-product-item li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.list-product-item li .info {
  display: none;
}
.list-product-item li.active .info {
  display: block;
}
.list-product-item .name {
  margin-bottom: 5px;
  font-weight: bold;
  color: #767676;
  position: relative;
}
.list-product-item .name:before {
  content: "";
  font-family: "fl-icons" !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 300;
}
.list-product-item li.active .name {
  color: black;
}
.list-product-item li.active .name:before {
  display: none;
}
.list-product-item .description {
  font-size: 14px;
  margin-bottom: 8px;
}
.list-product-item a {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .design-template-default .mfp-wrap {
    top: 0 !important;
  }
  .design-template-default .mfp-bg.mfp-ready {
    background-color: #fff;
  }
  .list-product-item li .info {
    display: block;
  }
  .popup-design-info {
    padding: 50px;
    margin: 0;
    padding-bottom: 20px;
    background: #fff;
  }
  .list-product-item li {
    border-bottom: 1px solid;
    padding-bottom: 20px;
  }
  .content-single-design .col {
    padding: 0 0 30px;
  }
  .content-single-design img {
    width: 100%;
  }
}

.product-container .product-main {
  overflow: auto;
}
#scrollbar-hide::-webkit-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: none;
}

.item__boxes::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.item__boxes::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}
/* Track */
.item__boxes::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.product-container .product-main .product-info {
  position: sticky;
  /*    overflow:hidden;
*/
  top: 10px;
  height: var(--h);
  max-height: 100vh;
  display: flex;
  align-items: center;
}

:root {
  --h: 100vh;
  --o: 0px;
}
#scroll {
  left: -105%;
  position: absolute;
  z-index: 9999999999;
}
.scroll_item {
  background: #bdbdbd;
  border-radius: 99px;
  width: 9px;
  height: 9px;
  margin: 5px;
  cursor: pointer;
  display: block;
}
.scroll_item.scroll_item_active {
  background: transparent;
  border: 1px solid black;
}

@media (min-width: 1024px) {
  .product-info-fix {
    width: 60%;
    margin: 0 auto;
  }
}

.product-info .product-title {
  border-bottom: 3px solid black;
  padding-bottom: 10px;
}
.woocommerce-breadcrumb {
  display: none;
}
.variations th.label {
  display: flex;
}

.btn-contact {
  display: block;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #222;
  font-size: 12px;
  padding: 10px 0;
}
.btn-contact:hover {
  text-decoration: underline;
}
.product-info .price {
  font-size: 20px;
  font-weight: 600;
/*   font-family: "ABChanel"; */
}

[data-icon-label]:after,
.secondary.is-underline:hover,
.secondary.is-outline:hover,
.icon-label,
.button.secondary:not(.is-outline),
.button.alt:not(.is-outline),
.badge-inner.on-sale,
.button.checkout,
.single_add_to_cart_button,
.current .breadcrumb-step {
  background-color: #1e1e1e;
/*   font-family: "ABChanel"; */
  font-size: 14px;
}
.quantity input,
.single_add_to_cart_button {
  min-height: 40px;
}

/* form.cart {
  font-family: "ABChanel";
} */

.product-footer .woocommerce-tabs {
  border: none;
}
@media (min-width: 1024px) {
  .product-footer .woocommerce-tabs {
    width: 80%;
  }
}

.prod-bst-title h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.prod-bst-title {
  font-size: 14px;
  font-weight: 300;
}
.product-section-title-related {
  margin: 0;
  text-align: center;
  /* padding: 0; */
  width: 100%;
  min-width: 100%;
  margin-top: 40px;
}
.product-section {
  border: none;
}

input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
  box-shadow: none;
  border: 1px solid #666;
  color: black;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  font-size: 14px;
}
.select2-container .select2-choice > .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
  line-height: 40px;
}
.checkout .has-border {
  background: #f6f6f6;
  border: none;
  border-radius: 5px;
}
.checkout-sidebar .cart_item .product-name {
  position: relative;
  padding-left: 90px;
  height: 120px;
}
ul.product_list_widget li dl {
  line-height: 1.5;
}
.woocommerce-billing-fields {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.checkout-sidebar .product-name .product-item-thumbnail {
  width: 80px;
  position: absolute;
  left: 0;
  top: 10px;
}
.checkout-sidebar .product-name .product-item-thumbnail img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.variation > * {
  font-size: 12px;
  text-transform: uppercase;
}
.variation p {
  font-size: 12px;
}
.variation dt {
  color: #222;
  font-weight: 600;
}

.slick-slide img {
  width: 100%;
}
.mgt30 {
  margin-top: 30px;
}
.title-lookbook h1 {
  margin: 40px 0;
}
/*#gallery-lookbok .gallery-col {
    width: 33.333%;
    float: left;
}
#gallery-lookbok .gallery-col img {
  display: block;
  max-width: 100%;
}
*/

#gallery-lookbok .box-text {
  top: 10%;
  opacity: 0;
}
#gallery-lookbok .grid-item:hover .box-text {
  opacity: 1;
}
.single-lookbook .mfp-bg {
  opacity: 1;
}
.single-lookbook .mfp-ready .mfp-close {
  opacity: 1;
  right: 30px;
}
.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th {
  border-width: 1px;
  border-color: black;
}
.quantity .qty {
  border-color: #dbdbdb;
}

.section-single-blog .post-item .box-avatar {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -35px;
  left: 25px;
  border-radius: 100%;
  border: 2px solid #cbffcb;
}
.section-single-blog .post-item .box-avatar img {
  border-radius: 100%;
}
.section-single-blog .post-item .box-text {
  background: #fff;
  padding: 20px;
}
.section-single-blog .post-item .box-text h5 {
  margin-bottom: 15px;
}
.post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.info-meta span {
  display: flex;
  align-items: center;
}
.info-meta span i {
  margin-left: 8px;
}
.category #wrapper,
.category #main {
  background: #ededed;
}
.category #content {
  margin-bottom: 50px;
}
.single-header img {
  height: 100vh;
  object-fit: cover;
}
.single-header .overlay {
  background-color: #0000009c;
}
.single-header .box-content-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
}

.single-header .box-content-title h1 {
  font-size: 40px;
}
.single-header .box-avatar {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10%;
  position: absolute;
  text-align: center;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.single-header .box-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  object-fit: cover;
  margin: 0;
}
.single-header .info-author span {
  display: block;
  font-size: 14px;
  color: #ccc;
}
.single-header .info-author span.author-name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
}
.single-header .info-author a i {
  font-size: 14px;
}
.relate-title {
  font-size: 40px;
  text-align: center;
/*   font-family: "ABChanel"; */
  font-weight: bold;
}
.section.related {
  background: #eee;
  padding-top: 55px;
}

.author-info {
  max-width: 600px;
  margin: 0 auto;
}
.author-info {
  display: flex;
  gap: 30px;
}
.author-info img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 99%;
  border: 4px solid #a1a1a1;
}
.author-info .info span {
  font-size: 14px;
/*   font-family: "ABChanel"; */
  display: block;
}
.author-info .info span.name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

div.divider {
  width: 600px;
  height: 3px;
  background: #eee;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.slider-blog-head .box-text {
  width: 50%;
  font-size: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.ux-search-submit {
  height: 40px;
}
@media (max-width: 767px) {
  .author-info {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .relate-title {
    font-size: 20px;
  }
  .single-header .box-content-title h1 {
    font-size: 20px;
  }
  .single-header .box-avatar {
    width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    background-color: #fff;
    width: 320px;
  }
  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    color: black;
    font-weight: 500;
    font-size: 14px !important;
	  text-transform:uppercase;
/*     font-family: "ABChanel"; */
  }
  .off-canvas:not(.off-canvas-center) .nav-vertical ul ul li a {
    font-size: 12px !important;
  }
  .list-product-item .name:before {
    display: none;
  }
}

.nav-dropdown-has-border .nav-dropdown {
  z-index: 9999999;
  border: none;
  padding: 10px;
  border-top: 4px solid var(--primary-color);
  margin-top: -5px;
}
.nav-line-bottom > li > a:before {
  bottom: -1px;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.absolute-footer.dark {
  display: none;
}
#footer p {
  margin-bottom: 5px;
  font-size: 14px;
}
#footer .header-footer p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}
#footer .header-footer.hotline p {
  font-size: 14px;
}
#footer .header-footer.hotline p a {
  font-size: 28px;
}
#footer p {
  color: #fff;
}
#footer .ux-menu-link__link {
  min-height: unset;
  padding: 0;
  font-size: 14px;
  margin-bottom: 3px;
  color: #fff;
}
#footer .ux-menu-link__link:hover,
#footer .title p {
  color: #fff;
}
.header-footer {
  min-height: 40px;
}
.form-newsletter {
  display: flex !important;
  margin-top: 15px;
}
.form-newsletter .wpcf7-spinner {
  display: none;
}
.form-newsletter input {
  min-height: 40px;
  margin: 0;
  font-weight: normal;

  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-newsletter .wpcf7-submit {
  border: 1px solid #666;
  border-left: 0;
  background: url(./assets/images/air.png) no-repeat center center;
  background-size: 20px;
  background-color: var(--primary-color);
  font-size: 0;
  width: 80px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.back-to-top.active {
  color: #fff;
  background: var(--primary-color);
}
.follow-icons .flickr i {
  opacity: 0;
}
.follow-icons .flickr {
  background: url(/wp-content/uploads/2022/03/zalo-icon.png) no-repeat;
  background-size: 100%;
}

@media (min-width: 950px) and (max-width: 1180px) {
  .header:not(.transparent) .header-bottom-nav.nav > li > a {
    font-size: 10px;
  }
  .nav-spacing-xlarge > li {
    margin: 0 10px;
  }
}
.product-small .box-image .image-fade_in_back {
  padding-top: 150%;
  overflow: hidden;
  width: 100%;
}
.product-small .box-image .image-fade_in_back img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body .nav-dropdown .menu-item-has-children > a,
body .nav-dropdown .title > a,
body .nav-dropdown .nav-dropdown-col > a {
  font-weight: bold;
}
.nav-dropdown-default .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-default > li > a:hover {
  color: var(--primary-color);
}
.woocommerce-ordering,
.woocommerce-ordering select {
  font-size: 14px;
  color: #777;
  height: 30px;
  line-height: 30px;
  border-color: #777;
  border-radius: 5px;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
  border-width: 1px;
}

/*Comment style*/
span.title_comment {
  font-size: 20px;
  color: #606664;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 0 15px;
  display: inline-block;
}
.comment-author.vcard {
  width: 25px;
}
#formcmmaxweb {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
  text-align: left;
}
#formcmmaxweb .avatarmw img {
  float: left;
  margin: 5px 10px 0 0;
  border: 1px solid #ccc;
  padding: 5px;
}
.comments-title-maxweb {
  margin: 30px 0;
  font-weight: normal;
}
.commentlist {
  margin-top: 10px;
}
.comment-author.vcard {
  float: left;
  clear: both;
  z-index: 2;
  position: relative;
  text-align: center;
}
.commentlist li {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.commentlist .children {
  margin-top: 10px;
}
.commentBody em {
  color: red;
}
.commentBody {
  position: relative;
  margin-left: 35px;
  overflow: hidden;
}
.comment-meta.commentmetadata {
  position: relative;
  padding: 0;
  margin: 0 0 5px;
}
.noidungcomment {
  font-size: 16px;
  line-height: 24px;
}
.cancel-comment-reply a {
  font-size: 14px;
  text-decoration: none;
  color: #a9883f;
}
.nocomments {
  border-color: #d98d8d;
  background-color: #ffcece;
  background-position: left -792px;
  color: #665252;
  padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
  position: absolute;
  top: 0;
  right: 0;
  color: #337ab7;
  opacity: 0.3;
  font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang {
  opacity: 1;
}
.commentBody .reply {
  float: right;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.comment-meta.commentmetadata .fn {
  font-weight: 700;
  color: #333;
  margin: 0;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 22px;
  margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li {
  margin-bottom: 10px;
}
ol.commentlist_mw > ul.children {
  margin: 10px 0 15px 35px;
  background: #f1f1f1;
  padding: 10px;
  position: relative;
}
ol.commentlist_mw > ul.children:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 14px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #f1f1f1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
div.error {
  color: red;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  margin: 3px 0 0;
}
.tools_comment a {
  color: #4a90e2;
  font-size: 14px;
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 7px 0 0;
  line-height: 14px;
}
.tools_comment a:after {
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  background: #999;
  position: absolute;
  right: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after {
  display: none;
}
.tools_comment a:last-child {
  padding: 0;
  margin: 0;
}
.noidungcomment p {
  margin: 0 0 5px;
}
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type="submit"],
#formcmmaxweb li.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button,
#formcmmaxweb input,
#formcmmaxweb textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
  cursor: pointer;
}
.reply a.comment-reply-link {
  color: #337ab7;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}
.reply a.comment-reply-link:hover {
  color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea {
  width: 100%;
  background: transparent;
  outline: none;
  font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea {
  border: 1px solid #d7d7d7;
  color: #2e2e2e;
  display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus {
  border-color: #337ab7;
}
#formcmmaxweb p {
  margin-bottom: 10px;
  text-align: center;
}
#formcmmaxweb #commentform p {
  overflow: hidden;
}
#formcmmaxweb .name-email p {
  width: 50%;
  float: left;
}
#formcmmaxweb .name-email p:first-child {
  padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child {
  padding-left: 5px;
}
#formcmmaxweb input#submit {
  width: auto;
  font-weight: 400;
  color: #fff;
  background: var(--primary-color);
  padding: 6px 20px;
  border: none;
  float: left;
  font-size: 16px;
  outline: none;
}

#formcmmaxweb ::-webkit-input-placeholder {
  color: #999999;
}

#formcmmaxweb ::-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

#formcmmaxweb ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

#formcmmaxweb ::-ms-input-placeholder {
  color: #999999;
}
/*#comment style*/

.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  height: 400px;
  float: left;
  border: 15px solid #fff;
  overflow: hidden;
}
.grid-item .box-image img {
  height: 400px;
  object-fit: cover;
}

.grid-item--width2 {
  width: 40%;
}

@media only screen and (max-width: 580px) {
  .grid-item {
    width: 100%;
  }
  .grid-item--width2 {
    width: 100%;
  }
}
.product-footer {
  margin-top: 50px;
}

.woocommerce-tabs .description_tab a {
  font-size: 21px;
/*   font-family: "ABChanel"; */
}
.category-block h3 {
  font-family: unset;
  font-weight: 500;
  font-size: 26px;
}
.category-block h3 b {
  background-color: transparent;
}
.category-block .section-title-container {
  margin-bottom: 10px;
}
.title-img .section-title {
  padding-bottom: 30px;
  background: url(/wp-content/uploads/2022/03/icon-heading.png) no-repeat;
  background-position: bottom center;
  background-size: 200px;
}

.popmake-content .form-newsletter {
  justify-content: center;
}
.popmake-content p strong {
  font-weight: bold;
}
.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
