@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3 {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.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;
}

b,
strong {
  font-weight: 700;
}

form.searchform {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  display: flex;
  line-height: 42px;
  position: relative;
  padding: 0 10px;
}

.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;
}

.searchform .button.icon::after {
  content: "Tìm kiếm";
}

/* home */

.home2 {
  background: linear-gradient(to bottom, #fff6dc 0%, #ff7b01 100%);
}

.home2 {
  padding: 10px;
}

.home2 h2 {
  color: #ff7b01;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.home2 .row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.home2 .col {
  padding: 0 4px;
  flex-basis: 100%;
  max-width: 100%;
}

.home2 .box {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 8px;
  overflow: hidden;
}

.home2 .box .box-text {
  padding: 0.5rem;
}

.home2 .box .box-text h3 {
  font-size: 14px;
}

.home2 .box .button {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
}

.home3 {
  background-color: #d8ecd4;
  padding: 10px;
}

.home3 h2 {
  color: #007e42;
  font-size: 18px;
  font-weight: 700;
  width: auto;
}

.home-category-group .group-title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
}

.home-category-group .cat-child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-category-group .cat-child-list a {
  color: #515151;
  font-size: 13px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  margin: 0 0 0 8px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  padding: 0 13px;
}

.home-category-group .cat-child-list a {
  font-size: 14px;
  font-weight: 700;
  color: var(--fs-color-primary);
  background-color: #fff;
  border: 0;
  border-radius: 0.5rem;
  margin: 0 0 0 8px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.home-category-group .cat-child-list .current,
.home-category-group .cat-child-list a:hover {
  background: var(--fs-color-primary);
  color: #fff;
  border-color: transparent;
}

.product-categories.row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.product-categories .col {
  padding: 0 4px 8px;
}

.product-categories .product-small.box {
  margin-bottom: 8px;
}

.home-category-group {
  position: relative;
}

.loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  top: 46px;
  height: calc(100% - 62px);
  border-radius: 0.5rem;
}

.custom-nav .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  background: unset !important;
}

.custom-nav .owl-nav {
  margin: 0;
}

.custom-nav .owl-nav .owl-prev {
  left: 3px;
}

.custom-nav .owl-nav .owl-next {
  right: 5px;
}

.custom-nav .owl-nav .arrow {
  width: 32px;
  height: 62px;
  display: block;
  background: url(/wp-content/uploads/icon-left.png) no-repeat;
  background-position: 6px center;
  background-size: 10px 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #fff;
  -webkit-box-shadow: 0 0.7487px 4.4922px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.7487px 4.4922px rgba(0, 0, 0, 0.25);
  border-radius: 0 50px 50px 0;
}

.custom-nav .owl-nav .arrow-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home5 .box-bot {
  background: radial-gradient(
    73.24% 73.24% at 50% 26.76%,
    rgba(255, 214, 0, 0.2) 0%,
    rgba(255, 92, 0, 0.2) 100%
  );
  border-top: 1px solid #ff5d01;
  padding: 20px 15px;
}

.home5 .col {
  padding: 0 5px;
}

.home5 .box-top {
  border: 1px solid #ff5d01;
  background-image: linear-gradient(to right, #ff946f, #ffd35e);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: -1px;
}

.home5 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
}

.home5 .title h2 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: auto;
  margin: 0;
}

.home6 {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 10px;
}

.row.row-grid {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.row.row-grid > .col,
.row.row-masonry > .col {
  float: left;
  padding: 0 5px 12px;
}

.row.row-grid > .col:first-child {
  flex-basis: 50%;
  max-width: 50%;
}

.row.row-grid > .col:not(:first-child) .image-cover {
  padding-top: 65% !important;
}

.box-blog-post .is-divider {
  display: none !important;
}

.post-item .box-image {
  border-radius: 0.5rem;
  overflow: hidden;
}

.post-item .box-text {
  padding: 0;
  padding-top: 0.5rem;
}

.post-item .post-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #212121;
}

