@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400&family=Montserrat:wght@300;500;600&display=swap");
.primary-color, #postContent .large-number, #postContent .large-number p, #content-h2, #postContent h3, #postContent h3 span, #postContent h3 strong, #postContent h2, #postContent h2 strong, #myTabContent h2 span, #myTabContent h2, .big-header, .button-secondary, .button-secondary-small {
  color: #a81e24 !important;
}

.tertiary-color {
  color: #2175b5 !important;
}

.surface-primary, .button-primary, .button-primary-small {
  background: #a81e24;
}

.surface-primary-light {
  background: #fff0e9;
}

.surface-secondary {
  background: #2f2f2f;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.overlay-light {
  background-color: rgba(255, 255, 255, 0.3);
}

.surface-primary-elevation-2 {
  background: #f1f1f1;
}

.surface-primary-dark {
  background: #222;
}

.on-dark, .list-filter-branch ul li:hover a, .list-filter-branch ul li.active a, .btn-more:hover, .btn-more, .button-tertiary, .button-primary:hover, .button-primary-small:hover, .button-primary, .button-primary-small {
  color: #fff !important;
}

.no-background {
  background-color: transparent !important;
}

.surface-bg-color {
  background: #f8f8f8;
}

.text-secondary-color {
  color: #6c757d !important;
}

.deactive-color {
  background: #6c757d;
}

.active-color {
  background: #28a745;
}

.max-2-lines {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

img {
  width: 100%;
  height: auto;
}

.small-icon {
  max-width: 36px !important;
  max-height: 36px !important;
  width: 36px !important;
  height: 36px !important;
  text-align: center;
  padding: 8px;
}

.rating-star {
  width: 16px !important;
  height: 16px !important;
}

.smaller-icon {
  max-width: 32px !important;
  max-height: 32px !important;
  width: 32px !important;
  height: 32px !important;
  text-align: center;
  padding: 10px;
}

a:hover {
  color: #a81e24 !important;
}

.clickable:hover {
  color: #a81e24 !important;
}

.clickable-tab {
  border-bottom: 2px solid #222;
}

.unset-hover:hover {
  color: #222 !important;
}

th {
  font-weight: 500 !important;
}

.btn:hover {
  background-color: #d5252c;
}

.button-primary, .button-primary-small {
  padding: 0.7rem 1.5rem;
  text-transform: uppercase;
  border-width: 0;
}
.button-primary:hover, .button-primary-small:hover {
  background-color: #d5252c;
}

.button-secondary, .button-secondary-small {
  padding: 0.7rem 1.5rem;
  border: 1px solid #a81e24;
  text-transform: uppercase;
  background: transparent;
}
.button-secondary:hover, .button-secondary-small:hover {
  background-color: #fff0e9;
}

.button-banner {
  padding: 0.5rem 1.5rem;
  font-size: 12px;
  font-weight: 500;
  background-color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.button-banner:hover {
  background-color: #f8f8f8;
  color: #222 !important;
}

.button-banner-outline, .button-tertiary-outline, .button-outline, .button-outline-on-dark {
  padding: 0.5rem 1.5rem;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #222;
  color: #222 !important;
}
.button-banner-outline:hover, .button-tertiary-outline:hover, .button-outline:hover, .button-outline-on-dark:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #222 !important;
}

.button-outline-on-dark {
  border: 1px solid #fff;
  color: #fff !important;
}
.button-outline-on-dark:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
}

.button-primary-small {
  padding: 0.4rem 1.2rem;
  font-weight: 500 !important;
  font-size: 12px !important;
}

.button-secondary-small {
  padding: 0.25rem 1.2rem;
  font-weight: 500 !important;
  font-size: 12px !important;
}

.button-tertiary {
  padding: 0.5rem 1.3rem;
  background: #2175b5;
  border-width: 0;
}
.button-tertiary:hover {
  background-color: #2d9cf5;
}

.button-tertiary-outline {
  border: 1px solid #2175b5;
}

.btn-more {
  display: inline-block;
  height: 40px;
  line-height: 40px !important;
  padding: 0 20px !important;
  text-align: center;
  white-space: nowrap !important;
  outline: none !important;
  cursor: pointer !important;
  border: none !important;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px !important;
  background: url("/website/asset/image/public/images/ic-next.svg") #a81e24 calc(100% - 13px) center no-repeat !important;
  border-radius: 50px !important;
  padding-right: 35px !important;
  margin-top: 16px;
}
.btn-more:hover {
  background: url("/website/asset/image/public/images/ic-next.svg") #d5252c calc(100% - 13px) center no-repeat !important;
}

