@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
:root {
  --color-primary:#0085b9;
  --color-second:#ed6f1c;
  --color-success:#82b632;
  --font-pirmary: "Paytone One", sans-serif;
  --font-second: "Lato", sans-serif;
}

.p-mb-0 p {
  margin-bottom: 0;
}

body {
  background-color: #f2f8fd;
}

#main, #wrapper {
  background-color: #f2f8fd !important;
}

html[lang=vi] .html.html_topbar_right {
  display: none;
}

html[lang=en] .html.html_topbar_left {
  display: none;
}

header .wrap-lang-topbar {
  display: flex;
  align-items: center;
}
header .text-topbar {
  font-size: 16px;
  font-family: var(--font-pirmary);
}
header .header-social-icons .social-icons {
  display: flex;
  align-items: center;
}
header .header-social-icons .social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 5px;
}
header .header-social-icons .social-icons a i {
  font-size: 20px;
}
header .header-nav-main {
  justify-content: center;
}
header .header-nav-main ul.nav-dropdown-simple {
  padding: 0;
}
header .header-nav-main ul.nav-dropdown-simple li a {
  font-family: var(--font-pirmary);
  color: #009338;
}
header .lang-topbar {
  background-color: #82b531;
  width: 40px;
  height: 30px;
  margin: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .lang-topbar .image-icon {
  width: 30px;
  height: 20px;
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .lang-topbar .image-icon img {
  display: none;
}
header .lang-topbar .image-vi {
  background-image: url("../img/vietnam.png");
}
header .lang-topbar .image-en {
  background-image: url("../img/united-kingdom.png");
}
header .lang-topbar:hover {
  background-color: #fff;
}
header .lang-topbar.active-lang {
  background-color: #fff;
}

.searchform-wrapper .searchform {
  width: 170px;
}
.searchform-wrapper .searchform > .flex-row > .flex-grow input {
  width: 0;
  opacity: 0;
  visibility: visible;
  transition: 0.2s;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #82B632;
  border-radius: 50px;
  background-color: #fff;
  font-family: var(--font-pirmary);
}
.searchform-wrapper .searchform > .flex-row > .flex-grow input::-moz-placeholder {
  font-family: var(--font-pirmary);
}
.searchform-wrapper .searchform > .flex-row > .flex-grow input::placeholder {
  font-family: var(--font-pirmary);
}
.searchform-wrapper .searchform .icon-search {
  color: var(--color-success);
}
.searchform-wrapper .searchform.active .icon-search {
  color: #666;
}
.searchform-wrapper .searchform.active > .flex-row > .flex-grow input {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.section-title-container {
  margin-bottom: 0 !important;
}
.section-title-container h2.section-title-center {
  font-size: 30px;
  text-transform: inherit;
}
.section-title-container h2.section-title-center span {
  text-transform: inherit;
}
.section-title-container h2.section-title-center b {
  opacity: 0;
}

a.button.btn-product-cat-home {
  color: #328a50 !important;
  padding: 0px 30px;
  height: 49px;
  line-height: 46px;
  font-size: 16px;
}

.a-white-under-line a {
  color: #fff;
  text-decoration: underline;
}

a.button.white.btn-full-white {
  color: #fff !important;
  height: 49px;
  line-height: 46px;
  font-size: 14px;
  letter-spacing: 2px;
}
a.button.white.btn-full-white:hover {
  background-color: #ff6852 !important;
  border-color: #ff6852 !important;
}

a.button.success.is-outline.btn-success-dark {
  color: #009338 !important;
  border-color: #009338 !important;
  height: 46px;
  line-height: 42px;
  padding: 0px 40px;
  font-size: 14px;
  letter-spacing: 2px;
}
a.button.success.is-outline.btn-success-dark:hover {
  color: #fff !important;
  background-color: #009338 !important;
}

a.button.btn-fs-19 {
  font-size: 19px;
}

a.btn-lsp-2 {
  letter-spacing: 2px;
}

.blog-custom-item .col-inner {
  border-radius: 40px;
  overflow: hidden;
}
.blog-custom-item .col-inner:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.49) !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.29) !important;
}
.blog-custom-item .col-inner .box-normal {
  height: 100%;
}
.blog-custom-item .col-inner .box-text {
  padding: 0;
}
.blog-custom-item .col-inner .box-text .box-text-inner {
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 1.4em;
  padding-top: 0.7em;
}
.blog-custom-item .col-inner .bottom-blog-loop {
  background-color: #659fcb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.blog-custom-item .col-inner .bottom-blog-loop .plain {
  display: none;
}
.blog-custom-item .col-inner .bottom-blog-loop .readmore-left a {
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.blog-custom-item .col-inner .bottom-blog-loop .readmore-left a:hover {
  background-color: #0785A0;
}
.blog-custom-item .col-inner .bottom-blog-loop .list-commtent-right p {
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.blog-custom-item .col-inner .bottom-blog-loop .list-commtent-right p:hover {
  background-color: #0785A0;
}
.blog-custom-item .col-inner .post-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: Lato, sans-serif !important;
  font-weight: bold;
  color: #777777;
}
.blog-custom-item .col-inner .meta-post-loop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ACACAC;
}
.blog-custom-item .col-inner .meta-post-loop .post-meta {
  font-size: 11px;
  display: inline-block;
}
.blog-custom-item .col-inner .meta-post-loop .post-meta > span {
  margin-right: 5px;
}
.blog-custom-item .col-inner .meta-post-loop .post-meta .cat-label {
  margin-left: 5px;
  display: inline;
  font-size: 11px;
}