.post-item .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* product details */
.border-box {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.product-images img {
  border-radius: 0.5rem;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 0.5rem;
}

.product-thumbnails a {
  border: 2px solid #9da7bc;
  border-radius: 0.5rem;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 0.5rem;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
  border-radius: 0.5rem;
}

.image-tools.bottom.left {
  display: none;
}

.product-thumbnails {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.product-thumbnails .col {
  padding: 0 0.25rem !important;
}

.row.row-main {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.row.row-main > .col {
  padding: 0 5px 10px !important ;
}

h1.product-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.product-price-container .price-top {
  display: flex;
  align-items: center;
}

.product-price-container .price-unit {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}

.product-price-container .old-price span.amount {
  color: #9da7bc;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: line-through;
}

.product-price-container .current-price span.amount {
  font-size: 20px;
  font-weight: 700;
  color: #b10e0e;
}

.product-price-container .discount {
  background-color: #de2000;
  color: #fff;
  padding: 2px 3px;
  line-height: 0.75rem;
  font-size: 11px;
  font-weight: 700;
  border-radius: 0.25rem;
}

.product-price-container {
  margin-bottom: 15px;
}

.woo-custom-variations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.woo-custom-variation {
  width: 100px;
  cursor: pointer;
}

table.variations {
  display: none !important;
}

.icon__radio {
  background-image: url(https://tntmarket.vn/wp-content/uploads/bhxdesk@2x.v202212070850.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: -280px -52px;
  display: block;
  margin: 0.5rem auto;
}

.active > .icon__radio {
  background-position: -298px -52px;
}

.woo-variation-main {
  border: 1px solid #e4e9f2;
  border-radius: 0.375rem;
  overflow: hidden;
}

.woo-variation-main strong {
  font-size: 12px;
  background: #00ac5b;
  width: 100%;
  display: block;
  text-align: center;
  color: #ffff;
}

.woo-custom-variation span {
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

button.single_add_to_cart_button {
  background-image: radial-gradient(
    circle,
    #98c230 0,
    #59a646 49%,
    #22994f 75%,
    #007e42 100%
  );
  background-size: 500% 100%;
  border-radius: 0.5rem;
  animation: gradient 4s ease infinite;
  width: calc(100% - 104px - 0.5rem);
}

@keyframes gradient {
  0% {
    background-position: 125% 50%;
  }

  to {
    background-position: 0 50%;
  }
}

.box-right .border-box {
  height: 100%;
  max-height: calc(100vh - 170px);
  min-height: 75vh;
}

.quantity .button {
  border-radius: 0.5rem;
  background-color: #fff !important;
  min-width: 2rem;
  opacity: 1;
}

.woocommerce-variation-add-to-cart,
form.cart {
  gap: 0.5rem;
}

.box-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fs-color-primary);
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.pd-desc-btn {
  text-align: center;
  padding-top: 10px;
}

.pd-desc-btn a {
  display: none;
  font-weight: 500;
  line-height: 40px;
  max-width: 278px;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  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);
  color: var(--fs-color-primary);
  position: relative;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.pd-desc-btn a::after {
  content: "\203A";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

.pd-desc-btn a:nth-child(2)::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pd-desc-btn a:hover {
  background: var(--fs-color-primary);
  color: #fff;
}

.bg-content {
  overflow: hidden;
  position: relative;
}

.bg-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#fff)
  );
  background: linear-gradient(transparent, #fff);
  height: 200px;
  z-index: 1;
}

.woocommerce #reviews #comments h2 {
  display: none !important;
}

.csbreadcrumbs {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 400;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  line-height: 30px;
}
/*  */
.products.row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

/* product-small */
.product-small.col {
  padding: 0 0.25rem 0.5rem;
}

.product-small.box {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}

.product-small .box-text {
  padding: 0;
}

.product-small .box-top {
  padding: 6px;
}

.product-small .product-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  height: 36px;
  margin-bottom: 0.5rem;
}

.product-small .product-title a {
  color: #515764;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-small .current-price {
  font-size: 16px;
  line-height: 18px;
  color: #192038;
}

.product-small .price-top {
  display: flex;
  align-items: center;
}

.product-small .price-unit {
  font-size: 12px;
  font-weight: 500;
  margin-left: 0.25rem;
  line-height: 18px;
}

.product-small .old-price span.amount {
  color: #9da7bc;
  font-size: 12px;
  font-weight: 500;
  text-decoration-line: line-through;
}

.product-small .discount {
  background-color: #ff0101b3;
  color: #fff;
  padding: 2px 3px;
  line-height: 0.75rem;
  font-size: 11px;
  font-weight: 700;
  border-radius: 0.25rem;
}

.product-small .box-text .button {
  margin: 0;
  background-color: #f0fff3;
  color: #007e42;
  border: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.product-small .price-wrapper {
  height: 34px;
}

/*  */
.ss_cart-page > .section-content {
  max-width: 650px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 15px;
}

.cart-box .shop_table thead {
  display: none !important;
}

.cart-box .shop_table tbody {
  vertical-align: top;
  position: relative;
}

.cart-box .shop_table tbody tr:last-child {
  display: none !important;
}

.cart-box .shop_table .quantity {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.cart-box .shop_table .product-price {
  display: none;
}

.cart-box .shop_table .quantity .button {
  color: #000;
  font-weight: 300;
  width: 24px;
  height: 24px;
  min-height: unset;
  line-height: 0.4;
  font-size: 16px;
  padding: 0;
  letter-spacing: unset;
  text-shadow: unset;
  opacity: 1;
  border-radius: 4px !important;
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
}

.cart-box .shop_table .quantity input[type="number"] {
  width: 24px !important;
  border-radius: 4px !important;
  height: 24px !important;
  line-height: 22px;
  background: #f5f5f7;
  color: #000;
  font-size: 13px !important;
  text-align: center;
  font-weight: 400;
  box-shadow: none !important;
  margin: 0 4px;
}

.cart-box > form,
.cart-box > form table {
  margin-bottom: 0;
}

.shop_table .cart_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}

form.checkout h3 {
  line-height: 20px;
  font-weight: 600;
  color: #323232;
  text-transform: none;
  font-size: 15px;
  text-align: left;
}

form.checkout label {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

#customer_details input,
#customer_details .select2-container .select2-selection {
  height: 38px;
  box-shadow: unset !important;
  border-radius: 8px !important;
}

#customer_details textarea {
  height: 64px;
  min-height: 64px;
  box-shadow: unset !important;
  border-radius: 8px !important;
}

.woocommerce-additional-fields h3 {
  display: none !important;
}

.ss_cart-page .shop_table .product-thumbnail img {
  width: 90px;
  height: 90px;
  border: 1px solid #e4e8ed;
  border-radius: 5px;
}

td.product-thumbnail {
  max-width: 110px;
  min-width: 110px;
  width: 110px;
}

.shop_table tr.cart_item:nth-last-child(2) td {
  border-bottom: 0;
}

.shop_table .cart_item td.product-remove {
  position: absolute;
}

.shop_table .cart_item td.product-remove a.remove {
  margin: 4px auto;
  background: #fafafb;
  border-radius: 4px;
  color: #000;
  border: unset;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 0;
  line-height: 1.5 !important;
}

.shop_table .cart_item td.product-name a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #444;
}

.shop_table .cart_item td.product-subtotal span.amount {
  color: #333;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}

#order_review_heading,
tr.cart-subtotal {
  display: none;
}

tr.order-total th,
tr.order-total td {
  border-bottom: 0;
}

.shop_table tfoot th {
  font-size: 16px;
}

tr.order-total td span.amount {
  font-size: 24px;
  color: var(--fs-color-primary);
  font-weight: 600;
}

#box-checkout {
  padding-bottom: 0;
}

button#place_order {
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}

