@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.banner h1,
.banner h2,
.banner h3,
.banner h5,
.banner h6,
.banner p {
  margin: 0;
}

.dark,
.dark p,
.dark td {
  color: #fff;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.no-pad > .col {
  padding-bottom: 0;
}

.slider1 .flickity-prev-next-button {
  opacity: 1;
  transform: unset;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  max-height: 60px;
  max-width: 30px;
}

.slider1 .flickity-prev-next-button.previous {
  left: 0;
  border-radius: 0 100px 100px 0;
  margin-top: unset;
}

.slider1 .flickity-prev-next-button.previous svg {
  width: 24px;
  padding-right: 5px;
  padding-left: 0;
}

.slider1 .flickity-prev-next-button.next {
  right: 0;
  border-radius: 100px 0 0 100px;
  margin-top: unset;
}

.slider1 .flickity-prev-next-button.next svg {
  width: 24px;
  padding-left: 5px;
  padding-right: 0;
}

.dash.slider1 .flickity-prev-next-button {
  box-shadow: unset;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.dash.slider1 .flickity-prev-next-button svg {
  color: #fff;
}

.dash.slider1:hover .flickity-prev-next-button {
  opacity: 1;
}

.rowSlider.slider1 .flickity-prev-next-button.previous {
  left: 7.5px;
}

.rowSlider.slider1 .flickity-prev-next-button.next {
  right: 7.5px;
}

/* home */
.home1 .img {
  border-radius: 8px;
  overflow: hidden;
}

.col-inner > .img:not(:last-child),
.col > .img:not(:last-child) {
  margin-bottom: 20px;
}

.slider-wrapper + .row:not(.row-collapse) {
  margin-top: 20px;
}

.prd-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.prd-box > .row {
  margin: 0 !important;
  padding: 15px 10px 0 !important;
}

.prd-box .product-small.box {
  margin-top: 5px;
}

.prd-title {
  background: #f9f9f9;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prd-title h2 {
  width: fit-content;
  margin-bottom: 0;
}

.prd-title ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}

.prd-title ul li {
  display: inline-block;
  list-style: none;
  margin: 0 7px;
}

.prd-title ul li a {
  font-size: 14px;
  color: #4f4f4f;
  text-align: center;
  margin-right: 14px;
  padding: 10px 20px;
  line-height: 20px;
  border-radius: 50px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.prd-title ul li:last-child {
  margin-right: 0;
}

.prd-title ul li:last-child a {
  margin: 0;
}

.prd-title ul li a:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.4);
}

.home2 .product-small.box {
  margin-top: 2px;
}

.home2 .tab-panels {
  background-image: url(/wp-content/uploads/prd_banner.png);
  background-size: 1630px 608px;
  padding: 20px;
  padding-bottom: 0;
}

.home2 .slider1 .flickity-prev-next-button.previous {
  left: 10px;
}

.home2 .slider1 .flickity-prev-next-button.next {
  right: 10px;
}

.home2 .tabbed-content {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}

.home2 .tabbed-content .nav {
  border-radius: 8px;
  counter-reset: tab-number;
  display: flex;
}

.home2 .tabbed-content .nav > li {
  flex: 1;
  margin: 0;
}

.home2 .tabbed-content .nav > li > a {
  font-weight: 500;
  font-size: 18px;
  border-radius: 8px 8px 0 0;
  padding: 12px 16px;
  margin: 0;
  width: 100%;
  justify-content: center;
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
  text-transform: uppercase;
}

.home2 .tabbed-content .nav > li.active > a,
.home2 .tabbed-content .nav > li:hover > a {
  border-color: #21be90;
  -webkit-box-shadow: inset 0px 0px 20px 9px #e3e3e3;
  box-shadow: inset 0px 0px 20px 9px #e3e3e3;
}

.home2 .tabbed-content .nav > li.active > a::before,
.home2 .tabbed-content .nav > li:hover > a::before {
  background-color: #fff;
  color: var(--fs-color-primary);
}

.home2 .nav:hover > li:not(:hover) > a:before {
  opacity: 1 !important;
}