.animated-image, .tag-share .social-media a {
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
  /* Apply the hover effect only on desktops using media queries */
}
@media (min-width: 768px) {
  .animated-image:hover, .tag-share .social-media a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

details summary::-webkit-details-marker {
  display: none;
}

.bling-bling {
  animation: blink-animation 4s ease-in-out infinite;
  -webkit-animation: blink-animation 4s ease-in-out infinite;
}

@keyframes blink-animation {
  from {
    opacity: 1;
  }
  46% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink-animation {
  from {
    opacity: 1;
  }
  46% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.img-contain {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.img-cover {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.pointer, .clickable {
  cursor: pointer !important;
}

@media (min-width: 768px) {
  .sticky-text {
    position: sticky;
    top: 0;
    height: fit-content;
  }
}
.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.balance {
  text-wrap: balance;
}

.pretty {
  text-wrap: pretty;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

.section {
  padding-top: 5rem;
}

.rating {
  text-align: center;
}

.carousel-indicators [data-bs-target] {
  width: 0.5rem !important;
  height: 0.5rem !important;
}

.swiper-pagination-bullet {
  background-color: #f8f8f8;
}

h1, .post h1 {
  font-weight: 400 !important;
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  letter-spacing: 1px;
}

.post h1 {
  text-transform: inherit !important;
}

h2 {
  font-weight: 400 !important;
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
}

h3 {
  font-weight: 400 !important;
  font-family: "Noto Serif", serif !important;
  font-size: 1.25rem;
}

h4 {
  font-weight: 400 !important;
  font-family: "Noto Serif", serif !important;
  text-transform: uppercase !important;
}

h5 {
  font-family: "Noto Serif", serif !important;
  font-weight: 400 !important;
  line-height: 1.5;
  text-transform: uppercase !important;
}

h6 {
  font-family: "Noto Serif", serif !important;
  font-weight: 400 !important;
  line-height: 1.5;
}

.category {
  font-family: "Noto Serif", serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.product-title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500 !important;
  font-family: "Montserrat", serif !important;
  min-height: 48px;
}

.subTitle1 {
  font-family: "Montserrat", serif !important;
  font-weight: 500 !important;
  font-size: 16px;
}

.subTitle2, .footer-top .item p.title, .button-primary, .button-secondary, .button-primary-small, .button-secondary-small {
  font-family: "Montserrat", serif !important;
  font-weight: 500;
  font-size: 14px;
}

.top-noti {
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 489px) {
  .top-noti {
    font-size: 10px !important;
  }
}
body {
  font-family: "Montserrat", serif !important;
  font-weight: 300 !important;
  color: #222 !important;
  font-size: 14px !important;
  overflow-x: hidden;
  background-color: white;
}

body, input, textarea, button, select {
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.25px;
}

.body2 {
  font-size: 14px !important;
}

.important, .caption-important, .cart-icon .cart-count {
  font-weight: 500;
}

.caption-important, .cart-icon .cart-count {
  font-size: 12px;
}

.small-text, .caption {
  font-size: 12px !important;
}

#myTabContent a span {
  color: #a81e24 !important;
}

#myTabContent a:not(.social-media a, .internal-link-product a) {
  color: #a81e24 !important;
  font-weight: 500 !important;
}

#myTabContent img:not(.internal-link-product img) {
  width: 100% !important;
  height: auto !important;
}

#myTabContent strong, b:not(.large-number strong, #postContent .large-number strong, h2 > b, h3 > b) {
  font-weight: 500 !important;
}

#myTabContent h2 strong {
  font-weight: 500 !important;
}

#postContent .row:not(.normal) {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #dee2e6;
}

.large-number strong, #postContent .large-number strong, b {
  font-weight: 600 !important;
}

#content-h2, #postContent h3, #postContent h3 span, #postContent h3 strong, #postContent h2, #postContent h2 strong, #myTabContent h2 span, #myTabContent h2, .big-header {
  font-family: "Montserrat", serif !important;
  margin-bottom: 1rem !important;
  margin-left: 0 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  text-transform: none !important;
}

.big-header {
  font-size: 1.5rem !important;
  color: #222 !important;
}

#myTabContent h2 {
  font-size: 16px !important;
  padding-top: 1rem !important;
}

#myTabContent h3 {
  font-size: 1rem !important;
  margin-bottom: 1rem !important;
  font-family: "Montserrat", serif !important;
  font-weight: 500 !important;
}

#postContent h2, #postContent h2 strong, #myTabContent h2 span {
  font-size: 1.5rem !important;
}

#postContent h2:not(.col-12 > h2, .row > h2, .large-number > h2, #postContent .large-number > h2, #postContent .large-number p > h2) {
  margin-top: 3rem !important;
}

#postContent h3, #postContent h3 span, #postContent h3 strong {
  font-size: 1.25rem !important;
  color: #222 !important;
  font-weight: 600 !important;
}