.woocommerce-order-received .empty-cart {
  display: none;
}

.woo-row {
  gap: 10px;
}

.woo-wrapper .col-left {
  flex-basis: 270px;
  max-width: 270px;
}

.woo-wrapper .col-right {
  flex-basis: calc(100% - 280px);
  max-width: calc(100% - 280px);
}

.category-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.category-item {
  margin: 0;
  width: 80px;
  border-radius: 0.25rem;
  padding: 0.25rem;
  transition: all 0.3;
}

.category-item .cat-image {
  margin-bottom: 0.25rem;
}

.category-item .cat-name {
  font-size: 14px;
  line-height: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
  text-align: center;
}

.category-item.active,
.category-item:hover {
  background-color: #f0fff3;
  border: 1px solid var(--fs-color-primary);
}

.category-item.active .cat-name {
  color: var(--fs-color-primary);
}

.shop-page-title .flex-grow {
  display: none !important;
}

.icon-call-mobile {
  background-image: url(https://cdn.tgdd.vn/bachhoaxanh/www/Content/images/bhx@2x.v202312101409.png);
  background-position: -93px -400px;
  width: 16px;
  height: 17px;
  vertical-align: sub;
  margin-top: 4px;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  background-size: 285px auto;
  background-size: 325px auto;
}

.footer_top {
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  background-color: #007e42;
}

.footer_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_top .box-left {
  display: flex;
  align-items: center;
  width: 60%;
  gap: 8px;
}

.footer_top .box-left p {
  margin: 0;
}

.footer_top .box-left span {
  transform: scale(1.25);
}

.footer_top .box-left strong {
  font-size: 14px;
}

.icon__home_policy {
  transform: scale(1) !important;
  background-image: url(https://cdn.tgdd.vn/bachhoaxanh/www/Content/images/bhx@2x.v202312101409.png);
  background-repeat: no-repeat;
  background-size: 325px auto;
  box-sizing: border-box;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background-position: -150px -947px;
}

.footer_top .box-left.box-right {
  justify-content: end;
  width: 40%;
}

.footer_bottom {
  padding-top: 1rem;
  background-color: #fff;
}

.footer_bottom ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer_bottom ul li {
  margin: 0;
  width: calc(100% / 3);
  font-size: 14px;
  color: #222b45;
  margin-bottom: 0.75rem;
}

.footer_bottom .container p {
  color: #9da7bc;
  font-size: 12px;
  text-align: center;
}

.absolute-footer {
  display: none !important;
}

.woo-page .footer_top,
.woo-page .footer_bottom {
  padding: 8px;
}

.icon__yellow-star {
  background-image: url(https://cdnv2.tgdd.vn/bhx/product-fe/cart/home/_next/public/static/images/bhx@2x.v20250903.webp);
  background-repeat: no-repeat;
  background-size: 325px auto;
  box-sizing: border-box;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  background-position: -50px -74px;
  width: 19px;
  height: 19px;
  filter: brightness(2);
  margin-top: -4px;
}

.woo-page .header-vertical-menu__fly-out {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.woo-page
  .header-vertical-menu__fly-out:not(.header-vertical-menu__fly-out--open) {
  opacity: 1 !important;
  visibility: visible !important;
}

.header-vertical-menu__fly-out ul.sub-menu {
  position: relative;
  left: unset;
  top: unset;
  opacity: 1;
  visibility: unset;
  border: 0;
  padding: 0;
  min-width: unset;
  width: 100%;
  box-shadow: none;
  display: none;
  max-height: unset;
  margin-bottom: 12px;
}

.header-vertical-menu__fly-out .current-dropdown .nav-dropdown {
  left: unset !important;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
  padding: 12px;
  font-size: 14px;
  color: #222b45;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  margin: 0 12px;
  font-size: 14px;
  color: #222b45;
  line-height: 1.25rem;
  font-weight: 400;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 0;
}

.submenu-active {
  display: block !important;
}

.header-vertical-menu__fly-out {
  max-height: calc(100vh - 150px);
  overflow-y: auto;

  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}

.header-vertical-menu__fly-out::-webkit-scrollbar {
  width: 4px; /* độ mỏng */
}

.header-vertical-menu__fly-out::-webkit-scrollbar-track {
  background: transparent;
}

.header-vertical-menu__fly-out::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.header-vertical-menu__fly-out:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}

.header-vertical-menu__opener {
  height: 32px;
  background-color: #006133;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

#header,
#header .header-bg-color {
  background: radial-gradient(
    159.85% 367.97% at 150% 123.85%,
    #ffe147 0,
    #65ae17 38.76%,
    #469c4b 59.65%,
    #00713b 100%
  );
}

#wide-nav {
  background-color: transparent;
}

.home1 {
  background-color: #fff;
  padding: 10px 0;
}

.home1 .col {
  flex-basis: calc(100% / 11.5);
  max-width: calc(100% / 11.5);
}

.home1 .col .box {
  padding: 0 4px;
}

.home1 .col .box .box-text {
  padding: 0;
}

.home1 .col .box .box-text p {
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home1 .flickity-prev-next-button {
  opacity: 1;
  transform: unset;
  right: unset !important;
  left: 0 !important;
  background-color: rgba(34, 43, 69, 0.369);
  color: #ffff;
  width: 25px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.home1 .flickity-prev-next-button.next {
  right: 0 !important;
  left: unset !important;
  border-radius: unset;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.category-page-row {
  min-height: 50vh;
  padding-top: 8px;
}

.shop-page-title .page-title-inner {
  padding: 0;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-top: 8px;
  justify-content: end;
}

.woocommerce-ordering,
.woocommerce-ordering select {
  margin: 0;
  box-shadow: none !important;
  font-size: 13px;
  border-radius: 0.5rem;
}

.woocommerce-result-count {
  font-size: 13px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .woo-wrapper .col-left {
    display: none;
  }

  .woo-wrapper .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home1 .col {
    flex-basis: calc(100% / 5.5);
    max-width: calc(100% / 5.5);
  }

  .home1 .col .box .box-text p {
    font-size: 10px;
  }

  .home6 .small-columns-1 > .col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .home6 .row.row-grid {
    display: flex;
  }

  .nav > li.has-icon > a > i {
    color: #fff;
  }

  .woo-wrapper .col-right {
    padding: 0 10px;
  }

  .box-right .border-box {
    min-height: auto;
  }
}