.home3 .box-it {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home3 .box-i {
  background: url(/wp-content/uploads/sprite_2021.png) no-repeat;
  display: block;
  margin-right: 15px;
}

.home3 .icon-pay {
  width: 62px;
  height: 77px;
  background-position: -5px -296px;
}

.home3 .icon-truck {
  width: 95px;
  height: 64px;
  background-position: -5px -214px;
}

.home3 .icon-support {
  width: 70px;
  height: 70px;
  background-position: -142px -296px;
}

.home3 .icon-trade {
  width: 70px;
  height: 70px;
  background-position: -135px -216px;
}

.home3 .box-it h3 {
  margin-bottom: 0;
}

.home3 .box-it p {
  margin: 0;
  color: #777777;
  font-size: 15px;
}

.home3 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.home4 {
  background-color: #fff;
  padding-top: 20px;
}

.home4 .m-title h2 {
  font-size: 32px;
  margin-bottom: 5px;
}

.home4 .m-title p {
  font-size: 18px;
  font-style: italic;
  position: relative;
  width: fit-content;
}

.home4 .m-title p::after {
  content: "";
  width: 152px;
  height: 2px;
  border-top: 1px solid var(--fs-color-primary);
  border-bottom: 1px solid #f79393;
  position: absolute;
  bottom: 8px;
  right: -170px;
}

.home5 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.home5 .prd-title {
  padding: 0;
  background-color: transparent;
  margin-bottom: 30px;
}

.home5 .prd-title h2 {
  color: var(--fs-color-primary);
}

.home5 .prd-title ul li a {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.home5 .box-i {
  border-radius: 6px;
  overflow: hidden;
}

.home5 .box-text {
  padding: 0;
  padding-top: 10px;
}

.home5 .video-button-wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff !important;
}

.home5 .button.icon {
  margin: 0;
  color: #fff;
}

.home5 h3 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #4e4e4e;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* product details */
.box-border {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 34px 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
}

.product-images {
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f7;
  border: 1px solid #d1d5db;
}

.product-images .badge-container {
  display: none;
}

.product-images img {
  border-radius: 12px;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 6px;
  opacity: 1;
}

.product-thumbnails a {
  border: 1px solid #c8bfbf;
  border-radius: 6px;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 8px;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
  border-radius: 12px;
}

.image-tools.bottom.left {
  display: none;
}

.product-thumbnails {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}

.product-thumbnails .col {
  padding: 0 7.5px !important;
}

.product-info-sku,
.product-visit {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-visit {
  font-weight: 700;
}

.green {
  color: #85b333;
}

.icon-star-2021 {
  background-image: url(/wp-content/uploads/star_2021.png);
  width: 76px;
  height: 17px;
  vertical-align: text-bottom;
  display: inline-block;
  background-repeat: no-repeat;
}

.icon-star-2021.star-0 {
  background-position: -3px -87px;
}

.color-grey {
  color: #777;
}
.color-red {
  color: #ed1b24;
}
.detail-n-all-price {
  width: 100%;
  float: left;
  padding: 12px;
  border-radius: 12px;
  background: #f7f7f7;
  margin: 12px 0;
}
.detail-n-all-price .detail-n-old-price {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 12px;
}

.detail-n-all-price .detail-n-old-price span {
  font-size: 20px;
  text-decoration: line-through;
}

.detail-n-all-price .detail-n-price {
  width: 100%;
  float: left;
  font-size: 14px;
}

.detail-n-all-price .detail-n-price span.n-num {
  font-size: 25px;
  font-weight: 700;
  margin-left: 20px;
  margin-right: 10px;
}

.detail-n-all-price span.amount {
  color: #ed1b24;
}

.detail-n-old-price span.amount {
  color: #777;
  font-weight: 400;
}

.overflow-hidden {
  overflow: hidden !important;
}

.product-info-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-info-summary p,
.product-info-summary li {
  position: relative;
  margin-left: 0 !important;
  padding-left: 15px;
}

.product-info-summary .summary p:nth-child(n + 5),
.product-info-summary .summary li:nth-child(n + 5) {
  display: none;
}

.product-info-summary .summary.active p:nth-child(n + 5),
.product-info-summary .summary.active li:nth-child(n + 5) {
  display: block;
}

.product-info-summary p::before,
.product-info-summary li::after {
  content: "";
  background: #a5a5a5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.product-info-summary-title {
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}

.summary {
  font-size: 14px;
}

div#reviews.woocommerce-Reviews,
.devvn_prod_cmt {
  max-width: 100%;
}

.woocommerce #reviews #comments h2 {
  display: none;
}

.comment-form-phone {
  padding: 0 !important;
}

.woocommerce #reviews .rate-title {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.woocommerce #reviews .review-count {
  display: none;
}