#postContent h3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.large-number, #postContent .large-number, #postContent .large-number p, .large-number span, #postContent .large-number span {
  font-size: 2rem !important;
}

#postContent .large-number, #postContent .large-number p {
  font-weight: 600 !important;
  margin-left: 0 !important;
}

#content-style, #description p:not(h2 p), #myTabContent p:not(h2 p), #description span:not(h2 span), #myTabContent span:not(h2 span):not(.large-number span):not(#postContent .large-number span), #content-style-post, #postContent p:not(h2 p), #postContent span:not(h2 span):not(.large-number span):not(#postContent .large-number span) {
  font-family: "Montserrat", serif !important;
  text-align: justify;
  font-size: 14px !important;
  line-height: 170% !important;
  font-weight: 300;
}

#content-style-post, #postContent p:not(h2 p), #postContent span:not(h2 span):not(.large-number span):not(#postContent .large-number span) {
  font-size: 16px !important;
}

#description span:not(h2 span) {
  text-align: center !important;
}

#myTabContent span:not(h2 span, a span, .large-number span, #postContent .large-number span) {
  color: #222 !important;
}

#myTabContent p:not(h2 p) {
  color: #222 !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  font-size: 16px !important;
}

#postContent p:not(h2 p) {
  color: #222 !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  margin-left: 0 !important;
}

#description p:not(h2 p) {
  text-align: center !important;
  color: #222 !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

#myTabContent li {
  margin-bottom: 0.6rem !important;
  margin-top: unset !important;
  font-size: 16px !important;
}

#myTabContent ul {
  margin-left: 2rem !important;
  list-style: disc;
  margin-top: -0.5rem !important;
  margin-bottom: 1.3rem !important;
  font-size: 16px !important;
}

#postContent ul {
  margin-left: 2rem !important;
  list-style: disc;
  font-size: 16px !important;
}

#postContent ol {
  margin-left: 2rem !important;
  margin-top: -0.5rem !important;
  margin-bottom: 1.3rem !important;
  font-size: 16px !important;
}

#myTabContent ul li {
  list-style: unset !important;
}

#myTabContent ul ul {
  margin-left: 2rem !important;
  list-style: circle !important;
  margin-top: 0.5rem !important;
}

#myTabContent ul ol {
  margin-left: 2rem !important;
  list-style: circle !important;
  margin-top: 0.5rem !important;
}

#myTabContent ul ul li {
  list-style: unset !important;
}

.box-item-v2 .rating {
  padding: 0 10px;
}

.box-item-v2 .rating i {
  color: #ffae04;
}

.box-item-v2 .discount {
  border-radius: 20px;
  background-color: #a81e24;
  padding: 1px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: -30px;
}

.box-item-v2 .discount i {
  background-color: #ffffff;
  padding: 4px 5px;
  border-radius: 50%;
  color: #a81e24;
}

.box-item-v2 .discount a {
  padding: 0 3px 0 0;
}

.box-item-v2 .tag_sale {
  font-size: 9px;
  font-weight: 700;
  background-color: #f0ad4e;
  color: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px;
  z-index: 999;
}

.box-item-v2 .tag_sale.onlyMC {
  background: #a81e24;
}

.box-item-v2 .tag_sale.france {
  background: #a81e24;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 6px;
}

.box-item-v2.unactive {
  opacity: 0.6;
}

.box-item-v2 .tag_sale.unactive {
  background-color: #999;
  right: 0;
  left: unset;
}

.box-item-v2 .sale-flash {
  left: unset;
  right: 0;
}

.box-item-v2 .price-box > div {
  width: 100%;
  display: flex;
  height: 100%;
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}

.product-image-container img {
  object-fit: contain;
  aspect-ratio: 1/1;
}

.product-box .product-thumbnail.flexbox-grid > a > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-box .product-action {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  width: 100%;
}

.product-box .product-action form {
  display: inline-block;
  background: #fff;
}

.product-box .product-action form i.fa.fa-eye {
  font-size: 16px;
}

.product-box .product-action form i.fa.fa-shopping-bag {
  font-size: 13px;
}

.product-box .product-action form .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  position: relative;
}

.product-box .product-action form .btn:hover {
  color: #a81e24;
}

.product-box .sale-flash {
  position: absolute;
  font-size: 1em;
  color: #FFF;
  font-weight: 400;
  padding: 0 12px 0 8px;
  line-height: 25px;
  text-align: center;
  top: 20px;
  left: -1px;
  z-index: 9;
  background-color: #333;
  width: 60px;
}

.product-box .product-name a:hover {
  color: #a81e24;
}

.product-box .tag-info span.title {
  color: #898989;
}

.product-box .product-price {
  color: #333;
  font-size: 1.07143em;
  line-height: 1.71429em;
  display: block;
  font-weight: 600;
}