.follow-icon-home {
  display: flex !important;
  align-items: center;
  justify-content: space-evenly;
}
.follow-icon-home a {
  margin: 0px 10px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.follow-icon-home a i {
  font-size: 30px;
  color: #fff;
}
.follow-icon-home a:hover {
  opacity: 0.9;
}

.wave-footer svg {
  margin-bottom: -7px;
}
.wave-footer svg .shape-fill {
  fill: var(--color-success);
}

.wave-footer2 svg {
  margin-bottom: -7px;
}
.wave-footer2 svg .shape-fill {
  fill: #f2f8fd;
}

.wrap-form-footer .form-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wrap-form-footer .form-wrap p {
  display: flex;
  align-content: center;
  margin: 0;
}
.wrap-form-footer .form-wrap .wpcf7-spinner {
  display: none;
}
.wrap-form-footer .form-wrap span.wpcf7-form-control-wrap {
  width: 100%;
}
.wrap-form-footer .form-wrap span.wpcf7-form-control-wrap input {
  margin: 0;
  border: 1px solid #fff;
  border-right: none;
  height: 40px;
  box-shadow: none;
}
.wrap-form-footer .form-wrap .wpcf7-submit {
  margin: 0;
  text-transform: inherit;
  border: 1px solid #fff;
  border-left: none;
  background-color: #82b630;
  height: 40px;
}
.wrap-form-footer .form-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px;
  margin-top: -1px;
}
.wrap-form-footer .wrap-condition .wpcf7-acceptance {
  color: #fff;
  font-style: italic;
  font-size: 14px;
}
.wrap-form-footer .wrap-condition .wpcf7-acceptance label {
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.wrap-form-footer .wrap-condition .wpcf7-acceptance label a {
  color: #fff;
  text-decoration: underline;
}
.wrap-form-footer .wrap-condition .wpcf7-acceptance label .wpcf7-list-item-label {
  line-height: 20px;
}

.menu-footer {
  justify-content: center !important;
  align-items: center;
}
.menu-footer a.ux-menu-link__link {
  color: var(--color-success);
  min-height: unset;
  padding: 0;
}

.menu-address .ux-menu-link__link {
  min-height: unset;
  padding: 0;
  margin-bottom: 3px;
}
.menu-address .ux-menu-link__icon {
  color: var(--color-success);
}

.footer-secondary .icon-box-img img {
  height: 20px;
}

nav.rank-math-breadcrumb {
  margin-top: 1.56rem;
}
nav.rank-math-breadcrumb a {
  color: var(--color-success);
}
nav.rank-math-breadcrumb span {
  color: #232323;
}

.blog-archive .blog-custom-item .col-inner {
  border: 1px solid #c1dff6;
  transition: 0.4s;
  height: 100%;
}
.blog-archive .blog-custom-item .col-inner .box-blog-post {
  background-color: #fff;
  height: 100%;
}
.blog-archive .blog-custom-item .col-inner .box-blog-post .box-text .box-text-inner {
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.2em;
}
.blog-archive .blog-custom-item .col-inner .box-blog-post .box-text .box-text-inner .from_the_blog_excerpt {
  font-size: 13px;
  color: #7a7a7a;
}
.blog-archive .blog-custom-item .col-inner .box-image img {
  transition: 0.3s;
}
.blog-archive .blog-custom-item:hover .box-image img {
  transform: scale(1.1);
}
.blog-archive .number-post-in-cat span {
  font-size: 30px;
  color: var(--color-primary);
}
.blog-archive h1.page-title {
  font-size: 36px;
  color: var(--color-primary);
}
.blog-archive .list-child-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.blog-archive .list-child-cat a {
  padding: 10px;
  background: #82b632;
  margin: 5px;
  border-radius: 20px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.blog-archive .list-child-cat a:hover {
  background: #fff;
  color: #82b632;
  border-color: #82b632;
}
.blog-archive .list-child-cat a.active {
  background: #fff;
  color: #82b632;
  border-color: #82b632;
}

.blog-single header.entry-header .entry-image img {
  max-width: 800px;
  margin: 0 auto 30px;
  display: block;
}
.blog-single header.entry-header .date-single {
  text-align: center;
  color: #7F7F7F;
  font-size: 14px;
}
.blog-single header.entry-header .entry-title {
  text-align: center;
  color: var(--color-primary);
  font-size: 32px;
  display: block;
}
.blog-single header.entry-header .entry-category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.blog-single .title-share-single {
  text-align: center;
  margin: 30px 0px;
  font-size: 32px;
  color: var(--color-second);
}
.blog-single .social-share-single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-single .social-share-single a {
  width: 155px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 5px;
  font-weight: 600;
  position: relative;
  font-size: 14px;
}
.blog-single .social-share-single a i {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-single .social-share-single a.facebook {
  background-color: #306199;
}
.blog-single .social-share-single a.twitter {
  background-color: #26c4f1;
}
.blog-single .social-share-single a.linkedin {
  background-color: #007bb6;
}
.blog-single .social-share-single a.envelop {
  background-color: #0a88ff;
}
.blog-single .social-share-single a.pinterst {
  background-color: #b81621;
}
.blog-single .comments-area {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.blog-single .comments-area .comment-respond {
  border-radius: 5px;
}
.blog-single .comments-area .comment-respond .submit {
  border-radius: 30px;
}

#popup-order-product {
  padding: 20px;
  border-radius: 10px;
}

.title-form-product {
  font-size: 24px;
  font-weight: bold;
}

span.text-support {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.form-order-product .des-product p {
  font-size: 14px;
}
.form-order-product .des-product br {
  display: block;
}
.form-order-product .info-product {
  margin-top: 20px;
  display: block;
  background: #0085b9;
  padding: 15px;
  color: #fff;
}
.form-order-product .info-product .product-page-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.form-order-product .info-product .product-page-price .span.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.form-order-product .info-product .product-page-price .percent {
  display: none;
}
.form-order-product .info-product .title {
  margin-bottom: 10px;
}
.form-order-product .info-product .price {
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.form-order-product .info-product .price ins span {
  color: #fff;
}
.form-order-product .info-product .price del span {
  color: #fff;
}
.form-order-product .info-product .price span.amount {
  color: #fff;
}
.form-order-product .info-product .price > .product-page-price {
  display: none;
}
.form-order-product .info-product .custom-price-was-now-save {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.form-order-product .info-product .custom-price-was-now-save .custom-price-was span.amount {
  text-decoration: line-through;
  font-size: 16px;
  color: #fff;
  font-family: var(--font-second);
  font-weight: 500;
}
.form-order-product .info-product .custom-price-was-now-save .custom-price-now span.save {
  display: none;
}
.form-order-product input {
  box-shadow: none !important;
  border-radius: 4px !important;
}
.form-order-product input:focus {
  box-shadow: none !important;
}
.form-order-product .wrap-btn-order {
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-align: right;
}
.form-order-product .wrap-btn-order .btn-product-order {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: var(--color-second);
}
.form-order-product .wrap-btn-order .btn-product-order .arrow {
  width: 20px;
  height: 20px;
  background-image: url("../img/send.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-left: 5px;
}
.form-order-product .wpcf7-not-valid-tip {
  font-size: 14px;
}

.wrap-btn-order .single_add_to_cart_button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-item-custom .col-inner {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: unset !important;
  border: 1px solid transparent;
}
.product-item-custom .col-inner:hover {
  border: 1px solid var(--color-success);
}
.product-item-custom .col-inner img.show-on-hover {
  background-color: #fff;
}
.product-item-custom .col-inner .badge-container {
  margin: 0;
  top: 15px;
  left: 20px;
}
.product-item-custom .col-inner .badge-container .badge-inner {
  border: none;
}
.product-item-custom .col-inner .badge-container .badge-inner span {
  color: #fff;
}
.product-item-custom .col-inner .title-wrapper p.product-title {
  margin-bottom: 20px;
}
.product-item-custom .col-inner .title-wrapper p.product-title a {
  font-size: 19px;
  color: #328a50 !important;
  font-family: "Paytone One", sans-serif;
  display: block;
  text-align: center;
}
.product-item-custom .col-inner .price-wrapper .price {
  font-family: "Paytone One", sans-serif;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
}
.product-item-custom .col-inner .price-wrapper .price ins span {
  color: #328a50 !important;
}
.product-item-custom .col-inner .price-wrapper span.amount {
  color: #328a50 !important;
}
.product-item-custom .col-inner .add-to-cart-button a.button.add_to_cart_button {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 30px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--color-second);
  font-weight: 600;
  margin: 20px auto 0px !important;
  font-size: 14px;
  min-height: unset !important;
  border: 1px solid transparent;
}
.product-item-custom .col-inner .add-to-cart-button a.button.add_to_cart_button:hover {
  border: 1px solid var(--color-second);
  color: var(--color-second);
  background-color: #fff;
}
.product-item-custom .col-inner .add-to-cart-button a.add-to-cart-custom {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 30px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--color-second);
  font-weight: 600;
  margin: 20px auto 0px !important;
  font-size: 14px;
  min-height: unset !important;
  border: 1px solid transparent;
}
.product-item-custom .col-inner .add-to-cart-button a.add-to-cart-custom:hover {
  border: 1px solid var(--color-second);
  color: var(--color-second);
  background-color: #fff;
}

#shop-sidebar {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
#shop-sidebar .widget-title {
  font-family: var(--font-second);
  color: var(--color-primary);
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
#shop-sidebar .is-divider {
  display: none;
}
#shop-sidebar .woof_container_inner h4 {
  font-family: var(--font-second);
  color: #FCC00E;
  font-size: 20px;
  font-weight: 500;
}
#shop-sidebar .woof_container_inner .woof_list label {
  font-weight: 500;
}

.shop-container .woof_show_auto_form {
  display: none !important;
}
.shop-container .woof_products_top_panel {
  background: #dededd;
  padding: 10px 10px;
  margin-bottom: 1.25rem;
}
.shop-container .woof_products_top_panel .woof_reset_button_2 {
  margin-bottom: 0;
  background: #fff;
  margin-right: 0;
  text-transform: inherit;
}
.shop-container .woof_products_top_panel .woof_products_top_panel_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shop-container .woof_products_top_panel .woof_products_top_panel_ul > li:not(:first-child) {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #232323;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  background: #fff;
  padding: 0.625rem;
  display: inline-block;
  font-size: 0.8125rem;
}
.shop-container .product-gallery .badge-container {
  max-width: 0;
}
.shop-container .product-gallery .badge-container .badge-frame {
  height: unset;
  width: unset;
}
.shop-container .product-gallery .badge-container .badge-frame .badge-inner {
  border-color: var(--color-second);
}
.shop-container .product-gallery .badge-container .badge-frame .badge-inner span {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  display: block;
}
.shop-container .product-summary h1.product-title {
  color: #009338 !important;
  font-size: 36px;
}
.shop-container .product-summary .price-wrapper .product-page-price {
  font-size: 20px;
  color: red;
}
.shop-container .product-summary .price-wrapper .product-page-price > span.price {
  font-size: unset;
}
.shop-container .product-summary .price-wrapper span.amount {
  color: var(--color-success);
  font-family: var(--font-pirmary);
  font-size: 36px;
}
.shop-container .product-summary .price-wrapper del span.amount {
  font-size: 20px;
}
.shop-container .product-summary .price-wrapper .woocommerce-Price-currencySymbol {
  font-size: inherit;
  vertical-align: unset;
  margin-top: 0;
}
.shop-container .product-summary .price-wrapper .custom-price-was-now-save {
  margin-bottom: 20px;
}
.shop-container .product-summary .price-wrapper .custom-price-was-now-save .custom-price-was span.amount {
  text-decoration: line-through;
  font-size: 16px;
  color: gray;
  font-family: var(--font-second);
  font-weight: 500;
}
.shop-container .product-summary .price-wrapper .custom-price-was-now-save .custom-price-now span.save {
  background: #108cbf;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  font-family: var(--font-pirmary);
  position: relative;
  transform: translateY(-4px);
  display: inline-block;
}
.shop-container .product-summary form .quantity {
  display: none !important;
}
.shop-container .product-summary form .single_add_to_cart_button {
  border-radius: 30px;
}
.shop-container .product-summary .share-prodct-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.shop-container .product-summary .share-prodct-wrap span {
  font-size: 30px;
  color: var(--color-success);
  font-family: var(--font-pirmary);
  margin-right: 20px;
}
.shop-container .product-summary .share-prodct-wrap a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0px 5px;
}
.shop-container .product-summary .share-prodct-wrap a i {
  color: gray;
}
.shop-container .product-summary .share-prodct-wrap a:hover i {
  font-size: 20px;
  color: var(--color-success);
}
.shop-container .product-footer .woocommerce-tabs {
  border-top: none;
}
.shop-container .product-footer .woocommerce-tabs li a {
  background-color: #fff;
  border: 1px solid var(--color-success);
  border-radius: 30px;
  margin-right: 5px;
  padding: 0px 20px;
}
.shop-container .product-footer .woocommerce-tabs li:hover a {
  color: #fff;
  background-color: var(--color-second);
  border-color: var(--color-second);
  position: relative;
}
.shop-container .product-footer .woocommerce-tabs li:hover a:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAwCAYAAABjezibAAAEG0lEQVRYhe2YT2gcVRzHPzO7mWx2Ylo1KWkMQTSUUlSKB/8s4mC7FumhxIsVoUooosG5BNaDZxEPTlFw66kgijaHevBvDjKXBRkheBCsHkrUEiSIJpKGnbLNJjMeMqHb3ffmvZ1kb/nCXt7vz/u837z3mzcL+7otu1oes6vlsW5i8r2CaZVdLZvAS8AbwG/Aed3YXK+gdmRXy+PAB8BUMt+odfqB6835P37XiTd7DPcUMAc80maaSaqqVM8A7Wr5ReACUBSYJ4BTOnl6AmhXyy7wJul7/BWdXHsOmFRuWsP1iF0tH1c57SmgXS2fYLtyujqrcjCy49yp5LTOId5zMm0AJ0PXvylzUFbQC5xJL3AGFXAm8HaXcAAW8HSaQyqgFzjDwPvAnBc4Z7zAkfmfobOV6OrZNKOqgq8Dg8lvFvjQC5zJVge7WraAmYxwAI+l9USpwQuc48DJtuFjwEUvcF5oGZsChncBWEzydgcInJOMW8CMFzjveoFTQOMkakjaboSAXuDcDzyqSPpEvcmVu614UuGno4dlBlkFT+hkjSPjyPPj0cShQmxlwrqtCZlBBujoZG1uMTSQJz81Hk2MDcSFTGjbGpcZOgCTniddUas2I6MI0GdiPnc4GrvXylzJol0tC3uoqIJ6cFsUWuMH8uRP3xeN9Ztx1tfnkGhQlEyrZWzFnTeVoT6sU4ej0S7BUiUC1NpLUYTwcU7YDD50IBJWI4tEgA2dwDjlnvHkSHxoIJf5Ud8hUZKV3Sa1TMzHh+N7uokJXf9v0bgIcCkTVZuODsUHuzgw0qJ0JKiUanVgUZUxZ8abqXYD89iBWHcvXpMZZCv8UZXRNNhQ+Tx4V5x6j2zRL9J5JOO+KmPOVAOO9FPs03vMP8kMwuBKqbYE/JCW0TSITCNOhTQNGOkXt6MWrQE/dwWY6BNFYnIm0m+JHR1Uv/6+CV0/khmlgJVSbRH4Ki1zn0ldMbnqyr4JfLGLeC4Bwv4EYOXjdUW8St+Frv9XmkMqYNJy3mF7pR2yctw0FPswRRtsFyBVyhNWKdWusv1lJ5SVI7WKa01DtoCLoesvq+bX6vSVUm0e+FxkK+Tj1Ffjvw1hO1oIXf8znbm1X+iVUu0ScKV9vD9PXdZuVm/RuBUZ7Sd0CXhLd96ubhyVUu0j4OP28UI+/kfkvxQa7ad8BZgNXX+tJ4AAlVLtU+A9Wg5OsY8VoKOX/XrDaN2fK8Broetf72a+THe2ZE/OAv8BmCab7XtxKaR+o2nsLGIRONctXGbABPIq8CqwAGBb8TItVVxYNXeAvwemQ9cXbgOV9uTvNy9wpoDz6w3jaGPTGP2zzvr8cu4acCF0/W93k3tPruWVUu1LYNq24svNiMbCqnkZOLtbuJ7o5a+f2dOvun3ta18K/Q//TxQH2dtSBgAAAABJRU5ErkJggg==);
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.shop-container .product-footer .woocommerce-tabs li.active a {
  color: #fff;
  background-color: var(--color-second);
  border-color: var(--color-second);
  position: relative;
}
.shop-container .product-footer .woocommerce-tabs li.active a:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAwCAYAAABjezibAAAEG0lEQVRYhe2YT2gcVRzHPzO7mWx2Ylo1KWkMQTSUUlSKB/8s4mC7FumhxIsVoUooosG5BNaDZxEPTlFw66kgijaHevBvDjKXBRkheBCsHkrUEiSIJpKGnbLNJjMeMqHb3ffmvZ1kb/nCXt7vz/u837z3mzcL+7otu1oes6vlsW5i8r2CaZVdLZvAS8AbwG/Aed3YXK+gdmRXy+PAB8BUMt+odfqB6835P37XiTd7DPcUMAc80maaSaqqVM8A7Wr5ReACUBSYJ4BTOnl6AmhXyy7wJul7/BWdXHsOmFRuWsP1iF0tH1c57SmgXS2fYLtyujqrcjCy49yp5LTOId5zMm0AJ0PXvylzUFbQC5xJL3AGFXAm8HaXcAAW8HSaQyqgFzjDwPvAnBc4Z7zAkfmfobOV6OrZNKOqgq8Dg8lvFvjQC5zJVge7WraAmYxwAI+l9USpwQuc48DJtuFjwEUvcF5oGZsChncBWEzydgcInJOMW8CMFzjveoFTQOMkakjaboSAXuDcDzyqSPpEvcmVu614UuGno4dlBlkFT+hkjSPjyPPj0cShQmxlwrqtCZlBBujoZG1uMTSQJz81Hk2MDcSFTGjbGpcZOgCTniddUas2I6MI0GdiPnc4GrvXylzJol0tC3uoqIJ6cFsUWuMH8uRP3xeN9Ztx1tfnkGhQlEyrZWzFnTeVoT6sU4ej0S7BUiUC1NpLUYTwcU7YDD50IBJWI4tEgA2dwDjlnvHkSHxoIJf5Ud8hUZKV3Sa1TMzHh+N7uokJXf9v0bgIcCkTVZuODsUHuzgw0qJ0JKiUanVgUZUxZ8abqXYD89iBWHcvXpMZZCv8UZXRNNhQ+Tx4V5x6j2zRL9J5JOO+KmPOVAOO9FPs03vMP8kMwuBKqbYE/JCW0TSITCNOhTQNGOkXt6MWrQE/dwWY6BNFYnIm0m+JHR1Uv/6+CV0/khmlgJVSbRH4Ki1zn0ldMbnqyr4JfLGLeC4Bwv4EYOXjdUW8St+Frv9XmkMqYNJy3mF7pR2yctw0FPswRRtsFyBVyhNWKdWusv1lJ5SVI7WKa01DtoCLoesvq+bX6vSVUm0e+FxkK+Tj1Ffjvw1hO1oIXf8znbm1X+iVUu0ScKV9vD9PXdZuVm/RuBUZ7Sd0CXhLd96ubhyVUu0j4OP28UI+/kfkvxQa7ad8BZgNXX+tJ4AAlVLtU+A9Wg5OsY8VoKOX/XrDaN2fK8Broetf72a+THe2ZE/OAv8BmCab7XtxKaR+o2nsLGIRONctXGbABPIq8CqwAGBb8TItVVxYNXeAvwemQ9cXbgOV9uTvNy9wpoDz6w3jaGPTGP2zzvr8cu4acCF0/W93k3tPruWVUu1LYNq24svNiMbCqnkZOLtbuJ7o5a+f2dOvun3ta18K/Q//TxQH2dtSBgAAAABJRU5ErkJggg==);
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.result-and-filter-dropdown {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.result-and-filter-dropdown .woocommerce-result-count {
  margin: 0;
}
.result-and-filter-dropdown .woocommerce-ordering .orderby {
  margin: 0;
  border-radius: 30px;
  border: 1px solid var(--color-success);
}

h1.title-cat-product {
  color: var(--color-primary);
  font-size: 36px;
  margin-bottom: 5px;
}

.nav-pagination li span.current {
  background-color: var(--color-success) !important;
  border-color: var(--color-success) !important;
}
.nav-pagination li .page-number {
  border-color: var(--color-success);
  color: var(--color-success);
}
.nav-pagination li .page-number:hover {
  background-color: var(--color-success) !important;
  border-color: var(--color-success) !important;
  color: #fff;
}

.wrap-store-main {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.wrap-store-main .column-left {
  width: 45%;
  padding: 20px;
}
.wrap-store-main .column-left .list-store-item {
  height: 430px;
  overflow: auto;
}
.wrap-store-main .column-left .list-store-item .item-store {
  background: #F6F7F9;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.wrap-store-main .column-left .list-store-item .item-store .thumbnail {
  width: 170px;
}
.wrap-store-main .column-left .list-store-item .item-store .thumbnail img {
  width: 170px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-store-main .column-left .list-store-item .item-store .content {
  width: calc(100% - 170px);
  padding-left: 10px;
}
.wrap-store-main .column-left .list-store-item .item-store .content h4 {
  font-size: 14px;
}
.wrap-store-main .column-left .list-store-item .item-store .content h4 a {
  color: #000;
}
.wrap-store-main .column-left .list-store-item .item-store .content .address {
  font-size: 14px;
}
.wrap-store-main .column-left .list-store-item .item-store .content .hotline {
  font-weight: 500;
  font-size: 14px;
  color: #009338;
}
.wrap-store-main .column-left .list-store-item .item-store .group-with-km span {
  color: #fff;
  background: #009338;
  font-size: 14px;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 3px;
  border-radius: 5px;
}
.wrap-store-main .column-left .list-store-item .item-store:hover {
  background: #009338;
  color: #fff;
}
.wrap-store-main .column-left .list-store-item .item-store:hover h4 a {
  color: #fff;
}
.wrap-store-main .column-left .list-store-item .item-store:hover .hotline {
  color: #FFC519;
}
.wrap-store-main .column-left .list-store-item .item-store:hover a.detail-store, .wrap-store-main .column-left .list-store-item .item-store:hover .group-with-km span {
  color: #009338;
  background: #fff;
}
.wrap-store-main .column-left .list-store-item .item-store.active {
  background: #009338;
  color: #fff;
}
.wrap-store-main .column-left .list-store-item .item-store.active h4 a {
  color: #fff;
}
.wrap-store-main .column-left .list-store-item .item-store.active .hotline {
  color: #FFC519;
}
.wrap-store-main .column-left .list-store-item .item-store.active a.detail-store {
  color: #009338;
  background: #fff;
}
.wrap-store-main .column-left .list-store-item .item-store.active .group-with-km span {
  color: #009338;
  background: #fff;
}
.wrap-store-main .column-left .list-store-item a.detail-store {
  color: #fff;
  background: #009338;
  font-size: 14px;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 3px;
  border-radius: 5px;
}
.wrap-store-main .column-right {
  width: 55%;
}
.wrap-store-main .column-right iframe {
  width: 100%;
  height: 100%;
}

.header-store-list select {
  border-radius: 4px;
  border: 1px solid #009338;
  height: 44px;
}
.header-store-list h3 {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
}

button#btn-search-store {
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: #009338;
  border-radius: 6px;
  margin: 0px;
  margin-left: 20px;
  font-size: 14px;
}

.woof_block_html_items .woof_list_checkbox > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px !important;
}
.woof_block_html_items .woof_list_checkbox > li > .icheckbox_square-green {
  width: 22px;
  margin-right: 5px;
}
.woof_block_html_items .woof_list_checkbox > li .woof_checkbox_label {
  margin-bottom: 0;
  width: calc(100% - 34px);
}

.section-product .row-slider .flickity-page-dots {
  bottom: -10px;
}
.section-product .row-slider .flickity-page-dots .dot {
  transform: scale(0.5);
  background-color: #fff;
  border: 1px solid #000;
}

.slider-home .banner-layers.container {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
.slider-home .banner.is-selected .banner-layer {
  opacity: 1;
}
.slider-home .banner .banner-layer.box-text-right {
  left: auto;
  right: 0;
}
.slider-home .banner-layer {
  width: 30% !important;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 1s;
}
.slider-home .banner-layer::before, .slider-home .banner-layer::after {
  content: "";
  position: absolute;
  left: 0;
  top: -60%;
  bottom: -30%;
  background: rgb(249, 199, 79);
}
.slider-home .banner-layer::before {
  width: 100%;
  transform: rotate(20deg);
}
.slider-home .banner-layer::after {
  width: 41%;
}
.slider-home .banner-layer .text-box-content {
  padding: 20px 20px 20px 60px;
}
.slider-home .banner-layer .text-box-content h3 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 8px;
}
.slider-home .banner-layer .text-box-content p {
  color: #fff;
  margin-top: 0;
}
.slider-home .banner-layer .text-box-content a.button {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff !important;
  padding: 2px 20px;
  text-transform: uppercase !important;
  min-height: auto;
  line-height: unset;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}
.slider-home .banner-layer .text-box-content a.button:hover {
  color: #000 !important;
}
.slider-home .banner .banner-layer.box-text-right::before,
.slider-home .banner .banner-layer.box-text-right::after {
  right: 0;
  left: auto;
  background: rgb(147, 204, 194);
}

.button.btn-more-product {
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 2px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #0085b9;
}
.button.btn-more-product:hover {
  color: #0085b9;
  background-color: #ffffff !important;
  border-color: #0085b9;
  transform: translateY(-8px);
  box-shadow: none !important;
}

a.button.primary.is-outline.is-large.btn-post-index {
  font-size: 14px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto !important;
  min-height: unset;
  height: 50px;
  line-height: 46px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 48em) {
  #top-bar ul.mobile-nav {
    display: flex;
    justify-content: space-between;
  }
  .searchform-wrapper .searchform {
    width: auto;
    position: relative;
  }
  form.searchform.active {
    position: absolute;
    width: calc(100vw - 30px);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .menu-footer {
    align-items: flex-start;
  }
  .wrap-store-main {
    flex-direction: column;
  }
  .wrap-store-main .column-left {
    width: 100%;
  }
  .wrap-store-main .column-left .list-store-item .item-store .thumbnail {
    width: 90px;
  }
  .wrap-store-main .column-left .list-store-item .item-store .thumbnail img {
    width: 90px;
    height: 80px;
  }
  .wrap-store-main .column-left .list-store-item .item-store .content {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  .wrap-store-main .column-right {
    width: 100%;
  }
  .wrap-store-main .column-right iframe {
    height: 300px;
  }
  .product-item-custom .col-inner .title-wrapper p.product-title a {
    font-size: 16px;
  }
  .product-item-custom .col-inner .price-wrapper .price {
    font-size: 14px;
  }
  .product-item-custom .col-inner .add-to-cart-button a.button.add_to_cart_button {
    padding: 0px 30px;
  }
  .shop-container .woof_btn_default.woof_show_auto_form {
    display: flex !important;
    width: 100%;
    background-image: none;
    text-align: center;
    border: 2px solid var(--color-success);
    border-radius: 30px;
    background: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    height: 45px;
  }
  .shop-container .woof_btn_default.woof_hide_auto_form {
    display: flex !important;
    width: 100%;
    background-image: none;
    text-align: center;
    border: 2px solid var(--color-success);
    border-radius: 30px;
    background: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    height: 45px;
  }
  .result-and-filter-dropdown .woocommerce-ordering {
    width: 100%;
  }
  .result-and-filter-dropdown .woocommerce-ordering .orderby {
    border: 2px solid var(--color-success);
    margin-bottom: 5px;
  }
  .woof_products_top_panel .woof_products_top_panel_ul > li:not(:first-child) {
    margin-top: 3px !important;
  }
  .shop-container .product-summary h1.product-title {
    font-size: 32px;
  }
  .shop-container .product-summary form .single_add_to_cart_button {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  .shop-container .product-footer .woocommerce-tabs .tabs li {
    margin-bottom: 10px !important;
  }
  .shop-container .product-footer .woocommerce-tabs .tabs li a::before {
    content: none;
  }
  .wave-footer svg {
    margin-bottom: -8px;
  }
  .wave-footer2 svg {
    margin-bottom: -8px;
  }
  .section.sec-register {
    margin-bottom: -1px;
  }
  .wrap-condition label {
    display: flex !important;
    align-items: center;
    margin-bottom: 15px;
  }
  .blog-single .social-share-single {
    flex-wrap: wrap;
  }
  .blog-single .social-share-single a {
    margin-bottom: 5px;
  }
  a.button.btn-product-cat-home {
    font-size: 14px;
  }
}
@media only screen and (max-width: 549px) {
  .section-title-container h2.section-title-center {
    font-size: 25px;
  }
  .slider-home {
    margin-bottom: 215px;
  }
  .slider-home .flickity-viewport,
  .slider-home .banner-layers.container {
    overflow: visible;
  }
  .slider-home .banner-layer {
    width: 100% !important;
    top: calc(100% + 15px);
    transform: none;
  }
  .slider-home .banner-layer::before, .slider-home .banner-layer::after {
    top: 0;
    bottom: 0;
  }
  .slider-home .banner-layer::before {
    transform: none;
  }
  .slider-home .banner-layer .text-box-content {
    padding: 20px 20px 20px 40px;
  }
  .slider-home .banner-layer .text-box-content h3 {
    font-size: 15px;
  }
  .slider-home .banner-layer .text-box-content p {
    font-size: 14px;
  }
}/*# sourceMappingURL=custom.css.map */