#comments .col {
  padding-bottom: 0;
}

.woocommerce-product-rating .star-rating {
  margin: 10px auto;
}

.box-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.icon-star-2021.star-1 {
  background-position: -3px -70px;
}

.icon-star-2021.star-2 {
  background-position: -3px -53px;
}

.icon-star-2021.star-3 {
  background-position: -3px -36px;
}

.icon-star-2021.star-4 {
  background-position: -3px -19px;
}

table {
  border-collapse: collapse;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

.pd-spec-group tr:nth-child(odd) {
  background: #f3f3f3;
}

.pd-spec-group tr td {
  padding: 10px;
}

.pd-spec-group .js-static-content ul {
  margin: 0;
  padding-left: 12px;
}

.pd-spec-group .js-static-content ul li {
  margin: 0;
}

td {
  color: #000;
  border-color: #ccc;
}

.product-detail-page .btn-show {
  display: block;
  width: 100%;
  color: #000;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  text-align: center;
  margin: 12px 0 0;
  font-weight: 500;
  position: relative;
  line-height: 40px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.product-detail-page .btn-show::after {
  content: "\203A";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

.pd-spec-group .btn-show {
  display: block;
  width: 100%;
  color: #000;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.25);
  text-align: center;
  margin: 12px 0 0;
  font-weight: 500;
  position: relative;
  line-height: 40px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  color: var(--fs-color-primary);
}

.pd-spec-group .btn-show::after {
  content: "\203A";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

.pd-spec-group a.button {
  font-weight: 500;
  line-height: 40px;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  color: var(--fs-color-primary);
  position: relative;
  width: 100%;
  max-width: unset;
  margin-top: 20px;
}

form.cart button,
.add-buy {
  background-color: var(--fs-color-primary);
  padding: 12px;
  border-radius: 12px;
  line-height: 1;
  width: 100%;
  margin-top: 8px;
  display: block;
  margin: 0;
}

form.cart button strong,
.add-buy strong {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}

form.cart button span,
.add-buy span {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  display: block;
  text-align: center;
}

form.cart .single_add_to_cart_button,
form.cart .ux-buy-now-button {
  display: none;
}

form.cart .single_add_to_cart_button.customized,
form.cart .ux-buy-now-button.customized {
  display: block;
  margin: 0;
}

form.cart .ux-buy-now-button {
  background: rgb(13, 105, 158);
}

.custom-product-buttons {
  margin-top: 10px;
}

/* col-12 */
.buy-now-full {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* row 2 nút */
.row-collapse {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.col-half {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* style chữ phụ */
.custom-product-buttons button span {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}

form.cart .row-collapse button {
  background: rgb(13, 105, 158);
}

.product-offer {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  margin: 15px 0;
}

.product-offer-title {
  background: #0d699e;
  color: #fff;
  padding: 0 20px;
  position: relative;
  line-height: 38px;
  border-radius: 0 0 15px 0;
  display: block;
  width: fit-content;
  margin-bottom: 12px;
}

.product-offer-content {
  padding: 0 15px;
  font-size: 14px;
}

.product-offer-content p {
  margin-bottom: 10px;
}

#js-showmore {
  color: var(--fs-color-primary);
  font-size: 14px;
}

/* product-small */
.product-small.box {
  background: #fff;
  padding: 10px;
  position: relative;
  box-shadow: 0px 0px 0px 1px #ebebeb;
  border-radius: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-small .box-text {
  padding: 0;
  padding-top: 10px;
}

.product-small .product-title {
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  margin-bottom: 4px;
}

.product-small .product-title a {
  color: #222;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
}

.product-small span.amount {
  font-size: 17px;
  display: block;
  color: #d81e23;
  font-weight: 800;
  margin-bottom: 4px;
}

.product-small del span.amount {
  display: block;
  color: #777777;
  font-size: 12px;
  font-weight: 500;
}

.product-small .price-wrapper {
  height: 33px;
  margin-bottom: 10px;
}

.product-small .p-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-small .icon-buy {
  background: url(/wp-content/uploads/p-buy-2021.png) no-repeat;
  background-position: center;
  background-color: #c5c5c5;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: 20px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.product-small .meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 6px;
}

.product-small .icon-star-2021 {
  left: -4px;
}

.red {
  color: var(--fs-color-primary);
}

.product-small .badge {
  width: 65px;
  height: 35px;
  background: url(/wp-content/uploads/p-discount-2021.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.product-small .badge-inner {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
}

.product-small .badge-container {
  margin: 0;
  left: unset;
  right: 15px;
}

.post-item .box-text {
  padding-top: 10px;
  padding-bottom: 0;
}

.post-item .post-title {
  margin-bottom: 10px;
}

.box-blog-post .is-divider {
  display: none;
}

.custom-blog-post-info {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.custom-blog-post-info div {
  font-size: 16px;
  color: rgb(97 97 97);
}

.custom-blog-post-info span {
  color: #777777;
}

.custom-blog-post-info strong {
  color: var(--fs-color-primary);
  opacity: 0.8;
}

.custom-blog-post-info .box-category {
  background-color: rgb(209 245 254);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(33 129 153);
  border-radius: 99px;
}

.footer-main {
  background-color: var(--fs-color-primary);
  padding-top: 30px;
}

.footer-main form {
  background: #a6171b;
  border-radius: 60px;
  padding: 20px 10px 20px 33px;
  margin-bottom: 0;
}

.footer-main .wpcf7 input[type="email"] {
  margin: 0;
  height: 40px;
  background: transparent;
  border: 0;
  box-shadow: none !important;
  color: #fff;
  font-size: 16px;
  padding: 0;
}

.footer-main .wpcf7 input[type="email"]::placeholder {
  color: #fff;
}

.footer-main .wpcf7 p {
  display: flex;
  align-items: center;
}

.footer-main .wpcf7-spinner {
  display: none !important;
}

.footer-main .wpcf7-submit {
  font-size: 0;
  width: 60px;
  height: 60px;
  top: 8px;
  right: 12px;
  border-radius: 50%;
  background-color: #fff !important;
  background: url(/wp-content/uploads/sprite_2021.png) no-repeat;
  background-position: -121px -63px;
  position: absolute;
}

.footer-main .box-it {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-main .box-i {
  background: url(/wp-content/uploads/sprite_2021.png) no-repeat;
  display: block;
  margin-right: 15px;
}

.footer-main .icon-pay {
  width: 62px;
  height: 62px;
  min-width: 62px;
  background-position: -4px -139px;
}

.footer-main .box-it h3 {
  margin-bottom: 0;
  font-size: 28px;
  color: #fff;
}

.footer-main .box-it p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-style: italic;
}

.footer-bot {
  background-color: #fff;
  padding-top: 30px;
  color: #5d5d5d;
  font-size: 15px;
}

.footer-bot .logo-img {
  max-width: 200px;
}

.footer-bot .col-left ul li a {
  background: #d81e23;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  padding: 4px 21px;
  color: #fff;
}

.footer-bot .col-left .button.icon {
  margin-bottom: 0;
}

.ft-left {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ft-left h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #4c4c4c;
}

.ft-left p {
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}

.ft-left a {
  color: var(--fs-color-primary);
}

.ft-left ul li a {
  color: #5d5d5d;
}

.ft-left ul li a:hover {
  color: var(--fs-color-primary);
}

.col-right .bank-img {
  max-width: 880px;
  margin: 0 auto;
}

form.searchform {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  display: flex;
  line-height: 36px;
  position: relative;
  padding: 0 10px;
  margin-top: 5px !important;
}

.searchform .button.icon {
  margin: 0;
  background-color: transparent;
  border: transparent;
  color: var(--fs-color-primary);
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  border-left: 1px solid #ddd;
  transform: none !important;
}

form.searchform input[type="search"] {
  box-shadow: none !important;
  border: 0;
  font-size: 14px;
}

.box-page {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.post-sidebar span.widget-title {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  display: block;
  color: #222;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.post-sidebar .post_comments,
.post-sidebar .widget .is-divider {
  display: none;
}

.post-sidebar .recent-blog-posts-li .badge,
.post-sidebar .recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
}

.post-sidebar .recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.post-sidebar .widget ul {
  padding: 0px 8px;
  border: 1px solid #dddddd;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.post-sidebar .widget ul .mr-half {
  margin-right: 10px;
}

.post-sidebar .recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

.archive-page-header {
  display: none;
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th,
.cart_totals th.product-name {
  border-width: 1px;
}

.woocommerce-cart-form {
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.shop_table {
  margin: 0;
}

.shop_table .actions {
  padding: 0;
  padding-top: 10px;
}

.shop_table .actions .button {
  margin: 0;
}

.woocommerce-billing-fields {
  border-top: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  box-shadow: none !important;
  border-radius: 6px;
}

.cfw-cart-table .cart-item-row .cfw-cart-item-description {
  line-height: 1.3;
}
#ship-to-different-address {
  display: none !important;
}

#customer_details input {
  height: 56px;
}

.fl-labels .fl-wrap label[for]:first-child {
  opacity: 1;
  background-color: #fff;
  top: -5px;
  overflow: hidden;
  width: 100%;
  display: block;
  max-width: 130px;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 8px 16px;
}

.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last {
  flex-basis: 50%;
  max-width: 50%;
}

.woocommerce-billing-fields__field-wrapper .col-8 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.woocommerce-billing-fields__field-wrapper .col-4,
.form-row#billing_postcode_field {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

#billing_state {
  height: 56px;
  padding-top: 10px;
  box-shadow: none !important;
  border-radius: 8px;
}

#customer_details input {
  height: 45px;
  border-radius: 8px;
  box-shadow: none !important;
}

#order_comments {
  height: 56px;
  border-radius: 8px;
  box-shadow: none !important;
  padding-top: 10px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
  display: none;
}

.form-row .fl-wrap-select {
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 45px;
}

.woocommerce form .form-row.address-field .select2-container,
.select2-container {
  margin: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
  margin-top: 4px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

.has-border {
  padding: 15px;
  border-width: 1px;
  border-radius: 12px;
}

#order_review thead,
#order_review tbody {
  display: none !important;
}

span.amount {
  font-size: 16px;
  color: #d70018;
}

del span.amount {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.shop_table .actions .button {
  border: 1px solid;
  border-radius: 6px;
  padding-top: 2px;
}

.shop_table .cart_item td.product-name a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

#masthead .flex-right {
  background: #e10034;
  border-radius: 100px;
  padding: 6px 24px;
}

#breadcrumbs {
  padding-top: 15px;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

#breadcrumbs a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

.nav > li .header-item {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 3px 5px;
  border-radius: 10px;
  text-decoration: none !important;
  position: relative;
}

.nav > li .header-item.btn-menu {
  background: hsla(0, 0%, 100%, 0.2);
}

.header-item .about__box-icon {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.header-item .about__box-icon svg {
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
}

.header-item .about__box-content {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

.header-item .about__box-content a {
  color: #fff;
  font-weight: 500;
}

.header-item .btn-menu .about__box-content {
  width: 60px;
}

li.cart-item .header-cart-link {
  display: flex;
  align-items: center;
}

li.cart-item .header-cart-link .image-icon {
  width: 24px;
  margin-right: 5px;
}

li.cart-item .header-cart-link .header-cart-title {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}

[data-icon-label]:after {
  background-color: #03258f;
}

#masthead .flex-left .nav {
  justify-content: center;
}

#masthead .flex-left .nav > li > a {
  font-size: 10.5px;
  border-radius: 100px;
  background: #949494;
  padding: 4px 10px 2px;
  color: #fff;
  text-transform: none;
  line-height: 1;
  font-weight: 400;
}

#wide-nav {
  height: 0;
  min-height: unset;
}

.header-vertical-menu__opener {
  display: none !important;
}

.header-vertical-menu__fly-out {
  margin-top: 20px;
  box-shadow: none !important;
  border-radius: 6px;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
  color: #222;
}

.stuck #logo img {
  display: none !important;
}

.stuck #wide-nav {
  position: relative;
  top: -70px;
  z-index: 20;
}

.stuck .header-vertical-menu__opener {
  display: flex !important;
  border-radius: 99px;
  margin-bottom: 20px;
}

.shop-page-title .is-large {
  display: none !important;
}

#shop-sidebar {
  border-top: 3px solid var(--fs-color-primary);
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -15px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  line-height: 36px;
}

.widget > ul > li > a,
.widget > ul > li > span:first-child,
ul.menu > li > a,
ul.menu > li > span:first-child {
  color: #222;
}

.from_the_blog_excerpt {
  margin-bottom: 8px;
}

.post-item .box-image {
  border-radius: 6px;
}

.nav > li.cart-item .nav-dropdown {
  min-width: 350px;
}

ul.product_list_widget li .quantity {
  opacity: 1;
}

ul.product_list_widget li a:not(.remove) {
  color: #222;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  border-radius: 6px;
}

.contact-box-bottom {
  position: fixed;
  bottom: 130px;
  right: 10px;
  z-index: 10000;
	display: none !important;
}
.contact-box-wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.contact-icon-box {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
}
.contact-info {
  margin-left: 10px;
}
.contact-info span {
  color: #868686;
  font-size: 12px;
  font-weight: 400;
}
.contact-info b {
  display: block;
  color: #000;
}
.contact-info i {
  rotate: 100deg;
}

#home-fixed-right-menu {
  bottom: 80px;
}
#chat,
#gotoTop,
#phone,
#zalo {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  margin-top: 5px;
}
#phone {
  background: #278c56;
}
#chat {
  background: #4267b2;
}
#zalo {
  height: 45px;
  text-align: center;
  background: #1890ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zalo img {
  padding-top: 2px;
  display: block;
}
#gotoTop {
  background: #ed1b24;
}
.fixed-right-menu {
  position: fixed;
  right: 5px;
  bottom: 55px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.contact-box-bottom {
  position: fixed;
  bottom: 130px;
  right: 10px;
  z-index: 2;
}

.contact-info {
  margin-left: 6px;
}

.zalo-chat-widget,
#cs_chat_iframe {
  bottom: 19% !important;
  display: none !important;
}
.icon-mess {
  position: fixed;
  right: -24px;
  bottom: 210px;
  z-index: 999999;
  display: block;
}
.icon-mess img {
  width: 65%;
}

