/*
Theme Name: thucpham-mh
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/* @font-face {
  font-family: 'UTMNeoSansIntel';
  src: url('fonts/UTMNeoSansIntel.eot?#iefix') format('embedded-opentype'), url('fonts/UTMNeoSansIntel.woff') format('woff'), url('fonts/UTMNeoSansIntel.ttf') format('truetype'), url('fonts/UTMNeoSansIntel.svg#UTMNeoSansIntel') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'UTMNeoSansIntel', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'UTMNeoSansIntel', sans-serif !important;
} */
.icon-title .img-inner {
  text-align: center;
  position: relative;
}
.icon-title .img-inner:before {
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  background: #48943a;
  position: absolute;
  top: 50%;
  right: calc( 50% + 40px);
}
.icon-title .img-inner:after {
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  background: #48943a;
  position: absolute;
  top: 50%;
  left: calc( 50% + 40px);
}
.icon-title img {
  width: auto;
}
.list-1 .box-image {
  border-radius: 20px;
  border: solid 2px #48943a;
}
.text-1 {
  background: #48943a0d;
  padding: 20px 30px;
  border-radius: 20px;
  color: #48943a;
  margin-bottom: 25px;
}
.text-2 {
  background: #fff;
  padding: 20px 35px;
  border-radius: 20px;
  color: #111;
  margin-bottom: 25px;
  border: solid 1px #48943a;
}
.text-3 {
  background: #48943a0a;
  border: solid 1px #48943a;
  padding: 25px;
  border-radius: 20px;
}
.product-small .add-to-cart-button a {
  background-image: url(images/icon-cart-2.png);
  font-weight: 400;
  padding: 2px 15px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position-x: 13px;
  padding-left: 40px;
  background-position-y: 3px;
  background-color: #48943a;
  color: #fff;
  border-color: #48943a;
}
.product-small .box-text {
  background: #48943a14;
  border-radius: 10px;
}
.product-small .box-text .product-title {
  font-size: 18px;
  font-weight: bold;
}
.product-small .box-text .price span.amount {
  font-size: 20px;
  margin-top: 10px;
}
.product-small .price {
  margin-top: 15px;
}
.contact-link {
  color: #1a6a14;
}
.contact-phone-link {
  border: solid 2px #1a6a14;
  font-size: 13px;
  padding: 3px 15px 3px 5px;
  height: 45px;
  display: block;
  width: fit-content;
  border-radius: 50px;
  margin: 0 auto;
  font-weight: 600;
  transition: all 0.3s;
}
.contact-phone-link i {
  font-size: 20px;
  padding: 5px;
  color: #1a6a14;
  border: solid 2px #1a6a14;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.3s;
}
.contact-phone-link:hover {
  background: #1a6a14;
  color: #fff;
}
.contact-phone-link:hover i {
  color: #fff;
  border: solid 2px #fff;
}
.section-title {
  border-bottom: 0;
}
.section-title b {
  background: transparent;
}
.section-title span {
  text-transform: none;
  margin-right: 0;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
h2.title-1{
  padding-right: 30px;
}
.title-1 img {
    width: 65px;
    height: auto;
    display: inline-block;
    animation: heart_2 1s ease infinite;
    margin-right: 5px;
}
.wpcf7 input[type='email'],
.wpcf7 input[type='search'],
.wpcf7 input[type='number'],
.wpcf7 input[type='url'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='text'],
.wpcf7 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: solid 2px #48943a !important;
}
.wpcf7 .col {
  padding-bottom: 0;
}
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.category .post-item .col-inner,
.single-post .post-item .col-inner {
    border: solid 1px #368c30;
    border-radius: 10px;
    background: #f9fff7;
    padding: 10px;
}
.category .post-item .col-inner .post-title,
.single-post .post-item .col-inner .post-title {
  color: #348b30;
  font-size: 16px;
  line-height: 25px;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
.category .post-item .col-inner .box-image,
.single-post .post-item .col-inner .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.category .post-item .col-inner .box-text,
.single-post .post-item .col-inner .box-text {
  padding: 0;
}
.category .post-item .col-inner .is-divider,
.single-post .post-item .col-inner .is-divider {
  display: none;
}
.single-product .product-short-description {
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
span.amount {
  color: var(--color-primary);
  font-size: 18px;
}
.product-footer .woocommerce-tabs {
  //padding: 0 0 30px 0;
  border-top: 0;
}
.product-main {
  padding-bottom: 0;
}
.product-footer .woocommerce-tabs .tabs li a {
  padding: 10px 25px;
  font-size: 18px;
  text-transform: none;
  color: #4e4e4e;
  background: #ececec;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 3px solid #d8d8d8;
}
.product-footer .woocommerce-tabs li.active a {
  background: #48943a;
  color: #fff;
  border-top: 3px solid #afd702;
}
.price-wrapper {
  display: inline-block;
}
.menu-item .nav-dropdown {
  border-top: 4px solid #48943a!important;
  border: 0;
  padding: 0;
}
.menu-item .nav-dropdown li a {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #424242;
}
.entry-header-text {
  padding-bottom: 0;
}
.entry-header-text .entry-divider {
  display: none;
}
.meta-single {
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}
.meta-single i {
  margin-right: 5px;
}
.entry-content.single-page {
  padding-top: 0;
}
span.widget-title {
  color: #48943a;
  margin-bottom: 5px;
  display: block;
  line-height: 1.5;
}
.widget .is-divider {
  display: none;
}
h1.page-title {
  font-size: 28px;
  margin-top: 20px;
  line-height: 1.5;
}
.product-info .is-divider {
  margin: 5px 0;
}
.product-info .price {
  //margin: 0 0 20px;
}
p#billing_state_field {
  display: none;
}
p.form-row-first,
p.form-row-last {
  width: 100%;
  float: left;
}
form input[type=email],
form input[type=search],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=text],
form textarea {
  border-radius: 5px;
}
@keyframes heart_2 {
  0% {
    transform: scale(1) rotate(-45deg);
  }
  50% {
    transform: scale(1.3) rotate(-45deg);
  }
  100% {
    transform: scale(1) rotate(-45deg);
  }
}
@-webkit-keyframes heart_2 {
  0% {
    transform: scale(1) rotate(-45deg);
  }
  50% {
    transform: scale(1.3) rotate(-45deg);
  }
  100% {
    transform: scale(1) rotate(-45deg);
  }
}
@-moz-keyframes heart_2 {
  0% {
    transform: scale(1) rotate(-45deg);
  }
  50% {
    transform: scale(1.3) rotate(-45deg);
  }
  100% {
    transform: scale(1) rotate(-45deg);
  }
}
@-o-keyframes heart_2 {
  0% {
    transform: scale(1) rotate(-45deg);
  }
  50% {
    transform: scale(1.3) rotate(-45deg);
  }
  100% {
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes heart_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes heart_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes heart_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes heart_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (min-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .blog-wrapper .post-sidebar {
    padding-left: 0;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .title-1 {
    text-align: center;
  }
  .product-small .add-to-cart-button a {
    background-image: none;
    padding: 2px 10px;
  }
  .product-small .box-text {
    padding: 10px 5px 15px;
  }
  .product-small .box-text .product-title {
    font-size: 16px;
  }
  .product-small .box-text .price span.amount {
    font-size: 16px;
    margin-top: 10px;
  }
  .product-small .box-text .price {
    margin-top: 10px;
  }
  h1.page-title {
    font-size: 25px;
    margin-top: 0px;
    line-height: 1.5;
  }
}