.product-box .product-price-old {
  text-decoration: line-through;
  font-size: 1.07143em;
  margin: 0 0 0 10px;
  display: inline-block;
  color: #adadad;
}

.product-box .product-summary {
  font-size: 1em;
  color: #acacac;
  line-height: 20px;
}

.product-box form {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-box:hover .product-action {
  display: block;
}

.product-box .col-variant {
  max-width: 102px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-box .col-variant .owl-carousel .owl-nav .owl-prev, .product-box .col-variant .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0;
}

.product-box .col-variant .owl-carousel .owl-nav .owl-prev {
  left: -36px;
}

.product-box .col-variant .owl-carousel .owl-nav .owl-next {
  right: -36px;
}

.list-image-slider {
  display: flex;
  overflow: hidden; /*overflow: overlay;*/
}

.list-image-slider .item {
  overflow: hidden;
  border: 1px solid transparent;
}

.list-image-slider .item.active {
  border: 1px solid #a81e24;
}

.zoomWrapper {
  height: 356px !important;
  overflow: hidden;
  width: 100% !important;
}

.zoomWrapper img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.details-product .details-pro .price-box {
  border-bottom: 0;
}

i.fa.fa-facebook-official, i.fa.fa-twitter, .fa.fa-pinterest, i.fa.fa-google-plus {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-google-plus:before {
  content: "\f0d5";
}

.title-product {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.title-head {
  font-size: 16px;
}

.status {
  font-size: 13px !important;
}

.list-price ul {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  min-width: 100% !important;
}

.list-price ul li {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Add stroke for out-of-stock items */
.list-price ul li.out-of-stock {
  background-color: rgba(0, 0, 0, 0.1); /* Enable positioning for pseudo-element */
}

.list-price ul li.active {
  border: 1.5px solid #a81e24;
}

.list-price ul li a > div {
  padding: 10px 20px 6px 20px;
}

.list-price ul li a .title-name {
  font-size: 90%;
  line-height: 100%;
  font-weight: normal;
}

.list-price ul li a .title-price {
  font-weight: bold;
  line-height: unset;
}

.price-box {
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
}

.price-box .old-price {
  display: flex;
  margin-top: 0 !important;
  margin-left: 10px;
}

.price-box .discount {
  border-radius: 20px;
  background-color: #a81e24;
  padding: 1px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin-left: 10px;
}

.price-box .discount i {
  background-color: #ffffff;
  padding: 4px 5px;
  border-radius: 50%;
  color: #a81e24;
}

.price-box .discount a {
  padding: 0 3px 0 2px;
}

.price-box .tag_sale {
  font-size: 9px;
  font-weight: 700;
  background-color: #f0ad4e;
  color: #ffffff;
  border-radius: 20px;
  padding: 3px 5px;
  margin-left: 10px;
}

.button_order {
  margin-top: 10px;
}

.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.tel a {
  color: #a81d24;
}

.order-support {
  list-style: none;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.order-support li {
  position: relative;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 15px 0 15px 81px;
  font-size: 12px;
}
.order-support li i {
  display: inline-block;
  position: absolute;
  left: 0;
}
.order-support:last-child {
  border-bottom: none;
}

table.shop_attributes {
  border: 0 !important;
}

table.shop_attributes th {
  width: 40%;
  min-width: 120px;
  font-weight: 400;
  line-height: 1.4;
}

table.shop_attributes th, table.shop_attributes td {
  border: none !important;
  padding: 10px;
  padding-left: 0;
  padding-right: 5px;
}

@media (max-width: 1199px) {
  .mobile {
    display: block !important;
  }
}
.fade {
  display: none;
}

.fade.in {
  display: block;
}

.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  overflow-y: hidden;
  min-width: 100%;
}

.nav-tabs li {
  min-width: 215px;
  text-align: center;
}

.nav-tabs li a {
  font-size: 15px;
  color: #000 !important;
  border: none !important;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover {
  border: none;
  border-bottom: 2px solid #000 !important;
  font-weight: bold;
}

.details-product .large-image > a {
  border: none;
}

.fa-messager {
  display: inline-block;
  background: url(https://img.icons8.com/ios/452/facebook-messenger--v1.png) center no-repeat;
  background-size: 20px;
  width: 27px;
  height: 27px;
}

.details-product .large-image .btn-nav {
  top: calc(50% - 30px);
  position: absolute;
  cursor: pointer;
}

.details-product .large-image .btn-nav.btn-prev {
  left: 0;
}

.details-product .large-image .btn-nav.btn-prev:before {
  content: "‹";
  color: rgb(255, 255, 255);
  font-size: 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  line-height: 50px;
  width: 38px;
  font-family: -webkit-body;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 5px 5px 0;
  transition: all 0.2s ease 0s;
}

.details-product .large-image .btn-nav.btn-next {
  right: 0;
}

.details-product .large-image .btn-nav.btn-next:before {
  content: "›";
  color: rgb(255, 255, 255);
  font-size: 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  line-height: 50px;
  width: 38px;
  font-family: -webkit-body;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px 0 0 5px;
  transition: all 0.2s ease 0s;
}

.area_promotion {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.area_promotion strong {
  background-color: #efefef;
  display: block;
  padding: 8px;
}

.area_promotion .infopr {
  padding: 10px;
}

.infopr.infopr-dt {
  border-top: 1px dotted #eee;
}

.area_promotion .infopr > span {
  margin-bottom: 4px;
  padding-bottom: 6px;
  padding-top: 4px;
  border-bottom: 1px solid #eee;
  display: block;
}

.area_promotion .infopr > span:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.area_promotion .infopr a {
  display: block;
}

.area_promotion strong i {
  display: block;
  font-size: 90%;
  font-weight: 400;
}

#div-fundiin a.fdn-guide-url {
  vertical-align: bottom;
}

#product-price-detail {
  font-size: 16px;
  font-weight: 400;
}

.product-price {
  font-family: "Montserrat", serif !important;
  font-weight: 600 !important;
}

.tag-share .social-media {
  color: #252525;
}

.tag-share .social-media a {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 29px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: #252525;
  font-size: 13px;
}

.tag-share .social-media a:hover {
  color: #a81e24;
}

@media (max-width: 767px) {
  .tag-share > div {
    text-align: left !important;
  }
}
.social-media {
  font-size: 1.07143em;
}

.social-media .list-inline li {
  margin-right: 20px;
}

.parent-product-group {
  padding-bottom: 20px;
  overflow-x: scroll;
  white-space: nowrap;
}

.parent-product-group > .child-product-group {
  display: unset;
}

.parent-product-group > .child-product-group > a {
  display: inline-block;
  vertical-align: top;
}

.parent-product-group > .child-product-group > a > .subTitle1 {
  white-space: normal;
}

@media (max-width: 576px) {
  .parent-product-group > .child-product-group > a {
    width: 45% !important;
  }
}
@media (min-width: 576px) {
  .parent-product-group > .child-product-group > a {
    width: 40% !important;
  }
}
@media (min-width: 768px) {
  .parent-product-group > .child-product-group > a {
    width: 35% !important;
  }
}
@media (min-width: 992px) {
  .parent-product-group > .child-product-group > a {
    width: 30% !important;
  }
}
@media (min-width: 1200px) {
  .parent-product-group > .child-product-group > a {
    width: 24% !important;
  }
}
@media (max-width: 576px) {
  .swiper-wrapper > .child-product-group {
    width: 45% !important;
  }
}
@media (min-width: 576px) {
  .swiper-wrapper > .child-product-group {
    width: 40% !important;
  }
}
@media (min-width: 768px) {
  .swiper-wrapper > .child-product-group {
    width: 35% !important;
  }
}
@media (min-width: 992px) {
  .swiper-wrapper > .child-product-group {
    width: 30% !important;
  }
}
@media (min-width: 1200px) {
  .swiper-wrapper > .child-product-group {
    width: 24% !important;
  }
}
.search-form {
  border: 1px solid #a81e24;
}

.chosen-search-input {
  font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.chosen-container-multi .chosen-choices li.search-field {
  width: 100%;
}

.search-icon {
  padding: 0.15rem;
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
}

.promote-products {
  width: 80px;
}

@media (max-width: 576px) {
  .promote-products {
    width: 60px;
  }
}
.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-icon .cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: #a81e24;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 20px;
}

.logo-website {
  object-fit: contain;
  height: 36px;
  width: auto;
}

@media (max-width: 576px) {
  .logo-website {
    object-fit: contain;
    height: 48px;
    width: auto;
  }
}
@media (max-width: 576px) {
  .search-form {
    height: 36px;
  }
}
input[type=text] {
  min-height: unset;
  color: unset;
  margin: unset;
}

#filter-products a.active {
  font-weight: 500;
  color: #a81e24 !important;
}

@media (max-width: 991px) {
  .list-filter {
    margin-left: 0;
  }
  .list-filter a {
    border: none;
  }
  .list-filter:last-child {
    border-bottom: 1px solid #dee2e6;
  }
}
@media (min-width: 992px) and (max-width: 1091px) {
  .list-filter {
    margin-left: 0;
  }
}
/* =============================== New footer */
.footer-bottom {
  background: #f1f1f1;
  padding-top: 50px;
}

.footer-bottom > div .link-page {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.footer-bottom > div .link-page li {
  padding: 10px 0;
}

.footer-bottom > div .link-page li a {
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  border-right: 1px solid #999;
  font-weight: 500;
}

.footer-bottom > div .link-page li:last-child a {
  border-right: none;
}

.footer-bottom > div .license {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
  justify-content: center;
  align-items: flex-end;
}

.footer-bottom > div .license li {
  padding: 10px 20px;
}

.footer-bottom > div .license li a img {
  max-width: 200px;
  max-height: 70px;
  width: 100%;
}

.footer-bottom > div .company-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.footer-bottom > div .company-info p.name {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto";
}

.footer-bottom > div .company-info p.des {
  font-size: 14px;
  font-family: "Roboto";
  margin: 0;
  color: #999;
  padding: 0 20px;
  text-align: center;
}

.footer-bottom > p {
  font-size: 14px;
  font-family: "Roboto";
  border-top: 1px solid rgba(102, 102, 102, 0.4);
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}

.footer-top {
  background: #fafafa;
}

.footer-top .item p.title {
  text-transform: uppercase;
}

.footer-top .item .list-link li {
  margin: 5px 0;
}

.footer-top .item .list-link-social {
  margin-top: 5px;
}

.footer-top .item .list-link-social li {
  margin: 10px 0;
}

.footer-top .item .list-link-social li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top .list-link-social li a img {
  height: 30px;
  width: 30px;
}

.footer-top .list-link-social li a div {
  width: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-top .list-link-social li a div p.name {
  font-size: 13px;
  margin: 0;
  color: #000;
  font-weight: 500;
}

.footer-top .list-link-social li a div span {
  font-size: 11px;
  margin: 0;
  color: #6c757d;
}

.footer-top .item .feedback {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
  margin-top: 10px;
}

.footer-top.mobile > div {
  flex-direction: column;
}

.footer-top.mobile .item {
  margin: 0;
}

.footer-top.mobile .item p.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}

.footer-top.mobile .item:not(:last-of-type) p.title {
  border-bottom: 1px solid #d5d5d5;
}

.footer-top.mobile .item p.title[aria-expanded=true] i::before {
  content: "\f068";
}

.footer-top.mobile .item p.title[aria-expanded=false] i::before {
  content: "\f067";
}

.footer-top.mobile .item .list-link-social[aria-expanded=true] {
  display: flex;
  flex-wrap: wrap;
}

.footer-top.mobile .item .list-link-social li {
  width: 50%;
}

@media (max-width: 768px) {
  .footer-bottom {
    padding-top: 20px;
  }
  .footer-bottom > div .link-page {
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-bottom > div .link-page li {
    text-align: center;
    width: 50%;
    padding: 5px 0;
    color: #000;
  }
  .footer-bottom > div .link-page li a {
    border: none;
    color: #000;
    font-size: 12px;
  }
  .footer-bottom > div .license {
    flex-wrap: wrap;
  }
  .footer-bottom > div .license li {
    width: 50%;
    text-align: center;
  }
  .footer-bottom > div .license li a img {
    max-width: 100px;
    max-height: 50px;
    width: 100%;
  }
}
@media (max-width: 448px) {
  .footer-bottom > div .link-page li a {
    font-size: 10px;
    padding: 0;
  }
  .footer-bottom > p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .footer-top .main-collection {
    max-width: 1400px;
  }
}
i.fa-icon-o1::before {
  content: "";
  background: url("/website/asset/image/public/images/icon-1-01.png") center no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px;
}

i.fa-icon-o4::before {
  content: "";
  background: url("/website/asset/image/public/images/icon-2-01.png") center no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px;
}

i.fa-icon-o2::before {
  content: "";
  background: url("/website/asset/image/public/images/icon-3-01.png") center no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px;
}

i.fa-icon-o3::before {
  content: "";
  background: url("/website/asset/image/public/images/icon-4-01.png") center no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px;
}

.tab .info {
  background: rgb(233, 236, 239);
  border: 1px solid rgb(227, 227, 227);
}

.will-show, .d-inline-block.will-show {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-table-cell.will-show {
    display: none !important;
  }
}
.bg-l {
  background: #f8f9fa;
  border: 1px solid #e3e3e3;
}

.i-button {
  padding: 4px 8px;
  color: white;
  margin: 4px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 2px solid white;
  font-weight: normal;
}
.i-button.bg-primary {
  border-color: #007bff;
}
.i-button.bg-primary:hover {
  color: #007bff;
}
.i-button.bg-danger {
  border-color: #dc3545;
}
.i-button.bg-danger:hover {
  color: #dc3545;
}
.i-button.bg-secondary {
  border-color: #6c757d;
}
.i-button.bg-secondary:hover {
  color: #6c757d;
}
.i-button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.i-button:hover:after {
  top: 0;
  height: 100%;
}

.steps {
  border-bottom: 1px solid rgba(201, 201, 201, 0.5019607843);
  max-width: 100%;
  align-items: baseline;
  margin: 8px 0;
}
.steps .step {
  display: flex;
}
.steps .step-line {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  margin-bottom: -1px;
}
.steps .step-line .dashed-line {
  height: 40px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.steps .step-line .dashed-line .dot-line {
  width: 80%;
  border-top: dashed 2px #c9c9c9;
  margin: 0;
  position: absolute;
  top: 50%;
}
.steps .step-line .dashed-line .fa {
  position: absolute;
  right: 10%;
  margin: -9px 0 0 0;
  top: 50%;
  background: white;
  color: #c9c9c9;
  padding: 0 0 0 3px;
}
.steps .step-line.active {
  border-bottom: 1px solid #a81e24;
}
.steps .step {
  flex-direction: column;
  align-items: center;
  margin-bottom: -1px;
  max-width: 24%;
}
.steps .step .step-icon {
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .step .step-label {
  color: #777;
  font-weight: bold;
  text-align: center;
}
.steps .step.active, .steps .step.passed {
  border-bottom: solid 1px #a81e24;
}
.steps .step.active .step-icon, .steps .step.passed .step-icon {
  border-color: #dc3545;
  background: #dc3545;
  color: white;
}
.steps .step.active .step-label {
  color: black;
}
.steps .step.passed {
  cursor: pointer;
}

.table-cart td {
  vertical-align: middle !important;
}
.table-cart td.td-no {
  width: 1px;
  background: white !important;
}
.table-cart td.td-image {
  padding: 1px;
  width: 140px;
  background: white !important;
}
.table-cart td.td-image img {
  width: 100%;
  max-height: 140px !important;
}
.table-cart td.td-total {
  font-weight: 500;
}
.table-cart td.td-price {
  width: 126px;
}
.table-cart .input-qty {
  width: 100%;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.table-cart #total {
  font-weight: bold;
  font-size: 18px;
}
.table-cart .delete-item {
  cursor: pointer;
}
.table-cart .td-icon {
  width: 180px;
}
.table-cart.inactive .input-qty {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.div-confirm-order .left, .div-confirm-order .right {
  background: #f8f9fa;
  border: 1px solid #e3e3e3;
}
.div-confirm-order #contain-table-cart {
  margin: 0 -1px;
}
.div-confirm-order #contain-table-cart .table-cart {
  margin-bottom: 0;
}
.div-confirm-order #contain-table-cart .table-cart tr {
  background: white;
}
.div-confirm-order #contain-table-cart .table-cart .td-qty {
  width: auto;
}
.div-confirm-order #contain-table-cart .table-cart .td-image {
  width: 100px;
}

.fa-check {
  background: #dc3545;
  color: white;
  border-radius: 2px;
  padding: 3px;
}

.form-info {
  background: #f8f9fa;
  border: 1px solid #e3e3e3;
}
.form-info .fa-asterisk {
  color: #a81e24;
  font-size: 6px;
  margin: 0 4px 0 4px;
  vertical-align: top;
}
.form-info textarea, .form-info input[type=text] {
  margin: 0 0 20px 0;
  padding: 6px 12px;
}
.form-info textarea {
  height: 86px !important;
  resize: none;
}

.pay-type {
  background: #f8f9fa;
  border: 2px solid #e3e3e3;
}
.pay-type.active {
  border-color: #a81e24;
}
.pay-type .d-flex {
  align-items: center;
}
.pay-type .d-flex input[type=radio] {
  margin-right: 8px;
  height: 20px;
  width: 20px;
}
.pay-type .d-flex .heading {
  display: inline;
  margin: 0;
  line-height: 26px;
}
.pay-type .d-flex .image-1 {
  height: 40px !important;
  margin-right: 8px;
  width: auto !important;
}
.pay-type .d-flex .image-2 {
  margin-left: 8px;
  width: 100px;
}

@media (max-width: 575px) {
  .step-label {
    font-size: 14px;
  }
  .table-cart > tbody > tr > td {
    padding: 4px 6px;
  }
  .table-cart > thead > tr > th {
    padding: 4px 6px;
  }
  .table-cart td.td-image {
    width: 80px;
  }
  .table-cart td.td-total {
    width: 1px;
    font-size: 16px;
  }
  .table-cart td.td-qty {
    width: 55px;
  }
  .table-cart #total {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .step-label {
    font-size: 12px;
    height: 28.7px;
  }
}
.collection .category-products .sortPagiBar {
  display: inline-block;
  width: 100%;
}

.m-t-15 {
  margin-top: 15px;
}

.form-control {
  border-radius: 0;
}

.list-branch a img {
  padding: 8px;
  width: 100%;
  object-fit: contain; /* Required to prevent the image from stretching, use the object-position property to adjust the visible area */
  aspect-ratio: 1/1;
}

.list-branch .active > div {
  border: 1px solid #a81e24 !important;
}

.list-filter-branch ul {
  text-align: left;
}

.list-filter-branch ul li {
  display: inline-block;
  width: 48px;
  line-height: 44px;
  text-align: center;
  margin: 0 0 12px 8px !important;
}

.list-filter-branch ul li a {
  display: block;
  border: 1px solid #dee2e6;
  padding: 0;
  border-radius: 0;
}

.list-filter-branch ul li:hover a, .list-filter-branch ul li.active a {
  background: #a81e24;
}

.home-manufacturer-logo {
  max-height: 200px;
}

@media (max-width: 576px) {
  .home-manufacturer-logo {
    max-height: 140px;
  }
}
.blog-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.child-theme-post-group {
  width: 90% !important;
}

@media (min-width: 768px) {
  .child-theme-post-group {
    width: 80% !important;
  }
}
@media (min-width: 992px) {
  .child-theme-post-group {
    width: 60% !important;
  }
}
@media (min-width: 1200px) {
  .child-theme-post-group {
    width: 40% !important;
  }
}
.child-theme-youtube {
  width: 60% !important;
}

@media (min-width: 768px) {
  .child-theme-youtube {
    width: 70% !important;
  }
}
@media (min-width: 992px) {
  .child-theme-youtube {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .child-theme-youtube {
    width: 30% !important;
  }
}
#post-tags-swiper .active {
  background-color: black !important;
  color: #fff;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: white; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#floating-action-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.9;
}

#scroll-to-top-button img {
  border-radius: 50%;
  background-color: #eee;
  border: none;
  max-width: 44px !important;
  max-height: 44px !important;
  width: 44px !important;
  height: 44px !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.messenger img {
  border-radius: 50%;
  background-color: #eee;
  border: none;
  max-width: 44px !important;
  max-height: 44px !important;
  width: 44px !important;
  height: 44px !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  animation: wave 1s ease-in-out infinite;
}

@keyframes wave {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.submenu-container {
  position: relative;
}

.submenu-container img {
  object-fit: cover;
  aspect-ratio: 1/1;
}

.mini-size img {
  object-fit: cover;
  aspect-ratio: 3/2;
}

.sub-menu {
  object-fit: cover;
  aspect-ratio: 1/1 !important;
}

@media (max-width: 576px) {
  .submenu-container img {
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .sub-menu {
    object-fit: cover;
    aspect-ratio: 1/1 !important;
  }
  .submenu-container .caption {
    max-width: 260px !important;
  }
}
.submenu-container .caption {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  max-width: 160px;
}

.submenu-container .caption .good-ama {
  background: rgba(255, 255, 255, 0.3);
}

#bag-container {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 8%;
  text-align: left;
  max-width: 450px;
}

.hero-content-center {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  min-width: 400px;
}

@media (max-width: 576px) {
  .hero-content-center {
    min-width: 360px;
  }
}
.hero-content-mobile {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}

.swiper {
  width: 100%;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  nav .has-megamenu {
    position: static !important;
  }
  nav .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  nav.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  #logo {
    height: 42px;
  }
}
/* ============ mobile view .end// ============ */
.dropdown-menu {
  border-radius: 0 !important;
  border: none;
}

ul {
  list-style: none outside;
}

ul, ol {
  margin: 0;
  padding: 0;
}

input[type=text], input[type=search], input[type=password], input[type=email], input[type=file], input[type=number], input[type=tel], textarea, select {
  border: 1px solid #e1e1e1;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  display: block;
}

button, input[type=text], input[type=search], input[type=password], input[type=email], input[type=file], input[type=number], input[type=tel], input[type=submit], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.no-background {
  background: none !important;
}

input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, input[type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=tel]:focus, textarea:focus, select:focus {
  border: 1px solid #c8c8c8;
}

input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
}

input::placeholder {
  color: #222;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #a81e24 !important;
}

table {
  width: 100% !important;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

th {
  font-weight: bold;
}

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e1e1e1;
  color: #1c1c1c;
  vertical-align: top;
}

.pagination .page-item.active .page-link {
  border-color: #a81e24;
  color: #fff !important;
  background: #a81e24;
  display: block;
}

.pagination .page-link {
  float: left;
  margin: 2.5px;
  width: 30px;
  background: #fff;
  text-align: center;
  height: 30px;
  font-size: 1.07143em;
  padding: 0;
  line-height: 30px;
  color: #464646;
  border: 1px solid #e1e1e1;
  text-decoration: none;
}

.swiper-pagination-bullet {
  background-color: black;
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
  color: #a81e24;
  font-weight: 400;
}

/*# sourceMappingURL=stylesv224.css.map */