.fixed-right-menu {
  display: none;
}

@media only screen and (max-width: 48em) {
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fixed-right-menu {
    display: block;
  }

  .contact-box-bottom {
    display: none;
  }

  .home1 {
    margin-bottom: 20px;
  }

  .home2 .tabbed-content .nav {
    overflow: auto;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    flex-flow: unset;
    border-radius: 8px;
  }

  .home2 .tabbed-content .nav > li {
    flex: 0 0 auto;
  }

  .home2 .small-columns-2 .flickity-slider > .col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .home2 .tabbed-content .nav > li > a {
    font-size: 16px;
  }

  .prd-title ul li:not(:last-child) {
    display: none;
  }

  .row-slider .flickity-prev-next-button {
    opacity: 1 !important;
    background-color: #fff !important;
  }

  .prd-box {
    box-shadow: none;
  }

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

  .prd-box > .row {
    padding: 0 !important;
    padding-top: 10px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .slider1 .flickity-prev-next-button.previous {
    left: 10px;
  }

  .slider1 .flickity-prev-next-button.next {
    right: 10px;
  }

  .home2 .slider1 .flickity-prev-next-button.next {
    right: 0;
  }

  .home2 .tab-panels {
    padding: 0 10px;
  }

  .home3 .box-it {
    justify-content: start;
  }

  .home4 .m-title {
    margin-bottom: 20px;
  }

  .stuck #logo img.header_logo {
    display: block !important;
    max-height: 70px !important;
  }

  #masthead {
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  }

  #masthead .flex-left .nav > li > a {
    background-color: transparent;
    font-size: 16px;
  }

  #masthead .flex-right {
    background: #e10034;
    border-radius: 100px;
    padding: 0;
    width: 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10%;
  }

  #masthead .nav-right {
    justify-content: center;
  }

  li.cart-item .header-cart-link .image-icon {
    margin-right: 0;
  }

  .row-collapse {
    display: block;
  }

  form.cart .row-collapse button {
    margin-top: 15px;
  }

  .row-prdmb > .large-4 {
    order: 1;
  }

  .row-prdmb > .large-8 {
    order: 2;
  }
}
